Skip to content

Commit 7d0c640

Browse files
committed
Update to jena 5.3.0-SNAPSHOT
1 parent 06aff2a commit 7d0c640

File tree

3 files changed

+91
-297
lines changed

3 files changed

+91
-297
lines changed

pom.xml

+31-240
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757

5858
<spring-boot.version>2.3.3.RELEASE</spring-boot.version>
5959

60-
<jena.version>5.2.0-SNAPSHOT</jena.version>
61-
<jenax.version>5.2.0-1-SNAPSHOT</jenax.version>
60+
<jena.version>5.3.0-SNAPSHOT</jena.version>
61+
<jenax.version>5.3.0-1-SNAPSHOT</jenax.version>
6262
<rmltk.version>5.2.0-1-SNAPSHOT</rmltk.version>
6363
<conjure.version>5.2.0-1-SNAPSHOT</conjure.version>
6464
<sansa.version>0.9.6-SNAPSHOT</sansa.version>
@@ -85,6 +85,22 @@
8585
</properties>
8686
<dependencyManagement>
8787
<dependencies>
88+
<dependency>
89+
<groupId>org.aksw.jenax</groupId>
90+
<artifactId>jenax-bom</artifactId>
91+
<version>${jenax.version}</version>
92+
<type>pom</type>
93+
<scope>import</scope>
94+
</dependency>
95+
96+
<dependency>
97+
<groupId>org.apache.jena</groupId>
98+
<artifactId>apache-jena-libs</artifactId>
99+
<version>${jena.version}</version>
100+
<type>pom</type>
101+
<scope>import</scope>
102+
</dependency>
103+
88104
<dependency>
89105
<groupId>org.eclipse.jetty</groupId>
90106
<artifactId>jetty-bom</artifactId>
@@ -93,6 +109,16 @@
93109
<scope>import</scope>
94110
</dependency>
95111

112+
<!-- Also declares versions for sub groups such as
113+
org.glassfish.jersey.containers -->
114+
<dependency>
115+
<groupId>org.glassfish.jersey</groupId>
116+
<artifactId>jersey-bom</artifactId>
117+
<version>${jersey.version}</version>
118+
<scope>import</scope>
119+
<type>pom</type>
120+
</dependency>
121+
96122
<dependency>
97123
<groupId>javax.ws.rs</groupId>
98124
<artifactId>javax.ws.rs-api</artifactId>
@@ -197,39 +223,11 @@
197223
<version>${hadoop.version}</version>
198224
</dependency>
199225

200-
<!-- Also declares versions for sub groups such as
201-
org.glassfish.jersey.containers -->
202-
<dependency>
203-
<groupId>org.glassfish.jersey</groupId>
204-
<artifactId>jersey-bom</artifactId>
205-
<version>${jersey.version}</version>
206-
<scope>import</scope>
207-
<type>pom</type>
208-
</dependency>
209-
210-
<!--
211-
<dependency>
212-
<groupId>jakarta.servlet</groupId>
213-
<artifactId>jakarta.servlet-api</artifactId>
214-
<version>${jakarta.servlet-api.version}</version>
215-
</dependency>
216-
-->
217-
218226
<dependency>
219227
<groupId>org.aksw.conjure</groupId>
220228
<artifactId>conjure-datasources</artifactId>
221229
<version>${conjure.version}</version>
222230
<exclusions>
223-
<!--
224-
<exclusion>
225-
<groupId>org.apache.spark</groupId>
226-
<artifactId>spark-sql_2.13</artifactId>
227-
</exclusion>
228-
<exclusion>
229-
<groupId>org.apache.spark</groupId>
230-
<artifactId>spark-core_2.13</artifactId>
231-
</exclusion>
232-
-->
233231
</exclusions>
234232
</dependency>
235233
<dependency>
@@ -257,13 +255,6 @@
257255
<artifactId>picocli</artifactId>
258256
<version>${picocli.version}</version>
259257
</dependency>
260-
<dependency>
261-
<groupId>org.aksw.jenax</groupId>
262-
<artifactId>jenax-bom</artifactId>
263-
<version>${jenax.version}</version>
264-
<type>pom</type>
265-
<scope>import</scope>
266-
</dependency>
267258
<dependency>
268259
<groupId>org.slf4j</groupId>
269260
<artifactId>slf4j-bom</artifactId>
@@ -303,122 +294,19 @@
303294
</exclusion>
304295
</exclusions>
305296
</dependency>
306-
<!--
307-
<dependency>
308-
<groupId>org.aksw.jenax</groupId>
309-
<artifactId>jenax-rx-ops-syscall</artifactId>
310-
<version>${jenax.version}</version>
311-
</dependency>
312-
313-
<dependency>
314-
<groupId>org.aksw.jenax</groupId>
315-
<artifactId>jenax-arq-connection-virtuoso</artifactId>
316-
<version>${jenax.version}</version>
317-
</dependency>
318297

