Skip to content

Commit cdf1dbd

Browse files
committed
revert
Signed-off-by: Kai Huang <ahkcs@amazon.com>
1 parent f13255b commit cdf1dbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

async-query-core/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1415
repositories {
@@ -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

0 commit comments

Comments
 (0)