We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa52fe commit ac72ad5Copy full SHA for ac72ad5
code-assert-maven-plugin/pom.xml
@@ -46,6 +46,12 @@
46
<groupId>org.apache.maven</groupId>
47
<artifactId>maven-core</artifactId>
48
<version>3.2.5</version>
49
+ <exclusions>
50
+ <exclusion>
51
+ <groupId>com.google.guava</groupId>
52
+ <artifactId>guava</artifactId>
53
+ </exclusion>
54
+ </exclusions>
55
</dependency>
56
<dependency>
57
<groupId>org.apache.maven.plugin-tools</groupId>
0 commit comments