Skip to content

Commit ac72ad5

Browse files
committed
cleanup dependency
1 parent 9fa52fe commit ac72ad5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

code-assert-maven-plugin/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
<groupId>org.apache.maven</groupId>
4747
<artifactId>maven-core</artifactId>
4848
<version>3.2.5</version>
49+
<exclusions>
50+
<exclusion>
51+
<groupId>com.google.guava</groupId>
52+
<artifactId>guava</artifactId>
53+
</exclusion>
54+
</exclusions>
4955
</dependency>
5056
<dependency>
5157
<groupId>org.apache.maven.plugin-tools</groupId>

0 commit comments

Comments
 (0)