Release appc
[appc.git] / appc-outbound / pom.xml
1 <!--\r
2   ============LICENSE_START=======================================================\r
3   ONAP : APPC\r
4   ================================================================================\r
5   Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.\r
6   Copyright (C) 2017 Amdocs\r
7   ================================================================================\r
8   Licensed under the Apache License, Version 2.0 (the "License");\r
9   you may not use this file except in compliance with the License.\r
10   You may obtain a copy of the License at\r
11   \r
12        http://www.apache.org/licenses/LICENSE-2.0\r
13   \r
14   Unless required by applicable law or agreed to in writing, software\r
15   distributed under the License is distributed on an "AS IS" BASIS,\r
16   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
17   See the License for the specific language governing permissions and\r
18   limitations under the License.\r
19   ============LICENSE_END=========================================================\r
20   -->\r
21 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
22         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
23         <modelVersion>4.0.0</modelVersion>\r
24         <parent>\r
25                 <groupId>org.onap.appc</groupId>\r
26                 <artifactId>appc</artifactId>\r
27                 <version>1.6.0</version>\r
28         </parent>\r
29         <artifactId>appc-outbound</artifactId>\r
30         <packaging>pom</packaging>\r
31         <name>Application Controller Outbound</name>\r
32         <description>Application Controller Outbound</description>\r
33 \r
34         <properties>\r
35                 <sdnc.aai.version>${ccsdk.sli.adaptors.version}</sdnc.aai.version>\r
36         </properties>\r
37 \r
38 \r
39         <dependencyManagement>\r
40                 <dependencies>\r
41                         <dependency>\r
42                                 <groupId>org.onap.ccsdk.sli.adaptors</groupId>\r
43                                 <artifactId>sql-resource-provider</artifactId>\r
44                                 <version>${ccsdk.sli.adaptors.version}</version>\r
45                         </dependency>\r
46 \r
47                         <dependency>\r
48                                 <groupId>org.onap.ccsdk.sli.adaptors</groupId>\r
49                                 <artifactId>aai-service-provider</artifactId>\r
50                                 <version>${sdnc.aai.version}</version>\r
51                         </dependency>\r
52 \r
53                 </dependencies>\r
54         </dependencyManagement>\r
55 \r
56         <modules>\r
57                 <module>appc-aai-client</module>\r
58                 <module>appc-network-inventory-client</module>\r
59         </modules>\r
60 \r
61         <build>\r
62                 <pluginManagement>\r
63                         <plugins>\r
64                                 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->\r
65                                 <plugin>\r
66                                         <groupId>org.eclipse.m2e</groupId>\r
67                                         <artifactId>lifecycle-mapping</artifactId>\r
68                                         <version>1.0.0</version>\r
69                                         <configuration>\r
70                                                 <lifecycleMappingMetadata>\r
71                                                         <pluginExecutions>\r
72                                                                 <pluginExecution>\r
73                                                                         <pluginExecutionFilter>\r
74                                                                                 <groupId>\r
75                                                                                         org.apache.maven.plugins\r
76                                                                                 </groupId>\r
77                                                                                 <artifactId>\r
78                                                                                         maven-checkstyle-plugin\r
79                                                                                 </artifactId>\r
80                                                                                 <versionRange>\r
81                                                                                         [2.17,)\r
82                                                                                 </versionRange>\r
83                                                                                 <goals>\r
84                                                                                         <goal>check</goal>\r
85                                                                                 </goals>\r
86                                                                         </pluginExecutionFilter>\r
87                                                                         <action>\r
88                                                                                 <ignore></ignore>\r
89                                                                         </action>\r
90                                                                 </pluginExecution>\r
91                                                         </pluginExecutions>\r
92                                                 </lifecycleMappingMetadata>\r
93                                         </configuration>\r
94                                 </plugin>\r
95                         </plugins>\r
96                 </pluginManagement>\r
97         </build>\r
98 </project>\r