Skip to content

Commit 3ca6f3e

Browse files
committed
Migrate to latest RDF-HDT.
1 parent a69244e commit 3ca6f3e

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

pom.xml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@
55
<artifactId>LDF-Server</artifactId>
66
<version>0.0.1-SNAPSHOT</version>
77
<packaging>war</packaging>
8-
<repositories>
9-
<repository>
10-
<id>sonatype.oss.snapshots</id>
11-
<name>Sonatype OSS Snapshot Repository</name>
12-
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
13-
<releases><enabled>false</enabled></releases>
14-
<snapshots><enabled>true</enabled></snapshots>
15-
</repository>
16-
</repositories>
178
<dependencies>
189
<dependency>
1910
<groupId>org.rdfhdt</groupId>
2011
<artifactId>hdt-jena</artifactId>
21-
<version>1.1-SNAPSHOT</version>
12+
<version>1.1</version>
13+
</dependency>
14+
<dependency>
15+
<groupId>org.apache.jena</groupId>
16+
<artifactId>jena-core</artifactId>
17+
<version>2.11.1</version>
18+
</dependency>
19+
<dependency>
20+
<groupId>org.apache.jena</groupId>
21+
<artifactId>jena-arq</artifactId>
22+
<version>2.11.1</version>
2223
</dependency>
2324
<dependency>
2425
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)