blob: cf57e797826883c6345d1dca7c5b3b215b94076b [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>
Timoney, Dan (dt5972)a5f305d2018-05-30 17:36:02 -04008 <version>1.0.4-SNAPSHOT</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>
Timoney, Dan (dt5972)a5f305d2018-05-30 17:36:02 -040014 <version>0.2.4-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>