mirror of
https://github.com/pcvolkmer/onkostar-plugin-dnpm.git
synced 2025-07-02 17:22:54 +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:
2
pom.xml
2
pom.xml
@ -43,7 +43,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-web</artifactId>
|
<artifactId>spring-webmvc</artifactId>
|
||||||
<version>${spring-version}</version>
|
<version>${spring-version}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
Reference in New Issue
Block a user