Skip to content

Commit 07fc97f

Browse files
committed
allow local testing
1 parent 759ebe3 commit 07fc97f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

test-server/java-v3-server/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dependencies {
1313
implementation("software.amazon.smithy.java:server-netty:$smithyJavaVersion")
1414
implementation("software.amazon.smithy.java:aws-server-restjson:$smithyJavaVersion")
1515

16-
compileOnly("software.amazon.awssdk:aws-sdk-java:2.31.66")
17-
implementation(files("s3ec-staging/target/amazon-s3-encryption-client-java-3.4.0.jar"))
16+
// S3EC from local Maven repository (installed by mvn install)
17+
implementation("software.amazon.encryption.s3:amazon-s3-encryption-client-java:3.4.0-SNAPSHOT")
1818
}
1919

2020
// Use that application plugin to start the service via the `run` task.

0 commit comments

Comments
 (0)