diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-08-08 14:00:07 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-08-08 14:00:12 -0700 |
commit | d72895e73699bf047f337af54ebf0d927ba90b02 (patch) | |
tree | ea76a877873560e85837d79f53d25bfeebbabd09 /single-feature-parent | |
parent | e8c73ad90d5a163c04232b3993e7a20549d4f41c (diff) |
Make indentation consistent
All parent pom files should use the same indentation
spacing scheme (4 space characters).
Change-Id: I24c06a84a8d39c52fb2891a4adac58c21471d24b
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1699
Diffstat (limited to 'single-feature-parent')
-rw-r--r-- | single-feature-parent/pom.xml | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml index c7db6dc..6745cc8 100644 --- a/single-feature-parent/pom.xml +++ b/single-feature-parent/pom.xml @@ -34,7 +34,7 @@ limitations under the License. <version>1.2.1</version> <relativePath /> </parent> - + <properties> <commons-codec.version>1.12</commons-codec.version> <skip.karaf.featureTest>true</skip.karaf.featureTest> @@ -51,34 +51,34 @@ limitations under the License. <version>${commons-codec.version}</version> </dependency> <dependency> - <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>sli-common</artifactId> - <version>${ccsdk.sli.core.version}</version> - </dependency> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>sli-common</artifactId> + <version>${ccsdk.sli.core.version}</version> + </dependency> - <dependency> - <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>sli-provider</artifactId> - <version>${ccsdk.sli.core.version}</version> - </dependency> - <dependency> - <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>ccsdk-sli</artifactId> - <version>${ccsdk.sli.core.version}</version> - <type>xml</type> - <classifier>features</classifier> - </dependency> - <dependency> - <groupId>org.onap.ccsdk.sli.adaptors</groupId> - <artifactId>aai-service-provider</artifactId> - <version>${sdnctl.aai.service.version}</version> - </dependency> + <dependency> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>sli-provider</artifactId> + <version>${ccsdk.sli.core.version}</version> + </dependency> + <dependency> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>ccsdk-sli</artifactId> + <version>${ccsdk.sli.core.version}</version> + <type>xml</type> + <classifier>features</classifier> + </dependency> + <dependency> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> + <artifactId>aai-service-provider</artifactId> + <version>${sdnctl.aai.service.version}</version> + </dependency> - <dependency> - <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>dblib-provider</artifactId> - <version>${sdnctl.dblib.version}</version> - </dependency> + <dependency> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>dblib-provider</artifactId> + <version>${sdnctl.dblib.version}</version> + </dependency> </dependencies> </dependencyManagement> </project> |