Skip to content

Commit

Permalink
Add okhttp and future to consumer classpath with 'api'
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Jan 10, 2022
1 parent 2608c1f commit cf2bb8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {
plugins {
id "org.sonarqube" version "3.1.1"
id "java"
id 'java-library'
id "signing"
id "maven-publish"
id "jacoco"
Expand All @@ -29,11 +30,11 @@ repositories {
}

dependencies {
implementation group: "com.squareup.okhttp3", name: "okhttp", version:"3.12.13"
api group: "com.squareup.okhttp3", name: "okhttp", version:"3.12.13"
api "net.sourceforge.streamsupport:android-retrofuture:1.7.0"
implementation group: "org.slf4j", name: "slf4j-api", version:"1.7.25"
implementation group: "com.google.code.gson", name: "gson", version:"2.8.9"
implementation group: "commons-codec", name: "commons-codec", version:"1.13"
implementation "net.sourceforge.streamsupport:android-retrofuture:1.7.0"
implementation 'de.skuzzle:semantic-version:2.1.0'
testImplementation group: "org.junit.jupiter", name: "junit-jupiter-api", version:"5.1.0"
testImplementation group: "org.junit.jupiter", name: "junit-jupiter-params", version:"5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=6.0.2
version=6.0.3

0 comments on commit cf2bb8c

Please sign in to comment.