Skip to content

Commit 7b135c6

Browse files
committed
Added jenax-locator-maven feature - allows resolution of rdf data with maven coordiante urns of format <urn:mvn:g:a:v:t:c>.
1 parent 48726c5 commit 7b135c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rdf-processing-toolkit-cli/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
</parent>
1111
<artifactId>rdf-processing-toolkit-cli</artifactId>
1212
<dependencies>
13-
1413
<dependency>
1514
<groupId>org.aksw.jenax</groupId>
1615
<artifactId>jenax-server-standalone</artifactId>
@@ -65,6 +64,10 @@
6564
<groupId>org.aksw.jenax</groupId>
6665
<artifactId>jenax-arq-connection-qlever</artifactId>
6766
</dependency>
67+
<dependency>
68+
<groupId>org.aksw.jenax</groupId>
69+
<artifactId>jenax-locator-maven</artifactId>
70+
</dependency>
6871

6972
<dependency>
7073
<groupId>org.aksw.graphql-over-sparql</groupId>

0 commit comments

Comments
 (0)