Changes to poms in order to support JDK9+ compatibility with module system (excluding xpp3:xpp3)

This commit is contained in:
Bruno Bossola
2020-10-26 14:19:37 +00:00
parent 8bf87153bf
commit 3ef431ff41
3 changed files with 31 additions and 7 deletions

View File

@@ -188,7 +188,12 @@
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
</exclusion>
</exclusions>
<!-- [ACS-544] Excluded as conflicts with JDK9+ as it includes javax.transaction -->
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jta_1.1_spec</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.chemistry.opencmis</groupId>