|
10 | 10 |
|
11 | 11 | <groupId>com.facebook.presto.hadoop</groupId>
|
12 | 12 | <artifactId>hadoop-apache2</artifactId>
|
13 |
| - <version>3.2.0-1-SNAPSHOT</version> |
| 13 | + <version>3.4.1-1-SNAPSHOT</version> |
14 | 14 |
|
15 | 15 | <name>hadoop-apache2</name>
|
16 | 16 | <description>Shaded version of Apache Hadoop for Presto</description>
|
|
34 | 34 | <connection>scm:git:git://github.com/prestodb/presto-hadoop-apache2.git</connection>
|
35 | 35 | <developerConnection>scm:git:git://github.com/prestodb/presto-hadoop-apache2.git</developerConnection>
|
36 | 36 | <url>https://github.com/prestodb/presto-hadoop-apache2</url>
|
37 |
| - <tag>3.2.0-1</tag> |
| 37 | + <tag>HEAD</tag> |
38 | 38 | </scm>
|
39 | 39 |
|
40 | 40 | <properties>
|
41 | 41 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
42 | 42 | <project.build.targetJdk>1.8</project.build.targetJdk>
|
43 | 43 | <shadeBase>com.facebook.presto.hadoop.\$internal</shadeBase>
|
44 |
| - <dep.slf4j.version>1.7.25</dep.slf4j.version> |
45 |
| - <dep.hadoop.version>3.2.0</dep.hadoop.version> |
| 44 | + <dep.slf4j.version>2.0.16</dep.slf4j.version> |
| 45 | + <dep.hadoop.version>3.4.1</dep.hadoop.version> |
46 | 46 |
|
47 | 47 | <dep.nexus-staging-plugin.version>1.6.8</dep.nexus-staging-plugin.version>
|
48 |
| - |
49 |
| - <air.check.skip-dependency>true</air.check.skip-dependency> |
50 |
| - <air.check.skip-duplicate-finder>true</air.check.skip-duplicate-finder> |
51 |
| - <air.check.skip-modernizer>true</air.check.skip-modernizer> |
52 | 48 | <air.check.skip-enforcer>true</air.check.skip-enforcer>
|
53 | 49 | <air.check.skip-modernizer>true</air.check.skip-modernizer>
|
54 | 50 | <air.check.skip-duplicate-finder>true</air.check.skip-duplicate-finder>
|
|
71 | 67 | <groupId>com.google.code.findbugs</groupId>
|
72 | 68 | <artifactId>jsr305</artifactId>
|
73 | 69 | </exclusion>
|
| 70 | + <exclusion> |
| 71 | + <groupId>com.google.errorprone</groupId> |
| 72 | + <artifactId>error_prone_annotations</artifactId> |
| 73 | + </exclusion> |
| 74 | + <exclusion> |
| 75 | + <groupId>com.google.j2objc</groupId> |
| 76 | + <artifactId>j2objc-annotations</artifactId> |
| 77 | + </exclusion> |
| 78 | + <exclusion> |
| 79 | + <groupId>org.checkerframework</groupId> |
| 80 | + <artifactId>checker-qual</artifactId> |
| 81 | + </exclusion> |
74 | 82 | </exclusions>
|
75 | 83 | </dependency>
|
76 | 84 |
|
|
131 | 139 | <groupId>org.apache.directory.server</groupId>
|
132 | 140 | <artifactId>apacheds-kerberos-codec</artifactId>
|
133 | 141 | </exclusion>
|
134 |
| - <exclusion> |
135 |
| - <groupId>org.apache.commons</groupId> |
136 |
| - <artifactId>commons-compress</artifactId> |
137 |
| - </exclusion> |
138 | 142 | <exclusion>
|
139 | 143 | <groupId>org.apache.commons</groupId>
|
140 | 144 | <artifactId>commons-math</artifactId>
|
|
179 | 183 | <groupId>com.sun.jersey</groupId>
|
180 | 184 | <artifactId>jersey-servlet</artifactId>
|
181 | 185 | </exclusion>
|
| 186 | + <exclusion> |
| 187 | + <groupId>com.github.pjfanning</groupId> |
| 188 | + <artifactId>jersey-json</artifactId> |
| 189 | + </exclusion> |
182 | 190 | <exclusion>
|
183 | 191 | <groupId>javax.servlet</groupId>
|
184 | 192 | <artifactId>javax.servlet-api</artifactId>
|
|
243 | 251 | <groupId>org.slf4j</groupId>
|
244 | 252 | <artifactId>slf4j-log4j12</artifactId>
|
245 | 253 | </exclusion>
|
| 254 | + <exclusion> |
| 255 | + <groupId>org.slf4j</groupId> |
| 256 | + <artifactId>slf4j-reload4j</artifactId> |
| 257 | + </exclusion> |
| 258 | + <exclusion> |
| 259 | + <groupId>ch.qos.reload4j</groupId> |
| 260 | + <artifactId>reload4j</artifactId> |
| 261 | + </exclusion> |
| 262 | + <exclusion> |
| 263 | + <groupId>org.bouncycastle</groupId> |
| 264 | + <artifactId>bcprov-jdk18on</artifactId> |
| 265 | + </exclusion> |
| 266 | + <exclusion> |
| 267 | + <groupId>io.dropwizard.metrics</groupId> |
| 268 | + <artifactId>metrics-core</artifactId> |
| 269 | + </exclusion> |
| 270 | + <exclusion> |
| 271 | + <groupId>javax.xml.bind</groupId> |
| 272 | + <artifactId>jaxb-api</artifactId> |
| 273 | + </exclusion> |
| 274 | + <exclusion> |
| 275 | + <groupId>jakarta.activation</groupId> |
| 276 | + <artifactId>jakarta.activation-api</artifactId> |
| 277 | + </exclusion> |
246 | 278 | </exclusions>
|
247 | 279 | </dependency>
|
248 | 280 |
|
|
369 | 401 | </exclusions>
|
370 | 402 | </dependency>
|
371 | 403 |
|
| 404 | + <dependency> |
| 405 | + <groupId>jakarta.annotation</groupId> |
| 406 | + <artifactId>jakarta.annotation-api</artifactId> |
| 407 | + <version>2.1.1</version> |
| 408 | + </dependency> |
| 409 | + |
372 | 410 | <!-- send logging to java.util.logging -->
|
373 | 411 | <dependency>
|
374 | 412 | <groupId>org.slf4j</groupId>
|
|
403 | 441 | <version>6.2.1</version>
|
404 | 442 | <scope>test</scope>
|
405 | 443 | </dependency>
|
| 444 | + |
| 445 | + <dependency> |
| 446 | + <groupId>org.lz4</groupId> |
| 447 | + <artifactId>lz4-java</artifactId> |
| 448 | + <version>1.8.0</version> |
| 449 | + <scope>test</scope> |
| 450 | + </dependency> |
| 451 | + |
| 452 | + <dependency> |
| 453 | + <groupId>org.xerial.snappy</groupId> |
| 454 | + <artifactId>snappy-java</artifactId> |
| 455 | + <version>1.1.10.6</version> |
| 456 | + <scope>test</scope> |
| 457 | + </dependency> |
406 | 458 | </dependencies>
|
407 | 459 |
|
408 | 460 | <build>
|
|
456 | 508 | <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
|
457 | 509 | </transformers>
|
458 | 510 | <relocations>
|
| 511 | + <relocation> |
| 512 | + <pattern>jakarta.annotation</pattern> |
| 513 | + <shadedPattern>${shadeBase}.jakarta.annotation</shadedPattern> |
| 514 | + </relocation> |
459 | 515 | <relocation>
|
460 | 516 | <pattern>org.iq80.leveldb</pattern>
|
461 | 517 | <shadedPattern>${shadeBase}.org.iq80.leveldb</shadedPattern>
|
|
532 | 588 | <pattern>org.codehaus.stax2</pattern>
|
533 | 589 | <shadedPattern>${shadeBase}.org.codehaus.stax2</shadedPattern>
|
534 | 590 | </relocation>
|
| 591 | + <relocation> |
| 592 | + <pattern>org.codehaus.jettison</pattern> |
| 593 | + <shadedPattern>${shadeBase}.org.codehaus.jettison</shadedPattern> |
| 594 | + </relocation> |
535 | 595 | <relocation>
|
536 | 596 | <pattern>org.apache.log4j</pattern>
|
537 | 597 | <shadedPattern>${shadeBase}.org.apache.log4j</shadedPattern>
|
|
0 commit comments