Skip to content

Commit e1ca777

Browse files
fix: remove unnecessary dependency overrides (#3492)
Tempest no longer requires these overrides for running DynamoDBLocal
1 parent 96495ac commit e1ca777

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

misk-aws2-dynamodb/build.gradle.kts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)