Skip to content

Commit ffbff8a

Browse files
Update pom.xml
1 parent 17c44ea commit ffbff8a

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

ipp-v3-java-data/pom.xml

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -27,37 +27,16 @@
2727
<artifactId>joda-time</artifactId>
2828
<version>2.1</version>
2929
</dependency>
30-
<dependency>
31-
<groupId>org.jvnet.jaxb2_commons</groupId>
32-
<artifactId>jaxb2-commons-lang</artifactId>
33-
<version>2.4</version>
34-
</dependency>
3530
<dependency>
3631
<groupId>com.fasterxml.jackson.core</groupId>
3732
<artifactId>jackson-annotations</artifactId>
3833
<version>2.9.10</version>
3934
</dependency>
40-
41-
<dependency>
42-
<groupId>javax.xml.bind</groupId>
43-
<artifactId>jaxb-api</artifactId>
44-
<version>2.3.1</version>
45-
</dependency>
4635
<dependency>
4736
<groupId>org.glassfish.jaxb</groupId>
4837
<artifactId>jaxb-runtime</artifactId>
4938
<version>2.3.1</version>
5039
</dependency>
51-
<dependency>
52-
<groupId>com.sun.xml.bind</groupId>
53-
<artifactId>jaxb-core</artifactId>
54-
<version>2.3.0</version>
55-
</dependency>
56-
<dependency>
57-
<groupId>com.sun.xml.bind</groupId>
58-
<artifactId>jaxb-impl</artifactId>
59-
<version>2.3.0</version>
60-
</dependency>
6140
</dependencies>
6241

6342
<build>
@@ -198,5 +177,24 @@
198177
</build>
199178
</profile>
200179
</profiles>
180+
<dependencyManagement>
181+
<dependencies>
182+
<dependency>
183+
<groupId>org.jvnet.staxex</groupId>
184+
<artifactId>stax-ex</artifactId>
185+
<version>1.8</version>
186+
</dependency>
187+
<dependency>
188+
<groupId>com.sun.xml.fastinfoset</groupId>
189+
<artifactId>FastInfoset</artifactId>
190+
<version>1.2.15</version>
191+
</dependency>
192+
<dependency>
193+
<groupId>org.apache.commons</groupId>
194+
<artifactId>commons-lang3</artifactId>
195+
<version>3.2.1</version>
196+
</dependency>
197+
</dependencies>
198+
</dependencyManagement>
201199

202-
</project>
200+
</project>

0 commit comments

Comments
 (0)