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