e4b3e4b39c704b64705f382c73756c5a8b1c4269
[appc.git] / appc-adapters / appc-dmaap-adapter / appc-dmaap-adapter-features / onap-appc-dmaap-adapter / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
6 Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved.
7 =============================================================================
8 Licensed under the Apache License, Version 2.0 (the "License");
9 you may not use this file except in compliance with the License.
10 You may obtain a copy of the License at
11
12       http://www.apache.org/licenses/LICENSE-2.0
13
14 Unless required by applicable law or agreed to in writing, software
15 distributed under the License is distributed on an "AS IS" BASIS,
16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 See the License for the specific language governing permissions and
18 limitations under the License.
19 ============LICENSE_END=========================================================
20 -->
21 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22     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     <parent>
26         <groupId>org.onap.appc.parent</groupId>
27         <artifactId>single-feature-parent</artifactId>
28         <version>2.6.0-SNAPSHOT</version>
29         <relativePath />
30     </parent>
31
32     <groupId>org.onap.appc</groupId>
33     <artifactId>onap-appc-dmaap-adapter</artifactId>
34     <version>1.6.1-SNAPSHOT</version>
35     <packaging>feature</packaging>
36
37     <name></name>
38
39     <dependencies>
40         <dependency>
41             <groupId>org.opendaylight.controller</groupId>
42             <artifactId>odl-mdsal-broker</artifactId>
43             <type>xml</type>
44             <classifier>features</classifier>
45         </dependency>
46         <dependency>
47             <groupId>org.onap.appc</groupId>
48             <artifactId>appc-dmaap-adapter-bundle</artifactId>
49             <version>${project.version}</version>
50         </dependency>
51         <dependency>
52             <groupId>org.onap.appc</groupId>
53             <artifactId>appc-message-adapter-factory</artifactId>
54             <version>${project.version}</version>
55         </dependency>
56         <dependency>
57             <groupId>org.onap.appc</groupId>
58             <artifactId>appc-message-adapter-api</artifactId>
59             <version>${project.version}</version>
60         </dependency>
61         <dependency>
62             <groupId>com.sun.jersey</groupId>
63             <artifactId>jersey-server</artifactId>
64         </dependency>
65         <dependency>
66             <groupId>com.sun.jersey</groupId>
67             <artifactId>jersey-servlet</artifactId>
68         </dependency>
69         <dependency>
70             <groupId>com.sun.jersey</groupId>
71             <artifactId>jersey-core</artifactId>
72         </dependency>
73         <dependency>
74             <groupId>javax.ws.rs</groupId>
75             <artifactId>jsr311-api</artifactId>
76         </dependency>
77 <!--         <dependency> -->
78 <!--             <groupId>org.glassfish.jersey.core</groupId> -->
79 <!--             <artifactId>jersey-server</artifactId> -->
80 <!--             <version>2.22.1</version> -->
81 <!--         </dependency> -->
82 <!--         <dependency> -->
83 <!--             <groupId>com.fasterxml.jackson.jaxrs</groupId> -->
84 <!--             <artifactId>jackson-jaxrs-base</artifactId> -->
85 <!--             <version>2.5.4</version> -->
86 <!--         </dependency> -->
87 <!--         <dependency> -->
88 <!--             <groupId>com.fasterxml.jackson.jaxrs</groupId> -->
89 <!--             <artifactId>jackson-jaxrs-json-provider</artifactId> -->
90 <!--             <version>2.5.4</version> -->
91 <!--         </dependency> -->
92 <!--         <dependency> -->
93 <!--             <groupId>org.apache.httpcomponents</groupId> -->
94 <!--             <artifactId>httpclient-osgi</artifactId> -->
95 <!--             <version>4.5.3</version> -->
96 <!--         </dependency> -->
97 <!--         <dependency> -->
98 <!--             <groupId>org.apache.httpcomponents</groupId> -->
99 <!--             <artifactId>httpcore-osgi</artifactId> -->
100 <!--             <version>4.4</version> -->
101 <!--         </dependency> -->
102     </dependencies>
103
104     <build>
105         <plugins>
106             <plugin>
107                 <groupId>org.apache.karaf.tooling</groupId>
108                 <artifactId>karaf-maven-plugin</artifactId>
109                 <extensions>true</extensions>
110                 <configuration>
111                 <includeTransitiveDependency>false</includeTransitiveDependency>
112                     <excludedArtifactIds>
113                         <excludedArtifactId>slf4j-api</excludedArtifactId>
114                         <excludedArtifactId>tomcat-jdbc</excludedArtifactId>
115                         <excludedArtifactId>tomcat-juli</excludedArtifactId>
116                          <excludedArtifactId>httpcore</excludedArtifactId>
117                          <excludedArtifactId>httpclient</excludedArtifactId>
118                          <excludedArtifactId>org.eclipse.osgi</excludedArtifactId>
119                          
120                     </excludedArtifactIds>
121                 </configuration>
122             </plugin>
123         </plugins>
124     </build>
125 </project>