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'
3
3
apply plugin : ' idea'
4
4
apply plugin : ' maven'
5
5
6
+ version = " 1.0.28"
6
7
7
8
dependencies {
8
9
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'
12
11
}
13
12
14
- version = " 1.0.28"
15
13
group = " net.servicestack" // Maven Group ID for the artifact
16
14
String packageId = " client"
17
15
String groupID = group
Original file line number Diff line number Diff line change 38
38
<version >2.8.0</version >
39
39
<scope >compile</scope >
40
40
</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 >
47
41
<dependency >
48
42
<groupId >junit</groupId >
49
43
<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 >
57
45
<scope >test</scope >
58
46
</dependency >
59
47
</dependencies >
You can’t perform that action at this time.
0 commit comments