Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 1 | <?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) | d00cb60 | 2018-09-25 19:51:37 -0400 | [diff] [blame^] | 8 | <version>1.1.0</version> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 9 | <relativePath /> |
| 10 | </parent> |
| 11 | |
| 12 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 13 | <artifactId>ccsdk-ansible-adapter</artifactId> |
Timoney, Dan (dt5972) | 52a06ce | 2018-06-06 13:56:45 -0400 | [diff] [blame] | 14 | <version>0.3.0-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 15 | <packaging>feature</packaging> |
| 16 | |
| 17 | <name>ccsdk-sli-adaptors :: ansible-adapter:: ${project.artifactId}</name> |
Timoney, Dan (dt5972) | d00cb60 | 2018-09-25 19:51:37 -0400 | [diff] [blame^] | 18 | |
| 19 | <properties> |
| 20 | <skip.karaf.featureTest>true</skip.karaf.featureTest> |
| 21 | </properties> |
| 22 | |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 23 | <dependencyManagement> |
| 24 | <dependencies> |
| 25 | <dependency> |
| 26 | <groupId>org.opendaylight.controller</groupId> |
| 27 | <artifactId>mdsal-artifacts</artifactId> |
| 28 | <version>${odl.mdsal.version}</version> |
| 29 | <type>pom</type> |
| 30 | <scope>import</scope> |
| 31 | </dependency> |
| 32 | <dependency> |
| 33 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 34 | <artifactId>mdsal-model-artifacts</artifactId> |
| 35 | <version>${odl.mdsal.model.version}</version> |
| 36 | <type>pom</type> |
| 37 | <scope>import</scope> |
| 38 | </dependency> |
| 39 | </dependencies> |
| 40 | </dependencyManagement> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 41 | <dependencies> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 42 | |
| 43 | <dependency> |
| 44 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 45 | <artifactId>ccsdk-sli</artifactId> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 46 | <type>xml</type> |
| 47 | <classifier>features</classifier> |
| 48 | </dependency> |
| 49 | |
| 50 | <dependency> |
| 51 | <groupId>${project.groupId}</groupId> |
| 52 | <artifactId>ansible-adapter-bundle</artifactId> |
| 53 | <version>${project.version}</version> |
| 54 | </dependency> |
| 55 | |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 56 | |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 57 | </dependencies> |
| 58 | </project> |