From 472cab29ed1d8f058ababcef2859353817c79fef Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Mon, 19 Feb 2018 10:16:44 -0500 Subject: so/libs build fails if unit tests are disabled [ERROR] Failed to execute goal on project nova-client: Could not resolve dependencies for project org.openecomp.so.libs.openstack- java-sdk:nova-client:jar:1.2.0-SNAPSHOT: Could not find artifact org.openecomp.so.libs.openstack-java-sdk:openstack-client:jar: tests:1.2.0-SNAPSHOT I've also noticed that the junit and mock artifacts are not consistently declared with scope "test". Will fix these issues, and clean up indentation in the poms. Issue-ID: SO-432 Change-Id: I1e643c288b0cb61f2da6d98832b3aac640073b33 Signed-off-by: Rob Daugherty --- keystone-client/pom.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'keystone-client/pom.xml') diff --git a/keystone-client/pom.xml b/keystone-client/pom.xml index 6c511f4..89b6841 100644 --- a/keystone-client/pom.xml +++ b/keystone-client/pom.xml @@ -20,18 +20,18 @@ keystone-model 1.2.0-SNAPSHOT - - org.jmockit - jmockit - 1.19 - test - - - junit - junit - 4.12 - test - + + org.jmockit + jmockit + 1.19 + test + + + junit + junit + 4.12 + test + - \ No newline at end of file + -- cgit 1.2.3-korg