Skip to content

Commit

Permalink
OAK-9639: avoid transitive log4j test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
reschke committed Dec 14, 2021
1 parent 0e4b7d3 commit 8d78c9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions oak-segment-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,12 @@
<artifactId>DynamoDBLocal</artifactId>
<version>1.12.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.almworks.sqlite4java</groupId>
Expand Down

0 comments on commit 8d78c9b

Please sign in to comment.