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-dmaap/pom.xml | |
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-dmaap/pom.xml')
-rw-r--r-- | event-client-dmaap/pom.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/event-client-dmaap/pom.xml b/event-client-dmaap/pom.xml index bece6a2..1aa0508 100644 --- a/event-client-dmaap/pom.xml +++ b/event-client-dmaap/pom.xml @@ -27,13 +27,13 @@ <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-dmaap</artifactId> <properties> - <common.logging.version>1.2.0</common.logging.version> + <common.logging.version>1.2.2</common.logging.version> <dmaap.client.version>1.0.0</dmaap.client.version> </properties> @@ -59,6 +59,12 @@ <artifactId>event-client-api</artifactId> <version>${project.parent.version}</version> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-all</artifactId> + <version>1.10.19</version> + <scope>test</scope> + </dependency> </dependencies> <build> @@ -73,4 +79,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |