diff options
author | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2018-03-27 15:34:30 -0400 |
---|---|---|
committer | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2018-03-27 15:50:56 -0400 |
commit | 807533f2043f371b18875d4d7160c35b2d599170 (patch) | |
tree | 2baeb25d711cad6d31afe2d53f0a1f937995748b /event-client-api | |
parent | 8bccfab4b81dbd88635a9fc130d44d59ce58abb3 (diff) |
Use updated versions of librariesv1.2.1
Also add mockito dep
Change-Id: Ia1d3180f4c0f1211d1f38b379160b14135135ba1
Issue-ID: AAI-945
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
Diffstat (limited to 'event-client-api')
-rw-r--r-- | event-client-api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/event-client-api/pom.xml b/event-client-api/pom.xml index 6716cc6..9ac7694 100644 --- a/event-client-api/pom.xml +++ b/event-client-api/pom.xml @@ -27,9 +27,9 @@ <parent> <groupId>org.onap.aai.event-client</groupId> <artifactId>event-client</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>event-client-api</artifactId> -</project>
\ No newline at end of file +</project> |