martin-g commented on code in PR #591:
URL: https://github.com/apache/wicket/pull/591#discussion_r1211167219


##########
wicket-commons-fileupload/pom.xml:
##########
@@ -317,13 +317,9 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <dependencies>
-          <dependency>
-            <groupId>biz.aQute.bnd</groupId>
-            <artifactId>biz.aQute.bndlib</artifactId>
-            <version>6.4.0</version>
-          </dependency>
-        </dependencies>
+        <configuration>
+          <excludeDependencies>true</excludeDependencies>

Review Comment:
   This looks like something we should do in the `dependencyManagement` in the 
parent pom.
   I wonder why this didn't cause issues with the other `wicket-` Maven modules 
before ?!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to