This is an automated email from the ASF dual-hosted git repository.

tv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f0b04fd JCS-234 Fix OSGi optional imports
6f0b04fd is described below

commit 6f0b04fdb6fbb65ccfbc24e44801357438144135
Author: Thomas Vandahl <t...@apache.org>
AuthorDate: Fri May 5 10:22:50 2023 +0200

    JCS-234 Fix OSGi optional imports
---
 commons-jcs-core/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/commons-jcs-core/pom.xml b/commons-jcs-core/pom.xml
index a13e7292..5887c43d 100644
--- a/commons-jcs-core/pom.xml
+++ b/commons-jcs-core/pom.xml
@@ -45,10 +45,10 @@
      
<commons.japicmp.ignoreMissingClasses>false</commons.japicmp.ignoreMissingClasses>
      <japicmp.skip>false</japicmp.skip>
      <commons.osgi.import>
-         javax.servlet.*;resolution=optional,
-         org.apache.commons.dbcp2.*;resolution=optional,
-         org.apache.http.*;resolution=optional,
-         org.apache.logging.log4j.*;resolution=optional
+         javax.servlet.*;resolution:=optional,
+         org.apache.commons.dbcp2.*;resolution:=optional,
+         org.apache.http.*;resolution:=optional,
+         org.apache.logging.log4j.*;resolution:=optional
      </commons.osgi.import>
      
<project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp>
   </properties>

Reply via email to