Skip to content
Snippets Groups Projects
Commit 24667955 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Move spring-web to oaipmh-core module

parent 7fa02832
No related branches found
No related tags found
No related merge requests found
...@@ -107,6 +107,11 @@ ...@@ -107,6 +107,11 @@
<artifactId>json</artifactId> <artifactId>json</artifactId>
<version>20190722</version> <version>20190722</version>
</dependency> </dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${spring.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.thoughtworks.xstream/xstream --> <!-- https://mvnrepository.com/artifact/com.thoughtworks.xstream/xstream -->
<dependency> <dependency>
......
...@@ -62,11 +62,6 @@ ...@@ -62,11 +62,6 @@
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<version>${spring.version}</version> <version>${spring.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId> <artifactId>spring-webmvc</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment