Skip to content

Commit 3969d8d

Browse files
fix: remove unnecessary dependency override (#3493)
Tempest no longer requires these overrides for running DynamoDBLocal
1 parent e1ca777 commit 3969d8d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

misk-aws-dynamodb/build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ dependencies {
3636
testImplementation(libs.assertj)
3737
testImplementation(libs.junitApi)
3838

39-
if (org.apache.tools.ant.taskdefs.condition.Os.isArch("aarch64")) {
40-
// Without this, we can't compile on Apple Silicon currently.
41-
// This is likely not necessary to have long term,
42-
// so we should remove it when things get fixed upstream.
43-
testImplementation("io.github.ganadist.sqlite4java:libsqlite4java-osx-aarch64:1.0.392")
44-
}
45-
4639
testImplementation(libs.kotlinReflect)
4740
testImplementation(libs.tempestTesting)
4841
testImplementation(libs.tempestTestingDocker)

0 commit comments

Comments
 (0)