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

rotty3000 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 2c547c2ac update to bnd 6.2.0
2c547c2ac is described below

commit 2c547c2ac7dcc7ab3b4735c3e24af62ac498066a
Author: Raymond Augé <[email protected]>
AuthorDate: Sun Apr 3 12:44:53 2022 -0400

    update to bnd 6.2.0
    
    Signed-off-by: Raymond Augé <[email protected]>
---
 spi-fly/pom.xml                                     | 2 +-
 spi-fly/spi-fly-dynamic-bundle/pom.xml              | 2 +-
 spi-fly/spi-fly-dynamic-framework-extension/pom.xml | 2 +-
 spi-fly/spi-fly-static-bundle/pom.xml               | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/spi-fly/pom.xml b/spi-fly/pom.xml
index 998f72400..bd41d3479 100644
--- a/spi-fly/pom.xml
+++ b/spi-fly/pom.xml
@@ -49,7 +49,7 @@
 
         <apache-rat-plugin.version>0.13</apache-rat-plugin.version>
         <asm.version>9.2</asm.version>
-        <bnd.version>5.3.0</bnd.version>
+        <bnd.version>6.2.0</bnd.version>
         <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
         <osgi.core.version>5.0.0</osgi.core.version>
         <slf4j.version>1.7.36</slf4j.version>
diff --git a/spi-fly/spi-fly-dynamic-bundle/pom.xml 
b/spi-fly/spi-fly-dynamic-bundle/pom.xml
index 4f8cd402b..83a749c60 100644
--- a/spi-fly/spi-fly-dynamic-bundle/pom.xml
+++ b/spi-fly/spi-fly-dynamic-bundle/pom.xml
@@ -122,13 +122,13 @@
                     Bundle-Activator: 
org.apache.aries.spifly.dynamic.DynamicWeavingActivator
                     Export-Package: 
org.apache.aries.spifly.*;version=${project.version}
                     -conditionalpackage: \
+                        aQute.bnd.exceptions,\
                         aQute.bnd.header,\
                         aQute.bnd.stream,\
                         aQute.bnd.version,\
                         aQute.bnd.version.maven,\
                         aQute.lib.collections,\
                         aQute.lib.date,\
-                        aQute.lib.exceptions,\
                         aQute.lib.hex,\
                         aQute.lib.io,\
                         aQute.lib.stringrover,\
diff --git a/spi-fly/spi-fly-dynamic-framework-extension/pom.xml 
b/spi-fly/spi-fly-dynamic-framework-extension/pom.xml
index 81fc22e34..992c7a04a 100644
--- a/spi-fly/spi-fly-dynamic-framework-extension/pom.xml
+++ b/spi-fly/spi-fly-dynamic-framework-extension/pom.xml
@@ -120,13 +120,13 @@
                         org.apache.aries.spifly.dynamic,\
                         org.apache.aries.spifly.weaver
                     -conditionalpackage: \
+                        aQute.bnd.exceptions,\
                         aQute.bnd.header,\
                         aQute.bnd.stream,\
                         aQute.bnd.version,\
                         aQute.bnd.version.maven,\
                         aQute.lib.collections,\
                         aQute.lib.date,\
-                        aQute.lib.exceptions,\
                         aQute.lib.io,\
                         aQute.lib.stringrover,\
                         aQute.lib.strings,\
diff --git a/spi-fly/spi-fly-static-bundle/pom.xml 
b/spi-fly/spi-fly-static-bundle/pom.xml
index bff7a976e..8b7531bfb 100644
--- a/spi-fly/spi-fly-static-bundle/pom.xml
+++ b/spi-fly/spi-fly-static-bundle/pom.xml
@@ -88,13 +88,13 @@
                     Export-Package: \
                         org.apache.aries.spifly.*;version=${project.version}
                     -conditionalpackage: \
+                        aQute.bnd.exceptions,\
                         aQute.bnd.header,\
                         aQute.bnd.stream,\
                         aQute.bnd.version,\
                         aQute.bnd.version.maven,\
                         aQute.lib.collections,\
                         aQute.lib.date,\
-                        aQute.lib.exceptions,\
                         aQute.lib.hex,\
                         aQute.lib.io,\
                         aQute.lib.stringrover,\

Reply via email to