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