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

Commit 9601d4c

Browse files
committed
Added SANSA v0.2.0 layers dep.
1 parent 9aff015 commit 9601d4c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.sansa-stack</groupId>
66
<artifactId>sansa-examples-parent</artifactId>
7-
<version>2017-06-SNAPSHOT</version>
7+
<version>2017-06</version>
88
<packaging>pom</packaging>
99
<name>SANSA-Examples - Parent</name>
1010
<description>SANSA examples</description>
@@ -61,7 +61,7 @@
6161
<spark.version>2.1.1</spark.version>
6262
<flink.version>1.3.0</flink.version>
6363
<jena.version>3.1.1</jena.version>
64-
<sansa.version>0.1.1-SNAPSHOT</sansa.version>
64+
<sansa.version>0.2.0</sansa.version>
6565
</properties>
6666

6767
<dependencyManagement>
@@ -151,13 +151,13 @@
151151
<!-- RDF Layer -->
152152
<dependency>
153153
<groupId>${project.groupId}</groupId>
154-
<artifactId>sansa-rdf-spark-bundle</artifactId>
154+
<artifactId>sansa-rdf-spark-bundle_${scala.binary.version}</artifactId>
155155
<version>${sansa.version}</version>
156156
</dependency>
157157

158158
<dependency>
159159
<groupId>${project.groupId}</groupId>
160-
<artifactId>sansa-rdf-flink</artifactId>
160+
<artifactId>sansa-rdf-flink_${scala.binary.version}</artifactId>
161161
<version>${sansa.version}</version>
162162
</dependency>
163163
<!-- OWL Layer -->
@@ -175,7 +175,7 @@
175175
<!-- Query Layer -->
176176
<dependency>
177177
<groupId>${project.groupId}</groupId>
178-
<artifactId>sansa-query-spark-bundle</artifactId>
178+
<artifactId>sansa-query-spark-bundle_${scala.binary.version}</artifactId>
179179
<version>${sansa.version}</version>
180180
</dependency>
181181

sansa-examples-flink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- SANSA RDF -->
1616
<dependency>
1717
<groupId>${project.groupId}</groupId>
18-
<artifactId>sansa-rdf-flink</artifactId>
18+
<artifactId>sansa-rdf-flink_${scala.binary.version}</artifactId>
1919
</dependency>
2020

2121
<!-- SANSA OWL -->

sansa-examples-spark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<version>0.1.0-SNAPSHOT</version> </dependency> -->
5151
<dependency>
5252
<groupId>${project.groupId}</groupId>
53-
<artifactId>sansa-rdf-spark-bundle</artifactId>
53+
<artifactId>sansa-rdf-spark-bundle_${scala.binary.version}</artifactId>
5454
</dependency>
5555

5656
<!-- SANSA OWL -->
@@ -70,7 +70,7 @@
7070
<!-- SANSA Querying -->
7171
<dependency>
7272
<groupId>${project.groupId}</groupId>
73-
<artifactId>sansa-query-spark-bundle</artifactId>
73+
<artifactId>sansa-query-spark-bundle_${scala.binary.version}</artifactId>
7474
</dependency>
7575

7676
<!-- SANSA ML -->

0 commit comments

Comments
 (0)