File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments