Skip to content

Commit

Permalink
Modify dependency exclusions for DLedger 0.2.7 (#4572)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunghanjacktsai authored Jul 8, 2022
1 parent 418a5b2 commit d96303e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,19 @@
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down

0 comments on commit d96303e

Please sign in to comment.