This is an automated email from the ASF dual-hosted git repository.
rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git
The following commit(s) were added to refs/heads/master by this push:
new 124d91c ARIES-1982 Aries CDI doesn't run on upcoming version of OSGi
framework
124d91c is described below
commit 124d91ca920aca03bc6a3c6e4d9e6f7b0dc72a85
Author: Raymond Augé <[email protected]>
AuthorDate: Wed May 20 12:33:38 2020 -0400
ARIES-1982 Aries CDI doesn't run on upcoming version of OSGi framework
Signed-off-by: Raymond Augé <[email protected]>
---
cdi-spi/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/cdi-spi/pom.xml b/cdi-spi/pom.xml
index 23c02d3..4c505a8 100644
--- a/cdi-spi/pom.xml
+++ b/cdi-spi/pom.xml
@@ -51,6 +51,7 @@
<artifactId>bnd-maven-plugin</artifactId>
<configuration>
<bnd><![CDATA[
+ Import-Package: org.osgi.framework;version='[1.9,2)', *
-cdiannotations:
]]></bnd>
</configuration>