aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-05-15 16:53:07 -0400
committerJimmy Forsyth <jf2512@att.com>2018-05-15 16:53:10 -0400
commit553b6247ef0c663aad77e6ffe940c22d3d77eba1 (patch)
tree40c4b4e467ffa98dca6efa95c6a4bbac66678c12
parent7cc4caa91ef63d8a3a9bdbbb0d397aa468ae469b (diff)
Remove duplicate dependency
Issue-ID: AAI-1141 Change-Id: I8d470492d4e55f82b70f82ee8d54ea4bde662c83 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rwxr-xr-xpom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 255f7f2..7fc7a1f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>