Skip to content

Commit 6a747af

Browse files
committed
KNOX-3114 - Update Hadoop version to latest release 3.4.1
1 parent d699feb commit 6a747af

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

gateway-provider-rewrite/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@
133133
<groupId>org.apache.logging.log4j</groupId>
134134
<artifactId>log4j-core</artifactId>
135135
</dependency>
136+
137+
<dependency>
138+
<groupId>jakarta.activation</groupId>
139+
<artifactId>jakarta.activation-api</artifactId>
140+
</dependency>
136141

137142
<!-- ********** ********** ********** ********** ********** ********** -->
138143
<!-- ********** Test Dependencies ********** -->

pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
<gson.version>2.8.9</gson.version>
213213
<groovy.version>3.0.7</groovy.version>
214214
<guava.version>28.2-jre</guava.version>
215-
<hadoop.version>3.2.4</hadoop.version>
215+
<hadoop.version>3.4.1</hadoop.version>
216216
<hamcrest.version>2.2</hamcrest.version>
217217
<hamcrest-json.version>0.2</hamcrest-json.version>
218218
<httpclient.version>4.5.13</httpclient.version>
@@ -1481,6 +1481,12 @@
14811481
<version>${jakarta.activation.version}</version>
14821482
</dependency>
14831483

1484+
<dependency>
1485+
<groupId>jakarta.activation</groupId>
1486+
<artifactId>jakarta.activation-api</artifactId>
1487+
<version>${jakarta.activation.version}</version>
1488+
</dependency>
1489+
14841490
<dependency>
14851491
<groupId>org.jvnet.staxex</groupId>
14861492
<artifactId>stax-ex</artifactId>

0 commit comments

Comments
 (0)