This is an automated email from the ASF dual-hosted git repository.
hasan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/clerezza.git
The following commit(s) were added to refs/heads/master by this push:
new d30087e CLEREZZA-1069: Comment out Import-Package instruction of
maven-bundle-plugin in parent pom.xml
d30087e is described below
commit d30087e23820f5fe133d51225f9fc0a5dce4a934
Author: Hasan <[email protected]>
AuthorDate: Mon Jul 12 21:46:16 2021 +0200
CLEREZZA-1069: Comment out Import-Package instruction
of maven-bundle-plugin in parent pom.xml
---
parent/pom.xml | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 35b6bb5..50072de 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -75,9 +75,16 @@
<version>2.5.4</version>
<configuration>
<instructions>
- <Import-Package>org.osgi.*;
version="[1,2)",javax.ws.rs.*; version="[1,3)",
+<!-- See CLEREZZA-1069; Currently, just commented out. In the future, this
Import-Package will be removed
+ <Import-Package>
+ org.osgi.*; version="[1,2)",
+ javax.ws.rs.*; version="[1,3)",
org.apache.stanbol.commons.security.*;
version="[0,3)",
- com.google.common.*;
version="[14.0.0,18.0.0)", org.slf4j.*;version="[1.5,2)", *</Import-Package>
+ com.google.common.*; version="[14.0.0,18.0.0)",
+ org.slf4j.*;version="[1.5,2)",
+ *
+ </Import-Package>
+-->
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
<_nodefaultversion />
</instructions>