diff options
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -27,7 +27,7 @@ <groupId>org.onap.music</groupId> <artifactId>MUSIC</artifactId> <packaging>jar</packaging> - <version>3.2.28-SNAPSHOT</version> + <version>3.2.29-SNAPSHOT</version> <description> This is the MUSIC REST interface, packaged as a Springboot jar file. </description> @@ -218,7 +218,7 @@ <dependencies> <!-- Springboot --> - <dependency> + <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dependency> @@ -232,6 +232,10 @@ </dependency> <dependency> <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-web</artifactId> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> </dependency> <dependency> @@ -685,6 +689,13 @@ </profile> <profile> <id>default</id> + <repositories> + <repository> + <id>nexus</id> + <name>attarch-releases</name> + <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases</url> + </repository> + </repositories> </profile> </profiles> <distributionManagement> |