Skip to content

Commit

Permalink
Remove some unnecessary dependencies (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Aug 20, 2020
1 parent d860565 commit 282859c
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 21 deletions.
6 changes: 0 additions & 6 deletions instrumentation/akka-http-10.0/akka-http-10.0.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ dependencies {
library group: 'com.typesafe.akka', name: 'akka-http_2.11', version: '10.0.0'
library group: 'com.typesafe.akka', name: 'akka-stream_2.11', version: '2.4.14'

implementation project(':javaagent-tooling')
implementation deps.autoservice
annotationProcessor deps.autoservice

testImplementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.6.0'

// There are some internal API changes in 10.1 that we would like to test separately for
version101TestImplementation group: 'com.typesafe.akka', name: 'akka-http_2.11', version: '10.1.0'
version101TestImplementation group: 'com.typesafe.akka', name: 'akka-stream_2.11', version: '2.5.11'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ apply from: "$rootDir/gradle/instrumentation.gradle"

dependencies {
compileOnly group: 'org.elasticsearch.client', name: 'rest', version: '5.0.0'
implementation project(':javaagent-tooling')
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ apply from: "$rootDir/gradle/instrumentation.gradle"

dependencies {
compileOnly group: 'org.elasticsearch', name: 'elasticsearch', version: '2.0.0'
implementation project(':javaagent-tooling')
}
1 change: 0 additions & 1 deletion instrumentation/java-concurrent/java-concurrent.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dependencies {
// This is needed for Scala ForJoinTask/Pool instrumentation
compileOnly deps.scala

slickTestImplementation project(':instrumentation:java-concurrent')
slickTestImplementation project(':instrumentation:jdbc')
slickTestImplementation deps.scala
slickTestImplementation group: 'com.typesafe.slick', name: 'slick_2.11', version: '3.2.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ apply from: "$rootDir/gradle/test-with-kotlin.gradle"
dependencies {
testImplementation deps.kotlin
testImplementation deps.coroutines

testImplementation project(':instrumentation:java-concurrent')
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ dependencies {
compileOnly deps.scala

testImplementation deps.scala

testImplementation project(':instrumentation:java-concurrent')
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ muzzle {

dependencies {
library(group: 'io.kubernetes', name: 'client-java-api', version: '7.0.0')

implementation project(':javaagent-tooling')
}

4 changes: 0 additions & 4 deletions instrumentation/okhttp/okhttp-2.2/okhttp-2.2.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ muzzle {
dependencies {
library(group: 'com.squareup.okhttp', name: 'okhttp', version: '2.2.0')

implementation project(':javaagent-tooling')

testImplementation project(':instrumentation:java-concurrent')

latestDepTestLibrary group: 'com.squareup.okhttp', name: 'okhttp', version: '[2.6,3)'
}

Expand Down
2 changes: 0 additions & 2 deletions instrumentation/okhttp/okhttp-3.0/okhttp-3.0.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ not transitive.
dependencies {
library(group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.0.0')

implementation project(':javaagent-tooling')

testImplementation(project(':testing-common')) {
exclude module: 'okhttp'
}
Expand Down

0 comments on commit 282859c

Please sign in to comment.