Skip to content

Commit b363445

Browse files
Merge pull request #220 from ManikaSaiKiran/July24release
Latest V3 schema changes with Java 1.8 version
2 parents 4022712 + 3f22297 commit b363445

File tree

351 files changed

+5201
-4084
lines changed

Some content is hidden

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

351 files changed

+5201
-4084
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The QuickBooks Online Java SDK provides a set of Java class libraries that make
3838
* payments-api - Payments SDK for V2 API, contains methods for charge, echeck, token, card and bank account APIs.
3939

4040
## System Requirements
41-
The SDK works on JDK 17 and above.
41+
The SDK works on JDK 1.7 and above.
4242

4343
## First Use Instructions
4444
1. Clone the GitHub repo to your computer.

ipp-v3-java-data/pom.xml

Lines changed: 3 additions & 8 deletions
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.3.0</version>
7+
<version>6.4.0</version>
88
</parent>
99

1010
<artifactId>ipp-v3-java-data</artifactId>
@@ -32,15 +32,10 @@
3232
<artifactId>jackson-annotations</artifactId>
3333
<version>2.9.10</version>
3434
</dependency>
35-
<dependency>
36-
<groupId>jakarta.xml.bind</groupId>
37-
<artifactId>jakarta.xml.bind-api</artifactId>
38-
<version>4.0.0</version>
39-
</dependency>
4035
<dependency>
4136
<groupId>org.glassfish.jaxb</groupId>
4237
<artifactId>jaxb-runtime</artifactId>
43-
<version>4.0.3</version>
38+
<version>2.3.1</version>
4439
</dependency>
4540
</dependencies>
4641

@@ -91,7 +86,7 @@
9186
<!--<plugin>
9287
<groupId>org.jvnet.jaxb2.maven2</groupId>
9388
<artifactId>maven-jaxb2-plugin</artifactId>
94-
<version>0.14.0</version>
89+
<version>0.15.3</version>
9590
<configuration>
9691
<extension>true</extension>
9792
<cleanPackageDirectories>false</cleanPackageDirectories>

0 commit comments

Comments
 (0)