66 <parent >
77 <artifactId >ipp-v3-java-devkit-pom</artifactId >
88 <groupId >com.intuit.quickbooks-online</groupId >
9- <version >4.1.1 </version >
9+ <version >5.0.0 </version >
1010 </parent >
1111
1212 <artifactId >ipp-v3-java-devkit</artifactId >
13- <version >4.1.1 </version >
13+ <version >5.0.0 </version >
1414 <packaging >jar</packaging >
15- <name >QuickBooks V3 Java Devkit - Development Project</name >
16- <description >QuickBooks Java V3 DevKit Project - Core</description >
15+ <name >IPP V3 Java Devkit - Development Project</name >
16+ <description >IPP Java V3 DevKit Project - Core</description >
1717
1818 <properties >
1919 <sonar .langauge>java</sonar .langauge>
2525 <dependency >
2626 <groupId >com.intuit.quickbooks-online</groupId >
2727 <artifactId >ipp-v3-java-data</artifactId >
28- <version >4.1.1 </version >
28+ <version >5.0.0 </version >
2929 </dependency >
30+ <dependency >
31+ <groupId >cglib</groupId >
32+ <artifactId >cglib</artifactId >
33+ <version >2.2.2</version >
34+ </dependency >
35+ <dependency >
36+ <groupId >asm</groupId >
37+ <artifactId >asm-commons</artifactId >
38+ <version >3.3.1</version >
39+ </dependency >
40+ <dependency >
41+ <groupId >com.sun.mail</groupId >
42+ <artifactId >javax.mail</artifactId >
43+ <version >1.6.1</version >
44+ </dependency >
45+ <dependency >
46+ <groupId >com.google.code.gson</groupId >
47+ <artifactId >gson</artifactId >
48+ <version >2.8.1</version >
49+ </dependency >
50+ <dependency >
51+ <groupId >javax.servlet</groupId >
52+ <artifactId >servlet-api</artifactId >
53+ <version >2.4</version >
54+ <scope >provided</scope >
55+ </dependency >
56+ <dependency >
57+ <groupId >com.sun.xml.bind</groupId >
58+ <artifactId >jaxb-impl</artifactId >
59+ <version >2.2.11</version >
60+ </dependency >
61+ <dependency >
62+ <groupId >com.sun.xml.bind</groupId >
63+ <artifactId >jaxb-core</artifactId >
64+ <version >2.2.11</version >
65+ </dependency >
66+ <dependency >
67+ <groupId >oauth.signpost</groupId >
68+ <artifactId >signpost-core</artifactId >
69+ <version >1.2.1.1</version >
70+ </dependency >
71+ <dependency >
72+ <groupId >oauth.signpost</groupId >
73+ <artifactId >signpost-commonshttp4</artifactId >
74+ <version >1.2</version >
75+ </dependency >
76+ <dependency >
77+ <groupId >commons-configuration</groupId >
78+ <artifactId >commons-configuration</artifactId >
79+ <version >1.6</version >
80+ </dependency >
81+ <dependency >
82+ <groupId >commons-io</groupId >
83+ <artifactId >commons-io</artifactId >
84+ <version >2.5</version >
85+ </dependency >
86+ <dependency >
87+ <groupId >com.fasterxml.jackson.jaxrs</groupId >
88+ <artifactId >jackson-jaxrs-json-provider</artifactId >
89+ <version >2.9.6</version >
90+ </dependency >
91+ <dependency >
92+ <groupId >org.jmockit</groupId >
93+ <artifactId >jmockit</artifactId >
94+ <version >1.16</version >
95+ <scope >test</scope >
96+ </dependency >
97+ <dependency >
98+ <groupId >junit</groupId >
99+ <artifactId >junit</artifactId >
100+ <version >4.12</version >
101+ <scope >test</scope >
102+ </dependency >
30103 </dependencies >
31104
32105 <build >
191264 </build >
192265 </profile >
193266 </profiles >
194- </project >
267+ </project >
0 commit comments