Skip to content

Commit 17c44ea

Browse files
Update pom.xml
1 parent 76d9afc commit 17c44ea

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

ipp-v3-java-devkit/pom.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@
2929
<exclusion>
3030
<groupId>org.glassfish.jaxb</groupId>
3131
<artifactId>txw2</artifactId>
32-
</exclusion>
33-
<exclusion>
34-
<groupId>com.sun.istack</groupId>
35-
<artifactId>istack-commons-runtime</artifactId>
36-
</exclusion>
32+
</exclusion>
3733
<exclusion>
3834
<groupId>com.sun.xml.bind</groupId>
3935
<artifactId>jaxb-impl</artifactId>
@@ -42,10 +38,6 @@
4238
<groupId>javax.activation</groupId>
4339
<artifactId>javax.activation-api</artifactId>
4440
</exclusion>
45-
<exclusion>
46-
<groupId>org.glassfish.jaxb</groupId>
47-
<artifactId>jaxb-runtime</artifactId>
48-
</exclusion>
4941
<exclusion>
5042
<groupId>org.jvnet.jaxb2_commons</groupId>
5143
<artifactId>jaxb2-commons-lang</artifactId>
@@ -312,11 +304,6 @@
312304
<artifactId>jackson-jaxrs-base</artifactId>
313305
<version>2.9.10</version>
314306
</dependency>
315-
<dependency>
316-
<groupId>com.fasterxml.jackson.module</groupId>
317-
<artifactId>jackson-module-jaxb-annotations</artifactId>
318-
<version>2.9.10</version>
319-
</dependency>
320307
<dependency>
321308
<groupId>org.apache.commons</groupId>
322309
<artifactId>commons-lang3</artifactId>

0 commit comments

Comments
 (0)