c584e675ff1a72994692b1c12c18d92e7c6dbc6b
[transportpce.git] / features / odl-transportpce-dmaap-client / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright © 2021 Orange and others. All rights reserved. This program
3     and the accompanying materials are made available under the terms of the
4     Eclipse Public License v1.0 which accompanies this distribution, and is available
5     at http://www.eclipse.org/legal/epl-v10.html INTERNAL -->
6 <project xmlns="http://maven.apache.org/POM/4.0.0"
7     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
9   <modelVersion>4.0.0</modelVersion>
10
11   <parent>
12     <groupId>org.opendaylight.odlparent</groupId>
13     <artifactId>single-feature-parent</artifactId>
14     <version>13.0.11</version>
15     <relativePath/>
16   </parent>
17
18   <groupId>org.opendaylight.transportpce</groupId>
19   <artifactId>odl-transportpce-dmaap-client</artifactId>
20   <version>10.0.0-SNAPSHOT</version>
21   <packaging>feature</packaging>
22   <name>OpenDaylight :: transportpce :: dmaap-client</name>
23
24   <properties>
25     <skip.karaf.featureTest>false</skip.karaf.featureTest>
26   </properties>
27
28   <dependencies>
29     <dependency>
30       <groupId>org.opendaylight.transportpce</groupId>
31       <artifactId>odl-transportpce</artifactId>
32       <version>${project.version}</version>
33       <classifier>features</classifier>
34       <type>xml</type>
35       <exclusions>
36         <exclusion>
37           <groupId>org.glassfish.jersey.inject</groupId>
38           <artifactId>jersey-hk2</artifactId>
39         </exclusion>
40       </exclusions>
41     </dependency>
42     <dependency>
43       <groupId>org.opendaylight.transportpce</groupId>
44       <artifactId>transportpce-dmaap-client</artifactId>
45       <version>${project.version}</version>
46       <exclusions>
47         <exclusion>
48           <groupId>org.glassfish.jersey.inject</groupId>
49           <artifactId>jersey-hk2</artifactId>
50         </exclusion>
51       </exclusions>
52     </dependency>
53     <dependency>
54       <groupId>org.opendaylight.transportpce</groupId>
55       <artifactId>transportpce-dmaap-client</artifactId>
56       <version>${project.version}</version>
57       <type>cfg</type>
58       <classifier>config</classifier>
59     </dependency>
60   </dependencies>
61 </project>