From c0247ec48aaa2fefb6a2c065d18b27d7c65e94ff Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Thu, 11 Apr 2019 10:34:45 -0400 Subject: corrected inlucde filter for formatter all pom.xml files now have two spaces validation is on for pom.xml files Change-Id: I424ea2e4d6a549f468792e5f90a43f3a97e6c954 Issue-ID: SO-1781 Signed-off-by: Benjamin, Max (mb388a) --- cloudify-client/pom.xml | 88 ++++++++++++++++++++++++------------------------- 1 file changed, 44 insertions(+), 44 deletions(-) (limited to 'cloudify-client') diff --git a/cloudify-client/pom.xml b/cloudify-client/pom.xml index 44242e934f..6f4ea03ca5 100644 --- a/cloudify-client/pom.xml +++ b/cloudify-client/pom.xml @@ -1,49 +1,49 @@ - 4.0.0 - - org.onap.so - so - 1.4.0-SNAPSHOT - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.onap.so + so + 1.4.0-SNAPSHOT + - org.onap.so - cloudify-client - jar - Cloudify Rest Client - Java client for Cloudify REST interface + org.onap.so + cloudify-client + jar + Cloudify Rest Client + Java client for Cloudify REST interface - - ${project.artifactId}-${project.version} - - - maven-jar-plugin - 2.6 - - target/classes - - - - + + ${project.artifactId}-${project.version} + + + maven-jar-plugin + 2.6 + + target/classes + + + + - - - org.onap.so - common - ${project.version} - - - org.apache.httpcomponents - httpcore - - - org.apache.httpcomponents - httpclient - - - commons-lang - commons-lang - 2.6 - - + + + org.onap.so + common + ${project.version} + + + org.apache.httpcomponents + httpcore + + + org.apache.httpcomponents + httpclient + + + commons-lang + commons-lang + 2.6 + + -- cgit 1.2.3-korg