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> |
Dan Timoney | 2173e3e | 2020-11-25 14:51:48 -0500 | [diff] [blame] | 8 | <version>2.1.0</version> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 9 | <relativePath/> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 10 | </parent> |
| 11 | |
| 12 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 13 | <artifactId>ccsdk-ansible-adapter</artifactId> |
Dan Timoney | 8f2fcda | 2020-12-02 07:48:49 -0500 | [diff] [blame] | 14 | <version>1.2.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 | |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 19 | <dependencies> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 20 | |
| 21 | <dependency> |
| 22 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 23 | <artifactId>ccsdk-sli</artifactId> |
Dan Timoney | be5662d | 2020-12-07 12:23:05 -0500 | [diff] [blame^] | 24 | <version>${project.version}</version> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 25 | <type>xml</type> |
| 26 | <classifier>features</classifier> |
Dan Timoney | a612cdd | 2020-03-05 11:51:01 -0500 | [diff] [blame] | 27 | <scope>provided</scope> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 28 | </dependency> |
| 29 | |
| 30 | <dependency> |
| 31 | <groupId>${project.groupId}</groupId> |
| 32 | <artifactId>ansible-adapter-bundle</artifactId> |
| 33 | <version>${project.version}</version> |
Dan Timoney | 6fb8dfa | 2020-07-14 08:55:33 -0400 | [diff] [blame] | 34 | <exclusions> |
| 35 | <exclusion> |
| 36 | <artifactId>powermock-api-mockito</artifactId> |
| 37 | <groupId>org.powermock</groupId> |
| 38 | </exclusion> |
| 39 | </exclusions> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 40 | </dependency> |
| 41 | |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 42 | |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 43 | </dependencies> |
| 44 | </project> |