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

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new e347e53cdd Dependencies are excluded from final jar (#591)
e347e53cdd is described below

commit e347e53cdd473dc3c05267707a61d7cf58b4be59
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Wed Jun 7 21:05:26 2023 +0700

    Dependencies are excluded from final jar (#591)
---
 wicket-commons-fileupload/pom.xml | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/wicket-commons-fileupload/pom.xml 
b/wicket-commons-fileupload/pom.xml
index b9878274a4..6d2cd34d94 100644
--- a/wicket-commons-fileupload/pom.xml
+++ b/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>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.moditect</groupId>

Reply via email to