Skip to content

Commit ea8ddfb

Browse files
committed
remove apache httpclient dep
1 parent 86780de commit ea8ddfb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
22
id 'java'
3-
id 'maven-publish'
43
}
54

65
group = 'ru.chrshnv'
@@ -11,7 +10,6 @@ repositories {
1110
}
1211

1312
dependencies {
14-
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
1513
implementation 'com.google.code.gson:gson:2.10.1'
1614

1715
testImplementation platform('org.junit:junit-bom:5.9.1')
@@ -21,3 +19,6 @@ dependencies {
2119
test {
2220
useJUnitPlatform()
2321
}
22+
23+
apply plugin: 'maven-publish'
24+
apply plugin: 'signing'

0 commit comments

Comments
 (0)