CADI and a few small updates.
[music.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 2226faf..c575a64 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
 
     <dependencies>
         <!-- Springboot -->
-         <dependency>
+        <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter</artifactId>
         </dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-jersey</artifactId>
         </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>
         </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>