Skip to content

Commit

Permalink
Update xsd for 1935
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta-intuitdev committed May 28, 2020
1 parent 3b88713 commit 9d31569
Show file tree
Hide file tree
Showing 292 changed files with 9,571 additions and 7,735 deletions.
14 changes: 10 additions & 4 deletions ipp-v3-java-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
Expand Down Expand Up @@ -83,7 +88,8 @@
</executions>
</plugin> -->
<!-- commented to avoid regeneration of entities, as the same is not required everytime -->
<!--

<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
Expand All @@ -99,7 +105,7 @@
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
<version>0.9.0</version>
<version>0.14.0</version>
<configuration>
<extension>true</extension>
<cleanPackageDirectories>false</cleanPackageDirectories>
Expand Down Expand Up @@ -146,7 +152,7 @@
</configuration>
</execution>
</executions>
</plugin> -->
</plugin> -->
</plugins>
</build>

Expand Down

0 comments on commit 9d31569

Please sign in to comment.