summaryrefslogtreecommitdiffstats
path: root/aai-queries/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aai-queries/pom.xml')
-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>