This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-examples.git
commit 512985d3c5b2e7c98daf83a4d0bd840d4afb50db Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Tue Sep 11 08:12:02 2018 +0200 Cleans up poms --- rest-angular/pom.xml | 7 +++++++ shiro-basic/pom.xml | 13 +------------ type-conversion/pom.xml | 6 ------ 3 files changed, 8 insertions(+), 18 deletions(-) diff --git a/rest-angular/pom.xml b/rest-angular/pom.xml index d14036b..fee3cc1 100644 --- a/rest-angular/pom.xml +++ b/rest-angular/pom.xml @@ -34,6 +34,13 @@ </dependency> <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-web</artifactId> + <version>4.3.13.RELEASE</version> + <scope>test</scope> + </dependency> + + <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-junit-plugin</artifactId> <version>${struts2.version}</version> diff --git a/shiro-basic/pom.xml b/shiro-basic/pom.xml index 27786e8..35e8fc2 100644 --- a/shiro-basic/pom.xml +++ b/shiro-basic/pom.xml @@ -19,12 +19,6 @@ <dependencies> <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-core</artifactId> - <version>${struts2.version}</version> - </dependency> - - <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> <version>${shiro.version}</version> @@ -40,12 +34,7 @@ <artifactId>log4j-api</artifactId> <version>${log4j2.version}</version> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-core</artifactId> - <version>${log4j2.version}</version> - </dependency> - + <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> diff --git a/type-conversion/pom.xml b/type-conversion/pom.xml index 7697ff2..32eb052 100644 --- a/type-conversion/pom.xml +++ b/type-conversion/pom.xml @@ -20,12 +20,6 @@ <dependencies> <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-core</artifactId> - <version>${log4j2.version}</version> - </dependency> - - <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.4</version>