Skip to content

Commit

Permalink
Merge pull request #220 from ManikaSaiKiran/July24release
Browse files Browse the repository at this point in the history
Latest V3 schema changes with Java 1.8 version
  • Loading branch information
sujitharamadass authored Jul 17, 2024
2 parents 4022712 + 3f22297 commit b363445
Show file tree
Hide file tree
Showing 351 changed files with 5,201 additions and 4,084 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The QuickBooks Online Java SDK provides a set of Java class libraries that make
* payments-api - Payments SDK for V2 API, contains methods for charge, echeck, token, card and bank account APIs.

## System Requirements
The SDK works on JDK 17 and above.
The SDK works on JDK 1.7 and above.

## First Use Instructions
1. Clone the GitHub repo to your computer.
Expand Down
11 changes: 3 additions & 8 deletions ipp-v3-java-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.intuit.quickbooks-online</groupId>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<version>6.3.0</version>
<version>6.4.0</version>
</parent>

<artifactId>ipp-v3-java-data</artifactId>
Expand Down Expand Up @@ -32,15 +32,10 @@
<artifactId>jackson-annotations</artifactId>
<version>2.9.10</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.3</version>
<version>2.3.1</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -91,7 +86,7 @@
<!--<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
<version>0.14.0</version>
<version>0.15.3</version>
<configuration>
<extension>true</extension>
<cleanPackageDirectories>false</cleanPackageDirectories>
Expand Down
Loading

0 comments on commit b363445

Please sign in to comment.