Skip to content

Commit

Permalink
Remove unnecessary dependencies from jpms test (#23775)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Mack authored Oct 24, 2022
1 parent 8df6f67 commit 96051f2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sdks/java/testing/jpms-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ configurations {
sparkRunnerIntegrationTest.extendsFrom(baseIntegrationTest)
}

def spark_version = '3.1.1'
def spark_scala_version = '2.12'

dependencies {
implementation project(path: ":sdks:java:core", configuration: "shadow")
implementation project(path: ":sdks:java:extensions:google-cloud-platform-core")
Expand All @@ -93,8 +90,6 @@ dependencies {
flinkRunnerIntegrationTest project(":runners:flink:${project.ext.latestFlinkVersion}")
dataflowRunnerIntegrationTest project(":runners:google-cloud-dataflow-java")
sparkRunnerIntegrationTest project(":runners:spark:3")
sparkRunnerIntegrationTest "org.apache.spark:spark-sql_$spark_scala_version:$spark_version"
sparkRunnerIntegrationTest "org.apache.spark:spark-streaming_$spark_scala_version:$spark_version"
}

/*
Expand Down

0 comments on commit 96051f2

Please sign in to comment.