This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch fix/drops-duplicated-dependency in repository https://gitbox.apache.org/repos/asf/struts.git
commit 947c6c8a6aaedb5d00ea8ed09773064679c1a895 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Tue Aug 22 07:46:43 2023 +0200 Drops duplicated dependency --- plugins/async/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plugins/async/pom.xml b/plugins/async/pom.xml index ae6eb7662..1b108c998 100644 --- a/plugins/async/pom.xml +++ b/plugins/async/pom.xml @@ -36,13 +36,6 @@ </properties> <dependencies> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - <version>3.0.1</version> - <scope>provided</scope> - </dependency> - <dependency> <groupId>mockobjects</groupId> <artifactId>mockobjects-core</artifactId>