diff options
author | 2018-05-15 16:53:07 -0400 | |
---|---|---|
committer | 2018-05-15 16:53:10 -0400 | |
commit | 553b6247ef0c663aad77e6ffe940c22d3d77eba1 (patch) | |
tree | 40c4b4e467ffa98dca6efa95c6a4bbac66678c12 /pom.xml | |
parent | 7cc4caa91ef63d8a3a9bdbbb0d397aa468ae469b (diff) |
Remove duplicate dependency
Issue-ID: AAI-1141
Change-Id: I8d470492d4e55f82b70f82ee8d54ea4bde662c83
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -26,7 +26,7 @@ limitations under the License. <artifactId>champ</artifactId> <name>aai-champ</name> <packaging>pom</packaging> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> @@ -42,11 +42,6 @@ limitations under the License. <dependencyManagement> <dependencies> - <dependency> - <groupId>org.onap.aai.event-client</groupId> - <artifactId>event-client-api</artifactId> - <version>${event.client.version}</version> - </dependency> <dependency> <groupId>org.onap.aai.event-client</groupId> @@ -165,4 +160,4 @@ limitations under the License. </snapshotRepository> </distributionManagement> -</project>
\ No newline at end of file +</project> |