diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-14 14:54:46 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-14 14:54:46 -0400 |
commit | 4b4fa3eefbabac17ee5a1beae558c47f9566ceb4 (patch) | |
tree | 34a8ae02d14afbeefdc3f15439937fc5c4f86da8 /aai-service/provider | |
parent | 7aeb6339da8ab2bd346655438b65fa4a413c7405 (diff) |
Update root pom to Carbon SR1
Update adaptors to compile against Carbon SR1 maven artifacts
Change-Id: I74e2710d7206bc3efe403439bb346615de6e3f75
Issue-ID: CCSDK-24
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'aai-service/provider')
-rwxr-xr-x | aai-service/provider/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml index a9aa98d7..3a81fced 100755 --- a/aai-service/provider/pom.xml +++ b/aai-service/provider/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>aai-service</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> </parent> <artifactId>aai-service-provider</artifactId> <packaging>bundle</packaging> @@ -22,7 +22,7 @@ </dependency> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> + <artifactId>mockito-core</artifactId> <version>${mockito.version}</version> <scope>test</scope> </dependency> |