Skip to content

Commit 6a641bf

Browse files
fix build.gradle
1 parent 02f8b3b commit 6a641bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ plugins {
22
id 'java'
33
}
44

5-
group 'com.simpliroute.java-osrm-client'
5+
apply plugin: 'maven'
6+
7+
group 'com.github.SimpliRoute'
68
version '1.0'
79

810
sourceCompatibility = 1.8
@@ -13,8 +15,6 @@ repositories {
1315
}
1416

1517
dependencies {
16-
// compile 'org.apache.httpcomponents:httpcore:4.4.4'
17-
// compile 'org.apache.httpcomponents:httpclient:4.5.2'
1818
compile 'com.squareup.okhttp3:okhttp:3.12.0'
1919
compile group: 'com.google.code.gson', name: 'gson', version: '2.7'
2020
implementation 'com.google.guava:guava:28.1-jre'

0 commit comments

Comments
 (0)