File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -39,19 +39,6 @@ dependencies {
3939 testImplementation(libs.assertj)
4040 testImplementation(libs.aws2DynamodbEnhanced)
4141 testImplementation(libs.junitApi)
42- // Have to clamp until DynamoDBLocal supports later versions (dependency from tempest).
43- testRuntimeOnly(" org.antlr:antlr4-runtime" ) {
44- version {
45- strictly(" 4.9.3" )
46- }
47- }
48-
49- if (org.apache.tools.ant.taskdefs.condition.Os .isArch(" aarch64" )) {
50- // Without this, we can't compile on Apple Silicon currently.
51- // This is likely not necessary to have long term,
52- // so we should remove it when things get fixed upstream.
53- testImplementation(" io.github.ganadist.sqlite4java:libsqlite4java-osx-aarch64:1.0.392" )
54- }
5542
5643 testImplementation(libs.tempest2Testing)
5744 testImplementation(libs.tempest2TestingDocker)
You can’t perform that action at this time.
0 commit comments