CLeaning up moved modules and running mvn tidy:pom
[sdnc/northbound.git] / optical-service / installer / pom.xml
index b2db80a..82bdb2a 100644 (file)
     <properties>
         <application.name>sdnc-optical-service</application.name>
         <features.boot>${application.name}</features.boot>
-        <features.repositories>mvn:org.onap.sdnc.northbound/${features.boot}/${project.version}/xml/features</features.repositories>
+        <features.repositories>mvn:org.onap.sdnc.northbound/${features.boot}/${project.version}/xml/features
+        </features.repositories>
         <include.transitive.dependencies>false</include.transitive.dependencies>
     </properties>
 
     <dependencies>
-
         <dependency>
             <groupId>org.onap.sdnc.northbound</groupId>
             <artifactId>${application.name}</artifactId>
             <artifactId>optical-service-model</artifactId>
             <version>${project.version}</version>
         </dependency>
-
         <dependency>
             <groupId>org.onap.sdnc.northbound</groupId>
             <artifactId>optical-service-provider</artifactId>
             <version>${project.version}</version>
         </dependency>
-
-
     </dependencies>
 
     <build>
                             </resources>
                         </configuration>
                     </execution>
-
                 </executions>
             </plugin>
-
         </plugins>
     </build>
 </project>