Clean up aaa-encrypt-service/impl 30/93230/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 21 Oct 2020 11:49:27 +0000 (13:49 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 21 Oct 2020 11:49:27 +0000 (13:49 +0200)
We are not using OSGi directly and do not need explicit bundle
plugin configuration. Clean these up, making this a little less
tangled.

Change-Id: Iaa4940ac3c1aaf63edb494098a87d22ab8b01ad5
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-encrypt-service/impl/pom.xml

index b5639996e9bd84e823a67e5b370e0c8fc7942b5c..d2151de6be7f4d0641d5d6e1aef074273cc9ce36 100644 (file)
@@ -30,15 +30,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>mdsal-binding-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.dependencymanager</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
@@ -59,16 +50,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <build>
     <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Export-Package/>
-          </instructions>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>