Skip to content

Commit f68b785

Browse files
committed
remove unused deps from client/build.gradle/pom.xml
1 parent f60c9b1 commit f68b785

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

src/AndroidClient/client/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ apply plugin: 'java'
33
apply plugin: 'idea'
44
apply plugin: 'maven'
55

6+
version = "1.0.28"
67

78
dependencies {
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"
1513
group = "net.servicestack" // Maven Group ID for the artifact
1614
String packageId = "client"
1715
String groupID = group

src/AndroidClient/client/pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,10 @@
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>

0 commit comments

Comments
 (0)