|
7 | 7 | <groupId>net.sansa-stack</groupId> |
8 | 8 | <version>0.1.0-SNAPSHOT</version> |
9 | 9 | </parent> |
10 | | - <groupId>net.sansa-stack</groupId> |
11 | 10 | <artifactId>sansa-examples-flink</artifactId> |
12 | | - <version>0.1.0-SNAPSHOT</version> |
13 | 11 | <name>SANSA Examples - Apache Flink</name> |
14 | 12 | <description>SANSA examples for Apache Flink</description> |
15 | 13 |
|
16 | 14 | <dependencies> |
17 | | - <!-- SANSA OWL--> |
| 15 | + <!-- SANSA RDF --> |
| 16 | + |
| 17 | + <!-- SANSA OWL --> |
18 | 18 | <dependency> |
19 | | - <groupId>net.sansa-stack</groupId> |
| 19 | + <groupId>${project.groupId}</groupId> |
20 | 20 | <artifactId>sansa-owl-flink</artifactId> |
21 | 21 | <version>0.1.0-SNAPSHOT</version> |
22 | 22 | </dependency> |
23 | 23 |
|
24 | 24 | <!-- SANSA Inference --> |
25 | 25 | <dependency> |
26 | | - <groupId>net.sansa-stack</groupId> |
27 | | - <artifactId>sansa-inference-flink_2.11</artifactId> |
28 | | - <version>0.1.0-SNAPSHOT</version> |
| 26 | + <groupId>${project.groupId}</groupId> |
| 27 | + <artifactId>sansa-inference-flink_${scala.binary.version}</artifactId> |
29 | 28 | </dependency> |
30 | | - |
| 29 | + |
| 30 | + <!-- SANSA Query --> |
| 31 | + |
| 32 | + <!-- SANSA ML --> |
31 | 33 |
|
32 | 34 | <!-- Scala --> |
33 | 35 | <dependency> |
|
95 | 97 | </execution> |
96 | 98 | </executions> |
97 | 99 | </plugin> |
98 | | - <plugin> |
99 | | - <groupId>org.apache.maven.plugins</groupId> |
100 | | - <artifactId>maven-shade-plugin</artifactId> |
101 | | - <version>2.4.3</version> |
102 | | - <executions> |
103 | | - <execution> |
104 | | - <phase>package</phase> |
105 | | - <goals> |
106 | | - <goal>shade</goal> |
107 | | - </goals> |
108 | | - <configuration> |
109 | | - <artifactSet> |
110 | | - <excludes> |
111 | | - <exclude>com.esotericsoftware.kryo:kryo</exclude> |
112 | | - <exclude>com.esotericsoftware.minlog:minlog</exclude> |
113 | | - <exclude>com.fasterxml.jackson.core:jackson*</exclude> |
114 | | - <exclude>com.github.scopt:scopt_2.11</exclude> |
115 | | - <exclude>com.google.code.findbugs:jsr305</exclude> |
116 | | - <exclude>com.google.protobuf:protobuf-java</exclude> |
117 | | - <exclude>com.jamesmurty.utils:java-xmlbuilder</exclude> |
118 | | - <exclude>com.jcraft:jsch</exclude> |
119 | | - <exclude>com.sun.jersey:jersey-core</exclude> |
120 | | - <exclude>com.thoughtworks.paranamer:paranamer</exclude> |
121 | | - <exclude>com.typesafe:config</exclude> |
122 | | - <exclude>com.typesafe.akka:*</exclude> |
123 | | - <exclude>com.twitter:chill_2.11</exclude> |
124 | | - <exclude>commons-beanutils:commons-beanutils-bean-collections</exclude> |
125 | | - <exclude>commons-cli:commons-cli</exclude> |
126 | | - <exclude>commons-codec:commons-codec</exclude> |
127 | | - <exclude>commons-configuration:commons-configuration</exclude> |
128 | | - <exclude>commons-daemon:commons-daemon</exclude> |
129 | | - <exclude>commons-digester:commons-digester</exclude> |
130 | | - <exclude>commons-el:commons-el</exclude> |
131 | | - <exclude>commons-lang:commons-lang</exclude> |
132 | | - <exclude>commons-logging:commons-logging</exclude> |
133 | | - <exclude>commons-net:commons-net</exclude> |
134 | | - <exclude>commons-collections:commons-collections</exclude> |
135 | | - <exclude>io.netty:netty*</exclude> |
136 | | - <exclude>io.dropwizard.metrics:metrics*</exclude> |
137 | | - <exclude>javax.activation:activation</exclude> |
138 | | - <exclude>javax.servlet:servlet-api</exclude> |
139 | | - <exclude>javax.xml.bind:jaxb-api</exclude> |
140 | | - <exclude>javax.xml.stream:stax-api</exclude> |
141 | | - <exclude>jline:jline</exclude> |
142 | | - <exclude>junit:junit</exclude> |
143 | | - <exclude>org.apache.avro:avro</exclude> |
144 | | - <exclude>org.apache.commons:commons-compress</exclude> |
145 | | - <exclude>org.apache.commons:commons-lang3</exclude> |
146 | | - <exclude>org.apache.commons:commons-math3</exclude> |
147 | | - <exclude>org.apache.flink:*</exclude> |
148 | | - <exclude>org.apache.zookeeper:zookeeper</exclude> |
149 | | - <exclude>org.clapper:grizzled-slf4j_2.11</exclude> |
150 | | - <exclude>org.codehaus.jackson:jackson-*</exclude> |
151 | | - <exclude>org.javassist:javassist</exclude> |
152 | | - <exclude>org.mortbay.jetty:jetty-util</exclude> |
153 | | - <exclude>org.objenesis:objenesis</exclude> |
154 | | - <exclude>org.scala-lang:*</exclude> |
155 | | - <exclude>org.uncommons.maths:uncommons-maths</exclude> |
156 | | - <exclude>org.xerial.snappy:snappy-java</exclude> |
157 | | - <exclude>xmlenc:xmlenc</exclude> |
158 | | - </excludes> |
159 | | - </artifactSet> |
160 | | - <filters> |
161 | | - <filter> |
162 | | - <artifact>*:*</artifact> |
163 | | - <excludes> |
164 | | - <exclude>META-INF/*.SF</exclude> |
165 | | - <exclude>META-INF/*.DSA</exclude> |
166 | | - <exclude>META-INF/*.RSA</exclude> |
167 | | - </excludes> |
168 | | - </filter> |
169 | | - </filters> |
170 | | - <createDependencyReducedPom>false</createDependencyReducedPom> |
171 | | - </configuration> |
172 | | - </execution> |
173 | | - </executions> |
174 | | - </plugin> |
| 100 | + <plugin> |
| 101 | + <groupId>org.apache.maven.plugins</groupId> |
| 102 | + <artifactId>maven-shade-plugin</artifactId> |
| 103 | + <version>2.4.3</version> |
| 104 | + <executions> |
| 105 | + <execution> |
| 106 | + <phase>package</phase> |
| 107 | + <goals> |
| 108 | + <goal>shade</goal> |
| 109 | + </goals> |
| 110 | + <configuration> |
| 111 | + <artifactSet> |
| 112 | + <excludes> |
| 113 | + <exclude>com.esotericsoftware.kryo:kryo</exclude> |
| 114 | + <exclude>com.esotericsoftware.minlog:minlog</exclude> |
| 115 | + <exclude>com.fasterxml.jackson.core:jackson*</exclude> |
| 116 | + <exclude>com.github.scopt:scopt_2.11</exclude> |
| 117 | + <exclude>com.google.code.findbugs:jsr305</exclude> |
| 118 | + <exclude>com.google.protobuf:protobuf-java</exclude> |
| 119 | + <exclude>com.jamesmurty.utils:java-xmlbuilder</exclude> |
| 120 | + <exclude>com.jcraft:jsch</exclude> |
| 121 | + <exclude>com.sun.jersey:jersey-core</exclude> |
| 122 | + <exclude>com.thoughtworks.paranamer:paranamer</exclude> |
| 123 | + <exclude>com.typesafe:config</exclude> |
| 124 | + <exclude>com.typesafe.akka:*</exclude> |
| 125 | + <exclude>com.twitter:chill_2.11</exclude> |
| 126 | + <exclude>commons-beanutils:commons-beanutils-bean-collections</exclude> |
| 127 | + <exclude>commons-cli:commons-cli</exclude> |
| 128 | + <exclude>commons-codec:commons-codec</exclude> |
| 129 | + <exclude>commons-configuration:commons-configuration</exclude> |
| 130 | + <exclude>commons-daemon:commons-daemon</exclude> |
| 131 | + <exclude>commons-digester:commons-digester</exclude> |
| 132 | + <exclude>commons-el:commons-el</exclude> |
| 133 | + <exclude>commons-lang:commons-lang</exclude> |
| 134 | + <exclude>commons-logging:commons-logging</exclude> |
| 135 | + <exclude>commons-net:commons-net</exclude> |
| 136 | + <exclude>commons-collections:commons-collections</exclude> |
| 137 | + <exclude>io.netty:netty*</exclude> |
| 138 | + <exclude>io.dropwizard.metrics:metrics*</exclude> |
| 139 | + <exclude>javax.activation:activation</exclude> |
| 140 | + <exclude>javax.servlet:servlet-api</exclude> |
| 141 | + <exclude>javax.xml.bind:jaxb-api</exclude> |
| 142 | + <exclude>javax.xml.stream:stax-api</exclude> |
| 143 | + <exclude>jline:jline</exclude> |
| 144 | + <exclude>junit:junit</exclude> |
| 145 | + <exclude>org.apache.avro:avro</exclude> |
| 146 | + <exclude>org.apache.commons:commons-compress</exclude> |
| 147 | + <exclude>org.apache.commons:commons-lang3</exclude> |
| 148 | + <exclude>org.apache.commons:commons-math3</exclude> |
| 149 | + <exclude>org.apache.flink:*</exclude> |
| 150 | + <exclude>org.apache.zookeeper:zookeeper</exclude> |
| 151 | + <exclude>org.clapper:grizzled-slf4j_2.11</exclude> |
| 152 | + <exclude>org.codehaus.jackson:jackson-*</exclude> |
| 153 | + <exclude>org.javassist:javassist</exclude> |
| 154 | + <exclude>org.mortbay.jetty:jetty-util</exclude> |
| 155 | + <exclude>org.objenesis:objenesis</exclude> |
| 156 | + <exclude>org.scala-lang:*</exclude> |
| 157 | + <exclude>org.uncommons.maths:uncommons-maths</exclude> |
| 158 | + <exclude>org.xerial.snappy:snappy-java</exclude> |
| 159 | + <exclude>xmlenc:xmlenc</exclude> |
| 160 | + </excludes> |
| 161 | + </artifactSet> |
| 162 | + <filters> |
| 163 | + <filter> |
| 164 | + <artifact>*:*</artifact> |
| 165 | + <excludes> |
| 166 | + <exclude>META-INF/*.SF</exclude> |
| 167 | + <exclude>META-INF/*.DSA</exclude> |
| 168 | + <exclude>META-INF/*.RSA</exclude> |
| 169 | + </excludes> |
| 170 | + </filter> |
| 171 | + </filters> |
| 172 | + <createDependencyReducedPom>false</createDependencyReducedPom> |
| 173 | + </configuration> |
| 174 | + </execution> |
| 175 | + </executions> |
| 176 | + </plugin> |
175 | 177 | </plugins> |
176 | 178 | </build> |
177 | 179 |
|
|
0 commit comments