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) | 58df303 | 2018-09-26 15:06:23 -0400 | [diff] [blame^] | 8 | <version>1.1.1-SNAPSHOT</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) | 58df303 | 2018-09-26 15:06:23 -0400 | [diff] [blame^] | 14 | <version>0.3.1-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 | |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 19 | <dependencyManagement> |
| 20 | <dependencies> |
| 21 | <dependency> |
| 22 | <groupId>org.opendaylight.controller</groupId> |
| 23 | <artifactId>mdsal-artifacts</artifactId> |
| 24 | <version>${odl.mdsal.version}</version> |
| 25 | <type>pom</type> |
| 26 | <scope>import</scope> |
| 27 | </dependency> |
| 28 | <dependency> |
| 29 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 30 | <artifactId>mdsal-model-artifacts</artifactId> |
| 31 | <version>${odl.mdsal.model.version}</version> |
| 32 | <type>pom</type> |
| 33 | <scope>import</scope> |
| 34 | </dependency> |
| 35 | </dependencies> |
| 36 | </dependencyManagement> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 37 | <dependencies> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 38 | |
| 39 | <dependency> |
| 40 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 41 | <artifactId>ccsdk-sli</artifactId> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 42 | <type>xml</type> |
| 43 | <classifier>features</classifier> |
| 44 | </dependency> |
| 45 | |
| 46 | <dependency> |
| 47 | <groupId>${project.groupId}</groupId> |
| 48 | <artifactId>ansible-adapter-bundle</artifactId> |
| 49 | <version>${project.version}</version> |
| 50 | </dependency> |
| 51 | |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 52 | |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 53 | </dependencies> |
| 54 | </project> |