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) | a5f305d | 2018-05-30 17:36:02 -0400 | [diff] [blame^] | 8 | <version>1.0.4-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) | a5f305d | 2018-05-30 17:36:02 -0400 | [diff] [blame^] | 14 | <version>0.2.4-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> |
| 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) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 30 | <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> |