Realign maven-bundle-plugin version 88/99088/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 18 Dec 2021 17:31:34 +0000 (18:31 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 18 Dec 2021 17:31:34 +0000 (18:31 +0100)
We are using 5.1.2 in other places, let's make sure branding does
the same.

Change-Id: Ifdaa1b4940f4c46efeccd393ed7fddbca56e8803
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
karaf/karaf-branding/pom.xml

index 45683606ab7916ab033f0beb60ab6cb4b4273f9a..c3ff7db439020151c9aeb7345949cc3687a5896a 100644 (file)
@@ -17,7 +17,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>4.2.1</version>
+        <version>5.1.2</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
             <Spring-Context>*;public-context:=false</Spring-Context>
           </instructions>
         </configuration>
-        <dependencies>
-            <dependency>
-                <groupId>biz.aQute.bnd</groupId>
-                <artifactId>biz.aQute.bndlib</artifactId>
-                <version>5.1.0</version>
-            </dependency>
-        </dependencies>
       </plugin>
     </plugins>
   </build>