diff options
author | victor.gao <victor.gao@huawei.com> | 2017-02-22 16:50:59 +0800 |
---|---|---|
committer | victor.gao <victor.gao@huawei.com> | 2017-02-22 16:50:59 +0800 |
commit | 7709f7cfdc7d19032fe590547a24678de04dbe97 (patch) | |
tree | 7292eda88c75bcbe255fbf9468833726f32e37d5 | |
parent | b23fdd8f3a100b17b62a1e40889269255d603e5c (diff) |
format validate lc test sub pom.xml
Issue-id: VNFSDK-68
Change-Id: I712f181d5bbb0ab4ecfb7b240794fc7810169d3b
Signed-off-by: victor.gao <victor.gao@huawei.com>
-rw-r--r-- | lifecycle-test/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lifecycle-test/pom.xml b/lifecycle-test/pom.xml index cafaabb..1f0b547 100644 --- a/lifecycle-test/pom.xml +++ b/lifecycle-test/pom.xml @@ -37,12 +37,12 @@ </build> <name>vnf-sdk-validate-lc-test/lifecycle-test</name> <dependencies> - <dependency> - <groupId>javax.ws.rs</groupId> - <artifactId>javax.ws.rs-api</artifactId> - <version>2.0.1</version> - </dependency> - <!-- UT --> + <dependency> + <groupId>javax.ws.rs</groupId> + <artifactId>javax.ws.rs-api</artifactId> + <version>2.0.1</version> + </dependency> + <!-- UT --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> |