You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2021/12/23 15:37:34 UTC

[commons-jcs] 01/06: JCS-228: Attempt to fix osgi import packages

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

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

commit 2acae18a9aefb1f940f23ee73179c8c83202e5fa
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Thu Dec 23 16:09:43 2021 +0100

    JCS-228: Attempt to fix osgi import packages
---
 commons-jcs-core/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/commons-jcs-core/pom.xml b/commons-jcs-core/pom.xml
index d1df10e..0d6feec 100644
--- a/commons-jcs-core/pom.xml
+++ b/commons-jcs-core/pom.xml
@@ -46,6 +46,12 @@
      <commons.japicmp.ignoreMissingClasses>false</commons.japicmp.ignoreMissingClasses>
      <commons.japicmp.version>0.15.3</commons.japicmp.version>
      <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
+     </commons.osgi.import>
   </properties>
 
   <dependencies>