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

Commit 64b73a3

Browse files
Updated inference dependencies.
1 parent 743f9b6 commit 64b73a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sansa-examples-flink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- SANSA Inference -->
2525
<dependency>
2626
<groupId>net.sansa-stack</groupId>
27-
<artifactId>sansa-inference-flink</artifactId>
27+
<artifactId>sansa-inference-flink_2.11</artifactId>
2828
<version>0.1.0-SNAPSHOT</version>
2929
</dependency>
3030

sansa-examples-spark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<!-- SANSA Inference -->
5858
<dependency>
5959
<groupId>net.sansa-stack</groupId>
60-
<artifactId>sansa-inference-spark</artifactId>
60+
<artifactId>sansa-inference-spark_2.11</artifactId>
6161
<version>0.1.0-SNAPSHOT</version>
6262
</dependency>
6363
<!-- SANSA Querying -->

0 commit comments

Comments
 (0)