Skip to content

Commit

Permalink
CDAP-21027 : upgrading hadoop version to 3.3.6 for cdap security ext
Browse files Browse the repository at this point in the history
  • Loading branch information
sahusanket committed Jul 22, 2024
1 parent ef3fbd9 commit 13b20e1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
8 changes: 4 additions & 4 deletions cdap-ranger/cdap-ranger-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.8.8</version>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.12.7</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
Expand Down Expand Up @@ -102,7 +102,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.3.0</version>
<version>3.5.0</version>
<extensions>true</extensions>
<configuration>
<archive>
Expand Down
6 changes: 5 additions & 1 deletion cdap-ranger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@


<properties>
<hadoop.version>2.3.0</hadoop.version>
<hadoop.version>3.3.6</hadoop.version>
<ranger.version>0.7.0</ranger.version>
</properties>

Expand Down Expand Up @@ -108,6 +108,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion cdap-sentry/cdap-sentry-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<url>http://github.com/cdapio/cdap-security-extn/cdap-sentry</url>

<properties>
<hadoop.version>2.3.0</hadoop.version>
<hadoop.version>3.3.6</hadoop.version>
<sentry.version>1.7.0</sentry.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdap.version>6.9.1</cdap.version>
<cdap.version>6.11.0-SNAPSHOT</cdap.version>
<commons.collections.version>3.2.2</commons.collections.version>
<slf4j.version>1.7.15</slf4j.version>
<junit.version>4.11</junit.version>
Expand Down

0 comments on commit 13b20e1

Please sign in to comment.