File tree 2 files changed +15
-1
lines changed
rdf-processing-toolkit-cli
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 67
67
<picocli .version>4.6.2</picocli .version>
68
68
<jackson .version>2.12.0</jackson .version>
69
69
<commons-vfs2 .version>2.9.0</commons-vfs2 .version>
70
- <hadoop .version>3.3.4 </hadoop .version>
70
+ <hadoop .version>3.4.0 </hadoop .version>
71
71
<!-- <jetty.version>9.4.40.v20210413</jetty.version> -->
72
72
<timestamp >${maven.build.timestamp}</timestamp >
73
73
<maven .build.timestamp.format>yyyy-MM-dd HH:mm</maven .build.timestamp.format>
191
191
</exclusions >
192
192
</dependency >
193
193
194
+ <dependency >
195
+ <groupId >org.apache.hadoop</groupId >
196
+ <artifactId >hadoop-hdfs-client</artifactId >
197
+ <version >${hadoop.version} </version >
198
+ </dependency >
199
+
194
200
<!-- Also declares versions for sub groups such as
195
201
org.glassfish.jersey.containers -->
196
202
<dependency >
214
220
<artifactId >conjure-datasources</artifactId >
215
221
<version >${conjure.version} </version >
216
222
<exclusions >
223
+ <!--
217
224
<exclusion>
218
225
<groupId>org.apache.spark</groupId>
219
226
<artifactId>spark-sql_2.13</artifactId>
222
229
<groupId>org.apache.spark</groupId>
223
230
<artifactId>spark-core_2.13</artifactId>
224
231
</exclusion>
232
+ -->
225
233
</exclusions >
226
234
</dependency >
227
235
<dependency >
Original file line number Diff line number Diff line change 28
28
<groupId >net.sansa-stack</groupId >
29
29
<artifactId >sansa-cmds-picocli_2.13</artifactId >
30
30
<exclusions >
31
+ <!--
31
32
<exclusion>
32
33
<groupId>org.apache.hadoop</groupId>
33
34
<artifactId>hadoop-client-runtime</artifactId>
34
35
</exclusion>
36
+ -->
35
37
36
38
<!-- Spark excluded here for the shaded sansa-spark-jakarta
37
39
artifact -->
88
90
<groupId >org.apache.hadoop</groupId >
89
91
<artifactId >hadoop-common</artifactId >
90
92
</dependency >
93
+ <dependency >
94
+ <groupId >org.apache.hadoop</groupId >
95
+ <artifactId >hadoop-hdfs-client</artifactId >
96
+ </dependency >
91
97
<dependency >
92
98
<groupId >org.aksw.conjure</groupId >
93
99
<artifactId >conjure-datasources</artifactId >
You can’t perform that action at this time.
0 commit comments