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 b3b967a commit 8800951Copy full SHA for 8800951
pom.xml
@@ -135,6 +135,9 @@
135
<excludes>
136
<!-- tests seem to work fine with the version Maven's dependency resolution defaults to -->
137
<exclude>org.objenesis:objenesis</exclude>
138
+ <!-- these are manually managed versions -->
139
+ <exclude>org.apache.poi:poi</exclude>
140
+ <exclude>org.apache.poi:poi-scratchpad</exclude>
141
</excludes>
142
</requireUpperBoundDeps>
143
</rules>
0 commit comments