diff options
| author | Paul-Christian Volkmer | 2023-03-10 15:17:44 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-03-10 15:17:44 +0100 |
| commit | f90e4ec9869b4e65229371a5c09fe4d70d12bf40 (patch) | |
| tree | 693da4e122e20a1e5ae743ce261775d72dac835e | |
| parent | 26ceebef1f6e5fca48aed9f885255075c29a942c (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
