|
7 | 7 | <parent>
|
8 | 8 | <artifactId>sansa-owl-parent_2.11</artifactId>
|
9 | 9 | <groupId>net.sansa-stack</groupId>
|
10 |
| - <version>0.4.0</version> |
| 10 | + <version>0.4.1</version> |
11 | 11 | </parent>
|
12 | 12 |
|
13 | 13 | <artifactId>sansa-owl-flink_2.11</artifactId>
|
14 |
| - <version>0.4.0</version> |
| 14 | + <version>0.4.1</version> |
15 | 15 |
|
16 | 16 | <name>SANSA OWL layer - Flink</name>
|
17 | 17 | <description>A library to read OWL files into Flink.</description>
|
|
34 | 34 | <groupId>org.apache.flink</groupId>
|
35 | 35 | <artifactId>flink-scala_2.11</artifactId>
|
36 | 36 | </dependency>
|
| 37 | + <dependency> |
| 38 | + <groupId>org.apache.flink</groupId> |
| 39 | + <artifactId>flink-core</artifactId> |
| 40 | + </dependency> |
37 | 41 | <dependency>
|
38 | 42 | <groupId>org.apache.flink</groupId>
|
39 | 43 | <artifactId>flink-clients_2.11</artifactId>
|
40 | 44 | </dependency>
|
41 | 45 | <dependency>
|
42 | 46 | <groupId>org.apache.flink</groupId>
|
43 |
| - <artifactId>flink-hadoop-compatibility_${scala.binary.version}</artifactId> |
| 47 | + <artifactId>flink-filesystems</artifactId> |
| 48 | + <type>pom</type> |
| 49 | + </dependency> |
| 50 | + <dependency> |
| 51 | + <groupId>org.apache.flink</groupId> |
| 52 | + <artifactId>flink-shaded-hadoop</artifactId> |
| 53 | + <type>pom</type> |
44 | 54 | </dependency>
|
45 | 55 | <dependency>
|
46 | 56 | <groupId>de.javakaffee</groupId>
|
47 | 57 | <artifactId>kryo-serializers</artifactId>
|
48 | 58 | </dependency>
|
| 59 | + <dependency> |
| 60 | + <groupId>org.apache.flink</groupId> |
| 61 | + <artifactId>flink-hadoop-compatibility_2.11</artifactId> |
| 62 | + </dependency> |
| 63 | + <dependency> |
| 64 | + <groupId>org.apache.hadoop</groupId> |
| 65 | + <artifactId>hadoop-common</artifactId> |
| 66 | + </dependency> |
| 67 | + <dependency> |
| 68 | + <groupId>org.apache.hadoop</groupId> |
| 69 | + <artifactId>hadoop-mapreduce-client-core</artifactId> |
| 70 | + </dependency> |
49 | 71 |
|
50 | 72 | <!-- OWL API dependencies -->
|
51 | 73 | <dependency>
|
|
107 | 129 | </dependency>
|
108 | 130 | </dependencies>
|
109 | 131 | </profile>
|
110 |
| - |
111 |
| - <profile> |
112 |
| - <id>dist</id> |
113 |
| - <activation> |
114 |
| - <property> |
115 |
| - <name>dist</name> |
116 |
| - </property> |
117 |
| - </activation> |
118 |
| - <build> |
119 |
| - <plugins> |
120 |
| - <plugin> |
121 |
| - <groupId>org.apache.maven.plugins</groupId> |
122 |
| - <artifactId>maven-shade-plugin</artifactId> |
123 |
| - <version>2.4.3</version> |
124 |
| - <executions> |
125 |
| - <execution> |
126 |
| - <phase>package</phase> |
127 |
| - <goals> |
128 |
| - <goal>shade</goal> |
129 |
| - </goals> |
130 |
| - <configuration> |
131 |
| - <artifactSet> |
132 |
| - <excludes> |
133 |
| - <exclude>com.esotericsoftware:kryo</exclude> |
134 |
| - <exclude>com.esotericsoftware:minlog</exclude> |
135 |
| - <exclude>com.esotericsoftware:reflectasm</exclude> |
136 |
| - <exclude>com.esotericsoftware.kryo:kryo</exclude> |
137 |
| - <exclude>com.esotericsoftware.minlog:minlog</exclude> |
138 |
| - <exclude>com.fasterxml.jackson.core:jackson*</exclude> |
139 |
| - <exclude>com.github.scopt:scopt_2.11</exclude> |
140 |
| - <exclude>com.jamesmurty.utils:java-xmlbuilder</exclude> |
141 |
| - <exclude>com.jcraft:jsch</exclude> |
142 |
| - <exclude>com.sun.jersey:jersey-client</exclude> |
143 |
| - <exclude>com.thoughtworks.paranamer:paranamer</exclude> |
144 |
| - <exclude>com.twitter:chill_2.11</exclude> |
145 |
| - <exclude>com.twitter:chill-java</exclude> |
146 |
| - <exclude>com.typesafe.akka:akka-actor_2.11</exclude> |
147 |
| - <exclude>com.typesafe.akka:akka-protobuf_2.11</exclude> |
148 |
| - <exclude>com.typesafe.akka:akka-slf4j_2.11</exclude> |
149 |
| - <exclude>com.typesafe.akka:akka-stream_2.11</exclude> |
150 |
| - <exclude>com.typesafe:config</exclude> |
151 |
| - <exclude>com.typesafe:ssl-config-core_2.11</exclude> |
152 |
| - <exclude>commons-beanutils:commons-beanutils</exclude> |
153 |
| - <exclude>commons-cli:commons-cli</exclude> |
154 |
| - <exclude>commons-codec:commons-codec</exclude> |
155 |
| - <exclude>commons-collections:commons-collections</exclude> |
156 |
| - <exclude>commons-configuration:commons-configuration</exclude> |
157 |
| - <exclude>commons-daemon:commons-daemon</exclude> |
158 |
| - <exclude>commons-digester:commons-digester</exclude> |
159 |
| - <exclude>commons-io:commons-io</exclude> |
160 |
| - <exclude>commons-lang:commons-lang</exclude> |
161 |
| - <exclude>commons-logging:commons-logging</exclude> |
162 |
| - <exclude>commons-net:commons-net</exclude> |
163 |
| - <exclude>javax.activation:activation</exclude> |
164 |
| - <exclude>javax.servlet:servlet-api</exclude> |
165 |
| - <exclude>javax.xml.bind:jaxb-api</exclude> |
166 |
| - <exclude>javax.xml.stream:stax-api</exclude> |
167 |
| - <exclude>org.apache.avro:avro</exclude> |
168 |
| - <exclude>org.apache.commons:commons-lang3</exclude> |
169 |
| - <exclude>org.apache.commons:commons-math3</exclude> |
170 |
| - <exclude>org.apache.commons:commons-compress</exclude> |
171 |
| - <exclude>org.apache.flink:flink-annotations</exclude> |
172 |
| - <exclude>org.apache.flink:flink-avro_2.11</exclude> |
173 |
| - <exclude>org.apache.flink:flink-clients_2.11</exclude> |
174 |
| - <exclude>org.apache.flink:flink-core_2.11</exclude> |
175 |
| - <exclude>org.apache.flink:flink-core</exclude> |
176 |
| - <exclude>org.apache.flink:flink-hadoop-fs</exclude> |
177 |
| - <exclude>org.apache.flink:flink-java*</exclude> |
178 |
| - <exclude>org.apache.flink:flink-java_2.11</exclude> |
179 |
| - <exclude>org.apache.flink:flink-metrics-core</exclude> |
180 |
| - <exclude>org.apache.flink:flink-optimizer_2.11</exclude> |
181 |
| - <exclude>org.apache.flink:flink-queryable-state-client-java_2.11</exclude> |
182 |
| - <exclude>org.apache.flink:flink-runtime_2.11</exclude> |
183 |
| - <exclude>org.apache.flink:flink-scala_2.11</exclude> |
184 |
| - <exclude>org.apache.flink:flink-shaded-asm</exclude> |
185 |
| - <exclude>org.apache.flink:flink-shaded-guava</exclude> |
186 |
| - <exclude>org.apache.flink:flink-shaded-hadoop2</exclude> |
187 |
| - <exclude>org.apache.flink:flink-shaded-jackson</exclude> |
188 |
| - <exclude>org.apache.flink:flink-shaded-netty</exclude> |
189 |
| - <exclude>org.apache.flink:flink-java-examples_2.11</exclude> |
190 |
| - <exclude>org.apache.flink:flink-scala-examples_2.11</exclude> |
191 |
| - <exclude>org.apache.flink:flink-streaming-examples_2.11</exclude> |
192 |
| - <exclude>org.apache.flink:flink-streaming-java_2.11</exclude> |
193 |
| - <exclude>org.apache.flink:force-shading</exclude> |
194 |
| - <exclude>org.apache.httpcomponents:*</exclude> |
195 |
| - <exclude>org.apache.zookeeper:zookeeper</exclude> |
196 |
| - <exclude>org.clapper:grizzled-slf4j_2.11</exclude> |
197 |
| - <exclude>org.codehaus.jackson:jackson-core-asl</exclude> |
198 |
| - <exclude>org.codehaus.jackson:jackson-mapper-asl</exclude> |
199 |
| - <exclude>org.javassist:javassist</exclude> |
200 |
| - <exclude>org.objenesis:objenesis</exclude> |
201 |
| - <exclude>org.scala-lang:*</exclude> |
202 |
| - <exclude>org.scala-lang.modules:scala-parser-combinators_2.11</exclude> |
203 |
| - <exclude>org.scala-lang.modules:scala-java8-compat_2.11</exclude> |
204 |
| - <exclude>org.scala-lang.modules:scala-xml_2.11</exclude> |
205 |
| - <exclude>org.slf4j:slf4j-api</exclude> |
206 |
| - <exclude>org.tukaani:xz</exclude> |
207 |
| - <exclude>org.xerial.snappy:snappy-java</exclude> |
208 |
| - </excludes> |
209 |
| - </artifactSet> |
210 |
| - <filters> |
211 |
| - <filter> |
212 |
| - <artifact>*:*</artifact> |
213 |
| - <excludes> |
214 |
| - <exclude>META-INF/*.SF</exclude> |
215 |
| - <exclude>META-INF/*.DSA</exclude> |
216 |
| - <exclude>META-INF/*.RSA</exclude> |
217 |
| - </excludes> |
218 |
| - </filter> |
219 |
| - </filters> |
220 |
| - <createDependencyReducedPom>false</createDependencyReducedPom> |
221 |
| - </configuration> |
222 |
| - </execution> |
223 |
| - </executions> |
224 |
| - </plugin> |
225 |
| - </plugins> |
226 |
| - </build> |
227 |
| - </profile> |
228 | 132 | </profiles>
|
229 | 133 | </project>
|
0 commit comments