Skip to content

Commit b4401bf

Browse files
committed
update readme and pom to include platform jar
1 parent 067d3f2 commit b4401bf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The QuickBooks Online Java SDK provides a set of Java class libraries that make
3434
* ipp-v3-java-devkit-assembly - builds final deployment package (zip) which includes everything
3535
* ipp-v3-java-devkit-shaded-assembly - builds lightweight version (some dependencies excluded)
3636
* ipp-v3-java-devkit-javadoc - contains javadoc for data and devkit classes
37+
* ipp-java-qbapihelper - contains Quickbooks API Helper methods for OAuth, Disconnect and Reconnect API
3738

3839
## System Requirements
3940
The SDK works on JDK 1.6 and above.

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<modules>
1515
<module>ipp-v3-java-data</module>
1616
<module>ipp-v3-java-devkit</module>
17+
<module>ipp-java-qbapihelper</module>
1718
</modules>
1819
<repositories>
1920
<repository>

0 commit comments

Comments
 (0)