You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cs...@apache.org on 2019/07/12 14:44:12 UTC

[sling-org-apache-sling-distribution-journal-messages] branch master updated: SLING-8531 Fix bnd setup

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

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal-messages.git


The following commit(s) were added to refs/heads/master by this push:
     new 877099a  SLING-8531 Fix bnd setup
877099a is described below

commit 877099abb1df89506138534f03910f8b7d010ab3
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Fri Jul 12 16:44:03 2019 +0200

    SLING-8531 Fix bnd setup
---
 bnd.bnd |  1 -
 pom.xml | 10 +---------
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/bnd.bnd b/bnd.bnd
deleted file mode 100644
index eaccb47..0000000
--- a/bnd.bnd
+++ /dev/null
@@ -1 +0,0 @@
-Export-Package: org.apache.sling.distribution.journal.messages
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index a2206cc..e442bfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,10 +56,6 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>biz.aQute.bnd</groupId>
-                <artifactId>bnd-maven-plugin</artifactId>
-            </plugin>
-            <plugin>
                 <groupId>com.github.os72</groupId>
                 <artifactId>protoc-jar-maven-plugin</artifactId>
                 <version>3.5.1.1</version>
@@ -98,15 +94,11 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>osgi.cmpn</artifactId>
-            <version>6.0.0</version>
             <scope>provided</scope>
         </dependency>
-
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.annotation</artifactId>
-            <version>7.0.0</version>
-            <scope>provided</scope>
+            <artifactId>org.osgi.annotation.versioning</artifactId>
         </dependency>
 
         <dependency>