Increment version for new branch
[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 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   ECOMP is a trademark and service mark of AT&T Intellectual Property.
22   -->
23 <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">
24         <modelVersion>4.0.0</modelVersion>
25         <parent>
26                 <groupId>org.onap.appc</groupId>
27                 <artifactId>appc-dg-shared</artifactId>
28                 <version>1.4.0-SNAPSHOT</version>
29         </parent>
30         <artifactId>appc-dg-common</artifactId>
31         <packaging>bundle</packaging>
32
33         <dependencies>
34                 <dependency>
35                         <groupId>org.onap.appc</groupId>
36                         <artifactId>appc-common</artifactId>
37                         <version>${project.version}</version>
38                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
39                         <exclusions>
40                                 <exclusion>
41                                         <groupId>equinoxSDK381</groupId>
42                                         <artifactId>org.eclipse.osgi</artifactId>
43                                 </exclusion>
44                         </exclusions>
45                 </dependency>
46                 <dependency>
47                         <groupId>org.onap.appc</groupId>
48                         <artifactId>appc-message-adapter-api</artifactId>
49                         <version>${project.version}</version>
50                         <scope>provided</scope>
51                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
52                         <exclusions>
53                                 <exclusion>
54                                         <groupId>equinoxSDK381</groupId>
55                                         <artifactId>org.eclipse.osgi</artifactId>
56                                 </exclusion>
57                         </exclusions>
58                 </dependency>
59                 <dependency>
60                         <groupId>org.onap.appc</groupId>
61                         <artifactId>appc-message-adapter-factory</artifactId>
62                         <version>${project.version}</version>
63                         <scope>provided</scope>
64                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
65                         <exclusions>
66                                 <exclusion>
67                                         <groupId>equinoxSDK381</groupId>
68                                         <artifactId>org.eclipse.osgi</artifactId>
69                                 </exclusion>
70                         </exclusions>
71                 </dependency>
72                 <dependency>
73                         <groupId>org.onap.ccsdk.sli.core</groupId>
74                         <artifactId>sli-common</artifactId>
75                         <scope>provided</scope>
76                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
77                         <exclusions>
78                                 <exclusion>
79                                         <groupId>equinoxSDK381</groupId>
80                                         <artifactId>org.eclipse.osgi</artifactId>
81                                 </exclusion>
82                         </exclusions>
83                 </dependency>
84                 <dependency>
85                         <groupId>org.onap.ccsdk.sli.core</groupId>
86                         <artifactId>sli-provider</artifactId>
87                         <scope>provided</scope>
88                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
89                         <exclusions>
90                                 <exclusion>
91                                         <groupId>equinoxSDK381</groupId>
92                                         <artifactId>org.eclipse.osgi</artifactId>
93                                 </exclusion>
94                         </exclusions>
95                 </dependency>
96                 <dependency>
97                         <groupId>junit</groupId>
98                         <artifactId>junit</artifactId>
99                         <scope>test</scope>
100                 </dependency>
101                 <dependency>
102                         <groupId>org.mockito</groupId>
103                         <artifactId>mockito-core</artifactId>
104                         <scope>test</scope>
105                 </dependency>
106                 <dependency>
107                         <groupId>org.powermock</groupId>
108                         <artifactId>powermock-api-mockito</artifactId>
109                         <scope>test</scope>
110                 </dependency>
111                 <dependency>
112                         <groupId>org.powermock</groupId>
113                         <artifactId>powermock-module-junit4</artifactId>
114                         <scope>test</scope>
115                 </dependency>
116                 <dependency>
117                         <groupId>org.powermock</groupId>
118                         <artifactId>powermock-api-easymock</artifactId>
119                         <version>1.6.2</version>
120                 </dependency>
121                 <dependency>
122                         <groupId>org.onap.appc</groupId>
123                         <artifactId>appc-dg-dependency-model</artifactId>
124                         <version>${project.version}</version>
125                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
126                         <exclusions>
127                                 <exclusion>
128                                         <groupId>equinoxSDK381</groupId>
129                                         <artifactId>org.eclipse.osgi</artifactId>
130                                 </exclusion>
131                         </exclusions>
132                 </dependency>
133                 <dependency>
134                         <groupId>org.onap.appc</groupId>
135                         <artifactId>appc-ranking-framework-lib</artifactId>
136                         <version>${project.version}</version>
137                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
138                         <exclusions>
139                                 <exclusion>
140                                         <groupId>equinoxSDK381</groupId>
141                                         <artifactId>org.eclipse.osgi</artifactId>
142                                 </exclusion>
143                         </exclusions>
144                 </dependency>
145                 <dependency>
146                         <groupId>org.onap.appc</groupId>
147                         <artifactId>appc-data-access-lib</artifactId>
148                         <version>${project.version}</version>
149                         <!-- TODO: WA for fixing build, clueanup dependency tree -->
150                         <exclusions>
151                                 <exclusion>
152                                         <groupId>equinoxSDK381</groupId>
153                                         <artifactId>org.eclipse.osgi</artifactId>
154                                 </exclusion>
155                         </exclusions>
156                 </dependency>
157                 <!-- TODO: WA for fixing build, clueanup dependency tree -->
158                 <!--<dependency>
159                         <groupId>equinoxSDK381</groupId>
160                         <artifactId>org.eclipse.osgi</artifactId>
161                         <scope>test</scope>
162                 </dependency>-->
163                 <dependency>
164                         <groupId>org.onap.appc</groupId>
165                         <artifactId>appc-dg-mdsal-bundle</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         <dependency>
176             <groupId>com.fasterxml.jackson.dataformat</groupId>
177             <artifactId>jackson-dataformat-yaml</artifactId>
178             <version>${jackson-yaml-version}</version>
179         </dependency>
180         <dependency>
181             <groupId>com.fasterxml.jackson.core</groupId>
182             <artifactId>jackson-annotations</artifactId>
183             <version>${jackson-yaml-version}</version>
184         </dependency>
185         <dependency>
186             <groupId>com.fasterxml.jackson.core</groupId>
187             <artifactId>jackson-databind</artifactId>
188             <version>${jackson-yaml-version}</version>
189         </dependency>
190         <dependency>
191             <groupId>com.fasterxml.jackson.core</groupId>
192             <artifactId>jackson-core</artifactId>
193             <version>${jackson-yaml-version}</version>
194         </dependency>
195         <dependency>
196             <groupId>org.yaml</groupId>
197             <artifactId>snakeyaml</artifactId>
198             <version>${snakeyaml.version}</version>
199         </dependency>
200         <dependency>
201             <groupId>commons-lang</groupId>
202             <artifactId>commons-lang</artifactId>
203             <scope>compile</scope>
204         </dependency>
205         </dependencies>
206
207         <build>
208                 <plugins>
209                         <plugin>
210                                 <groupId>org.apache.felix</groupId>
211                                 <artifactId>maven-bundle-plugin</artifactId>
212                                 <extensions>true</extensions>
213                                 <configuration>
214                                         <instructions>
215                                                 <Bundle-SymbolicName>appc-dg-common</Bundle-SymbolicName>
216                                                 <Export-Package>org.onap.appc.dg.common,org.onap.appc.dg.common.objects,org.onap.appc.dg.common.utils</Export-Package>
217                                                 <Private-Package>org.onap.appc.dg.common.impl.*</Private-Package>
218                                                 <Import-Package>org.onap.appc.adapter.message.*,org.onap.appc.adapter.factory.*,org.onap.appc.adapter.messaging.*,
219                                                         *;resolution:=optional</Import-Package>
220                                                 <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>
221
222                                                 <!--Embed-Dependency>eelf-core,logback-core,logback-classic;scope=compile|runtime;inline=false</Embed-Dependency-->
223                                                 <Embed-Transitive>true</Embed-Transitive>
224                                         </instructions>
225                                 </configuration>
226                         </plugin>
227                 </plugins>
228         </build>
229 </project>