diff options
Diffstat (limited to 'eaaf_core/pom.xml')
-rw-r--r-- | eaaf_core/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml index bf6c5b47..4ee46149 100644 --- a/eaaf_core/pom.xml +++ b/eaaf_core/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>at.gv.egiz</groupId> <artifactId>eaaf</artifactId> - <version>1.1.0</version> + <version>1.1.1</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> @@ -37,6 +37,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> |