[dynamodb] Enable tests (#16554)

Add missing dependencies after Karaf upgrade #16493.

Fixes #16535.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
Holger Friedrich 2024-03-29 19:44:02 +01:00 committed by Ciprian Pascu
parent 37e7fbb568
commit 7a7de3b794

View File

@ -23,8 +23,7 @@
<dep.noembedding>netty-common,netty-transport,netty-transport-native-epoll,netty-transport-native-unix-common,netty-buffer,netty-resolver,netty-codec,netty-codec-http,netty-codec-http2,netty-handler</dep.noembedding>
<!-- slf4j version matching the version specified in openhab-core/pom.xml -->
<slf4j.version>1.7.32</slf4j.version>
<!-- TODO, tests are currently disabled due to compatibility issue of DynamoDBLocal and Jetty upgrade #16493 -->
<maven.test.skip>true</maven.test.skip>
<jetty.version>9.4.53.v20231009</jetty.version>
</properties>
<!--Custom repository for DynamoDBLocal -->
@ -190,6 +189,12 @@
<version>[1.0, 2.0)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
<version>${jetty.version}</version>
<scope>test</scope>
</dependency>
<!-- -->
<!-- -->