From 246679552a56af9a6549a2ed8df268dccce9ae7f Mon Sep 17 00:00:00 2001 From: "Stefan E. Funk" <funk@sub.uni-goettingen.de> Date: Wed, 19 May 2021 14:19:30 +0200 Subject: [PATCH] Move spring-web to oaipmh-core module --- oaipmh-core/pom.xml | 5 +++++ oaipmh-webapp/pom.xml | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml index 12815de9..76f3a00d 100644 --- a/oaipmh-core/pom.xml +++ b/oaipmh-core/pom.xml @@ -107,6 +107,11 @@ <artifactId>json</artifactId> <version>20190722</version> </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-web</artifactId> + <version>${spring.version}</version> + </dependency> <!-- https://mvnrepository.com/artifact/com.thoughtworks.xstream/xstream --> <dependency> diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml index c15547c1..c6a23493 100644 --- a/oaipmh-webapp/pom.xml +++ b/oaipmh-webapp/pom.xml @@ -62,11 +62,6 @@ <artifactId>spring-core</artifactId> <version>${spring.version}</version> </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - <version>${spring.version}</version> - </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> -- GitLab