|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <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"> |
4 | | - <modelVersion>4.0.0</modelVersion> |
5 | | - <parent> |
6 | | - <artifactId>sansa-stack-parent</artifactId> |
7 | | - <groupId>net.sansa-stack</groupId> |
8 | | - <version>2016-12</version> |
9 | | - </parent> |
10 | | - |
11 | | - <artifactId>sansa-stack-spark</artifactId> |
12 | | - |
13 | | - <packaging>pom</packaging> |
14 | | - <name>SANSA-Stack Spark</name> |
15 | | - |
16 | | - <dependencies> |
17 | | - |
18 | | - <!-- RDF Layer --> |
19 | | - <dependency> |
20 | | - <groupId>${project.groupId}</groupId> |
21 | | - <artifactId>sansa-rdf-spark-bundle</artifactId> |
22 | | - </dependency> |
23 | | - |
24 | | - <!-- OWL Layer --> |
25 | | - <dependency> |
26 | | - <groupId>${project.groupId}</groupId> |
27 | | - <artifactId>sansa-owl-spark</artifactId> |
28 | | - </dependency> |
29 | | - |
30 | | - <!-- Query Layer --> |
31 | | - <dependency> |
32 | | - <groupId>${project.groupId}</groupId> |
33 | | - <artifactId>sansa-query-spark-bundle</artifactId> |
34 | | - </dependency> |
35 | | - |
36 | | - <!-- Inference Layer --> |
37 | | - <dependency> |
38 | | - <groupId>${project.groupId}</groupId> |
39 | | - <artifactId>sansa-inference-spark</artifactId> |
40 | | - </dependency> |
41 | | - |
42 | | - <!-- ML Layer --> |
43 | | - <dependency> |
44 | | - <groupId>${project.groupId}</groupId> |
45 | | - <artifactId>sansa-ml-spark</artifactId> |
46 | | - </dependency> |
47 | | - |
48 | | - </dependencies> |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | + <modelVersion>4.0.0</modelVersion> |
| 5 | + <parent> |
| 6 | + <artifactId>sansa-stack-parent</artifactId> |
| 7 | + <groupId>net.sansa-stack</groupId> |
| 8 | + <version>2016-12</version> |
| 9 | + </parent> |
| 10 | + |
| 11 | + <artifactId>sansa-stack-spark</artifactId> |
| 12 | + |
| 13 | + <packaging>pom</packaging> |
| 14 | + <name>SANSA-Stack Spark</name> |
| 15 | + |
| 16 | + <dependencies> |
| 17 | + |
| 18 | + <!-- RDF Layer --> |
| 19 | + <dependency> |
| 20 | + <groupId>${project.groupId}</groupId> |
| 21 | + <artifactId>sansa-rdf-spark-bundle</artifactId> |
| 22 | + </dependency> |
| 23 | + |
| 24 | + <!-- OWL Layer --> |
| 25 | + <dependency> |
| 26 | + <groupId>${project.groupId}</groupId> |
| 27 | + <artifactId>sansa-owl-spark</artifactId> |
| 28 | + </dependency> |
| 29 | + |
| 30 | + <!-- Query Layer --> |
| 31 | + <dependency> |
| 32 | + <groupId>${project.groupId}</groupId> |
| 33 | + <artifactId>sansa-query-spark-bundle</artifactId> |
| 34 | + </dependency> |
| 35 | + |
| 36 | + <!-- Inference Layer --> |
| 37 | + <dependency> |
| 38 | + <groupId>${project.groupId}</groupId> |
| 39 | + <artifactId>sansa-inference-spark_${scala.binary.version}</artifactId> |
| 40 | + </dependency> |
| 41 | + |
| 42 | + <!-- ML Layer --> |
| 43 | + <dependency> |
| 44 | + <groupId>${project.groupId}</groupId> |
| 45 | + <artifactId>sansa-ml-spark</artifactId> |
| 46 | + </dependency> |
| 47 | + |
| 48 | + </dependencies> |
49 | 49 |
|
50 | 50 |
|
51 | 51 | </project> |
0 commit comments