Skip to content

Commit

Permalink
chore: exlude simple and log4j jar from groot assembly (#4254)
Browse files Browse the repository at this point in the history
Committed-by: siyuanzhang.zsy from Dev container
  • Loading branch information
siyuan0322 authored Sep 24, 2024
1 parent 43a6e96 commit 82fbbe0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions interactive_engine/groot-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
Expand Down
6 changes: 6 additions & 0 deletions interactive_engine/groot-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
<dependency>
<groupId>com.alibaba.graphscope</groupId>
<artifactId>compiler</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.alibaba.pegasus</groupId>
Expand Down

0 comments on commit 82fbbe0

Please sign in to comment.