Skip to content

Commit a991df2

Browse files
authored
update readme
1 parent 2b33198 commit a991df2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The QuickBooks Online Java SDK provides a set of Java class libraries that make
3232
## Project Structure
3333
* ipp-v3-java-data - contains all entities and entity dependencies that are used in data services operations.
3434
* ipp-v3-java-devkit - core component, contains REST API support.
35-
* ipp-java-qbapihelper - contains QuickBooks Online API Helper methods for OAuth, Disconnect and Reconnect API.
35+
* ipp-java-qbapihelper - contains QuickBooks Online API Helper methods for OAuth, Disconnect and Reconnect API. `[This artifact is deprecated with v6.0.0]`
3636
* oauth2-platform-api - contains QuickBooks Online API Helper methods for obtaining OAuth2 tokens, Disconnect and Reconnect API for OAuth2 apps.
3737
* payments-api - Payments SDK for V2 API, contains methods for charge, echeck, token, card and bank account APIs.
3838

@@ -50,7 +50,9 @@ To test the code locally, follow the steps below:
5050
1. cd to the project directory
5151
2. Run the command: `mvn install` - this will run the unit test, build the project and generate data, devkit, qbapihelper(OAuth1.0a), oauth2-platform(OAuth2) jars
5252

53-
Note: To build out individual components such as ipp-v3-java-data.jar or ipp-v3-java-devkit.jar, remove parent dependency from the pom.xml of the respective projects and run maven install on the individual project folders.
53+
Note:
54+
- To build out individual components such as ipp-v3-java-data.jar or ipp-v3-java-devkit.jar, remove parent dependency from the pom.xml of the respective projects and run maven install on the individual project folders.
55+
- As of version 6.0.0 test classes for ipp-v3-java-devkit won't compile with Java7.
5456

5557
## Release Notes
5658
Refer to [Java SDK Release Notes](https://developer.intuit.com/docs/0100_quickbooks_online/0400_tools/0005_sdks/0200_java/0080_quickbooks_java_sdk_release_notes).
@@ -76,5 +78,3 @@ Note: Before you submit the pull request, make sure to remove the keys and token
7678
Thank you for your contribution!
7779

7880
[ss1]: https://help.developer.intuit.com/s/SDKFeedback?cid=1180
79-
80-

0 commit comments

Comments
 (0)