blob: b830c06e9189a87cc8ce7fda5ca2d42b0b8436e5 [file] [log] [blame]
Dan Timoney8a3f1ea2018-02-16 17:12:41 -05001<?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)74e0d6c2018-10-23 08:30:01 -04009 <version>1.2.0-SNAPSHOT</version>
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050010 <relativePath />
11 </parent>
12
13 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
14 <artifactId>features-resource-assignment</artifactId>
Timoney, Dan (dt5972)74e0d6c2018-10-23 08:30:01 -040015 <version>0.4.0-SNAPSHOT</version>
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050016 <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>