diff options
Diffstat (limited to 'aai-annotations')
-rw-r--r-- | aai-annotations/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 8838d532..270374b5 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -26,13 +26,13 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.aai.aai-common</groupId> - <artifactId>aai-common</artifactId> + <artifactId>aai-parent</artifactId> <version>1.6.0-SNAPSHOT</version> + <relativePath>../aai-parent/pom.xml</relativePath> </parent> <artifactId>aai-annotations</artifactId> <name>aai-annotations</name> <packaging>jar</packaging> - <version>1.6.0-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> </properties> @@ -40,7 +40,6 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> |