Release appc
[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-2019 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.2</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-service-communicator-bundle</artifactId>
50                         <version>${project.version}</version>
51                 </dependency>
52                 <dependency>
53                         <groupId>org.onap.ccsdk.sli.core</groupId>
54                         <artifactId>sli-common</artifactId>
55                         <scope>provided</scope>
56                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
57                         <exclusions>
58                                 <exclusion>
59                                         <groupId>equinoxSDK381</groupId>
60                                         <artifactId>org.eclipse.osgi</artifactId>
61                                 </exclusion>
62                         </exclusions>
63                 </dependency>
64                 <dependency>
65                         <groupId>org.onap.ccsdk.sli.core</groupId>
66                         <artifactId>sli-provider</artifactId>
67                         <scope>provided</scope>
68                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
69                         <exclusions>
70                                 <exclusion>
71                                         <groupId>equinoxSDK381</groupId>
72                                         <artifactId>org.eclipse.osgi</artifactId>
73                                 </exclusion>
74                         </exclusions>
75                 </dependency>
76                 <dependency>
77                         <groupId>junit</groupId>
78                         <artifactId>junit</artifactId>
79                         <scope>test</scope>
80                 </dependency>
81                 <dependency>
82                         <groupId>org.mockito</groupId>
83                         <artifactId>mockito-core</artifactId>
84                         <scope>test</scope>
85                 </dependency>
86                 <dependency>
87                         <groupId>org.powermock</groupId>
88                         <artifactId>powermock-api-mockito</artifactId>
89                         <scope>test</scope>
90                 </dependency>
91                 <dependency>
92                         <groupId>org.powermock</groupId>
93                         <artifactId>powermock-module-junit4</artifactId>
94                         <scope>test</scope>
95                 </dependency>
96                 <dependency>
97                         <groupId>org.powermock</groupId>
98                         <artifactId>powermock-api-easymock</artifactId>
99                         <version>1.6.2</version>
100                 </dependency>
101                 <dependency>
102                         <groupId>org.onap.appc</groupId>
103                         <artifactId>appc-dg-dependency-model</artifactId>
104                         <version>${project.version}</version>
105                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
106                         <exclusions>
107                                 <exclusion>
108                                         <groupId>equinoxSDK381</groupId>
109                                         <artifactId>org.eclipse.osgi</artifactId>
110                                 </exclusion>
111                         </exclusions>
112                 </dependency>
113                 <dependency>
114                         <groupId>org.onap.appc</groupId>
115                         <artifactId>appc-ranking-framework-lib</artifactId>
116                         <version>${project.version}</version>
117                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
118                         <exclusions>
119                                 <exclusion>
120                                         <groupId>equinoxSDK381</groupId>
121                                         <artifactId>org.eclipse.osgi</artifactId>
122                                 </exclusion>
123                         </exclusions>
124                 </dependency>
125                 <dependency>
126                         <groupId>org.onap.appc</groupId>
127                         <artifactId>appc-data-access-lib</artifactId>
128                         <version>${project.version}</version>
129                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
130                         <exclusions>
131                                 <exclusion>
132                                         <groupId>equinoxSDK381</groupId>
133                                         <artifactId>org.eclipse.osgi</artifactId>
134                                 </exclusion>
135                         </exclusions>
136                 </dependency>
137                 <!-- TODO: WA for fixing build, clueanup dependency tree -->
138                 <!--<dependency>
139                         <groupId>equinoxSDK381</groupId>
140                         <artifactId>org.eclipse.osgi</artifactId>
141                         <scope>test</scope>
142                 </dependency>-->
143                 <dependency>
144                         <groupId>org.onap.appc</groupId>
145                         <artifactId>appc-dg-mdsal-bundle</artifactId>
146                         <version>${project.version}</version>
147                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
148                         <exclusions>
149                                 <exclusion>
150                                         <groupId>equinoxSDK381</groupId>
151                                         <artifactId>org.eclipse.osgi</artifactId>
152                                 </exclusion>
153                         </exclusions>
154                 </dependency>
155         <dependency>
156             <groupId>com.fasterxml.jackson.dataformat</groupId>
157             <artifactId>jackson-dataformat-yaml</artifactId>
158         </dependency>
159         <dependency>
160             <groupId>com.fasterxml.jackson.core</groupId>
161             <artifactId>jackson-annotations</artifactId>
162         </dependency>
163         <dependency>
164             <groupId>com.fasterxml.jackson.core</groupId>
165             <artifactId>jackson-databind</artifactId>
166         </dependency>
167         <dependency>
168             <groupId>com.fasterxml.jackson.core</groupId>
169             <artifactId>jackson-core</artifactId>
170         </dependency>
171         <dependency>
172             <groupId>org.yaml</groupId>
173             <artifactId>snakeyaml</artifactId>
174         </dependency>
175         <dependency>
176             <groupId>commons-lang</groupId>
177             <artifactId>commons-lang</artifactId>
178             <scope>compile</scope>
179         </dependency>
180         </dependencies>
181
182         <build>
183                 <plugins>
184                         <plugin>
185                                 <groupId>org.apache.felix</groupId>
186                                 <artifactId>maven-bundle-plugin</artifactId>
187                                 <extensions>true</extensions>
188                                 <configuration>
189                                         <instructions>
190                                                 <Bundle-SymbolicName>appc-dg-common</Bundle-SymbolicName>
191                                                 <Export-Package>org.onap.appc.dg.common,org.onap.appc.dg.common.objects,org.onap.appc.dg.common.utils</Export-Package>
192                                                 <Private-Package>org.onap.appc.dg.common.impl.*</Private-Package>
193                                                 <Import-Package>org.onap.appc.srvcomm.messaging.event,org.onap.appc.srvcomm.messaging,*;resolution:=optional</Import-Package>
194                                                 <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>
195
196                                                 <!--Embed-Dependency>eelf-core,logback-core,logback-classic;scope=compile|runtime;inline=false</Embed-Dependency-->
197                                                 <Embed-Transitive>true</Embed-Transitive>
198                                                 <_removeheaders>Import-Service</_removeheaders>
199                                         </instructions>
200                                 </configuration>
201                         </plugin>
202                 </plugins>
203         </build>
204         <version>1.7.2</version>
205 </project>