We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3747e5d commit 0ef8e61Copy full SHA for 0ef8e61
1 file changed
pom.xml
@@ -28,7 +28,7 @@
28
<properties>
29
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
30
<cdap.version>6.8.0-SNAPSHOT</cdap.version>
31
- <hadoop.version>2.3.0</hadoop.version>
+ <hadoop.version>2.10.2</hadoop.version>
32
<hsql.version>2.2.4</hsql.version>
33
<hydrator.version>2.9.0-SNAPSHOT</hydrator.version>
34
<!-- properties for script build step that creates the config files for the artifacts -->
@@ -81,6 +81,12 @@
81
<artifactId>hydrator-test</artifactId>
82
<version>${cdap.version}</version>
83
<scope>provided</scope>
84
+ <exclusions>
85
+ <exclusion>
86
+ <groupId>log4j</groupId>
87
+ <artifactId>log4j</artifactId>
88
+ </exclusion>
89
+ </exclusions>
90
</dependency>
91
<dependency>
92
<groupId>org.mockito</groupId>
0 commit comments