diff options
-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> |