Update license header on appc-adapter xml files
[appc.git] / appc-adapters / appc-dmaap-adapter / appc-message-adapter-api / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   ONAP : APPC
5   ================================================================================
6   Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
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         <parent>
25                 <groupId>org.onap.appc</groupId>
26                 <artifactId>appc-dmaap-adapter</artifactId>
27                 <version>1.4.0-SNAPSHOT</version>
28         </parent>
29
30         <artifactId>appc-message-adapter-api</artifactId>
31         <packaging>bundle</packaging>
32         <name>appc-message-adapter-api</name>
33
34         <dependencies>
35                 <dependency>
36                         <groupId>org.onap.appc</groupId>
37                         <artifactId>appc-metric-bundle</artifactId>
38                         <version>${project.version}</version>
39                 </dependency>
40                 <dependency>
41                         <groupId>org.onap.appc</groupId>
42                         <artifactId>appc-common</artifactId>
43                         <version>${project.version}</version>
44                 </dependency>
45
46                 <dependency>
47                         <groupId>junit</groupId>
48                         <artifactId>junit</artifactId>
49                         <scope>test</scope>
50                 </dependency>
51
52                 <dependency>
53                         <groupId>equinoxSDK381</groupId>
54                         <artifactId>org.eclipse.osgi</artifactId>
55                 </dependency>
56
57                 <dependency>
58                         <groupId>commons-codec</groupId>
59                         <artifactId>commons-codec</artifactId>
60                         </dependency>
61
62                 <dependency>
63                         <groupId>commons-lang</groupId>
64                         <artifactId>commons-lang</artifactId>
65                 </dependency>
66
67                 <dependency>
68                         <groupId>com.fasterxml.jackson.core</groupId>
69                         <artifactId>jackson-databind</artifactId>
70                 </dependency>
71                 <dependency>
72                         <groupId>com.fasterxml.jackson.core</groupId>
73                         <artifactId>jackson-core</artifactId>
74                 </dependency>
75                 <dependency>
76                         <groupId>com.fasterxml.jackson.core</groupId>
77                         <artifactId>jackson-annotations</artifactId>
78                 </dependency>
79
80                 <dependency>
81                         <groupId>org.mockito</groupId>
82                         <artifactId>mockito-core</artifactId>
83                         <scope>test</scope>
84                 </dependency>
85                 <dependency>
86                         <groupId>org.powermock</groupId>
87                         <artifactId>powermock-api-mockito</artifactId>
88                         <scope>test</scope>
89                 </dependency>
90                 <dependency>
91                         <groupId>org.hamcrest</groupId>
92                         <artifactId>hamcrest-core</artifactId>
93                 </dependency>
94                 <dependency>
95                         <groupId>org.objenesis</groupId>
96                         <artifactId>objenesis</artifactId>
97                         <version>2.2</version>
98                 </dependency>
99
100                 <dependency>
101                         <groupId>org.powermock</groupId>
102                         <artifactId>powermock-module-junit4</artifactId>
103                         <scope>test</scope>
104                 </dependency>
105
106                 <dependency>
107                         <groupId>org.onap.ccsdk.sli.core</groupId>
108                         <artifactId>sli-common</artifactId>
109                         <scope>compile</scope>
110                         <!-- Added exclusion to prevent missing dependency issue on dblib -->
111                         <exclusions>
112                                 <exclusion>
113                                         <groupId>org.onap.ccsdk.sli.core</groupId>
114                                         <artifactId>dblib-provider</artifactId>
115                                 </exclusion>
116                         </exclusions>
117                 </dependency>
118
119                 <dependency>
120                         <groupId>org.onap.ccsdk.sli.core</groupId>
121                         <artifactId>sli-provider</artifactId>
122                         <scope>compile</scope>
123                         <!-- Added exclusion to prevent missing dependency issue on dblib -->
124                         <exclusions>
125                                 <exclusion>
126                                         <groupId>org.onap.ccsdk.sli.core</groupId>
127                                         <artifactId>dblib-provider</artifactId>
128                                 </exclusion>
129                         </exclusions>
130                 </dependency>
131
132         </dependencies>
133
134         <build>
135                 <plugins>
136                         <plugin>
137                                 <groupId>org.apache.felix</groupId>
138                                 <artifactId>maven-bundle-plugin</artifactId>
139                                 <extensions>true</extensions>
140                                 <configuration>
141                                         <instructions>
142                                                 <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
143                                                 <Bundle-Version>${project.version}</Bundle-Version>
144                                                 <Export-Package>org.onap.appc.adapter.message.*</Export-Package>
145                                                 <!--<Export-Serice>org.onap.appc.adapter.message.EventSender</Export-Serice>-->
146                                                 <Import-Package>org.onap.appc.metricservice.*,com.att.nsa.*,org.onap.ccsdk.sli.core.sli.*,org.osgi.framework.*,!org.osgi.service.event.*,org.osgi.service.*,org.osgi.util.*,org.slf4j.*,com.vmware.*,org.apache.xerces.*,javax.net.ssl.*,org.xml.sax.*,javax.xml.*,javax.naming.*,javax.crypto.*, com.sun.jersey.spi.container.servlet,org.eclipse.jetty.servlets</Import-Package>
147                                                 <!--<Embed-Dependency>appc-common</Embed-Dependency>-->
148                                                 <Embed-Dependency>*;scope=compile|runtime;artifactId=!appc-metric-bundle|sli-common|sli-provider|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mariadb-java-client|xml-apis|pax-*</Embed-Dependency>
149                                                 <Embed-Transitive>true</Embed-Transitive>
150                                                 <Bundle-Blueprint>OSGI-INF/blueprint/blueprint.xml</Bundle-Blueprint>
151                                         </instructions>
152                                 </configuration>
153                         </plugin>
154                 </plugins>
155         </build>
156 </project>