Skip to content

Commit 9d488e5

Browse files
committed
updated poms
1 parent 535c8e2 commit 9d488e5

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<spring-boot.version>2.3.3.RELEASE</spring-boot.version>
5959

6060
<jena.version>6.1.0</jena.version>
61-
<jenax.version>6.1.0-1-SNAPSHOT</jenax.version>
61+
<jenax.version>6.1.0-2-SNAPSHOT</jenax.version>
6262
<rmltk.version>6.1.0-1-SNAPSHOT</rmltk.version>
6363
<conjure.version>5.6.0-1-SNAPSHOT</conjure.version>
6464
<sansa.version>0.9.7-SNAPSHOT</sansa.version>
@@ -277,11 +277,19 @@
277277
<artifactId>jena-tdb2</artifactId>
278278
<version>${jena.version}</version>
279279
</dependency>
280+
<dependency>
281+
<groupId>org.aksw.jenax</groupId>
282+
<artifactId>jenax-serviceenhancer-preview</artifactId>
283+
<version>${jenax.version}</version>
284+
</dependency>
285+
286+
<!--
280287
<dependency>
281288
<groupId>org.apache.jena</groupId>
282289
<artifactId>jena-serviceenhancer</artifactId>
283290
<version>${jena.version}</version>
284291
</dependency>
292+
-->
285293
<dependency>
286294
<groupId>org.aksw.rdf-processing-toolkit</groupId>
287295
<artifactId>use-case-sportal-analysis</artifactId>

rdf-processing-toolkit-cli/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,17 @@
175175
<groupId>org.aksw.conjure</groupId>
176176
<artifactId>conjure-datasources</artifactId>
177177
</dependency>
178+
<!--
178179
<dependency>
179180
<groupId>org.apache.jena</groupId>
180181
<artifactId>jena-serviceenhancer</artifactId>
181182
</dependency>
183+
-->
184+
<dependency>
185+
<groupId>org.aksw.jenax</groupId>
186+
<artifactId>jenax-serviceenhancer-preview</artifactId>
187+
</dependency>
188+
182189
<dependency>
183190
<groupId>info.picocli</groupId>
184191
<artifactId>picocli</artifactId>

0 commit comments

Comments
 (0)