From 7bc0b2836821d6442a4b91350e73090a8cd2661d Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Mon, 10 Oct 2022 09:25:32 +0200 Subject: [PATCH] [jpa] Fix Derby driver no longer included (#13532) According to the add-on documentation the Derby driver is included which was no longer the case. The derby version was also changed because 10.16.1.1 is for Java 17+. Signed-off-by: Wouter Born --- bundles/org.openhab.persistence.jpa/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.persistence.jpa/pom.xml b/bundles/org.openhab.persistence.jpa/pom.xml index 63434b4ea3289..bd03afb8d5b6f 100644 --- a/bundles/org.openhab.persistence.jpa/pom.xml +++ b/bundles/org.openhab.persistence.jpa/pom.xml @@ -15,7 +15,7 @@ openHAB Add-ons :: Bundles :: Persistence Service :: JPA - !com.ibm.*,!com.sun.*,!oracle.*,!javax.interceptor.*,!javax.enterprise.*,!javax.rmi,!org.apache.bval.*,!net.sf.cglib.*,!org.apache.commons.beanutils.*,!org.apache.geronimo.*,!org.apache.avalon.*,!org.apache.log,!org.apache.tools.*,!org.apache.xerces.*,!org.jboss.*,!org.postgresql.*,!org.slf4j.impl,!weblogic.* + !com.ibm.*,!com.sun.*,!oracle.*,!javax.interceptor.*,!javax.enterprise.*,!javax.rmi,!org.apache.bval.*,!net.sf.cglib.*,!org.apache.commons.beanutils.*,!org.apache.geronimo.*,!org.apache.avalon.*,!org.apache.log,!org.apache.tools.*,!org.apache.xerces.*,!org.jboss.*,!org.postgresql.*,!org.slf4j.impl,!weblogic.*,org.apache.derby.*;resolution:=optional 3.2.2 @@ -30,8 +30,7 @@ org.apache.derby derby - 10.16.1.1 - test + 10.14.2.0