Skip to content

Commit 8800951

Browse files
committed
Fix enforcer rules
1 parent b3b967a commit 8800951

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@
135135
<excludes>
136136
<!-- tests seem to work fine with the version Maven's dependency resolution defaults to -->
137137
<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>
138141
</excludes>
139142
</requireUpperBoundDeps>
140143
</rules>

0 commit comments

Comments
 (0)