|
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
4 | 4 | <modelVersion>4.0.0</modelVersion>
|
5 | 5 | <groupId>net.sansa-stack</groupId>
|
6 |
| - <artifactId>sansa-ml-parent</artifactId> |
7 |
| - <version>0.1.0</version> |
| 6 | + <artifactId>sansa-ml-parent_2.11</artifactId> |
| 7 | + <version>0.2.0</version> |
8 | 8 | <packaging>pom</packaging>
|
9 | 9 | <name>ML API - Parent</name>
|
10 | 10 | <description>RDF/OWL Machine Learning Library for Big Data</description>
|
|
46 | 46 | </issueManagement>
|
47 | 47 |
|
48 | 48 | <modules>
|
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 | 49 | <module>sansa-ml-common</module>
|
55 | 50 | <module>sansa-ml-flink</module>
|
56 | 51 | <module>sansa-ml-spark</module>
|
|
63 | 58 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
64 | 59 | <scala.version>2.11.8</scala.version>
|
65 | 60 | <scala.binary.version>2.11</scala.binary.version>
|
66 |
| - <spark.version>2.0.0</spark.version> |
67 |
| - <flink.version>1.1.3</flink.version> |
68 |
| - <jena.version>3.1.0</jena.version> |
| 61 | + <spark.version>2.1.1</spark.version> |
| 62 | + <flink.version>1.3.0</flink.version> |
| 63 | + <jena.version>3.1.1</jena.version> |
| 64 | + <sansa.version>0.2.0</sansa.version> |
69 | 65 | </properties>
|
70 | 66 |
|
71 | 67 | <dependencyManagement>
|
|
77 | 73 | <version>${scala.version}</version>
|
78 | 74 | </dependency>
|
79 | 75 |
|
| 76 | + <!-- SANSA RDF --> |
| 77 | + <dependency> |
| 78 | + <groupId>net.sansa-stack</groupId> |
| 79 | + <artifactId>sansa-rdf-spark-core_${scala.binary.version}</artifactId> |
| 80 | + <version>${sansa.version}</version> |
| 81 | + </dependency> |
| 82 | + <!-- SANSA OWL --> |
| 83 | + <dependency> |
| 84 | + <groupId>net.sansa-stack</groupId> |
| 85 | + <artifactId>sansa-owl-spark_${scala.binary.version}</artifactId> |
| 86 | + <version>${sansa.version}</version> |
| 87 | + </dependency> |
| 88 | + |
80 | 89 | <!-- Apache Spark Core -->
|
81 | 90 | <dependency>
|
82 | 91 | <groupId>org.apache.spark</groupId>
|
|
105 | 114 | <artifactId>flink-clients_${scala.binary.version}</artifactId>
|
106 | 115 | <version>${flink.version}</version>
|
107 | 116 | </dependency>
|
| 117 | + <dependency> |
| 118 | + <groupId>org.apache.flink</groupId> |
| 119 | + <artifactId>flink-gelly-scala_${scala.binary.version}</artifactId> |
| 120 | + <version>${flink.version}</version> |
| 121 | + </dependency> |
108 | 122 |
|
109 | 123 | <!-- Apache JENA 3.x -->
|
110 | 124 | <dependency>
|
|
135 | 149 | <!-- Logging -->
|
136 | 150 | <dependency>
|
137 | 151 | <groupId>com.typesafe.scala-logging</groupId>
|
138 |
| - <artifactId>scala-logging-slf4j_${scala.binary.version}</artifactId> |
139 |
| - <version>2.1.2</version> |
| 152 | + <artifactId>scala-logging_${scala.binary.version}</artifactId> |
| 153 | + <version>3.5.0</version> |
| 154 | + </dependency> |
| 155 | + <!-- Scopt --> |
| 156 | + <dependency> |
| 157 | + <groupId>com.github.scopt</groupId> |
| 158 | + <artifactId>scopt_${scala.binary.version}</artifactId> |
| 159 | + <version>3.5.0</version> |
140 | 160 | </dependency>
|
141 | 161 |
|
142 | 162 | <!-- Guava -->
|
|
235 | 255 | <enabled>true</enabled>
|
236 | 256 | </snapshots>
|
237 | 257 | </repository>
|
| 258 | + <repository> |
| 259 | + <id>maven.aksw.internal</id> |
| 260 | + <name>AKSW Release Repository</name> |
| 261 | + <url>http://maven.aksw.org/archiva/repository/internal</url> |
| 262 | + <releases> |
| 263 | + <enabled>true</enabled> |
| 264 | + </releases> |
| 265 | + <snapshots> |
| 266 | + <enabled>false</enabled> |
| 267 | + </snapshots> |
| 268 | + </repository> |
238 | 269 | <repository>
|
239 | 270 | <id>maven.aksw.snapshots</id>
|
240 | 271 | <name>AKSW Snapshot Repository</name>
|
|
0 commit comments