|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
1 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion> |
4 | 5 |
|
5 | 6 | <parent> |
6 | 7 | <groupId>net.sansa-stack</groupId> |
7 | 8 | <artifactId>sansa-parent</artifactId> |
8 | | - <version>0.5.1-SNAPSHOT</version> |
| 9 | + <version>0.6.0-SNAPSHOT</version> |
9 | 10 | </parent> |
10 | 11 |
|
11 | 12 | <artifactId>sansa-inference-parent_2.11</artifactId> |
|
71 | 72 | <dependency> |
72 | 73 | <groupId>${project.groupId}</groupId> |
73 | 74 | <artifactId>sansa-rdf-spark_${scala.binary.version}</artifactId> |
74 | | - <version>${sansa.rdf.version}</version> |
75 | | - <!-- we have to exclude an old version here transitively included by |
76 | | - a Kafka dependency of Spark Don't know how Spark 2.3 is able to work with |
| 75 | + <version>${project.version}</version> |
| 76 | + <!-- we have to exclude an old version here transitively included by |
| 77 | + a Kafka dependency of Spark Don't know how Spark 2.3 is able to work with |
77 | 78 | Kafka 0.10 right now ... --> |
78 | 79 | <exclusions> |
79 | 80 | <exclusion> |
|
84 | 85 | </dependency> |
85 | 86 | <!-- SANSA OWL --> |
86 | 87 | <dependency> |
87 | | - <groupId>net.sansa-stack</groupId> |
| 88 | + <groupId>${project.groupId}</groupId> |
88 | 89 | <artifactId>sansa-owl-spark_${scala.binary.version}</artifactId> |
89 | | - <version>${sansa.owl.version}</version> |
| 90 | + <version>${project.version}</version> |
90 | 91 | </dependency> |
91 | 92 | <!-- Query Layer --> |
92 | 93 | <dependency> |
93 | 94 | <groupId>${project.groupId}</groupId> |
94 | | - <artifactId>sansa-query-spark-sparqlify</artifactId> |
95 | | - <version>${sansa.query.version}</version> |
| 95 | + <artifactId>sansa-query-spark_${scala.binary.version}</artifactId> |
| 96 | + <version>${project.version}</version> |
96 | 97 | </dependency> |
97 | 98 |
|
98 | 99 | </dependencies> |
|
0 commit comments