Skip to content

Commit facc3f9

Browse files
committed
SDK-466
1 parent 99792c7 commit facc3f9

File tree

1,102 files changed

+23767
-4035
lines changed

Some content is hidden

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

1,102 files changed

+23767
-4035
lines changed

ipp-java-qbapihelper/pom.xml

Lines changed: 3 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -21,63 +21,19 @@
2121
<parent>
2222
<artifactId>ipp-v3-java-devkit-pom</artifactId>
2323
<groupId>com.intuit.quickbooks-online</groupId>
24-
<version>2.9.6</version>
24+
<version>3.0.0</version>
2525
</parent>
2626
<artifactId>ipp-java-qbapihelper</artifactId>
27-
<version>2.9.6</version>
27+
<version>3.0.0</version>
2828
<packaging>jar</packaging>
2929
<name>Quickbooks API Helper for Oauth</name>
3030
<description>Quickbooks API Helper Project for OAuth, Disconnect and Reconnect</description>
31-
3231
<dependencies>
33-
<dependency>
34-
<groupId>oauth.signpost</groupId>
35-
<artifactId>signpost-core</artifactId>
36-
<version>1.2.1.1</version>
37-
</dependency>
38-
<dependency>
39-
<groupId>oauth.signpost</groupId>
40-
<artifactId>signpost-commonshttp4</artifactId>
41-
<version>1.2</version>
42-
</dependency>
43-
<dependency>
44-
<groupId>net.sf.kxml</groupId>
45-
<artifactId>kxml2</artifactId>
46-
<version>2.2.2</version>
47-
</dependency>
48-
<dependency>
49-
<groupId>org.testng</groupId>
50-
<artifactId>testng</artifactId>
51-
<version>6.1.1</version>
52-
<scope>test</scope>
53-
</dependency>
54-
<dependency>
55-
<groupId>javax.servlet</groupId>
56-
<artifactId>servlet-api</artifactId>
57-
<version>2.4</version>
58-
<scope>provided</scope>
59-
</dependency>
60-
<dependency>
61-
<groupId>org.apache.httpcomponents</groupId>
62-
<artifactId>httpcore</artifactId>
63-
<version>4.4.5</version>
64-
</dependency>
65-
<dependency>
66-
<groupId>org.apache.httpcomponents</groupId>
67-
<artifactId>httpclient</artifactId>
68-
<version>4.5.2</version>
69-
</dependency>
7032
<dependency>
7133
<groupId>org.openid4java</groupId>
7234
<artifactId>openid4java</artifactId>
7335
<version>0.9.8</version>
74-
</dependency>
75-
<dependency>
76-
<groupId>org.slf4j</groupId>
77-
<artifactId>slf4j-api</artifactId>
78-
<version>1.6.4</version>
79-
</dependency>
80-
36+
</dependency>
8137
</dependencies>
8238

8339
<build>

ipp-v3-java-data/pom.xml

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>com.intuit.quickbooks-online</groupId>
66
<artifactId>ipp-v3-java-devkit-pom</artifactId>
7-
<version>2.9.6</version>
7+
<version>3.0.0</version>
88
</parent>
99

1010
<artifactId>ipp-v3-java-data</artifactId>
1111
<name>IPP V3 Java - Data Project</name>
1212
<description>IPP Java V3 DevKit Data project - FMS Entities generation</description>
13-
<version>2.9.6</version>
13+
<version>3.0.0</version>
1414

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -28,27 +28,7 @@
2828
<artifactId>jaxb2-commons-lang</artifactId>
2929
<version>2.4</version>
3030
</dependency>
31-
<dependency>
32-
<groupId>javax.xml.bind</groupId>
33-
<artifactId>jaxb-api</artifactId>
34-
<version>2.2.12</version>
35-
</dependency>
36-
<dependency>
37-
<groupId>junit</groupId>
38-
<artifactId>junit</artifactId>
39-
<version>3.8.1</version>
40-
<scope>test</scope>
41-
</dependency>
42-
<dependency>
43-
<groupId>com.fasterxml.jackson.core</groupId>
44-
<artifactId>jackson-core</artifactId>
45-
<version>2.8.8</version>
46-
</dependency>
47-
<dependency>
48-
<groupId>com.fasterxml.jackson.core</groupId>
49-
<artifactId>jackson-databind</artifactId>
50-
<version>2.8.8</version>
51-
</dependency>
31+
5232
</dependencies>
5333

5434
<build>

