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