diff options
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> |