summaryrefslogtreecommitdiffstats
path: root/aai-resources/pom.xml
diff options
context:
space:
mode:
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>