File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ subprojects {
21
21
dependencies {
22
22
compile group : ' org.slf4j' , name : ' slf4j-api' , version :' 1.7.10'
23
23
compile group : ' org.apache.httpcomponents' , name : ' httpmime' , version :' 4.5'
24
+ compile group : ' org.apache.httpcomponents' , name : ' httpclient' , version :' 4.5'
24
25
compile group : ' com.google.code.gson' , name : ' gson' , version :' 2.7'
25
26
compile group : ' com.google.guava' , name : ' guava' , version :' 19.0'
26
27
compile group : ' commons-codec' , name : ' commons-codec' , version :' 1.10'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
6
6
testCompile group : ' org.testng' , name : ' testng' , version :' 6.8.7'
7
7
testCompile group : ' org.mockito' , name : ' mockito-all' , version :' 1.9.5'
8
8
testCompile group : ' com.google.inject' , name : ' guice' , version :' 3.0'
9
- testCompile group : ' org.eclipse.jetty' , name : ' jetty-server' , version :' 9.3.0.M0 '
10
- testCompile group : ' org.eclipse.jetty' , name : ' jetty-servlet' , version :' 9.3.0.M0 '
9
+ testCompile group : ' org.eclipse.jetty' , name : ' jetty-server' , version :' 9.3.0.RC0 '
10
+ testCompile group : ' org.eclipse.jetty' , name : ' jetty-servlet' , version :' 9.3.0.RC0 '
11
11
}
12
12
test. useTestNG()
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
6
6
testCompile group : ' org.testng' , name : ' testng' , version :' 6.8.7'
7
7
testCompile group : ' org.mockito' , name : ' mockito-all' , version :' 1.9.5'
8
8
testCompile group : ' com.google.inject' , name : ' guice' , version :' 3.0'
9
- testCompile group : ' org.eclipse.jetty' , name : ' jetty-server' , version :' 9.3.0.M0 '
10
- testCompile group : ' org.eclipse.jetty' , name : ' jetty-servlet' , version :' 9.3.0.M0 '
9
+ testCompile group : ' org.eclipse.jetty' , name : ' jetty-server' , version :' 9.3.0.RC0 '
10
+ testCompile group : ' org.eclipse.jetty' , name : ' jetty-servlet' , version :' 9.3.0.RC0 '
11
11
}
12
12
test. useTestNG()
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ dependencies {
6
6
testCompile group : ' org.testng' , name : ' testng' , version :' 6.8.7'
7
7
testCompile group : ' org.mockito' , name : ' mockito-all' , version :' 1.9.5'
8
8
testCompile group : ' com.google.inject' , name : ' guice' , version :' 3.0'
9
- testCompile group : ' org.eclipse.jetty' , name : ' jetty-server' , version :' 9.3.0.M0 '
10
- testCompile group : ' org.eclipse.jetty' , name : ' jetty-servlet' , version :' 9.3.0.M0 '
9
+ testCompile group : ' org.eclipse.jetty' , name : ' jetty-server' , version :' 9.3.0.RC0 '
10
+ testCompile group : ' org.eclipse.jetty' , name : ' jetty-servlet' , version :' 9.3.0.RC0 '
11
11
testCompile group : ' joda-time' , name : ' joda-time' , version :' 2.9.4'
12
12
}
13
13
test. useTestNG()
You can’t perform that action at this time.
0 commit comments