summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2023-03-10 15:17:44 +0100
committerPaul-Christian Volkmer2023-03-10 15:17:44 +0100
commitf90e4ec9869b4e65229371a5c09fe4d70d12bf40 (patch)
tree693da4e122e20a1e5ae743ce261775d72dac835e
parent26ceebef1f6e5fca48aed9f885255075c29a942c (diff)
Verwende spring-webmvc und nicht spring-web
Diese Änderung stellt die IDE bei Prüfung der Datei `moduleContext.xml` zufrieden und hat keine Auswirkungen auf die Funktionalität des Plugins.
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 4cb526b..512f699 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
</dependency>
<dependency>
<groupId>org.springframework</groupId>
- <artifactId>spring-web</artifactId>
+ <artifactId>spring-webmvc</artifactId>
<version>${spring-version}</version>
<scope>provided</scope>
</dependency>