Skip to content

Commit 8d1b139

Browse files
authored
AVRO-4152: Remove signatures from shaded tools jar (#3404)
* AVRO-4152: Remove signatures from shaded jar * AVRO-4152: Upgrade Hadoop to 3.4.1 This tests the signature removal: without the change, the build will fail (as seen with the dependabot pipelines).
1 parent a8663f7 commit 8d1b139

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lang/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<commons-text.version>1.13.1</commons-text.version>
4444
<commons-lang3.version>3.17.0</commons-lang3.version>
4545
<grpc.version>1.73.0</grpc.version>
46-
<hadoop.version>3.3.6</hadoop.version>
46+
<hadoop.version>3.4.1</hadoop.version>
4747
<hamcrest.version>3.0</hamcrest.version>
4848
<jackson-bom.version>2.19.0</jackson-bom.version>
4949
<jetty.version>9.4.57.v20241219</jetty.version>

lang/java/tools/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@
114114
<exclude>META-INF/LICENSE.txt</exclude>
115115
<exclude>META-INF/NOTICE.txt</exclude>
116116
<exclude>META-INF/license/*</exclude>
117+
<exclude>META-INF/*.SF</exclude>
118+
<exclude>META-INF/*.DSA</exclude>
119+
<exclude>META-INF/*.RSA</exclude>
117120
</excludes>
118121
</filter>
119122
</filters>

0 commit comments

Comments
 (0)