This repository was archived by the owner on Oct 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF-8" ?>
21<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <parent >
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ under the License.
3535 <dependency >
3636 <groupId >net.sansa-stack</groupId >
3737 <artifactId >sansa-inference-common_${scala.binary.version}</artifactId >
38- <version >${parent.version} </version >
38+ <version >${project. parent.version} </version >
3939 </dependency >
4040 <dependency >
4141 <groupId >net.sansa-stack</groupId >
4242 <artifactId >sansa-inference-tests_${scala.binary.version}</artifactId >
43- <version >${parent.version} </version >
43+ <version >${project. parent.version} </version >
4444 <type >test-jar</type >
4545 <scope >test</scope >
4646 </dependency >
@@ -49,21 +49,22 @@ under the License.
4949 <dependency >
5050 <groupId >net.sansa-stack</groupId >
5151 <artifactId >sansa-rdf-flink_${scala.binary.version}</artifactId >
52+ <version >${project.parent.version} </version >
5253 </dependency >
5354
5455 <!-- Apache Flink -->
5556 <dependency >
5657 <groupId >org.apache.flink</groupId >
5758 <artifactId >flink-scala_${scala.binary.version}</artifactId >
5859 </dependency >
59- <dependency >
60- <groupId >org.apache.flink</groupId >
61- <artifactId >flink-streaming-scala_${scala.binary.version}</artifactId >
62- </dependency >
63- <dependency >
64- <groupId >org.apache.flink</groupId >
65- <artifactId >flink-clients_${scala.binary.version}</artifactId >
66- </dependency >
60+ <!-- <dependency> -- >
61+ <!-- <groupId>org.apache.flink</groupId> -- >
62+ <!-- <artifactId>flink-streaming-scala_${scala.binary.version}</artifactId> -- >
63+ <!-- </dependency> -- >
64+ <!-- <dependency> -- >
65+ <!-- <groupId>org.apache.flink</groupId> -- >
66+ <!-- <artifactId>flink-clients_${scala.binary.version}</artifactId> -- >
67+ <!-- </dependency> -- >
6768
6869 <!-- Apache JENA 3.x-->
6970 <dependency >
Original file line number Diff line number Diff line change 1414
1515 <properties >
1616 <spark .deps.scope>compile</spark .deps.scope>
17-
18- <sansa .version>0.3.1-SNAPSHOT</sansa .version>
1917 </properties >
2018
2119 <dependencies >
Original file line number Diff line number Diff line change 1515 <dependency >
1616 <groupId >net.sansa-stack</groupId >
1717 <artifactId >sansa-inference-common_${scala.binary.version}</artifactId >
18- <version >${parent.version} </version >
18+ <version >${project. parent.version} </version >
1919 </dependency >
2020
2121 <dependency >
You can’t perform that action at this time.
0 commit comments