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

Commit

Permalink
Added flink versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Jul 17, 2020
1 parent acc71b9 commit f3021c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sansa-query-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,19 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sansa-rdf-flink${scala.version.suffix}</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sansa-rdf-spark${scala.version.suffix}</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sansa-rdf-common${scala.version.suffix}</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f3021c6

Please sign in to comment.