]> git.basschouten.com Git - openhab-addons.git/commitdiff
[dynamodb] Update test dependency DynamoDBLocal (#10505)
authorSami Salonen <ssalonen@gmail.com>
Sun, 11 Apr 2021 18:04:32 +0000 (21:04 +0300)
committerGitHub <noreply@github.com>
Sun, 11 Apr 2021 18:04:32 +0000 (20:04 +0200)
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 <ssalonen@gmail.com>
bundles/org.openhab.persistence.dynamodb/pom.xml

index f2e14eb7659ea91f437b5074c71d8b5adf1fc128..eff28fe5bb3d1fb6ea11fada8fec5a93c7035910 100644 (file)
     <dependency>
       <groupId>com.amazonaws</groupId>
       <artifactId>DynamoDBLocal</artifactId>
-      <version>1.13.5</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.jetty</groupId>
-      <artifactId>jetty-util</artifactId>
-      <version>8.1.12.v20130726</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.jetty</groupId>
-      <artifactId>jetty-server</artifactId>
-      <version>8.1.12.v20130726</version>
+      <version>1.15.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>