summaryrefslogtreecommitdiffstats
path: root/aai-resources/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-09-17 08:36:31 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-09-17 08:36:31 +0200
commitfec75c941420be1c637112e9f404ed4553dba66f (patch)
treed16dc119ecb6d9d2d9c303a7f6b4d65f7db30678 /aai-resources/pom.xml
parent222f8efa881e940a4a3529706e067d0cefb6db99 (diff)
Update aai-common to 1.14.6 in resources
- upgrade spring-boot (2.4.13 -> 2.5.15) - fix vulnerabilities Issue-ID: AAI-3992 Change-Id: I161101a5e74b21494583c1c58c82d7d75351b348 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r--aai-resources/pom.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index e2c66e0..1c43954 100644
--- a/aai-resources/pom.xml
+++ b/aai-resources/pom.xml
@@ -79,8 +79,6 @@
<schema.ingest.file>${project.basedir}/src/main/resources/application.properties</schema.ingest.file>
<!-- End of Default ONAP Schema Properties -->
- <spring.boot.version>2.4.13</spring.boot.version>
-
<janusgraph.version>0.6.4</janusgraph.version>
<gremlin.version>3.5.8</gremlin.version>
@@ -594,6 +592,17 @@
<version>3.21.0</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-junit</artifactId>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>org.skyscreamer</groupId>