Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 42297ef

Browse files
committed
Bump versions for Spark:2.4.0, Flink:1.7.0, Jena:3.9.0
1 parent e49503b commit 42297ef

File tree

2 files changed

+24
-25
lines changed

2 files changed

+24
-25
lines changed

pom.xml

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5959
<scala.version>2.11.11</scala.version>
6060
<scala.binary.version>2.11</scala.binary.version>
61-
<spark.version>2.3.1</spark.version>
62-
<flink.version>1.5.0</flink.version>
61+
<spark.version>2.4.0</spark.version>
62+
<flink.version>1.7.0</flink.version>
6363
<hadoop.version>2.8.3</hadoop.version>
64-
<jena.version>3.7.0</jena.version>
64+
<jena.version>3.9.0</jena.version>
6565
<sansa.version>0.4.1-SNAPSHOT</sansa.version>
6666
<scalastyle.config.path>${project.basedir}/scalastyle-config.xml</scalastyle.config.path>
6767
</properties>
@@ -161,7 +161,7 @@
161161
</dependency>
162162

163163
<!-- Guava -->
164-
<!-- <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId>
164+
<!-- <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId>
165165
<version>19.0</version> </dependency> -->
166166

167167
<!-- RDF Layer -->
@@ -240,12 +240,17 @@
240240
<scope>import</scope>
241241
</dependency>
242242

243-
<!-- Commons-codec dependency: solve the issue of making clean install-->
244-
<dependency>
245-
<groupId>commons-codec</groupId>
246-
<artifactId>commons-codec</artifactId>
247-
<version>1.11</version>
248-
</dependency>
243+
<dependency>
244+
<groupId>commons-codec</groupId>
245+
<artifactId>commons-codec</artifactId>
246+
<version>1.11</version>
247+
</dependency>
248+
249+
<dependency>
250+
<groupId>org.apache.commons</groupId>
251+
<artifactId>commons-compress</artifactId>
252+
<version>1.18</version>
253+
</dependency>
249254

250255
</dependencies>
251256
</dependencyManagement>
@@ -347,15 +352,15 @@
347352

348353
<profiles>
349354
<profile>
350-
<id>root-dir</id>
351-
<activation>
352-
<file>
353-
<exists>${project.basedir}/../../scalastyle-config.xml</exists>
354-
</file>
355-
</activation>
356-
<properties>
357-
<scalastyle.config.path>${project.basedir}/../scalastyle-config.xml</scalastyle.config.path>
358-
</properties>
355+
<id>root-dir</id>
356+
<activation>
357+
<file>
358+
<exists>${project.basedir}/../../scalastyle-config.xml</exists>
359+
</file>
360+
</activation>
361+
<properties>
362+
<scalastyle.config.path>${project.basedir}/../scalastyle-config.xml</scalastyle.config.path>
363+
</properties>
359364
</profile>
360365
</profiles>
361366

sansa-examples-spark/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,12 @@
5555
</dependency>
5656

5757
<!-- SANSA RDF -->
58-
<!-- <dependency> <groupId>net.sansa-stack</groupId> <artifactId>sansa-rdf-spark-core</artifactId>
59-
<version>0.1.0-SNAPSHOT</version> </dependency> -->
6058
<dependency>
6159
<groupId>${project.groupId}</groupId>
6260
<artifactId>sansa-rdf-spark_${scala.binary.version}</artifactId>
6361
</dependency>
6462

6563
<!-- SANSA OWL -->
66-
<!-- <dependency> <groupId>net.sansa-stack</groupId> <artifactId>sansa-owl-spark</artifactId>
67-
<version>0.1.0-SNAPSHOT</version> </dependency> -->
6864
<dependency>
6965
<groupId>${project.groupId}</groupId>
7066
<artifactId>sansa-owl-spark_${scala.binary.version}</artifactId>
@@ -146,11 +142,9 @@
146142
<artifactId>scopt_${scala.binary.version}</artifactId>
147143
</dependency>
148144

149-
<!-- Commons-codec dependency: solve the issue related building the docker-->
150145
<dependency>
151146
<groupId>commons-codec</groupId>
152147
<artifactId>commons-codec</artifactId>
153-
<version>1.11</version>
154148
</dependency>
155149
<!--
156150
<dependency>

0 commit comments

Comments
 (0)