diff options
author | James Forsyth <jf2512@att.com> | 2017-11-10 19:16:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-10 19:16:16 +0000 |
commit | 767cca85979dd04ecd0c2926ce5e509a9c24cc64 (patch) | |
tree | bfa6171edaa77fd053125f16ee6b73a0931a8cb2 | |
parent | 0b3ecd52e85b216672f99c445b12010f7cb0f68c (diff) | |
parent | e688e8076b6972ccdd41bbf1adae75dd193b0861 (diff) |
Merge "Fix dependency in aai-utils pom"
-rw-r--r-- | aai-utils/pom.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 7ca12a2d..5b0b2c23 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -15,10 +15,9 @@ <properties> <checkstyle.config.location>google_checks.xml</checkstyle.config.location> - <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> </properties> - <dependencies> <dependency> @@ -73,7 +72,6 @@ </dependency> </dependencies> - <build> <plugins> <!-- license plugin --> @@ -97,7 +95,6 @@ </executions> </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> @@ -127,5 +124,4 @@ </plugins> </reporting> - -</project> +</project>
\ No newline at end of file |