Release appc
[appc.git] / appc-provider / appc-provider-bundle / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  ============LICENSE_START=======================================================
4  ONAP : APPC
5  ================================================================================
6  Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
7  ================================================================================
8  Copyright (C) 2017 Amdocs
9  =============================================================================
10  Licensed under the Apache License, Version 2.0 (the "License");
11  you may not use this file except in compliance with the License.
12  You may obtain a copy of the License at
13
14       http://www.apache.org/licenses/LICENSE-2.0
15
16  Unless required by applicable law or agreed to in writing, software
17  distributed under the License is distributed on an "AS IS" BASIS,
18  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  See the License for the specific language governing permissions and
20  limitations under the License.
21
22  ============LICENSE_END=========================================================
23 -->
24 <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">
25     <modelVersion>4.0.0</modelVersion>
26     <parent>
27         <groupId>org.onap.appc.parent</groupId>
28         <artifactId>binding-parent</artifactId>
29         <version>2.7.2</version>
30         <relativePath/>
31     </parent>
32     
33     <groupId>org.onap.appc</groupId>
34     <artifactId>appc-provider-bundle</artifactId>
35     <version>1.7.2</version>
36     <packaging>bundle</packaging>
37     
38     <name>appc-provider-bundle</name>
39     <description>appc-provider OSGI bundle</description>
40     
41     <build>
42         <plugins>
43             <plugin>
44                 <groupId>org.apache.felix</groupId>
45                 <artifactId>maven-bundle-plugin</artifactId>
46                 <extensions>true</extensions>
47                 <configuration>
48                     <instructions>
49                         <Export-Package>org.onap.appc.provider</Export-Package>
50                         <Import-Package>
51                             org.onap.appc.domainmodel.lcm,
52                             org.onap.appc.i18n,
53                             org.onap.appc.logging,
54                             org.onap.appc.util,
55                             com.att.eelf.configuration,
56                             com.att.eelf.i18n,
57                             *;resolution:=optional
58                         </Import-Package>
59                         <Embed-Dependency>
60                             org.apache.http;scope=compile|runtime;inline=false
61                         </Embed-Dependency>
62                         <Embed-Transitive>true</Embed-Transitive>
63                     </instructions>
64                 </configuration>
65             </plugin>
66         </plugins>
67         <pluginManagement>
68             <plugins>
69                 <!--This plugin's configuration is used to store Eclipse 
70                     m2e settings only. It has no influence on the Maven build itself. -->
71                 <plugin>
72                     <groupId>org.eclipse.m2e</groupId>
73                     <artifactId>lifecycle-mapping</artifactId>
74                     <version>1.0.0</version>
75                     <configuration>
76                         <lifecycleMappingMetadata>
77                             <pluginExecutions>
78                                 <pluginExecution>
79                                     <pluginExecutionFilter>
80                                         <groupId>org.codehaus.mojo</groupId>
81                                         <artifactId>build-helper-maven-plugin</artifactId>
82                                         <versionRange>[1.9.1,)</versionRange>
83                                         <goals>
84                                             <goal>add-source</goal>
85                                         </goals>
86                                     </pluginExecutionFilter>
87                                     <action>
88                                         <ignore/>
89                                     </action>
90                                 </pluginExecution>
91                             </pluginExecutions>
92                         </lifecycleMappingMetadata>
93                     </configuration>
94                 </plugin>
95             </plugins>
96         </pluginManagement>
97     </build>
98     <dependencies>
99         <dependency>
100             <groupId>org.onap.appc</groupId>
101             <artifactId>appc-request-handler-api</artifactId>
102             <version>${project.version}</version>
103             <type>bundle</type>
104             <scope>provided</scope>
105         </dependency>
106         <dependency>
107             <groupId>org.onap.appc</groupId>
108             <artifactId>appc-common-bundle</artifactId>
109             <version>${project.version}</version>
110         </dependency>
111         <dependency>
112             <groupId>org.onap.appc</groupId>
113             <artifactId>appc-provider-model</artifactId>
114             <version>${project.version}</version>
115         </dependency>
116         <dependency>
117             <groupId>org.onap.ccsdk.sli.core</groupId>
118             <artifactId>sli-common</artifactId>
119         </dependency>
120         <dependency>
121             <groupId>org.onap.ccsdk.sli.core</groupId>
122             <artifactId>sli-provider</artifactId>
123         </dependency>
124         <dependency>
125             <groupId>org.osgi</groupId>
126             <artifactId>org.osgi.core</artifactId>
127             <scope>provided</scope>
128         </dependency>
129         <dependency>
130             <artifactId>sal-test-model</artifactId>
131             <groupId>org.opendaylight.controller</groupId>
132             <scope>test</scope>
133         </dependency>
134         <dependency>
135             <groupId>org.opendaylight.controller</groupId>
136             <artifactId>sal-binding-broker-impl</artifactId>
137             <scope>test</scope>
138         </dependency>
139         <dependency>
140             <groupId>org.opendaylight.controller</groupId>
141             <artifactId>sal-binding-broker-impl</artifactId>
142             <classifier>tests</classifier>
143             <type>test-jar</type>
144             <scope>test</scope>
145         </dependency>
146         <dependency>
147             <groupId>junit</groupId>
148             <artifactId>junit</artifactId>
149             <scope>test</scope>
150         </dependency>
151         <dependency>
152             <groupId>org.mockito</groupId>
153             <artifactId>mockito-core</artifactId>
154             <version>1.10.19</version>
155             <scope>test</scope>
156         </dependency>
157         <dependency>
158             <groupId>org.powermock</groupId>
159             <artifactId>powermock-api-mockito</artifactId>
160             <version>1.6.4</version>
161             <scope>test</scope>
162         </dependency>
163         <dependency>
164             <groupId>org.powermock</groupId>
165             <artifactId>powermock-module-junit4</artifactId>
166             <version>1.6.4</version>
167             <scope>test</scope>
168         </dependency>
169         <dependency>
170             <groupId>org.powermock</groupId>
171             <artifactId>powermock-core</artifactId>
172             <version>1.6.4</version>
173             <scope>test</scope>
174         </dependency>
175         <dependency>
176                <groupId>org.powermock</groupId>
177                <artifactId>powermock-reflect</artifactId>
178                <version>1.6.4</version>
179                <scope>test</scope>
180         </dependency>
181         <!-- TEMP CODE -->
182         <dependency>
183             <groupId>org.json</groupId>
184             <artifactId>json</artifactId>
185         </dependency>
186     </dependencies>
187 </project>