319-
<dependency>
320-
<groupId>org.aksw.jenax</groupId>
321-
<artifactId>jenax-arq-algebra</artifactId>
322-
<version>${jenax.version}</version>
323-
</dependency>
324-
325-
<dependency>
326-
<groupId>org.aksw.jenax</groupId>
327-
<artifactId>jenax-arq-hdt</artifactId>
328-
<version>${jenax.version}</version>
329-
</dependency>
330-
-->
331298
<dependency>
332299
<groupId>org.aksw.rdf-processing-toolkit</groupId>
333300
<artifactId>rdf-processing-toolkit-cli</artifactId>
334301
<version>${project.version}</version>
335302
</dependency>
336-
<!-- <dependency> <groupId>org.aksw.rdf-processing-toolkit</groupId>
337-
<artifactId>rdf-processing-toolkit-bundle</artifactId>
338-
<version>${project.version}</version> </dependency> -->
303+
339304
<dependency>
340305
<groupId>org.locationtech.jts.io</groupId>
341306
<artifactId>jts-io-common</artifactId>
342307
<version>1.18.1</version>
343308
</dependency>
344309

345-
346-
<!-- <dependency> <groupId>org.aksw.sparql-integrate</groupId>
347-
<artifactId>sparql-integrate-ckan-core</artifactId>
348-
<version>${project.version}</version> </dependency> <dependency>
349-
<groupId>org.aksw.sparql-integrate</groupId>
350-
<artifactId>sparql-integrate-ckan-cli</artifactId>
351-
<version>${project.version}</version>
352-
</dependency> -->
353-
<!--
354-
<dependency>
355-
<groupId>org.aksw.jenax</groupId>
356-
<artifactId>jenax-arq-plugins-bundle</artifactId>
357-
<version>${jenax.version}</version>
358-
-->
359-
<!-- <exclusions> <exclusion>
360-
<groupId>org.locationtech.jts</groupId>
361-
<artifactId>jts-core</artifactId> </exclusion> <exclusion>
362-
<groupId>com.vividsolutions</groupId>
363-
<artifactId>jts-core</artifactId> </exclusion> <exclusion>
364-
<groupId>com.vividsolutions</groupId>
365-
<artifactId>jts-io</artifactId> </exclusion> <exclusion>
366-
<groupId>org.geotools</groupId>
367-
<artifactId>gt-epsg-hsql</artifactId> </exclusion> <exclusion>
368-
<groupId>org.geotools</groupId>
369-
<artifactId>gt-geometry</artifactId> </exclusion> <exclusion>
370-
<groupId>org.geotools</groupId>
371-
<artifactId>gt-referencing</artifactId> </exclusion> <exclusion>
372-
<groupId>org.codehaus.plexus</groupId>
373-
<artifactId>plexus-utils</artifactId> </exclusion> </exclusions> -->
374-
<!-- </dependency> -->
375-
<!--
376-
<dependency>
377-
<groupId>org.aksw.jenax</groupId>
378-
<artifactId>jenax-rx-dataaccess</artifactId>
379-
<version>${jenax.version}</version>
380-
</dependency>
381-
382-
<dependency>
383-
<groupId>org.aksw.jenax</groupId>
384-
<artifactId>jenax-io-core</artifactId>
385-
<version>${jenax.version}</version>
386-
</dependency>
387-
388-
<dependency>
389-
<groupId>org.aksw.jenax</groupId>
390-
<artifactId>jenax-arq-json</artifactId>
391-
<version>${jenax.version}</version>
392-
</dependency>
393-
394-
<dependency>
395-
<groupId>org.aksw.jenax</groupId>
396-
<artifactId>jenax-server-standalone</artifactId>
397-
<version>${jenax.version}</version>
398-
</dependency>
399-
-->
400-
<!-- <dependency> <groupId>io.github.galbiston</groupId>
401-
<artifactId>geosparql-jena</artifactId>
402-
<version>1.1.1</version> </dependency> <dependency>
403-
<groupId>org.apache.sis.non-free</groupId>
404-
<artifactId>sis-embedded-data</artifactId> <version>0.8</version> </dependency> -->
405-
<!-- <dependency> -->
406-
<!-- <groupId>com.beust</groupId> -->
407-
<!-- <artifactId>jcommander</artifactId> -->
408-
<!-- <version>1.78</version> -->
409-
<!-- </dependency> -->
410-
<!-- <dependency> <groupId>org.springframework.boot</groupId>
411-
<artifactId>spring-boot</artifactId>
412-
<version>${spring-boot.version}</version> </dependency> <dependency>
413-
<groupId>org.springframework.boot</groupId>
414-
<artifactId>spring-boot-autoconfigure</artifactId>
415-
<version>${spring-boot.version}</version>
416-
</dependency> <dependency> <groupId>org.springframework.boot</groupId>
417-
<artifactId>spring-boot-loader</artifactId>
418-
<version>${spring-boot.version}</version> </dependency> -->
419-
<!-- <dependency> <groupId>eu.trentorise.opendata</groupId>
420-
<artifactId>jackan</artifactId>
421-
<version>0.4.2</version> </dependency> -->
422310
<dependency>
423311
<groupId>org.eclipse.jgit</groupId>
424312
<artifactId>org.eclipse.jgit</artifactId>
@@ -439,32 +327,13 @@
439327
<artifactId>jsch.agentproxy.sshagent</artifactId>
440328
<version>0.0.9</version>
441329
</dependency>
442-
<!--
443-
<dependency>
444-
<groupId>log4j</groupId>
445-
<artifactId>log4j</artifactId>
446-
<version>1.2.17</version>
447-
<scope>provided</scope>
448-
</dependency>
449330

