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

solomax 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 1dd2fa87f3 [WICKET-6915] portlet 1.0 dependency is dropped
1dd2fa87f3 is described below

commit 1dd2fa87f32f9e0ec221405a6d182e450365b10a
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Thu Apr 20 16:17:56 2023 +0700

    [WICKET-6915] portlet 1.0 dependency is dropped
---
 wicket-commons-fileupload/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/wicket-commons-fileupload/pom.xml 
b/wicket-commons-fileupload/pom.xml
index aea1a32db6..b9878274a4 100644
--- a/wicket-commons-fileupload/pom.xml
+++ b/wicket-commons-fileupload/pom.xml
@@ -255,12 +255,6 @@
       <version>${junit.version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>portlet-api</groupId>
-      <artifactId>portlet-api</artifactId>
-      <version>1.0</version>
-      <scope>provided</scope>
-    </dependency>
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>

Reply via email to