From 3e27644e7aeb12426d0909432ca6f01e3d4e69ad Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Thu, 12 Dec 2019 14:59:07 +0100 Subject: [PATCH] Fixes #9670 to make jooq OSGi backwards compatible for slf4j and also fix the bundle to not import itself. Signed-off-by: Claus Ibsen --- jOOQ/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jOOQ/pom.xml b/jOOQ/pom.xml index eb0966d801..bcb8bd5ebe 100644 --- a/jOOQ/pom.xml +++ b/jOOQ/pom.xml @@ -50,8 +50,11 @@ ${project.artifactId} * + javax.persistence;resolution:=optional, + org.slf4j;resolution:=optional;version="[1.7,2)", + !org.jooq.*, * <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))