Merging in bug fixes
[appc.git] / appc-asdc-listener / appc-asdc-listener-bundle / pom.xml
1 <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">
2         <modelVersion>4.0.0</modelVersion>
3
4
5         <parent>
6                 <artifactId>appc-asdc-listener</artifactId>
7                 <groupId>org.openecomp.appc</groupId>
8                 <version>1.1.0-SNAPSHOT</version>
9         </parent>
10
11         <properties>
12                 <snakeyaml.version>1.12</snakeyaml.version>
13         </properties>
14
15         <artifactId>appc-asdc-listener-bundle</artifactId>
16         <packaging>bundle</packaging>
17
18         <dependencies>
19
20                 <dependency>
21                         <groupId>equinoxSDK381</groupId>
22                         <artifactId>org.eclipse.osgi</artifactId>
23                 </dependency>
24
25                 <dependency>
26                         <groupId>org.json</groupId>
27                         <artifactId>json</artifactId>
28                         <scope>compile</scope>
29                 </dependency>
30                 <dependency>
31                         <groupId>org.mockito</groupId>
32                         <artifactId>mockito-all</artifactId>
33                         <scope>test</scope>
34                 </dependency>
35
36                 <dependency>
37                         <groupId>org.mockito</groupId>
38                         <artifactId>mockito-core</artifactId>
39                         <scope>test</scope>
40                 </dependency>
41                 <dependency>
42             <groupId>org.powermock</groupId>
43             <artifactId>powermock-module-junit4</artifactId>
44             <version>1.6.2</version>
45             <scope>test</scope>
46         </dependency>
47                 <dependency>
48                         <groupId>org.powermock</groupId>
49                         <artifactId>powermock-api-mockito</artifactId>
50                         <scope>test</scope>
51                 </dependency>
52
53                 <dependency>
54                         <groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
55                         <artifactId>sdc-distribution-client</artifactId>
56                         <version>${sdc-client.version}</version>
57                 </dependency>
58
59                 <dependency>
60                         <groupId>org.openecomp.appc</groupId>
61                         <artifactId>appc-message-adapter-api</artifactId>
62                         <version>${project.version}</version>
63                 </dependency>
64
65                 <dependency>
66                         <groupId>org.openecomp.appc</groupId>
67                         <artifactId>appc-message-adapter-factory</artifactId>
68                         <version>${project.version}</version>
69                 </dependency>
70
71                 <dependency>
72                         <groupId>org.yaml</groupId>
73                         <artifactId>snakeyaml</artifactId>
74                         <version>${snakeyaml.version}</version>
75                 </dependency>
76
77                 <dependency>
78                         <groupId>org.openecomp.appc</groupId>
79                         <artifactId>appc-common</artifactId>
80                         <version>${project.version}</version>
81                 </dependency>
82
83
84                 <dependency>
85                         <groupId>junit</groupId>
86                         <artifactId>junit</artifactId>
87                         <scope>compile</scope>
88                 </dependency>
89
90                 <dependency>
91                         <groupId>com.att.eelf</groupId>
92                         <artifactId>eelf-core</artifactId>
93                 </dependency>
94                 <dependency>
95                         <groupId>ch.qos.logback</groupId>
96                         <artifactId>logback-core</artifactId>
97                 </dependency>
98                 <dependency>
99                         <groupId>ch.qos.logback</groupId>
100                         <artifactId>logback-classic</artifactId>
101                 </dependency>
102                 <dependency>
103                         <groupId>org.functionaljava</groupId>
104                         <artifactId>functionaljava</artifactId>
105                         <version>4.2</version>
106                 </dependency>
107                 <dependency>
108                         <groupId>org.apache.httpcomponents</groupId>
109                         <artifactId>httpcore</artifactId>
110                         <version>4.4.1</version>
111                 </dependency>
112                 <dependency>
113                         <groupId>org.apache.httpcomponents</groupId>
114                         <artifactId>httpclient</artifactId>
115                         <version>4.4.1</version>
116                 </dependency>
117
118                 <dependency>
119                         <groupId>org.openecomp.appc</groupId>
120                         <artifactId>appc-license-manager-api</artifactId>
121                         <!-- <version>${project.version}</version> -->
122                         <version>${project.version}</version>
123                 </dependency>
124
125                 <dependency>
126                         <groupId>com.google.code.gson</groupId>
127                         <artifactId>gson</artifactId>
128                 </dependency>
129
130         <dependency>
131             <groupId>org.openecomp.sdc.common</groupId>
132             <artifactId>openecomp-tosca-datatype</artifactId>
133             <version>${toscalib.version}</version>
134         </dependency>
135
136                 <dependency>
137                         <groupId>org.apache.velocity</groupId>
138                         <artifactId>velocity</artifactId>
139                         <version>1.7</version>
140                 </dependency>
141
142                 <dependency>
143                         <groupId>org.opendaylight.yangtools</groupId>
144                         <artifactId>yang-parser-impl</artifactId>
145                         <version>${odl.yangtools.version}</version>
146                 </dependency>
147
148                 <dependency>
149                         <groupId>org.opendaylight.mdsal.model</groupId>
150                         <artifactId>ietf-inet-types</artifactId>
151                         <version>${odl.ietf-inet-types.version}</version>
152                 </dependency>
153                 <dependency>
154                         <groupId>org.opendaylight.mdsal.model</groupId>
155                         <artifactId>ietf-yang-types</artifactId>
156                         <version>${odl.ietf-yang-types.version}</version>
157                 </dependency>
158                 <dependency>
159                         <groupId>com.fasterxml.jackson.dataformat</groupId>
160                         <artifactId>jackson-dataformat-yaml</artifactId>
161                         <version>${jackson.yml.version}</version>
162                 </dependency>
163                 <dependency>
164                         <groupId>org.mockito</groupId>
165                         <artifactId>mockito-core</artifactId>
166                 </dependency>
167     </dependencies>
168
169
170         <build>
171                 <plugins>
172
173                         <!-- ================================================== -->
174                         <!-- Set the JDK compiler version. -->
175                         <!-- ================================================== -->
176                         <plugin>
177                                 <groupId>org.apache.maven.plugins</groupId>
178                                 <artifactId>maven-compiler-plugin</artifactId>
179                                 <!-- <inherited>true</inherited> -->
180                                 <configuration>
181                                         <source>1.7</source>
182                                         <target>1.7</target>
183                                 </configuration>
184                         </plugin>
185
186                         <plugin>
187                                 <groupId>org.apache.felix</groupId>
188                                 <artifactId>maven-bundle-plugin</artifactId>
189                                 <extensions>true</extensions>
190                                 <configuration>
191                                         <instructions>
192                                                 <Bundle-SymbolicName>org.openecomp.appc.sdc.listener</Bundle-SymbolicName>
193                                                 <!--Bundle-Activator>org.openecomp.appc.sdc.listener.AppcAsdcListenerActivator</Bundle-Activator -->
194                                                 <Export-Package>org.openecomp.appc.sdc.listener</Export-Package>
195                                                 <Import-Package>
196                                                         org.openecomp.appc.licmgr,
197                                                         org.openecomp.appc.adapter.messaging.*,
198                                                         com.att.eelf.*,
199                                                         *;resolution:=optional
200                                                 </Import-Package>
201                                                 <Embed-Dependency>
202                                                         sdc-distribution-client,snakeyaml,
203                                                         saClientLibrary,cambriaClient,saToolkit,
204                                                         functionaljava,httpcore,httpclient,gson;
205                                                         scope=compile|runtime;inline=false
206                                                 </Embed-Dependency>
207                                                 <Embed-Transitive>true</Embed-Transitive>
208                                         </instructions>
209                                 </configuration>
210                         </plugin>
211                 </plugins>
212         </build>
213 </project>