Release appc
[appc.git] / appc-sdc-listener / appc-sdc-listener-bundle / pom.xml
1 <!--
2 ============LICENSE_START=======================================================
3 ONAP : APPC
4 ================================================================================
5 Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
6 ================================================================================
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
25
26         <parent>
27                 <groupId>org.onap.appc.parent</groupId>
28                 <artifactId>binding-parent</artifactId>
29                 <version>2.6.0-SNAPSHOT</version>
30                 <relativePath />
31         </parent>
32         <groupId>org.onap.appc</groupId>
33
34         <properties>
35                 <jackson-yaml-version>2.8.6</jackson-yaml-version>
36                 <snakeyaml.version>1.15</snakeyaml.version>
37         </properties>
38
39         <artifactId>appc-sdc-listener-bundle</artifactId>
40     <version>1.6.0</version>
41         <packaging>bundle</packaging>
42
43         <dependencies>
44
45                 <dependency>
46                         <groupId>equinoxSDK381</groupId>
47                         <artifactId>org.eclipse.osgi</artifactId>
48                 </dependency>
49
50                 <dependency>
51                         <groupId>org.json</groupId>
52                         <artifactId>json</artifactId>
53                         <scope>compile</scope>
54                 </dependency>
55
56                 <dependency>
57                         <groupId>org.mockito</groupId>
58                         <artifactId>mockito-core</artifactId>
59                         <scope>test</scope>
60                 </dependency>
61                 <dependency>
62                         <groupId>org.powermock</groupId>
63                         <artifactId>powermock-module-junit4</artifactId>
64                         <version>1.6.2</version>
65                         <scope>test</scope>
66                 </dependency>
67                 <dependency>
68                         <groupId>org.powermock</groupId>
69                         <artifactId>powermock-api-mockito</artifactId>
70                         <scope>test</scope>
71                 </dependency>
72                 <dependency>
73                         <groupId>org.javassist</groupId>
74                         <artifactId>javassist</artifactId>
75                         <version>3.22.0-GA</version>
76                         <scope>test</scope>
77                 </dependency>
78
79                 <dependency>
80                         <groupId>org.onap.sdc.sdc-distribution-client</groupId>
81                         <artifactId>sdc-distribution-client</artifactId>
82                         <version>${sdc-client.version}</version>
83                 </dependency>
84
85                 <dependency>
86                         <groupId>org.onap.appc</groupId>
87                         <artifactId>appc-message-adapter-api</artifactId>
88                         <version>${project.version}</version>
89                 </dependency>
90
91                 <dependency>
92                         <groupId>org.onap.appc</groupId>
93                         <artifactId>appc-message-adapter-factory</artifactId>
94                         <version>${project.version}</version>
95                 </dependency>
96
97                 <dependency>
98                         <groupId>org.yaml</groupId>
99                         <artifactId>snakeyaml</artifactId>
100                         <version>${snakeyaml.version}</version>
101                 </dependency>
102
103                 <dependency>
104                         <groupId>org.onap.appc</groupId>
105                         <artifactId>appc-common-bundle</artifactId>
106                         <version>${project.version}</version>
107                 </dependency>
108
109
110                 <dependency>
111                         <groupId>junit</groupId>
112                         <artifactId>junit</artifactId>
113                         <scope>compile</scope>
114                 </dependency>
115
116                 <dependency>
117                         <groupId>com.att.eelf</groupId>
118                         <artifactId>eelf-core</artifactId>
119                 </dependency>
120                 <dependency>
121                         <groupId>com.att.nsa</groupId>
122                         <artifactId>cambriaClient</artifactId>
123                         <version>${cambriaClient.version}</version>
124                 </dependency>
125                 <dependency>
126                         <groupId>com.att.nsa</groupId>
127                         <artifactId>saClientLibrary</artifactId>
128                         <version>${saClientLibrary.version}</version>
129                 </dependency>
130                 <dependency>
131                         <groupId>ch.qos.logback</groupId>
132                         <artifactId>logback-core</artifactId>
133                 </dependency>
134                 <dependency>
135                         <groupId>ch.qos.logback</groupId>
136                         <artifactId>logback-classic</artifactId>
137                 </dependency>
138                 <dependency>
139                         <groupId>org.functionaljava</groupId>
140                         <artifactId>functionaljava</artifactId>
141                         <version>4.2</version>
142                 </dependency>
143                 <dependency>
144                         <groupId>org.apache.httpcomponents</groupId>
145                         <artifactId>httpcore</artifactId>
146                         <version>4.4.1</version>
147                 </dependency>
148                 <dependency>
149                         <groupId>org.apache.httpcomponents</groupId>
150                         <artifactId>httpclient</artifactId>
151                         <version>4.5.3</version>
152                 </dependency>
153
154                 <dependency>
155                         <groupId>org.onap.appc</groupId>
156                         <artifactId>appc-license-manager-api</artifactId>
157                         <!-- <version>${project.version}</version> -->
158                         <version>${project.version}</version>
159                 </dependency>
160
161                 <dependency>
162                         <groupId>com.google.code.gson</groupId>
163                         <artifactId>gson</artifactId>
164                 </dependency>
165
166                 <dependency>
167                         <groupId>org.apache.velocity</groupId>
168                         <artifactId>velocity</artifactId>
169                         <version>1.7</version>
170                         <exclusions>
171                              <exclusion>
172                                   <artifactId>commons-collections</artifactId>
173                                   <groupId>commons-collections</groupId>
174                              </exclusion>
175                         </exclusions>
176                  </dependency>
177                  <dependency>
178                      <groupId>commons-collections</groupId>
179                      <artifactId>commons-collections</artifactId>
180                      <version>3.2.2</version>
181                  </dependency>
182                  <dependency>
183                         <groupId>org.opendaylight.yangtools</groupId>
184                         <artifactId>yang-parser-impl</artifactId>
185                 </dependency>
186
187                 <dependency>
188                         <groupId>org.opendaylight.mdsal.model</groupId>
189                         <artifactId>ietf-inet-types-2013-07-15</artifactId>
190                 </dependency>
191                 <dependency>
192                         <groupId>org.opendaylight.mdsal.model</groupId>
193                         <artifactId>ietf-yang-types-20130715</artifactId>
194                 </dependency>
195
196                 <dependency>
197                         <groupId>org.onap.appc</groupId>
198                         <artifactId>appc-dg-dependency-model</artifactId>
199                         <version>${project.version}</version>
200                 </dependency>
201                 <dependency>
202                         <groupId>com.fasterxml.jackson.dataformat</groupId>
203                         <artifactId>jackson-dataformat-yaml</artifactId>
204                         <version>${jackson-yaml-version}</version>
205                 </dependency>
206                 <dependency>
207                         <groupId>org.onap.appc</groupId>
208                         <artifactId>appc-dg-domain-model-lib</artifactId>
209                         <version>${project.version}</version>
210                 </dependency>
211                 <dependency>
212                         <groupId>com.fasterxml.jackson.core</groupId>
213                         <artifactId>jackson-annotations</artifactId>
214                         <version>${jackson-yaml-version}</version>
215                 </dependency>
216                 <dependency>
217                         <groupId>com.fasterxml.jackson.core</groupId>
218                         <artifactId>jackson-databind</artifactId>
219                         <version>2.8.11.3</version>
220                 </dependency>
221                 <dependency>
222                         <groupId>com.fasterxml.jackson.core</groupId>
223                         <artifactId>jackson-core</artifactId>
224                         <version>${jackson-yaml-version}</version>
225                 </dependency>
226
227                 <dependency>
228                         <groupId>org.mockito</groupId>
229                         <artifactId>mockito-core</artifactId>
230                 </dependency>
231
232
233
234         </dependencies>
235
236
237         <build>
238                 <plugins>
239
240                         <!-- ================================================== -->
241                         <!-- Set the JDK compiler version. -->
242                         <!-- ================================================== -->
243                         <plugin>
244                                 <groupId>org.apache.maven.plugins</groupId>
245                                 <artifactId>maven-compiler-plugin</artifactId>
246                                 <!-- <inherited>true</inherited> -->
247                                 <configuration>
248                                         <source>1.8</source>
249                                         <target>1.8</target>
250                                 </configuration>
251                         </plugin>
252
253                         <plugin>
254                                 <groupId>org.apache.felix</groupId>
255                                 <artifactId>maven-bundle-plugin</artifactId>
256                                 <extensions>true</extensions>
257                                 <configuration>
258                                         <instructions>
259                                                 <Bundle-SymbolicName>org.onap.appc.sdc.listener</Bundle-SymbolicName>
260                                                 <!--Bundle-Activator>org.onap.appc.sdc.listener.AppcSdcListenerActivator</Bundle-Activator -->
261                                                 <Export-Package>org.onap.appc.sdc.listener</Export-Package>
262                                                 <Import-Package>
263                                                         org.onap.appc.licmgr,
264                                                         org.onap.appc.adapter.messaging.*,
265                                                         com.att.eelf.*,
266                                                         *;resolution:=optional
267                                                 </Import-Package>
268                                                 <Embed-Dependency>
269                                                         sdc-distribution-client,snakeyaml,
270                                                         saClientLibrary,cambriaClient,saToolkit,
271                                                         functionaljava,httpcore,httpclient,gson,appc-dg-dependency-model,appc-dg-domain-model-lib,
272                                                         jackson-core,jackson-databind,jackson-annotations,jackson-dataformat-yaml;
273                                                         scope=compile|runtime;inline=false
274                                                 </Embed-Dependency>
275                                                 <Embed-Transitive>true</Embed-Transitive>
276                                         </instructions>
277                                 </configuration>
278                         </plugin>
279                 </plugins>
280         </build>
281 </project>