Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [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" |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | |
| 6 | <parent> |
| 7 | <groupId>org.onap.ccsdk.parent</groupId> |
| 8 | <artifactId>feature-repo-parent</artifactId> |
Timoney, Dan (dt5972) | a5f305d | 2018-05-30 17:36:02 -0400 | [diff] [blame^] | 9 | <version>1.0.4-SNAPSHOT</version> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 10 | <relativePath /> |
| 11 | </parent> |
| 12 | |
| 13 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 14 | <artifactId>features-resource-assignment</artifactId> |
Timoney, Dan (dt5972) | a5f305d | 2018-05-30 17:36:02 -0400 | [diff] [blame^] | 15 | <version>0.2.4-SNAPSHOT</version> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 16 | <packaging>feature</packaging> |
| 17 | |
| 18 | <name>ccsdk-sli-adaptors :: resource-assignment :: ${project.artifactId}</name> |
| 19 | |
| 20 | <dependencies> |
| 21 | <dependency> |
| 22 | <groupId>${project.groupId}</groupId> |
| 23 | <artifactId>ccsdk-resource-assignment</artifactId> |
| 24 | <version>${project.version}</version> |
| 25 | <type>xml</type> |
| 26 | <classifier>features</classifier> |
| 27 | </dependency> |
| 28 | |
| 29 | </dependencies> |
| 30 | </project> |