|
72 | 72 | They are needed to be included in lib/jdk11 to be added to classpath during
|
73 | 73 | Java 11 runtime hence excluding from main lib.
|
74 | 74 | -->
|
75 |
| - <exclude>com.fasterxml.woodstox:woodstox-core</exclude> |
76 | 75 | <exclude>com.sun.istack:istack-commons-runtime</exclude>
|
77 | 76 | <exclude>com.sun.xml.bind:jaxb-jxc</exclude>
|
78 | 77 | <exclude>com.sun.xml.bind:jaxb-xjc</exclude>
|
|
88 | 87 | <exclude>jakarta.xml.bind:jakarta.xml.bind-api</exclude>
|
89 | 88 | <exclude>jakarta.xml.soap:jakarta.xml.soap-api</exclude>
|
90 | 89 | <exclude>jakarta.xml.ws:jakarta.xml.ws-api</exclude>
|
91 |
| - <exclude>org.codehaus.woodstox:stax2-api</exclude> |
92 | 90 | <exclude>org.eclipse.persistence:*</exclude>
|
93 | 91 | <exclude>org.glassfish.external:management-api</exclude>
|
94 | 92 | <exclude>org.glassfish.gmbal:gmbal</exclude>
|
|
229 | 227 | They are needed to be included in lib/jdk11 to be added to classpath during
|
230 | 228 | Java 11 runtime
|
231 | 229 | -->
|
232 |
| - <include>com.fasterxml.woodstox:woodstox-core</include> |
233 | 230 | <include>com.sun.istack:istack-commons-runtime</include>
|
234 | 231 | <include>com.sun.xml.bind:jaxb-jxc</include>
|
235 | 232 | <include>com.sun.xml.bind:jaxb-xjc</include>
|
|
245 | 242 | <include>jakarta.xml.bind:jakarta.xml.bind-api</include>
|
246 | 243 | <include>jakarta.xml.soap:jakarta.xml.soap-api</include>
|
247 | 244 | <include>jakarta.xml.ws:jakarta.xml.ws-api</include>
|
248 |
| - <include>org.codehaus.woodstox:stax2-api</include> |
249 | 245 | <include>org.eclipse.persistence:*</include>
|
250 | 246 | <include>org.glassfish.external:management-api</include>
|
251 | 247 | <include>org.glassfish.gmbal:gmbal</include>
|
|
0 commit comments