File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed
rdf-processing-toolkit-cli
src/main/java/org/aksw/sparql_integrate/cli/main Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 51
51
<slf4j .version>2.0.9</slf4j .version>
52
52
<log4j .version>2.21.0</log4j .version>
53
53
54
- <jetty .version>12.0.11 </jetty .version>
54
+ <jetty .version>12.0.14 </jetty .version>
55
55
<!-- <jakarta.servlet-api.version>6.0.0</jakarta.servlet-api.version> -->
56
56
<jersey .version>3.1.3</jersey .version>
57
57
216
216
<exclusions >
217
217
<exclusion >
218
218
<groupId >org.apache.spark</groupId >
219
- <artifactId >spark-sql_2.12 </artifactId >
219
+ <artifactId >spark-sql_2.13 </artifactId >
220
220
</exclusion >
221
221
<exclusion >
222
222
<groupId >org.apache.spark</groupId >
223
- <artifactId >spark-core_2.12 </artifactId >
223
+ <artifactId >spark-core_2.13 </artifactId >
224
224
</exclusion >
225
225
</exclusions >
226
226
</dependency >
279
279
</dependency >
280
280
<dependency >
281
281
<groupId >net.sansa-stack</groupId >
282
- <artifactId >sansa-bom_2.12 </artifactId >
282
+ <artifactId >sansa-bom_2.13 </artifactId >
283
283
<version >${sansa.version} </version >
284
284
<type >pom</type >
285
285
<scope >import</scope >
286
286
</dependency >
287
287
<dependency >
288
288
<groupId >net.sansa-stack</groupId >
289
- <artifactId >sansa-cmds-picocli_2.12 </artifactId >
289
+ <artifactId >sansa-cmds-picocli_2.13 </artifactId >
290
290
<version >${sansa.version} </version >
291
291
<exclusions >
292
292
<exclusion >
Original file line number Diff line number Diff line change 26
26
</dependency >
27
27
<dependency >
28
28
<groupId >net.sansa-stack</groupId >
29
- <artifactId >sansa-cmds-picocli_2.12 </artifactId >
29
+ <artifactId >sansa-cmds-picocli_2.13 </artifactId >
30
30
<exclusions >
31
31
<exclusion >
32
32
<groupId >org.apache.hadoop</groupId >
35
35
36
36
<!-- Spark excluded here for the shaded sansa-spark-jakarta
37
37
artifact -->
38
+ <!--
38
39
<exclusion>
39
40
<groupId>org.apache.spark</groupId>
40
41
<artifactId>spark-sql_2.12</artifactId>
41
42
</exclusion>
43
+ -->
42
44
<!--
43
45
<exclusion>
44
46
<groupId>org.glassfish.jersey.core</groupId>
49
51
<artifactId>jersey-container-servlet</artifactId>
50
52
</exclusion>
51
53
-->
54
+ <!--
52
55
<exclusion>
53
56
<groupId>org.apache.spark</groupId>
54
57
<artifactId>spark-core_2.12</artifactId>
55
58
</exclusion>
59
+ -->
56
60
</exclusions >
57
61
</dependency >
58
- <!-- -->
62
+ <!--
59
63
<dependency>
60
64
<groupId>net.sansa-stack</groupId>
61
65
<artifactId>sansa-spark-jakarta_2.12</artifactId>
62
66
<version>${sansa.version}</version>
63
67
<classifier>jakarta</classifier>
64
68
</dependency>
65
- <!-- -->
69
+ -->
66
70
67
71
68
72
<!-- <dependency>-->
Original file line number Diff line number Diff line change 70
70
import org .aksw .jenax .dataaccess .sparql .polyfill .datasource .RdfDataSourceWithLocalLateral ;
71
71
import org .aksw .jenax .graphql .rdf .api .RdfGraphQlExecFactory ;
72
72
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 ;
74
74
import org .aksw .jenax .model .udf .util .UserDefinedFunctions ;
75
75
import org .aksw .jenax .sparql .query .rx .RDFDataMgrEx ;
76
76
import org .aksw .jenax .stmt .core .SparqlStmt ;
You can’t perform that action at this time.
0 commit comments