Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bc1379d

Browse files
authoredMay 29, 2020
Merge pull request #132 from intuit/schema-update
schema updates
2 parents 566fdef + 997ede2 commit bc1379d

File tree

305 files changed

+9678
-7748
lines changed

Some content is hidden

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

305 files changed

+9678
-7748
lines changed
 

‎ipp-v3-java-data/pom.xml

+11-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.intuit.quickbooks-online</groupId>
66
<artifactId>ipp-v3-java-devkit-pom</artifactId>
7-
<version>6.0.4</version>
7+
<version>6.0.5</version>
88
</parent>
99

1010
<artifactId>ipp-v3-java-data</artifactId>
@@ -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)