Skip to content

Commit

Permalink
[Fixit Q4 2022] Bump hadoop version and exclude log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
feefs-google committed Dec 17, 2022
1 parent 3747e5d commit 0ef8e61
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdap.version>6.8.0-SNAPSHOT</cdap.version>
<hadoop.version>2.3.0</hadoop.version>
<hadoop.version>2.10.2</hadoop.version>
<hsql.version>2.2.4</hsql.version>
<hydrator.version>2.9.0-SNAPSHOT</hydrator.version>
<!-- properties for script build step that creates the config files for the artifacts -->
Expand Down Expand Up @@ -81,6 +81,12 @@
<artifactId>hydrator-test</artifactId>
<version>${cdap.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit 0ef8e61

Please sign in to comment.