solomax commented on code in PR #591:
URL: https://github.com/apache/wicket/pull/591#discussion_r1211235950


##########
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 is the original maven output:
   
   ```
   INFO] --- bundle:5.1.8:bundle (default-bundle) @ wicket-commons-fileupload 
---
   [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid 
use of ArtifactRepository type. If you need access to local repository, switch 
to '${repositorySystemSession}' expression and get LRM from it instead.
   [WARNING] Bundle 
org.apache.wicket:wicket-commons-fileupload:jar:10.0.0-M1-SNAPSHOT : Split 
package, multiple jars provide the same package:
   Use Import/Export Package directive 
-split-package:=(merge-first|merge-last|error|first) to get rid of this warning
   Package found in   [Jar:., Jar:jakarta.servlet-api]
   Class path         [Jar:., Jar:commons-io, Jar:jakarta.servlet-api, 
Jar:slf4j-api]
   [INFO] Building bundle: 
/home/solomax/work/wicket/wicket/wicket-commons-fileupload/target/wicket-commons-fileupload-10.0.0-M1-SNAPSHOT.jar
   [INFO] Writing manifest: 
/home/solomax/work/wicket/wicket/wicket-commons-fileupload/target/classes/META-INF/MANIFEST.MF
   [INFO] 
   
   ```



-- 
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