Skip to content

Commit 0760d91

Browse files
committed
update SDK
1 parent 8761ed0 commit 0760d91

5 files changed

+3
-5
lines changed

build.gradle

+3-5
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,15 @@ targetCompatibility = 1.8
2626

2727
dependencies {
2828
compile("org.springframework.boot:spring-boot-starter-web")
29-
compile('org.codehaus.jackson:jackson-core-asl:1.9.13')
30-
compile('org.codehaus.jackson:jackson-mapper-asl:1.9.13')
31-
compile fileTree(dir: "lib/qbo-sdk-2.6.0", include: "*.jar")
29+
compile fileTree(dir: "lib/qbo-sdk", include: "*.jar")
3230
compile("org.springframework.boot:spring-boot-starter-data-jpa")
3331
compile("com.h2database:h2"); //set the database to hyper sql
3432
compile("org.springframework.boot:spring-boot-starter-data-rest")
3533
compile("org.springframework.data:spring-data-rest-webmvc")
36-
compile("org.springframework:spring-test:4.1.4.RELEASE")
34+
compile("org.springframework:spring-test:4.3.3.RELEASE")
3735
compile("org.mockito:mockito-all:1.10.19")
3836
testCompile("org.hamcrest:hamcrest-all:1.3")
39-
testCompile("junit:junit:4.11")
37+
testCompile("junit:junit:4.12")
4038
testCompile('org.springframework.boot:spring-boot-starter-test')
4139
}
4240

Binary file not shown.
-579 KB
Binary file not shown.
582 KB
Binary file not shown.

0 commit comments

Comments
 (0)