|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>net.sansa-stack</groupId> |
5 | 5 | <artifactId>sansa-inference-parent_2.11</artifactId> |
6 | | - <version>0.2.0</version> |
| 6 | + <version>0.3.0</version> |
7 | 7 | <packaging>pom</packaging> |
8 | 8 | <name>Inference API - Parent</name> |
9 | 9 |
|
|
66 | 66 | <!--<java.version>>=1.8</java.version>--> |
67 | 67 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
68 | 68 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
69 | | - <scala.version>2.11.8</scala.version> |
| 69 | + <scala.version>2.11.11</scala.version> |
70 | 70 | <scala.binary.version>2.11</scala.binary.version> |
71 | | - <spark.version>2.1.1</spark.version> |
72 | | - <flink.version>1.3.0</flink.version> |
73 | | - <jena.version>3.1.1</jena.version> |
| 71 | + <spark.version>2.2.1</spark.version> |
| 72 | + <flink.version>1.3.2</flink.version> |
| 73 | + <jena.version>3.5.0</jena.version> |
74 | 74 | <sansa.stack.version>0.2.0</sansa.stack.version> |
75 | 75 | <sansa.rdf.version>${sansa.stack.version}</sansa.rdf.version> |
76 | 76 | <sansa.query.version>${sansa.stack.version}</sansa.query.version> |
77 | 77 | <sansa.owl.version>${sansa.stack.version}</sansa.owl.version> |
78 | | - <jsa.subversion>1-1</jsa.subversion> |
| 78 | + <jsa.subversion>1</jsa.subversion> |
79 | 79 | <jsa.version>${jena.version}-${jsa.subversion}</jsa.version> |
80 | 80 | <PermGen>64m</PermGen> |
81 | 81 | <MaxPermGen>512m</MaxPermGen> |
82 | 82 | <CodeCacheSize>512m</CodeCacheSize> |
83 | 83 | <gpg.keyname>AKSW</gpg.keyname> |
| 84 | + <owlapi.version>5.1.3</owlapi.version> |
84 | 85 | </properties> |
85 | 86 |
|
86 | 87 | <prerequisites> |
87 | | - <maven>3.0</maven> |
| 88 | + <maven>3.1</maven> |
88 | 89 | </prerequisites> |
89 | 90 |
|
90 | 91 | <dependencyManagement> |
|
130 | 131 | <version>${scala.version}</version> |
131 | 132 | </dependency> |
132 | 133 |
|
| 134 | + <dependency> |
| 135 | + <groupId>org.apache.hadoop</groupId> |
| 136 | + <artifactId>hadoop-client</artifactId> |
| 137 | + <version>2.7.0</version> |
| 138 | + </dependency> |
| 139 | + |
133 | 140 | <!-- Apache Spark Core --> |
134 | 141 | <dependency> |
135 | 142 | <groupId>org.apache.spark</groupId> |
|
171 | 178 | <version>${jena.version}</version> |
172 | 179 | </dependency> |
173 | 180 |
|
| 181 | + <!-- OWL API --> |
| 182 | + <dependency> |
| 183 | + <groupId>net.sourceforge.owlapi</groupId> |
| 184 | + <artifactId>owlapi-api</artifactId> |
| 185 | + <version>${owlapi.version}</version> |
| 186 | + </dependency> |
| 187 | + <dependency> |
| 188 | + <groupId>net.sourceforge.owlapi</groupId> |
| 189 | + <artifactId>owlapi-apibinding</artifactId> |
| 190 | + <version>${owlapi.version}</version> |
| 191 | + </dependency> |
| 192 | + <dependency> |
| 193 | + <groupId>net.sourceforge.owlapi</groupId> |
| 194 | + <artifactId>owlapi-impl</artifactId> |
| 195 | + <version>${owlapi.version}</version> |
| 196 | + </dependency> |
| 197 | + <dependency> |
| 198 | + <groupId>net.sourceforge.owlapi</groupId> |
| 199 | + <artifactId>owlapi-parsers</artifactId> |
| 200 | + <version>${owlapi.version}</version> |
| 201 | + </dependency> |
| 202 | + |
174 | 203 | <!-- Graph API --> |
175 | 204 | <dependency> |
176 | 205 | <groupId>com.assembla.scala-incubator</groupId> |
|
185 | 214 | <dependency> |
186 | 215 | <groupId>org.jgrapht</groupId> |
187 | 216 | <artifactId>jgrapht-core</artifactId> |
188 | | - <version>1.0.1</version> |
| 217 | + <version>1.1.0</version> |
189 | 218 | </dependency> |
190 | 219 | <dependency> |
191 | 220 | <groupId>org.jgrapht</groupId> |
192 | 221 | <artifactId>jgrapht-ext</artifactId> |
193 | | - <version>1.0.1</version> |
| 222 | + <version>1.1.0</version> |
194 | 223 | </dependency> |
195 | 224 | <dependency> |
196 | 225 | <groupId>org.gephi</groupId> |
197 | 226 | <artifactId>gephi-toolkit</artifactId> |
198 | | - <version>0.9.1</version> |
| 227 | + <version>0.9.2</version> |
199 | 228 | </dependency> |
200 | 229 |
|
201 | 230 | <!-- Apache Calcite --> |
202 | 231 | <dependency> |
203 | 232 | <groupId>org.apache.calcite</groupId> |
204 | 233 | <artifactId>calcite-core</artifactId> |
205 | | - <version>1.12.0</version> |
| 234 | + <version>1.13.0</version> |
206 | 235 | </dependency> |
207 | 236 |
|
208 | 237 | <!-- Test --> |
|
215 | 244 | <dependency> |
216 | 245 | <groupId>org.scalatest</groupId> |
217 | 246 | <artifactId>scalatest_${scala.binary.version}</artifactId> |
218 | | - <version>3.0.3</version> |
| 247 | + <version>3.0.4</version> |
| 248 | + <scope>test</scope> |
| 249 | + </dependency> |
| 250 | + <dependency> |
| 251 | + <groupId>org.specs2</groupId> |
| 252 | + <artifactId>specs2-core_${scala.binary.version}</artifactId> |
| 253 | + <version>4.0.2</version> |
| 254 | + <scope>test</scope> |
| 255 | + </dependency> |
| 256 | + <dependency> |
| 257 | + <groupId>org.specs2</groupId> |
| 258 | + <artifactId>specs2-junit_${scala.binary.version}</artifactId> |
| 259 | + <version>4.0.2</version> |
219 | 260 | <scope>test</scope> |
220 | 261 | </dependency> |
221 | 262 |
|
222 | 263 | <!-- Logging --> |
223 | 264 | <dependency> |
224 | 265 | <groupId>com.typesafe.scala-logging</groupId> |
225 | 266 | <artifactId>scala-logging_${scala.binary.version}</artifactId> |
226 | | - <version>3.5.0</version> |
| 267 | + <version>3.7.2</version> |
227 | 268 | </dependency> |
228 | 269 |
|
229 | 270 | <!-- Guava --> |
230 | 271 | <dependency> |
231 | 272 | <groupId>com.google.guava</groupId> |
232 | 273 | <artifactId>guava</artifactId> |
233 | | - <version>21.0</version> |
| 274 | + <version>22.0</version> |
234 | 275 | </dependency> |
235 | 276 |
|
236 | 277 | <!-- Shapeless lib --> |
|
244 | 285 | <dependency> |
245 | 286 | <groupId>com.github.scopt</groupId> |
246 | 287 | <artifactId>scopt_${scala.binary.version}</artifactId> |
247 | | - <version>3.5.0</version> |
| 288 | + <version>3.7.0</version> |
| 289 | + </dependency> |
| 290 | + |
| 291 | + <!-- Config API --> |
| 292 | + <dependency> |
| 293 | + <groupId>com.typesafe</groupId> |
| 294 | + <artifactId>config</artifactId> |
| 295 | + <version>1.3.2</version> |
248 | 296 | </dependency> |
249 | 297 |
|
250 | 298 |
|
| 299 | + |
251 | 300 | </dependencies> |
252 | 301 | </dependencyManagement> |
253 | 302 |
|
|
266 | 315 | <plugin> |
267 | 316 | <groupId>net.alchim31.maven</groupId> |
268 | 317 | <artifactId>scala-maven-plugin</artifactId> |
269 | | - <version>3.2.2</version> |
| 318 | + <version>3.3.1</version> |
270 | 319 | <executions> |
271 | 320 | <execution> |
272 | 321 | <goals> |
|
283 | 332 | <arg>-feature</arg> |
284 | 333 | <arg>-dependencyfile</arg> |
285 | 334 | <arg>${project.build.directory}/.scala_dependencies</arg> |
286 | | - <arg>-Xmax-classfile-name</arg> |
| 335 | + <arg>-Xmax-classfile-name</arg> |
287 | 336 | <arg>128</arg> |
288 | 337 | </args> |
289 | 338 | <jvmArgs> |
|
312 | 361 |
|
313 | 362 | <plugin> |
314 | 363 | <artifactId>maven-compiler-plugin</artifactId> |
315 | | - <version>3.6.1</version> |
| 364 | + <version>3.7.0</version> |
316 | 365 | <configuration> |
317 | 366 | <source>${maven.compiler.source}</source> |
318 | 367 | <target>${maven.compiler.target}</target> |
|
324 | 373 | <plugin> |
325 | 374 | <groupId>org.apache.maven.plugins</groupId> |
326 | 375 | <artifactId>maven-surefire-plugin</artifactId> |
327 | | - <version>2.20</version> |
| 376 | + <version>2.20.1</version> |
328 | 377 | </plugin> |
329 | 378 |
|
330 | 379 | <!-- Scalatest --> |
331 | 380 | <plugin> |
332 | 381 | <groupId>org.scalatest</groupId> |
333 | 382 | <artifactId>scalatest-maven-plugin</artifactId> |
334 | | - <version>1.0</version> |
| 383 | + <version>2.0.0</version> |
335 | 384 | <configuration> |
336 | 385 | <tagsToExclude>net.sansa_stack.test.conformance.IntegrationTestSuite</tagsToExclude> |
337 | 386 | </configuration> |
|
341 | 390 | <plugin> |
342 | 391 | <groupId>com.amashchenko.maven.plugin</groupId> |
343 | 392 | <artifactId>gitflow-maven-plugin</artifactId> |
344 | | - <version>1.5.0</version> |
| 393 | + <version>1.8.0</version> |
345 | 394 |
|
346 | 395 | <configuration> |
347 | 396 | <installProject>false</installProject> |
|
357 | 406 | <versionTagPrefix>v</versionTagPrefix> |
358 | 407 | <origin>origin</origin> |
359 | 408 | </gitFlowConfig> |
| 409 | + <pushRemote>false</pushRemote> |
360 | 410 | </configuration> |
361 | 411 | </plugin> |
362 | 412 |
|
363 | 413 | <plugin> |
364 | 414 | <groupId>org.codehaus.mojo</groupId> |
365 | 415 | <artifactId>versions-maven-plugin</artifactId> |
366 | | - <version>2.3</version> |
| 416 | + <version>2.5</version> |
367 | 417 | </plugin> |
368 | 418 |
|
369 | 419 | <plugin> |
370 | 420 | <groupId>org.apache.maven.plugins</groupId> |
371 | 421 | <artifactId>maven-enforcer-plugin</artifactId> |
372 | | - <version>1.4.1</version> |
| 422 | + <version>3.0.0-M1</version> |
373 | 423 | <executions> |
374 | 424 | <execution> |
375 | 425 | <id>enforce-versions</id> |
|
426 | 476 | <plugin> |
427 | 477 | <groupId>com.versioneye</groupId> |
428 | 478 | <artifactId>versioneye-maven-plugin</artifactId> |
429 | | - <version>3.11.2</version> |
| 479 | + <version>3.11.4</version> |
430 | 480 | </plugin> |
431 | 481 |
|
432 | 482 | <plugin> |
|
438 | 488 | <plugin> |
439 | 489 | <groupId>org.apache.maven.plugins</groupId> |
440 | 490 | <artifactId>maven-javadoc-plugin</artifactId> |
441 | | - <version>2.10.4</version> |
| 491 | + <version>3.0.0-M1</version> |
442 | 492 | </plugin> |
443 | 493 |
|
444 | 494 | <plugin> |
445 | 495 | <groupId>org.apache.maven.plugins</groupId> |
446 | 496 | <artifactId>maven-shade-plugin</artifactId> |
447 | | - <version>3.0.0</version> |
448 | | - </plugin> |
449 | | - |
450 | | - <plugin> |
451 | | - <groupId>org.apache.maven.plugins</groupId> |
452 | | - <artifactId>maven-surefire-plugin</artifactId> |
453 | | - <version>2.20</version> |
| 497 | + <version>3.1.0</version> |
454 | 498 | </plugin> |
455 | 499 |
|
456 | 500 | <plugin> |
|
460 | 504 |
|
461 | 505 | <plugin> |
462 | 506 | <artifactId>maven-assembly-plugin</artifactId> |
463 | | - <version>3.0.0</version> |
| 507 | + <version>3.1.0</version> |
464 | 508 | </plugin> |
465 | 509 |
|
466 | 510 | <plugin> |
467 | 511 | <artifactId>maven-dependency-plugin</artifactId> |
468 | | - <version>3.0.1</version> |
| 512 | + <version>3.0.2</version> |
469 | 513 | </plugin> |
470 | 514 |
|
471 | 515 | </plugins> |
|
742 | 786 | </plugins> |
743 | 787 | </build> |
744 | 788 | </profile> |
745 | | - |
746 | 789 | </profiles> |
747 | | - |
748 | | - |
749 | | - |
750 | 790 | </project> |
0 commit comments