Changed to unmaintained
[appc.git] / appc-adapters / appc-dmaap-adapter / appc-dmaap-adapter-bundle / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   ONAP : APPC
5   ================================================================================
6   Copyright (C) 2017-2019 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.parent</groupId>
26                 <artifactId>binding-parent</artifactId>
27                 <version>2.7.2</version>
28                 <relativePath/>
29         </parent>
30         <groupId>org.onap.appc</groupId>
31         <artifactId>appc-dmaap-adapter-bundle</artifactId>
32         <packaging>bundle</packaging>
33         <name>DMaaP Adapter - bundle</name>
34
35         <dependencies>
36            <dependency>
37                <groupId>org.apache.httpcomponents</groupId>
38                <artifactId>httpclient</artifactId>
39            </dependency>
40                 <dependency>
41                         <groupId>org.onap.appc</groupId>
42                         <artifactId>appc-message-adapter-api</artifactId>
43                         <version>${project.version}</version>
44                 </dependency>
45                 <dependency>
46                         <groupId>org.onap.appc</groupId>
47                         <artifactId>appc-metric-bundle</artifactId>
48                         <version>${project.version}</version>
49                 </dependency>
50                 <dependency>
51                         <groupId>org.onap.appc</groupId>
52                         <artifactId>appc-common-bundle</artifactId>
53                         <version>${project.version}</version>
54                 </dependency>
55
56         <dependency>
57             <groupId>ch.qos.logback</groupId>
58             <artifactId>logback-classic</artifactId>
59             <version>${logback.version}</version>
60         </dependency>
61        <dependency>
62             <groupId>com.att.eelf</groupId>
63             <artifactId>eelf-core</artifactId>
64             <exclusions>
65                 <exclusion>
66                     <groupId>ch.qos.logback</groupId>
67                     <artifactId>logback-classic</artifactId>
68                 </exclusion>
69             </exclusions>
70         </dependency>
71
72                 <dependency>
73                         <groupId>junit</groupId>
74                         <artifactId>junit</artifactId>
75                         <scope>test</scope>
76                 </dependency>
77
78                 <dependency>
79                         <groupId>commons-codec</groupId>
80                         <artifactId>commons-codec</artifactId>
81                         </dependency>
82
83                 <dependency>
84                         <groupId>commons-lang</groupId>
85                         <artifactId>commons-lang</artifactId>
86                 </dependency>
87
88                 <dependency>
89                         <groupId>com.fasterxml.jackson.core</groupId>
90                         <artifactId>jackson-databind</artifactId>
91                 </dependency>
92                 <dependency>
93                         <groupId>com.fasterxml.jackson.core</groupId>
94                         <artifactId>jackson-core</artifactId>
95                 </dependency>
96                 <dependency>
97                         <groupId>com.fasterxml.jackson.core</groupId>
98                         <artifactId>jackson-annotations</artifactId>
99                 </dependency>
100
101                 <dependency>
102                         <groupId>org.mockito</groupId>
103                         <artifactId>mockito-core</artifactId>
104                         </dependency>
105                 <dependency>
106                         <groupId>org.osgi</groupId>
107                         <artifactId>org.osgi.core</artifactId>
108                         <scope>provided</scope>
109                 </dependency>
110                 <dependency>
111                         <groupId>org.powermock</groupId>
112                         <artifactId>powermock-api-mockito</artifactId>
113                         <scope>test</scope>
114                 </dependency>
115                 <dependency>
116                         <groupId>org.hamcrest</groupId>
117                         <artifactId>hamcrest-core</artifactId>
118                         </dependency>
119                 <dependency>
120                         <groupId>org.objenesis</groupId>
121                         <artifactId>objenesis</artifactId>
122                         <version>2.2</version>
123                 </dependency>
124
125                 <dependency>
126                         <groupId>org.powermock</groupId>
127                         <artifactId>powermock-module-junit4</artifactId>
128                         <scope>test</scope>
129                 </dependency>
130         <!-- <dependency>
131             <groupId>org.slf4j</groupId>
132             <artifactId>slf4j-api</artifactId>
133         </dependency>
134
135         <dependency>
136             <groupId>org.slf4j</groupId>
137             <artifactId>jcl-over-slf4j</artifactId>
138             </dependency>-->
139                 <dependency>
140                         <groupId>org.onap.ccsdk.sli.core</groupId>
141                         <artifactId>sli-common</artifactId>
142                         <scope>compile</scope>
143                         <!-- Added exclusion to prevent missing dependency issue on dblib -->
144                         <exclusions>
145                                 <exclusion>
146                                         <groupId>org.onap.ccsdk.sli.core</groupId>
147                                         <artifactId>dblib-provider</artifactId>
148                                 </exclusion>
149                                 <exclusion>
150                                         <artifactId>slf4j-simple</artifactId>
151                                         <groupId>org.slf4j</groupId>
152                                 </exclusion>
153                         </exclusions>
154                 </dependency>
155
156                 <dependency>
157                         <groupId>org.onap.ccsdk.sli.core</groupId>
158                         <artifactId>sli-provider</artifactId>
159                         <scope>compile</scope>
160                         <!-- Added exclusion to prevent missing dependency issue on dblib -->
161                         <exclusions>
162                                 <exclusion>
163                                         <groupId>org.onap.ccsdk.sli.core</groupId>
164                                         <artifactId>dblib-provider</artifactId>
165                                 </exclusion>
166                         </exclusions>
167                 </dependency>
168
169                 <dependency>
170                         <groupId>org.json</groupId>
171                         <artifactId>json</artifactId>                   
172                 </dependency>
173                 <dependency>
174                         <groupId>commons-io</groupId>
175                         <artifactId>commons-io</artifactId>
176                 </dependency>
177         
178         <dependency>
179                         <groupId>javax.ws.rs</groupId>
180             <artifactId>javax.ws.rs-api</artifactId>
181         </dependency>
182         </dependencies>
183
184         <build>
185                 <plugins>
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>${project.artifactId}</Bundle-SymbolicName>
193                                                 <Bundle-Version>${project.version}</Bundle-Version>
194                                                 <!--<Bundle-SymbolicName>org.onap.appc.adapter.messaging.dmaap</Bundle-SymbolicName>-->
195                                                 <Bundle-Activator>org.onap.appc.adapter.messaging.dmaap.AppcDmaapAdapterActivator</Bundle-Activator>
196                                                 <Export-Package>org.onap.appc.adapter.messaging.*</Export-Package>
197                                                 <Import-Package>com.att.eelf.configuration,*;resolution:=optional</Import-Package>
198                                                 <!-- <Embed-Dependency>dmaapClient,eelf-core</Embed-Dependency>-->
199                         <Embed-Dependency>logback-classic, logback-core,dmaapClient;scope=compile|runtime;artifactId=!org.eclipse.osgi|slf4j-api|slf4j-simple|jcl-over-slf4j|</Embed-Dependency>                                                
200                                                 <Embed-Transitive>true</Embed-Transitive>
201                                                 <Bundle-Blueprint>OSGI-INF/blueprint/blueprint.xml</Bundle-Blueprint>
202                                         </instructions>
203                                 </configuration>
204                         </plugin>
205                 </plugins>
206         </build>
207         <version>1.7.0-SNAPSHOT</version>
208 </project>