Skip to content

Commit b8fd2f5

Browse files
committed
Fix exclusions
1 parent ebbda0d commit b8fd2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assembly/dir.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<excludes>
1818
<exclude>org.codehaus.groovy:groovy-all</exclude>
1919
<exclude>xml-apis:xml-apis</exclude>
20-
<exclude>jai_*</exclude>
20+
<exclude>javax.media:jai_*</exclude>
2121
</excludes>
2222
</dependencySet>
2323
</dependencySets>

0 commit comments

Comments
 (0)