blob: e823df28990dbffe8ef7910f4d4e2eb9e58fd5ea [file] [log] [blame]
Dan Timoney5363b272017-07-18 20:23:07 -04001<?xml version="1.0" encoding="UTF-8"?>
Dan Timoney8a3f1ea2018-02-16 17:12:41 -05002<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
Marcus G K Williams806052b2017-08-02 15:09:24 -07006 <parent>
Dan Timoney8a3f1ea2018-02-16 17:12:41 -05007 <groupId>org.onap.ccsdk.parent</groupId>
8 <artifactId>odlparent-lite</artifactId>
9 <version>1.0.1-SNAPSHOT</version>
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>mdsal-resource</artifactId>
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050014 <version>0.2.1-SNAPSHOT</version>
15 <packaging>pom</packaging>
Dan Timoney5363b272017-07-18 20:23:07 -040016
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050017 <name>ccsdk-sli-adaptors :: mdsal-resource</name>
Marcus G K Williams806052b2017-08-02 15:09:24 -070018 <description>The MD-SAL resource adaptor allows service logic to access persistent data from MD-SAL config and operational trees</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
26
Dan Timoney5363b272017-07-18 20:23:07 -040027</project>