Remove unnecessary stuff from oam directory of A1 controller
[nonrtric.git] / sdnc-a1-controller / oam / platform-logic / pom.xml
index c309d39..2644861 100644 (file)
 <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>
 
-       <repositories>
-               <repository>
-                       <id>onap-releases</id>
-                       <name>onap-releases</name>
-                       <url>https://nexus.onap.org/content/repositories/releases/</url>
-               </repository>
-       </repositories>
-
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
         <module>installer</module>
     </modules>
 
-    <properties>
-        <application.name>platform-logic</application.name>
-
-        <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
-        <build.number>${maven.build.timestamp}</build.number>
-    </properties>
 </project>