Release appc
[appc.git] / appc-outbound / pom.xml
index aed51a0..ae8e2cf 100755 (executable)
@@ -1,78 +1,98 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
-       <modelVersion>4.0.0</modelVersion>\r
-       <parent>\r
-               <groupId>org.openecomp.appc</groupId>\r
-               <artifactId>appc</artifactId>\r
-               <version>1.2.0-SNAPSHOT</version>\r
-       </parent>\r
-       <artifactId>appc-outbound</artifactId>\r
-       <packaging>pom</packaging>\r
-       <name>Application Controller Outbound</name>\r
-       <description>Application Controller Outbound</description>\r
-\r
-       <properties>\r
-               <sdnc.aai.version>1.1.2</sdnc.aai.version>\r
-       </properties>\r
-\r
-\r
-       <dependencyManagement>\r
-               <dependencies>\r
-                       <dependency>\r
-                               <groupId>org.openecomp.sdnc.adaptors</groupId>\r
-                               <artifactId>sql-resource-provider</artifactId>\r
-                               <version>${openecomp.sdnc.sql-resource.version}</version>\r
-                       </dependency>\r
-\r
-                       <dependency>\r
-                               <groupId>org.openecomp.sdnc.adaptors</groupId>\r
-                               <artifactId>aai-service-provider</artifactId>\r
-                               <version>${sdnc.aai.version}</version>\r
-                       </dependency>\r
-\r
-               </dependencies>\r
-       </dependencyManagement>\r
-\r
-       <modules>\r
-               <module>appc-aai-client</module>\r
-               <module>appc-network-inventory-client</module>\r
-       </modules>\r
-\r
-       <build>\r
-               <pluginManagement>\r
-                       <plugins>\r
-                               <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->\r
-                               <plugin>\r
-                                       <groupId>org.eclipse.m2e</groupId>\r
-                                       <artifactId>lifecycle-mapping</artifactId>\r
-                                       <version>1.0.0</version>\r
-                                       <configuration>\r
-                                               <lifecycleMappingMetadata>\r
-                                                       <pluginExecutions>\r
-                                                               <pluginExecution>\r
-                                                                       <pluginExecutionFilter>\r
-                                                                               <groupId>\r
-                                                                                       org.apache.maven.plugins\r
-                                                                               </groupId>\r
-                                                                               <artifactId>\r
-                                                                                       maven-checkstyle-plugin\r
-                                                                               </artifactId>\r
-                                                                               <versionRange>\r
-                                                                                       [2.17,)\r
-                                                                               </versionRange>\r
-                                                                               <goals>\r
-                                                                                       <goal>check</goal>\r
-                                                                               </goals>\r
-                                                                       </pluginExecutionFilter>\r
-                                                                       <action>\r
-                                                                               <ignore></ignore>\r
-                                                                       </action>\r
-                                                               </pluginExecution>\r
-                                                       </pluginExecutions>\r
-                                               </lifecycleMappingMetadata>\r
-                                       </configuration>\r
-                               </plugin>\r
-                       </plugins>\r
-               </pluginManagement>\r
-       </build>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ============LICENSE_START=======================================================
+  ONAP : APPC
+  ================================================================================
+  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2017 Amdocs
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+<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.appc</groupId>
+               <artifactId>appc</artifactId>
+               <version>1.7.2</version>
+       </parent>
+       <artifactId>appc-outbound</artifactId>
+       <packaging>pom</packaging>
+       <name>Application Controller Outbound</name>
+       <description>Application Controller Outbound</description>
+
+       <properties>
+               <sdnc.aai.version>${ccsdk.sli.adaptors.version}</sdnc.aai.version>
+       </properties>
+
+
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>org.onap.ccsdk.sli.adaptors</groupId>
+                               <artifactId>sql-resource-provider</artifactId>
+                               <version>${ccsdk.sli.adaptors.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>org.onap.ccsdk.sli.adaptors</groupId>
+                               <artifactId>aai-service-provider</artifactId>
+                               <version>${sdnc.aai.version}</version>
+                       </dependency>
+
+               </dependencies>
+       </dependencyManagement>
+
+       <modules>
+               <module>appc-aai-client</module>
+               <module>appc-network-inventory-client</module>
+       </modules>
+
+       <build>
+               <pluginManagement>
+                       <plugins>
+                               <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+                               <plugin>
+                                       <groupId>org.eclipse.m2e</groupId>
+                                       <artifactId>lifecycle-mapping</artifactId>
+                                       <version>1.0.0</version>
+                                       <configuration>
+                                               <lifecycleMappingMetadata>
+                                                       <pluginExecutions>
+                                                               <pluginExecution>
+                                                                       <pluginExecutionFilter>
+                                                                               <groupId>
+                                                                                       org.apache.maven.plugins
+                                                                               </groupId>
+                                                                               <artifactId>
+                                                                                       maven-checkstyle-plugin
+                                                                               </artifactId>
+                                                                               <versionRange>
+                                                                                       [2.17,)
+                                                                               </versionRange>
+                                                                               <goals>
+                                                                                       <goal>check</goal>
+                                                                               </goals>
+                                                                       </pluginExecutionFilter>
+                                                                       <action>
+                                                                               <ignore/>
+                                                                       </action>
+                                                               </pluginExecution>
+                                                       </pluginExecutions>
+                                               </lifecycleMappingMetadata>
+                                       </configuration>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
+       </build>
+</project>