Add Jena tools to home project

This commit is contained in:
Graham Triggs 2017-03-29 22:14:19 +01:00
parent 1bc1f68548
commit bfa46ef9fe
2 changed files with 23 additions and 0 deletions

View file

@ -64,4 +64,17 @@
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.vivoweb</groupId>
<artifactId>jena2tools</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.vivoweb</groupId>
<artifactId>jena3tools</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
</project>