Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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