Changes for new odl version
[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>1.5.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.5.0-SNAPSHOT</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
73                 <dependency>
74                         <groupId>org.onap.sdc.sdc-distribution-client</groupId>
75                         <artifactId>sdc-distribution-client</artifactId>
76                         <version>${sdc-client.version}</version>
77                 </dependency>
78
79                 <dependency>
80                         <groupId>org.onap.appc</groupId>
81                         <artifactId>appc-message-adapter-api</artifactId>
82                         <version>${project.version}</version>
83                 </dependency>
84
85                 <dependency>
86                         <groupId>org.onap.appc</groupId>
87                         <artifactId>appc-message-adapter-factory</artifactId>
88                         <version>${project.version}</version>
89                 </dependency>
90
91                 <dependency>
92                         <groupId>org.yaml</groupId>
93                         <artifactId>snakeyaml</artifactId>
94                         <version>${snakeyaml.version}</version>
95                 </dependency>
96
97                 <dependency>
98                         <groupId>org.onap.appc</groupId>
99                         <artifactId>appc-common-bundle</artifactId>
100                         <version>${project.version}</version>
101                 </dependency>
102
103
104                 <dependency>
105                         <groupId>junit</groupId>
106                         <artifactId>junit</artifactId>
107                         <scope>compile</scope>
108                 </dependency>
109
110                 <dependency>
111                         <groupId>com.att.eelf</groupId>
112                         <artifactId>eelf-core</artifactId>
113                 </dependency>
114                 <dependency>
115                         <groupId>com.att.nsa</groupId>
116                         <artifactId>cambriaClient</artifactId>
117                         <version>${cambriaClient.version}</version>
118                 </dependency>
119                 <dependency>
120                         <groupId>com.att.nsa</groupId>
121                         <artifactId>saClientLibrary</artifactId>
122                         <version>${saClientLibrary.version}</version>
123                 </dependency>
124                 <dependency>
125                         <groupId>ch.qos.logback</groupId>
126                         <artifactId>logback-core</artifactId>
127                 </dependency>
128                 <dependency>
129                         <groupId>ch.qos.logback</groupId>
130                         <artifactId>logback-classic</artifactId>
131                 </dependency>
132                 <dependency>
133                         <groupId>org.functionaljava</groupId>
134                         <artifactId>functionaljava</artifactId>
135                         <version>4.2</version>
136                 </dependency>
137                 <dependency>
138                         <groupId>org.apache.httpcomponents</groupId>
139                         <artifactId>httpcore</artifactId>
140                         <version>4.4.1</version>
141                 </dependency>
142                 <dependency>
143                         <groupId>org.apache.httpcomponents</groupId>
144                         <artifactId>httpclient</artifactId>
145                         <version>4.5.3</version>
146                 </dependency>
147
148                 <dependency>
149                         <groupId>org.onap.appc</groupId>
150                         <artifactId>appc-license-manager-api</artifactId>
151                         <!-- <version>${project.version}</version> -->
152                         <version>${project.version}</version>
153                 </dependency>
154
155                 <dependency>
156                         <groupId>com.google.code.gson</groupId>
157                         <artifactId>gson</artifactId>
158                 </dependency>
159
160                 <dependency>
161                         <groupId>org.apache.velocity</groupId>
162                         <artifactId>velocity</artifactId>
163                         <version>1.7</version>
164                         <exclusions>
165                              <exclusion>
166                                   <artifactId>commons-collections</artifactId>
167                                   <groupId>commons-collections</groupId>
168                              </exclusion>
169                         </exclusions>
170                  </dependency>
171                  <dependency>
172                      <groupId>commons-collections</groupId>
173                      <artifactId>commons-collections</artifactId>
174                      <version>3.2.2</version>
175                  </dependency>
176                  <dependency>
177                         <groupId>org.opendaylight.yangtools</groupId>
178                         <artifactId>yang-parser-impl</artifactId>
179                 </dependency>
180
181                 <dependency>
182                         <groupId>org.opendaylight.mdsal.model</groupId>
183                         <artifactId>ietf-inet-types-2013-07-15</artifactId>
184                 </dependency>
185                 <dependency>
186                         <groupId>org.opendaylight.mdsal.model</groupId>
187                         <artifactId>ietf-yang-types-20130715</artifactId>
188                 </dependency>
189
190                 <dependency>
191                         <groupId>org.onap.appc</groupId>
192                         <artifactId>appc-dg-dependency-model</artifactId>
193                         <version>${project.version}</version>
194                 </dependency>
195                 <dependency>
196                         <groupId>com.fasterxml.jackson.dataformat</groupId>
197                         <artifactId>jackson-dataformat-yaml</artifactId>
198                         <version>${jackson-yaml-version}</version>
199                 </dependency>
200                 <dependency>
201                         <groupId>org.onap.appc</groupId>
202                         <artifactId>appc-dg-domain-model-lib</artifactId>
203                         <version>${project.version}</version>
204                 </dependency>
205                 <dependency>
206                         <groupId>com.fasterxml.jackson.core</groupId>
207                         <artifactId>jackson-annotations</artifactId>
208                         <version>${jackson-yaml-version}</version>
209                 </dependency>
210                 <dependency>
211                         <groupId>com.fasterxml.jackson.core</groupId>
212                         <artifactId>jackson-databind</artifactId>
213                         <version>${jackson-yaml-version}</version>
214                 </dependency>
215                 <dependency>
216                         <groupId>com.fasterxml.jackson.core</groupId>
217                         <artifactId>jackson-core</artifactId>
218                         <version>${jackson-yaml-version}</version>
219                 </dependency>
220
221                 <dependency>
222                         <groupId>org.mockito</groupId>
223                         <artifactId>mockito-core</artifactId>
224                 </dependency>
225
226
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>