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