We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a923c commit a93c94fCopy full SHA for a93c94f
core/pom.xml
@@ -74,6 +74,10 @@
74
<groupId>javax.servlet</groupId>
75
<artifactId>servlet-api</artifactId>
76
</exclusion>
77
+ <exclusion>
78
+ <groupId>org.codehaus.jackson</groupId>
79
+ <artifactId>jackson-mapper-asl</artifactId>
80
+ </exclusion>
81
</exclusions>
82
</dependency>
83
<dependency>
launcher/pom.xml
@@ -73,6 +73,12 @@
73
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<scope>test</scope>
+ <exclusions>
+ </exclusions>
</dependencies>
84
0 commit comments