blob: 89a0248115c5c44f4a1376f83aa6fb322bf8b6a8 [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)a5f305d2018-05-30 17:36:02 -04009 <version>1.0.4-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)a5f305d2018-05-30 17:36:02 -040015 <version>0.2.4-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>