Skip to content

Commit

Permalink
[dynamodb] Enable tests.
Browse files Browse the repository at this point in the history
Add missing dependencies after Karaf upgrade openhab#16493.

Fixes openhab#16535.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
  • Loading branch information
holgerfriedrich committed Mar 21, 2024
1 parent d68adfa commit b950a9f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions bundles/org.openhab.persistence.dynamodb/pom.xml
Expand Up @@ -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 -->
Expand Down Expand Up @@ -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>

<!-- -->
<!-- -->
Expand Down

0 comments on commit b950a9f

Please sign in to comment.