1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-02 01:02:55 +00:00

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.
This commit is contained in:
2023-03-10 15:17:44 +01:00
parent 26ceebef1f
commit f90e4ec986

View File

@ -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>