ipp-v3-java-devkit-assembly/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
<parent>
1616
<groupId>com.intuit.quickbooks-online</groupId>
1717
<artifactId>ipp-v3-java-devkit-pom</artifactId>
18-
<version>2.9.6</version>
18+
<version>3.0.0</version>
1919
</parent>
2020

2121
<artifactId>ipp-v3-java-devkit-assembly</artifactId>
2222
<packaging>pom</packaging>
2323
<name>IPP Java Devkit Assembly (${project.version})</name>
2424
<description>IPP Java V3 DevKit assembly</description>
25-
<version>2.9.6</version>
25+
<version>3.0.0</version>
2626
<properties>
27-
<release.devkit.version>2.9.6</release.devkit.version>
28-
<release.data.version>2.9.6</release.data.version>
27+
<release.devkit.version>3.0.0</release.devkit.version>
28+
<release.data.version>3.0.0</release.data.version>
2929
</properties>
3030
<dependencies>
3131
<!-- Main artifacts -->

ipp-v3-java-devkit-javadoc/allclasses-frame.html

Lines changed: 28 additions & 3 deletions
Large diffs are not rendered by default.

ipp-v3-java-devkit-javadoc/allclasses-noframe.html

Lines changed: 28 additions & 3 deletions
Large diffs are not rendered by default.

ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/IAPlatformClient.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Mon Jul 10 18:41:34 PDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Wed Jul 12 13:28:13 PDT 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>IAPlatformClient (IPP V3 Java DevKit 2.9.6 API)</title>
8-
<meta name="date" content="2017-07-10">
7+
<title>IAPlatformClient (IPP V3 Java DevKit 3.0.0 API)</title>
8+
<meta name="date" content="2017-07-12">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="IAPlatformClient (IPP V3 Java DevKit 2.9.6 API)";
16+
parent.document.title="IAPlatformClient (IPP V3 Java DevKit 3.0.0 API)";
1717
}
1818
}
1919
catch(err) {

ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/OpenIdHelper.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Mon Jul 10 18:41:34 PDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Wed Jul 12 13:28:13 PDT 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>OpenIdHelper (IPP V3 Java DevKit 2.9.6 API)</title>
8-
<meta name="date" content="2017-07-10">
7+
<title>OpenIdHelper (IPP V3 Java DevKit 3.0.0 API)</title>
8+
<meta name="date" content="2017-07-12">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="OpenIdHelper (IPP V3 Java DevKit 2.9.6 API)";
16+
parent.document.title="OpenIdHelper (IPP V3 Java DevKit 3.0.0 API)";
1717
}
1818
}
1919
catch(err) {

ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/PlatformResponse.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Mon Jul 10 18:41:34 PDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Wed Jul 12 13:28:13 PDT 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>PlatformResponse (IPP V3 Java DevKit 2.9.6 API)</title>
8-
<meta name="date" content="2017-07-10">
7+
<title>PlatformResponse (IPP V3 Java DevKit 3.0.0 API)</title>
8+
<meta name="date" content="2017-07-12">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="PlatformResponse (IPP V3 Java DevKit 2.9.6 API)";
16+
parent.document.title="PlatformResponse (IPP V3 Java DevKit 3.0.0 API)";
1717
}
1818
}
1919
catch(err) {

ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/User.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Mon Jul 10 18:41:34 PDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Wed Jul 12 13:28:13 PDT 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>User (IPP V3 Java DevKit 2.9.6 API)</title>
8-
<meta name="date" content="2017-07-10">
7+
<title>User (IPP V3 Java DevKit 3.0.0 API)</title>
8+
<meta name="date" content="2017-07-12">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="User (IPP V3 Java DevKit 2.9.6 API)";
16+
parent.document.title="User (IPP V3 Java DevKit 3.0.0 API)";
1717
}
1818
}
1919
catch(err) {

ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/class-use/IAPlatformClient.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Mon Jul 10 18:41:35 PDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Wed Jul 12 13:28:14 PDT 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Uses of Class com.intuit.ia.connection.IAPlatformClient (IPP V3 Java DevKit 2.9.6 API)</title>
8-
<meta name="date" content="2017-07-10">
7+
<title>Uses of Class com.intuit.ia.connection.IAPlatformClient (IPP V3 Java DevKit 3.0.0 API)</title>
8+
<meta name="date" content="2017-07-12">
99
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="Uses of Class com.intuit.ia.connection.IAPlatformClient (IPP V3 Java DevKit 2.9.6 API)";
16+
parent.document.title="Uses of Class com.intuit.ia.connection.IAPlatformClient (IPP V3 Java DevKit 3.0.0 API)";
1717
}
1818
}
1919
catch(err) {

0 commit comments

Comments
 (0)