Skip to content

Commit 9d31569

Browse files
Update xsd for 1935
1 parent 3b88713 commit 9d31569

File tree

292 files changed

+9571
-7735
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

292 files changed

+9571
-7735
lines changed

ipp-v3-java-data/pom.xml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@
4141
<dependency>
4242
<groupId>javax.xml.bind</groupId>
4343
<artifactId>jaxb-api</artifactId>
44-
<version>2.3.0</version>
44+
<version>2.3.1</version>
45+
</dependency>
46+
<dependency>
47+
<groupId>org.glassfish.jaxb</groupId>
48+
<artifactId>jaxb-runtime</artifactId>
49+
<version>2.3.1</version>
4550
</dependency>
4651
<dependency>
4752
<groupId>com.sun.xml.bind</groupId>
@@ -83,7 +88,8 @@
8388
</executions>
8489
</plugin> -->
8590
<!-- commented to avoid regeneration of entities, as the same is not required everytime -->
86-
<!--
91+
92+
<!--
8793
<plugin>
8894
<groupId>org.apache.maven.plugins</groupId>
8995
<artifactId>maven-clean-plugin</artifactId>
@@ -99,7 +105,7 @@
99105
<plugin>
100106
<groupId>org.jvnet.jaxb2.maven2</groupId>
101107
<artifactId>maven-jaxb2-plugin</artifactId>
102-
<version>0.9.0</version>
108+
<version>0.14.0</version>
103109
<configuration>
104110
<extension>true</extension>
105111
<cleanPackageDirectories>false</cleanPackageDirectories>
@@ -146,7 +152,7 @@
146152
</configuration>
147153
</execution>
148154
</executions>
149-
</plugin> -->
155+
</plugin> -->
150156
</plugins>
151157
</build>
152158

0 commit comments

Comments
 (0)