blob: f6e41143e322eeb95d5caaeea9005fd3614ea567 [file] [log] [blame]
Dan Timoney5363b272017-07-18 20:23:07 -04001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -05002<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">
Dan Timoney8a3f1ea2018-02-16 17:12:41 -05003 <modelVersion>4.0.0</modelVersion>
4
Marcus G K Williams806052b2017-08-02 15:09:24 -07005 <parent>
Dan Timoney8a3f1ea2018-02-16 17:12:41 -05006 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>odlparent-lite</artifactId>
Timoney, Dan (dt5972)11c161c2019-08-06 10:18:50 -04008 <version>1.3.2</version>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -05009 <relativePath/>
Marcus G K Williams806052b2017-08-02 15:09:24 -070010 </parent>
Dan Timoney5363b272017-07-18 20:23:07 -040011
Marcus G K Williams806052b2017-08-02 15:09:24 -070012 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
13 <artifactId>resource-assignment</artifactId>
Timoney, Dan (dt5972)11c161c2019-08-06 10:18:50 -040014 <version>0.5.1-SNAPSHOT</version>
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050015 <packaging>pom</packaging>
Dan Timoney5363b272017-07-18 20:23:07 -040016
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050017 <name>ccsdk-sli-adaptors :: resource-assignment</name>
Marcus G K Williams806052b2017-08-02 15:09:24 -070018 <description>The resource assignment adaptor allows service logic to check and allocate network capacity</description>
Dan Timoney5363b272017-07-18 20:23:07 -040019
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050020 <modules>
21 <module>provider</module>
22 <module>features</module>
23 <module>installer</module>
24 </modules>
Dan Timoney5363b272017-07-18 20:23:07 -040025
Dan Timoney5363b272017-07-18 20:23:07 -040026
Dan Timoney5363b272017-07-18 20:23:07 -040027</project>