Skip to content

Commit 0ef8e61

Browse files
committed
[Fixit Q4 2022] Bump hadoop version and exclude log4j
1 parent 3747e5d commit 0ef8e61

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<properties>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030
<cdap.version>6.8.0-SNAPSHOT</cdap.version>
31-
<hadoop.version>2.3.0</hadoop.version>
31+
<hadoop.version>2.10.2</hadoop.version>
3232
<hsql.version>2.2.4</hsql.version>
3333
<hydrator.version>2.9.0-SNAPSHOT</hydrator.version>
3434
<!-- properties for script build step that creates the config files for the artifacts -->
@@ -81,6 +81,12 @@
8181
<artifactId>hydrator-test</artifactId>
8282
<version>${cdap.version}</version>
8383
<scope>provided</scope>
84+
<exclusions>
85+
<exclusion>
86+
<groupId>log4j</groupId>
87+
<artifactId>log4j</artifactId>
88+
</exclusion>
89+
</exclusions>
8490
</dependency>
8591
<dependency>
8692
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)