blob: 1458e10dba9d28143d23d787dd0da82d6896164c [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>
Dan Timoney5363b272017-07-18 20:23:07 -04005
Dan Timoney8a3f1ea2018-02-16 17:12:41 -05006 <parent>
7 <groupId>org.onap.ccsdk.parent</groupId>
8 <artifactId>odlparent-lite</artifactId>
Stilwell, David (stilwelld)590f1d22018-05-23 17:13:04 -04009 <version>1.0.3</version>
Timoney, Dan (dt5972)4caeb142018-03-02 13:10:30 -050010 <relativePath />
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050011 </parent>
Dan Timoney5363b272017-07-18 20:23:07 -040012
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050013 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
14 <artifactId>sql-resource</artifactId>
Stilwell, David (stilwelld)ff7de8e2018-05-23 12:37:38 -040015 <version>0.2.3-SNAPSHOT</version>
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050016 <packaging>pom</packaging>
Dan Timoney5363b272017-07-18 20:23:07 -040017
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050018 <name>ccsdk-sli-adaptors :: sql-resource</name>
19 <description>The Sql resource adaptor allows service logic to read/write data from a local database using direct SQL statements</description>
Dan Timoney5363b272017-07-18 20:23:07 -040020
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050021 <modules>
22 <module>provider</module>
23 <module>features</module>
24 <module>installer</module>
25 </modules>
Dan Timoney5363b272017-07-18 20:23:07 -040026
Dan Timoney5363b272017-07-18 20:23:07 -040027</project>