Roll to next version after release
[appc.git] / appc-sdc-listener / appc-sdc-listener-bundle / pom.xml
1 <!--
2 ============LICENSE_START=======================================================
3 ONAP : APPC
4 ================================================================================
5 Copyright (C) 2017-2018 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.4.0</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.4.1-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                         <version>${odl.yangtools.version}</version>
180                 </dependency>
181
182                 <dependency>
183                         <groupId>org.opendaylight.mdsal.model</groupId>
184                         <artifactId>ietf-inet-types</artifactId>
185                         <version>${odl.ietf-inet-types.version}</version>
186                 </dependency>
187                 <dependency>
188                         <groupId>org.opendaylight.mdsal.model</groupId>
189                         <artifactId>ietf-yang-types</artifactId>
190                         <version>${odl.ietf-yang-types.version}</version>
191                 </dependency>
192
193                 <dependency>
194                         <groupId>org.onap.appc</groupId>
195                         <artifactId>appc-dg-dependency-model</artifactId>
196                         <version>${project.version}</version>
197                 </dependency>
198                 <dependency>
199                         <groupId>com.fasterxml.jackson.dataformat</groupId>
200                         <artifactId>jackson-dataformat-yaml</artifactId>
201                         <version>${jackson-yaml-version}</version>
202                 </dependency>
203                 <dependency>
204                         <groupId>org.onap.appc</groupId>
205                         <artifactId>appc-dg-domain-model-lib</artifactId>
206                         <version>${project.version}</version>
207                 </dependency>
208                 <dependency>
209                         <groupId>com.fasterxml.jackson.core</groupId>
210                         <artifactId>jackson-annotations</artifactId>
211                         <version>${jackson-yaml-version}</version>
212                 </dependency>
213                 <dependency>
214                         <groupId>com.fasterxml.jackson.core</groupId>
215                         <artifactId>jackson-databind</artifactId>
216                         <version>${jackson-yaml-version}</version>
217                 </dependency>
218                 <dependency>
219                         <groupId>com.fasterxml.jackson.core</groupId>
220                         <artifactId>jackson-core</artifactId>
221                         <version>${jackson-yaml-version}</version>
222                 </dependency>
223
224                 <dependency>
225                         <groupId>org.mockito</groupId>
226                         <artifactId>mockito-core</artifactId>
227                 </dependency>
228
229
230
231         </dependencies>
232
233
234         <build>
235                 <plugins>
236
237                         <!-- ================================================== -->
238                         <!-- Set the JDK compiler version. -->
239                         <!-- ================================================== -->
240                         <plugin>
241                                 <groupId>org.apache.maven.plugins</groupId>
242                                 <artifactId>maven-compiler-plugin</artifactId>
243                                 <!-- <inherited>true</inherited> -->
244                                 <configuration>
245                                         <source>1.8</source>
246                                         <target>1.8</target>
247                                 </configuration>
248                         </plugin>
249
250                         <plugin>
251                                 <groupId>org.apache.felix</groupId>
252                                 <artifactId>maven-bundle-plugin</artifactId>
253                                 <extensions>true</extensions>
254                                 <configuration>
255                                         <instructions>
256                                                 <Bundle-SymbolicName>org.onap.appc.sdc.listener</Bundle-SymbolicName>
257                                                 <!--Bundle-Activator>org.onap.appc.sdc.listener.AppcSdcListenerActivator</Bundle-Activator -->
258                                                 <Export-Package>org.onap.appc.sdc.listener</Export-Package>
259                                                 <Import-Package>
260                                                         org.onap.appc.licmgr,
261                                                         org.onap.appc.adapter.messaging.*,
262                                                         com.att.eelf.*,
263                                                         *;resolution:=optional
264                                                 </Import-Package>
265                                                 <Embed-Dependency>
266                                                         sdc-distribution-client,snakeyaml,
267                                                         saClientLibrary,cambriaClient,saToolkit,
268                                                         functionaljava,httpcore,httpclient,gson,appc-dg-dependency-model,appc-dg-domain-model-lib,
269                                                         jackson-core,jackson-databind,jackson-annotations,jackson-dataformat-yaml;
270                                                         scope=compile|runtime;inline=false
271                                                 </Embed-Dependency>
272                                                 <Embed-Transitive>true</Embed-Transitive>
273                                         </instructions>
274                                 </configuration>
275                         </plugin>
276                 </plugins>
277         </build>
278 </project>