blob: b18bc16234a5098cc53de1e8f42a5df097cbf748 [file] [log] [blame]
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -04001<?xml version="1.0" encoding="UTF-8"?>
2<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">
3 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>single-feature-parent</artifactId>
Stilwell, David (stilwelld)590f1d22018-05-23 17:13:04 -04008 <version>1.0.3</version>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -04009 <relativePath />
10 </parent>
11
12 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
13 <artifactId>ccsdk-ansible-adapter</artifactId>
Stilwell, David (stilwelld)ff7de8e2018-05-23 12:37:38 -040014 <version>0.2.3-SNAPSHOT</version>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -040015 <packaging>feature</packaging>
16
17 <name>ccsdk-sli-adaptors :: ansible-adapter:: ${project.artifactId}</name>
18
19 <dependencies>
20 <dependency>
21 <groupId>org.opendaylight.controller</groupId>
22 <artifactId>odl-mdsal-broker</artifactId>
23 <type>xml</type>
24 <classifier>features</classifier>
25 </dependency>
26
27 <dependency>
28 <groupId>org.onap.ccsdk.sli.core</groupId>
29 <artifactId>ccsdk-sli</artifactId>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -040030 <type>xml</type>
31 <classifier>features</classifier>
32 </dependency>
33
34 <dependency>
35 <groupId>${project.groupId}</groupId>
36 <artifactId>ansible-adapter-bundle</artifactId>
37 <version>${project.version}</version>
38 </dependency>
39
40 <dependency>
41 <groupId>equinoxSDK381</groupId>
42 <artifactId>org.eclipse.osgi</artifactId>
43 <scope>provided</scope>
44 </dependency>
45 </dependencies>
46</project>