File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ plugins {
99 id ' jacoco'
1010 id ' antlr'
1111 id ' com.diffplug.spotless' version ' 6.22.0'
12+ id ' com.github.johnrengelman.shadow'
1213}
1314
1415repositories {
@@ -45,9 +46,10 @@ dependencies {
4546 antlr " org.antlr:antlr4:4.7.1"
4647
4748 implementation project(' :core' )
49+ implementation project(' :spark' ) // TODO: dependency to spark should be eliminated
50+ implementation project(' :datasources' ) // TODO: dependency to datasources should be eliminated
4851 implementation ' org.json:json:20231013'
4952 implementation ' com.google.code.gson:gson:2.8.9'
50- api group : ' com.amazonaws' , name : ' aws-java-sdk-emrserverless' , version : " ${ aws_java_sdk_version} "
5153
5254 testImplementation(platform(" org.junit:junit-bom:5.9.3" ))
5355
You can’t perform that action at this time.
0 commit comments