Skip to content

Commit

Permalink
Change AutoValue dependency to compileOnly as it's not needed at runt…
Browse files Browse the repository at this point in the history
…ime.
  • Loading branch information
dancc authored and dancc committed Feb 4, 2018
1 parent c7bf189 commit 2782085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {

compile ("org.apache.jclouds:jclouds-core:${jcloudsVersion}")
compile ('com.google.auto.service:auto-service:1.0-rc3')
compile ('com.google.auto.value:auto-value:1.5.3')
compileOnly ('com.google.auto.value:auto-value:1.5.3')

testCompile ("org.apache.jclouds:jclouds-core:${jcloudsVersion}:tests")
testCompile ("org.apache.jclouds.driver:jclouds-slf4j:${jcloudsVersion}")
Expand Down

0 comments on commit 2782085

Please sign in to comment.