Skip to content

Commit

Permalink
spark: update to versions used internally (#1131)
Browse files Browse the repository at this point in the history
Update the spark integration to use the main version of spark
and scala in use at Netflix.
  • Loading branch information
brharrington committed Apr 3, 2024
1 parent 62979fd commit dda652e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spectator-ext-spark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ dependencies {
implementation project(':spectator-ext-jvm')
implementation project(':spectator-reg-sidecar')
implementation "com.typesafe:config"
compileOnly 'io.dropwizard.metrics:metrics-core:3.1.5'
compileOnly 'org.apache.spark:spark-core_2.11:2.4.4'
compileOnly 'io.dropwizard.metrics:metrics-core:4.2.25'
compileOnly 'org.apache.spark:spark-core_2.12:3.3.4'
testImplementation 'io.dropwizard.metrics:metrics-core:3.1.5'
testImplementation 'org.apache.spark:spark-core_2.11:2.4.4'
testImplementation 'org.apache.spark:spark-core_2.12:3.3.4'
}

jar {
Expand Down

0 comments on commit dda652e

Please sign in to comment.