Skip to content

Commit f086917

Browse files
committed
Make clj-http dependency an examples only dependency.
1 parent f034d80 commit f086917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-adaptors/rxjava-clojure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111

1212
dependencies {
1313
compile 'org.clojure:clojure:1.4.+'
14-
compile 'clj-http:clj-http:0.6.4' // https://clojars.org/clj-http
14+
examplesCompile 'clj-http:clj-http:0.6.4' // https://clojars.org/clj-http
1515
}
1616

1717
aotCompile = true

0 commit comments

Comments
 (0)