Skip to content

Commit

Permalink
fix hadoop-common 2.7.7 in serving (#5860)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Zheng authored Sep 20, 2022
1 parent 9010a5c commit 1d22e4b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions scala/serving/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,42 @@
<groupId>org.json4s</groupId>
<artifactId>json4s-jackson_${scala.major.version}</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>3.2.3</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
<exclusion>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 1d22e4b

Please sign in to comment.