Skip to content

Commit b6595af

Browse files
committed
Update to latest sansa (based on jakarta)
1 parent 68b544f commit b6595af

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<slf4j.version>2.0.9</slf4j.version>
5252
<log4j.version>2.21.0</log4j.version>
5353

54-
<jetty.version>12.0.11</jetty.version>
54+
<jetty.version>12.0.14</jetty.version>
5555
<!-- <jakarta.servlet-api.version>6.0.0</jakarta.servlet-api.version> -->
5656
<jersey.version>3.1.3</jersey.version>
5757

@@ -216,11 +216,11 @@
216216
<exclusions>
217217
<exclusion>
218218
<groupId>org.apache.spark</groupId>
219-
<artifactId>spark-sql_2.12</artifactId>
219+
<artifactId>spark-sql_2.13</artifactId>
220220
</exclusion>
221221
<exclusion>
222222
<groupId>org.apache.spark</groupId>
223-
<artifactId>spark-core_2.12</artifactId>
223+
<artifactId>spark-core_2.13</artifactId>
224224
</exclusion>
225225
</exclusions>
226226
</dependency>
@@ -279,14 +279,14 @@
279279
</dependency>
280280
<dependency>
281281
<groupId>net.sansa-stack</groupId>
282-
<artifactId>sansa-bom_2.12</artifactId>
282+
<artifactId>sansa-bom_2.13</artifactId>
283283
<version>${sansa.version}</version>
284284
<type>pom</type>
285285
<scope>import</scope>
286286
</dependency>
287287
<dependency>
288288
<groupId>net.sansa-stack</groupId>
289-
<artifactId>sansa-cmds-picocli_2.12</artifactId>
289+
<artifactId>sansa-cmds-picocli_2.13</artifactId>
290290
<version>${sansa.version}</version>
291291
<exclusions>
292292
<exclusion>

rdf-processing-toolkit-cli/pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</dependency>
2727
<dependency>
2828
<groupId>net.sansa-stack</groupId>
29-
<artifactId>sansa-cmds-picocli_2.12</artifactId>
29+
<artifactId>sansa-cmds-picocli_2.13</artifactId>
3030
<exclusions>
3131
<exclusion>
3232
<groupId>org.apache.hadoop</groupId>
@@ -35,10 +35,12 @@
3535

3636
<!-- Spark excluded here for the shaded sansa-spark-jakarta
3737
artifact -->
38+
<!--
3839
<exclusion>
3940
<groupId>org.apache.spark</groupId>
4041
<artifactId>spark-sql_2.12</artifactId>
4142
</exclusion>
43+
-->
4244
<!--
4345
<exclusion>
4446
<groupId>org.glassfish.jersey.core</groupId>
@@ -49,20 +51,22 @@
4951
<artifactId>jersey-container-servlet</artifactId>
5052
</exclusion>
5153
-->
54+
<!--
5255
<exclusion>
5356
<groupId>org.apache.spark</groupId>
5457
<artifactId>spark-core_2.12</artifactId>
5558
</exclusion>
59+
-->
5660
</exclusions>
5761
</dependency>
58-
<!-- -->
62+
<!--
5963
<dependency>
6064
<groupId>net.sansa-stack</groupId>
6165
<artifactId>sansa-spark-jakarta_2.12</artifactId>
6266
<version>${sansa.version}</version>
6367
<classifier>jakarta</classifier>
6468
</dependency>
65-
<!-- -->
69+
-->
6670

6771

6872
<!-- <dependency>-->

rdf-processing-toolkit-cli/src/main/java/org/aksw/sparql_integrate/cli/main/SparqlIntegrateCmdImpls.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
import org.aksw.jenax.dataaccess.sparql.polyfill.datasource.RdfDataSourceWithLocalLateral;
7171
import org.aksw.jenax.graphql.rdf.api.RdfGraphQlExecFactory;
7272
import org.aksw.jenax.graphql.sparql.GraphQlExecFactoryOverSparql;
73-
import org.aksw.jenax.graphql.sparql.v2.api.high.GraphQlExecFactory;
73+
import org.aksw.jenax.graphql.sparql.v2.exec.api.high.GraphQlExecFactory;
7474
import org.aksw.jenax.model.udf.util.UserDefinedFunctions;
7575
import org.aksw.jenax.sparql.query.rx.RDFDataMgrEx;
7676
import org.aksw.jenax.stmt.core.SparqlStmt;

0 commit comments

Comments
 (0)