diff options
author | Sotiropoulos, Ioannis (is948x) <ioannis.sotiropoulos@amdocs.com> | 2018-02-16 15:37:57 +0000 |
---|---|---|
committer | Sotiropoulos, Ioannis (is948x) <ioannis.sotiropoulos@amdocs.com> | 2018-02-16 15:57:14 +0000 |
commit | c3da8dad5c8ce08854f749955229ce232bff3740 (patch) | |
tree | ae0ab0e4d13bd30219ea73bff27314c436fa0926 /pom.xml | |
parent | 0cb94b47a733ed3d90ea31fbb189231fc5f39d7e (diff) |
Add event client dependency
Change dependencies from SNAPSHOT to RELEASE.
Change-Id: If8a46177f294d1129f30e578c31cbe0bb2deeb31
Issue-ID: AAI-780
Signed-off-by: Sotiropoulos, Ioannis (is948x) <ioannis.sotiropoulos@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -10,7 +10,7 @@ </parent> <groupId>org.onap.aai.gizmo</groupId> <artifactId>gizmo</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <name>aai-gizmo</name> <properties> @@ -91,21 +91,25 @@ <artifactId>logback-core</artifactId> <version>1.1.7</version> </dependency> - + <dependency> + <groupId>org.onap.aai.event-client</groupId> + <artifactId>event-client-dmaap</artifactId> + <version>1.2.0</version> + </dependency> <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0</version> </dependency> <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-utils</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0</version> </dependency> <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-core</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0</version> <exclusions> <exclusion> <groupId>*</groupId> @@ -117,7 +121,7 @@ <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-auth</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </dependency> <dependency> |