summaryrefslogtreecommitdiff
path: root/build_reporting/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build_reporting/pom.xml')
-rw-r--r--build_reporting/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml
index 649e650a..9562fc72 100644
--- a/build_reporting/pom.xml
+++ b/build_reporting/pom.xml
@@ -48,7 +48,15 @@
<dependency>
<groupId>at.gv.egiz.eaaf</groupId>
<artifactId>eaaf-springboot-utils</artifactId>
- </dependency>
+ </dependency>
+
+ <!-- only to fix false-positive during vulnerability checks -->
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-webmvc</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
</dependencies>
<build>