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 ecaf2b5 commit 83bb4b1Copy full SHA for 83bb4b1
test-framework/maven/custom-enforcer-rules/pom.xml
@@ -52,6 +52,10 @@
52
<groupId>commons-codec</groupId>
53
<artifactId>commons-codec</artifactId>
54
</exclusion>
55
+ <exclusion>
56
+ <groupId>commons-io</groupId>
57
+ <artifactId>commons-io</artifactId>
58
+ </exclusion>
59
<exclusion>
60
<groupId>org.apache.maven</groupId>
61
<artifactId>maven-core</artifactId>
0 commit comments