450-
<dependency>
451-
<groupId>org.apache.logging.log4j</groupId>
452-
<artifactId>log4j-1.2-api</artifactId>
453-
<version>2.17.2</version>
454-
<scope>provided</scope>
455-
</dependency>
456-
-->
457-
<!-- <dependency> -->
458-
<!-- <groupId>org.slf4j</groupId> -->
459-
<!-- <artifactId>slf4j-api</artifactId> -->
460-
<!-- <version>${slf4j.version}</version> -->
461-
<!-- </dependency> -->
462-
<!-- Virtual FileSystem -->
463331
<dependency>
464332
<groupId>org.aksw.thirdparty.com.sshtools</groupId>
465333
<artifactId>vfs2nio</artifactId>
466334
<version>0.0.1-3-SNAPSHOT</version>
467335
</dependency>
336+
468337
<dependency>
469338
<groupId>org.apache.commons</groupId>
470339
<artifactId>commons-vfs2</artifactId>
@@ -487,85 +356,7 @@
487356
</exclusion>
488357
</exclusions>
489358
</dependency>
490-
<!-- explicit jetty dependencies to pin version conflict with
491-
hadoop-client -->
492-
<!--
493-
<dependency>
494-
<groupId>org.eclipse.jetty</groupId>
495-
<artifactId>jetty-client</artifactId>
496-
<version>${jetty.version}</version>
497-
</dependency>
498-
<dependency>
499-
<groupId>org.eclipse.jetty</groupId>
500-
<artifactId>jetty-util</artifactId>
501-
<version>${jetty.version}</version>
502-
</dependency>
503-
<dependency>
504-
<groupId>org.eclipse.jetty</groupId>
505-
<artifactId>jetty-io</artifactId>
506-
<version>${jetty.version}</version>
507-
</dependency>
508-
<dependency>
509-
<groupId>org.eclipse.jetty</groupId>
510-
<artifactId>jetty-http</artifactId>
511-
<version>${jetty.version}</version>
512-
</dependency>
513-
<dependency>
514-
<groupId>org.eclipse.jetty</groupId>
515-
<artifactId>jetty-servlets</artifactId>
516-
<version>${jetty.version}</version>
517-
</dependency>
518-
<dependency>
519-
<groupId>org.eclipse.jetty</groupId>
520-
<artifactId>jetty-servlet</artifactId>
521-
<version>${jetty.version}</version>
522-
</dependency>
523-
<dependency>
524-
<groupId>org.eclipse.jetty</groupId>
525-
<artifactId>jetty-server</artifactId>
526-
<version>${jetty.version}</version>
527-
</dependency>
528-
<dependency>
529-
<groupId>org.eclipse.jetty</groupId>
530-
<artifactId>jetty-webapp</artifactId>
531-
<version>${jetty.version}</version>
532-
</dependency>
533-
<dependency>
534-
<groupId>org.eclipse.jetty</groupId>
535-
<artifactId>jetty-xml</artifactId>
536-
<version>${jetty.version}</version>
537-
</dependency>
538-
<dependency>
539-
<groupId>org.eclipse.jetty</groupId>
540-
<artifactId>jetty-security</artifactId>
541-
<version>${jetty.version}</version>
542-
</dependency>
543-
<dependency>
544-
<groupId>org.eclipse.jetty</groupId>
545-
<artifactId>jetty-util-ajax</artifactId>
546-
<version>${jetty.version}</version>
547-
</dependency>
548-
<dependency>
549-
<groupId>org.eclipse.jetty</groupId>
550-
<artifactId>jetty-annotations</artifactId>
551-
<version>${jetty.version}</version>
552-
</dependency>
553-
<dependency>
554-
<groupId>org.eclipse.jetty</groupId>
555-
<artifactId>jetty-plus</artifactId>
556-
<version>${jetty.version}</version>
557-
</dependency>
558-
<dependency>
559-
<groupId>org.eclipse.jetty</groupId>
560-
<artifactId>jetty-jndi</artifactId>
561-
<version>${jetty.version}</version>
562-
</dependency>
563-
<dependency>
564-
<groupId>org.eclipse.jetty</groupId>
565-
<artifactId>apache-jsp</artifactId>
566-
<version>${jetty.version}</version>
567-
</dependency>
568-
-->
359+
569360
<dependency>
570361
<groupId>junit</groupId>
571362
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)