8747dddcb2b97d0be141aef00fb2e9c91e6cfd23
[appc.git] / appc-dg / appc-dg-shared / appc-dg-common / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   ONAP : APPC
5   ================================================================================
6   Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
7   Copyright (C) 2017 Amdocs
8   ================================================================================
9   Licensed under the Apache License, Version 2.0 (the "License");
10   you may not use this file except in compliance with the License.
11   You may obtain a copy of the License at
12   
13        http://www.apache.org/licenses/LICENSE-2.0
14   
15   Unless required by applicable law or agreed to in writing, software
16   distributed under the License is distributed on an "AS IS" BASIS,
17   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18   See the License for the specific language governing permissions and
19   limitations under the License.
20   ============LICENSE_END=========================================================
21   -->
22 <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">
23         <modelVersion>4.0.0</modelVersion>
24     <parent>
25         <groupId>org.onap.appc.parent</groupId>
26         <artifactId>binding-parent</artifactId>
27         <version>2.7.0-SNAPSHOT</version>
28         <relativePath/>
29     </parent>
30     <groupId>org.onap.appc</groupId>
31         <artifactId>appc-dg-common</artifactId>
32         <packaging>bundle</packaging>
33
34         <dependencies>
35                 <dependency>
36                         <groupId>org.onap.appc</groupId>
37                         <artifactId>appc-common-bundle</artifactId>
38                         <version>${project.version}</version>
39                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
40                         <exclusions>
41                                 <exclusion>
42                                         <groupId>equinoxSDK381</groupId>
43                                         <artifactId>org.eclipse.osgi</artifactId>
44                                 </exclusion>
45                         </exclusions>
46                 </dependency>
47                 <dependency>
48                         <groupId>org.onap.appc</groupId>
49                         <artifactId>appc-message-adapter-api</artifactId>
50                         <version>${project.version}</version>
51                         <scope>provided</scope>
52                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
53                         <exclusions>
54                                 <exclusion>
55                                         <groupId>equinoxSDK381</groupId>
56                                         <artifactId>org.eclipse.osgi</artifactId>
57                                 </exclusion>
58                         </exclusions>
59                 </dependency>
60                 <dependency>
61                         <groupId>org.onap.appc</groupId>
62                         <artifactId>appc-dmaap-adapter-bundle</artifactId>
63                         <version>${project.version}</version>
64                         <scope>provided</scope>
65                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
66                         <exclusions>
67                                 <exclusion>
68                                         <groupId>equinoxSDK381</groupId>
69                                         <artifactId>org.eclipse.osgi</artifactId>
70                                 </exclusion>
71                         </exclusions>
72                 </dependency>
73                 <dependency>
74                         <groupId>org.onap.appc</groupId>
75                         <artifactId>appc-message-adapter-factory</artifactId>
76                         <version>${project.version}</version>
77                         <scope>provided</scope>
78                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
79                         <exclusions>
80                                 <exclusion>
81                                         <groupId>equinoxSDK381</groupId>
82                                         <artifactId>org.eclipse.osgi</artifactId>
83                                 </exclusion>
84                         </exclusions>
85                 </dependency>
86                 <dependency>
87                         <groupId>org.onap.ccsdk.sli.core</groupId>
88                         <artifactId>sli-common</artifactId>
89                         <scope>provided</scope>
90                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
91                         <exclusions>
92                                 <exclusion>
93                                         <groupId>equinoxSDK381</groupId>
94                                         <artifactId>org.eclipse.osgi</artifactId>
95                                 </exclusion>
96                         </exclusions>
97                 </dependency>
98                 <dependency>
99                         <groupId>org.onap.ccsdk.sli.core</groupId>
100                         <artifactId>sli-provider</artifactId>
101                         <scope>provided</scope>
102                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
103                         <exclusions>
104                                 <exclusion>
105                                         <groupId>equinoxSDK381</groupId>
106                                         <artifactId>org.eclipse.osgi</artifactId>
107                                 </exclusion>
108                         </exclusions>
109                 </dependency>
110                 <dependency>
111                         <groupId>junit</groupId>
112                         <artifactId>junit</artifactId>
113                         <scope>test</scope>
114                 </dependency>
115                 <dependency>
116                         <groupId>org.mockito</groupId>
117                         <artifactId>mockito-core</artifactId>
118                         <version>1.10.19</version>
119                         <scope>test</scope>
120                 </dependency>
121                 <dependency>
122                         <groupId>org.powermock</groupId>
123                         <artifactId>powermock-api-mockito</artifactId>
124                         <version>1.6.4</version>
125                         <scope>test</scope>
126                 </dependency>
127                 <dependency>
128                         <groupId>org.powermock</groupId>
129                         <artifactId>powermock-module-junit4</artifactId>
130                         <version>1.6.4</version>
131                         <scope>test</scope>
132                 </dependency>
133                 <dependency>
134                         <groupId>org.powermock</groupId>
135                         <artifactId>powermock-api-easymock</artifactId>
136                         <version>1.6.4</version>
137                         <scope>test</scope>
138                 </dependency>
139                 <dependency>
140                         <groupId>org.onap.appc</groupId>
141                         <artifactId>appc-dg-dependency-model</artifactId>
142                         <version>${project.version}</version>
143                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
144                         <exclusions>
145                                 <exclusion>
146                                         <groupId>equinoxSDK381</groupId>
147                                         <artifactId>org.eclipse.osgi</artifactId>
148                                 </exclusion>
149                         </exclusions>
150                 </dependency>
151                 <dependency>
152                         <groupId>org.onap.appc</groupId>
153                         <artifactId>appc-ranking-framework-lib</artifactId>
154                         <version>${project.version}</version>
155                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
156                         <exclusions>
157                                 <exclusion>
158                                         <groupId>equinoxSDK381</groupId>
159                                         <artifactId>org.eclipse.osgi</artifactId>
160                                 </exclusion>
161                         </exclusions>
162                 </dependency>
163                 <dependency>
164                         <groupId>org.onap.appc</groupId>
165                         <artifactId>appc-data-access-lib</artifactId>
166                         <version>${project.version}</version>
167                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
168                         <exclusions>
169                                 <exclusion>
170                                         <groupId>equinoxSDK381</groupId>
171                                         <artifactId>org.eclipse.osgi</artifactId>
172                                 </exclusion>
173                         </exclusions>
174                 </dependency>
175                 <!-- TODO: WA for fixing build, clueanup dependency tree -->
176                 <!--<dependency>
177                         <groupId>equinoxSDK381</groupId>
178                         <artifactId>org.eclipse.osgi</artifactId>
179                         <scope>test</scope>
180                 </dependency>-->
181                 <dependency>
182                         <groupId>org.onap.appc</groupId>
183                         <artifactId>appc-dg-mdsal-bundle</artifactId>
184                         <version>${project.version}</version>
185                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
186                         <exclusions>
187                                 <exclusion>
188                                         <groupId>equinoxSDK381</groupId>
189                                         <artifactId>org.eclipse.osgi</artifactId>
190                                 </exclusion>
191                         </exclusions>
192                 </dependency>
193         <dependency>
194             <groupId>com.fasterxml.jackson.dataformat</groupId>
195             <artifactId>jackson-dataformat-yaml</artifactId>
196         </dependency>
197         <dependency>
198             <groupId>com.fasterxml.jackson.core</groupId>
199             <artifactId>jackson-annotations</artifactId>
200         </dependency>
201         <dependency>
202             <groupId>com.fasterxml.jackson.core</groupId>
203             <artifactId>jackson-databind</artifactId>
204         </dependency>
205         <dependency>
206             <groupId>com.fasterxml.jackson.core</groupId>
207             <artifactId>jackson-core</artifactId>
208         </dependency>
209         <dependency>
210             <groupId>org.yaml</groupId>
211             <artifactId>snakeyaml</artifactId>
212         </dependency>
213         <dependency>
214             <groupId>commons-lang</groupId>
215             <artifactId>commons-lang</artifactId>
216             <scope>compile</scope>
217         </dependency>
218         </dependencies>
219
220         <build>
221                 <plugins>
222                         <plugin>
223                                 <groupId>org.apache.felix</groupId>
224                                 <artifactId>maven-bundle-plugin</artifactId>
225                                 <extensions>true</extensions>
226                                 <configuration>
227                                         <instructions>
228                                                 <Bundle-SymbolicName>appc-dg-common</Bundle-SymbolicName>
229                                                 <Export-Package>org.onap.appc.dg.common,org.onap.appc.dg.common.objects,org.onap.appc.dg.common.utils</Export-Package>
230                                                 <Private-Package>org.onap.appc.dg.common.impl.*</Private-Package>
231                                                 <Import-Package>org.onap.appc.adapter.message.*,org.onap.appc.adapter.factory.*,org.onap.appc.adapter.messaging.*,
232                                                         *;resolution:=optional</Import-Package>
233                                                 <Embed-Dependency>appc-dg-mdsal-bundle,appc-dg-domain-model-lib,appc-dg-dependency-model,jackson-dataformat-yaml,jackson-databind,jackson-core,jackson-annotations;scope=compile|runtime;inline=false;artifactId=!org.eclipse.osgi</Embed-Dependency>
234
235                                                 <!--Embed-Dependency>eelf-core,logback-core,logback-classic;scope=compile|runtime;inline=false</Embed-Dependency-->
236                                                 <Embed-Transitive>true</Embed-Transitive>
237                                                 <_removeheaders>Import-Service</_removeheaders>
238                                         </instructions>
239                                 </configuration>
240                         </plugin>
241                 </plugins>
242         </build>
243         <version>1.7.0-SNAPSHOT</version>
244 </project>