diff options
Diffstat (limited to 'example-spring-boot/pom.xml')
-rw-r--r-- | example-spring-boot/pom.xml | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/example-spring-boot/pom.xml b/example-spring-boot/pom.xml index be3ada7..07a02c2 100644 --- a/example-spring-boot/pom.xml +++ b/example-spring-boot/pom.xml @@ -2,11 +2,11 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - + <parent> - <groupId>org.onap.oparent</groupId> - <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <groupId>org.onap.oparent</groupId> + <artifactId>oparent</artifactId> + <version>1.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.msb.sdk</groupId> @@ -34,30 +34,26 @@ </dependency> </dependencies> </dependencyManagement> - + <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dependency> - <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-web</artifactId> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-web</artifactId> </dependency> - - <dependency> - <groupId>org.onap.msb.sdk</groupId> + <dependency> + <groupId>org.onap.msb.sdk</groupId> <artifactId>msb-java-sdk</artifactId> <version>1.0.0-SNAPSHOT</version> - </dependency> - + </dependency> </dependencies> <build> |