From: Sami Salonen Date: Sun, 11 Apr 2021 18:04:32 +0000 (+0300) Subject: [dynamodb] Update test dependency DynamoDBLocal (#10505) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=df3917a0db6f8e2e9dd0adf3cd48e39f62761153;p=openhab-addons.git [dynamodb] Update test dependency DynamoDBLocal (#10505) No need to list transitive test dependencies, they are pulled in automatically. Exception with sqlite4java shared libraries which are needed for runtime. With the update of DynamoDBLocal, tests require newer version of jetty (9.4.18.v20190429), resolving #10502 Signed-off-by: Sami Salonen --- diff --git a/bundles/org.openhab.persistence.dynamodb/pom.xml b/bundles/org.openhab.persistence.dynamodb/pom.xml index f2e14eb765..eff28fe5bb 100644 --- a/bundles/org.openhab.persistence.dynamodb/pom.xml +++ b/bundles/org.openhab.persistence.dynamodb/pom.xml @@ -153,19 +153,7 @@ com.amazonaws DynamoDBLocal - 1.13.5 - test - - - org.eclipse.jetty - jetty-util - 8.1.12.v20130726 - test - - - org.eclipse.jetty - jetty-server - 8.1.12.v20130726 + 1.15.0 test