Skip to content

Commit

Permalink
Issue Alluxio#12704 - Exclude ratis-thirdparty-misc for alluxio-hub-s…
Browse files Browse the repository at this point in the history
…erver

ratis-thirdparty-misc brings old versions of netty-tcnative-boringssl-static that breaks the **ProcessMonitorTest's
  • Loading branch information
martin-g committed Nov 25, 2021
1 parent 3edc445 commit c2bbf9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hub/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core-server-common</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-thirdparty-misc</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.alluxio</groupId>
Expand Down

0 comments on commit c2bbf9b

Please sign in to comment.