summaryrefslogtreecommitdiffstats
path: root/aai-queries
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-12-12 10:46:50 -0500
committerJimmy Forsyth <jf2512@att.com>2019-12-12 10:46:52 -0500
commit1bdeba397bef337e6c0bafd0dd7351f6c299cde9 (patch)
treed26597d592236861679708b87ab02b972f554572 /aai-queries
parentda561af6b1ad032df484665d9e6c16aed47f9df4 (diff)
Change to aai-parent
Issue-ID: AAI-2738 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ibc0fdbf9ab4f26532cbc209f85b66bad2497064b
Diffstat (limited to 'aai-queries')
-rw-r--r--aai-queries/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml
index ab8865e..cba7ab2 100644
--- a/aai-queries/pom.xml
+++ b/aai-queries/pom.xml
@@ -31,7 +31,6 @@
</parent>
<artifactId>aai-queries</artifactId>
<name>aai-queries</name>
- <version>1.6.1-SNAPSHOT</version>
<properties>
<onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
<!-- Start of Default ONAP Schema Properties -->
@@ -99,37 +98,31 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-core</artifactId>
- <version>1.5.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>java-hamcrest</artifactId>
- <version>2.0.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
- <version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
- <version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
- <version>1.5.21.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>