Skip to content

Commit

Permalink
Update to latest sansa (based on jakarta)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Oct 10, 2024
1 parent 68b544f commit b6595af
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<slf4j.version>2.0.9</slf4j.version>
<log4j.version>2.21.0</log4j.version>

<jetty.version>12.0.11</jetty.version>
<jetty.version>12.0.14</jetty.version>
<!-- <jakarta.servlet-api.version>6.0.0</jakarta.servlet-api.version> -->
<jersey.version>3.1.3</jersey.version>

Expand Down Expand Up @@ -216,11 +216,11 @@
<exclusions>
<exclusion>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.12</artifactId>
<artifactId>spark-sql_2.13</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.12</artifactId>
<artifactId>spark-core_2.13</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down Expand Up @@ -279,14 +279,14 @@
</dependency>
<dependency>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-bom_2.12</artifactId>
<artifactId>sansa-bom_2.13</artifactId>
<version>${sansa.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-cmds-picocli_2.12</artifactId>
<artifactId>sansa-cmds-picocli_2.13</artifactId>
<version>${sansa.version}</version>
<exclusions>
<exclusion>
Expand Down
10 changes: 7 additions & 3 deletions rdf-processing-toolkit-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</dependency>
<dependency>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-cmds-picocli_2.12</artifactId>
<artifactId>sansa-cmds-picocli_2.13</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
Expand All @@ -35,10 +35,12 @@

<!-- Spark excluded here for the shaded sansa-spark-jakarta
artifact -->
<!--
<exclusion>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.12</artifactId>
</exclusion>
-->
<!--
<exclusion>
<groupId>org.glassfish.jersey.core</groupId>
Expand All @@ -49,20 +51,22 @@
<artifactId>jersey-container-servlet</artifactId>
</exclusion>
-->
<!--
<exclusion>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.12</artifactId>
</exclusion>
-->
</exclusions>
</dependency>
<!-- -->
<!--
<dependency>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-spark-jakarta_2.12</artifactId>
<version>${sansa.version}</version>
<classifier>jakarta</classifier>
</dependency>
<!-- -->
-->


<!-- <dependency>-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
import org.aksw.jenax.dataaccess.sparql.polyfill.datasource.RdfDataSourceWithLocalLateral;
import org.aksw.jenax.graphql.rdf.api.RdfGraphQlExecFactory;
import org.aksw.jenax.graphql.sparql.GraphQlExecFactoryOverSparql;
import org.aksw.jenax.graphql.sparql.v2.api.high.GraphQlExecFactory;
import org.aksw.jenax.graphql.sparql.v2.exec.api.high.GraphQlExecFactory;
import org.aksw.jenax.model.udf.util.UserDefinedFunctions;
import org.aksw.jenax.sparql.query.rx.RDFDataMgrEx;
import org.aksw.jenax.stmt.core.SparqlStmt;
Expand Down

0 comments on commit b6595af

Please sign in to comment.