File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed
Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,13 @@ apply plugin: 'java'
33apply plugin : ' idea'
44apply plugin : ' maven'
55
6+ version = " 1.0.28"
67
78dependencies {
89 compile group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.0'
9- compile ' org.apache.httpcomponents:httpmime:4.2.3'
10- testCompile ' junit:junit:4.11'
11- testCompile ' org.mockito:mockito-core:1.9.5'
10+ testCompile ' junit:junit:4.12'
1211}
1312
14- version = " 1.0.28"
1513group = " net.servicestack" // Maven Group ID for the artifact
1614String packageId = " client"
1715String groupID = group
Original file line number Diff line number Diff line change 3838 <version >2.8.0</version >
3939 <scope >compile</scope >
4040 </dependency >
41- <dependency >
42- <groupId >org.apache.httpcomponents</groupId >
43- <artifactId >httpmime</artifactId >
44- <version >4.2.3</version >
45- <scope >compile</scope >
46- </dependency >
4741 <dependency >
4842 <groupId >junit</groupId >
4943 <artifactId >junit</artifactId >
50- <version >4.11</version >
51- <scope >test</scope >
52- </dependency >
53- <dependency >
54- <groupId >org.mockito</groupId >
55- <artifactId >mockito-core</artifactId >
56- <version >1.9.5</version >
44+ <version >4.12</version >
5745 <scope >test</scope >
5846 </dependency >
5947 </dependencies >
You can’t perform that action at this time.
0 commit comments