aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorIgor Dysko <igor1.dysko@orange.com>2021-06-22 14:23:34 +0200
committerIgor Dysko <igor1.dysko@orange.com>2021-06-22 14:23:34 +0200
commit847dd464a5ccb46dae990fd36173d50839f99977 (patch)
tree3454bef1e3894d17b86739434cc469e965a2cc42 /pom.xml
parent3646ed953013eab56b29abdc57a9bf29a8a8753c (diff)
Fix bugs and vulnerabilities from sonar report
Fixed bugs and vulnerabilities. Issue-ID: AAI-3280 Signed-off-by: Igor Dysko <igor1.dysko@orange.com> Change-Id: I3f64538efc1a9ef2458847bfc60280ca76cd6919
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 7d10c5f..662d856 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,16 @@
<dependencies>
<dependency>
+ <groupId>org.onap.aai.aai-common</groupId>
+ <artifactId>aai-core</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.onap.aai.aai-common</groupId>
+ <artifactId>aai-schema-ingest</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.23.4</version>
@@ -106,16 +116,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.onap.aai.aai-common</groupId>
- <artifactId>aai-core</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.onap.aai.aai-common</groupId>
- <artifactId>aai-schema-ingest</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>