blob: 80a53a502d8159fe26f079c5602fc6d0c6e8448b [file] [log] [blame]
Dan Timoney5363b272017-07-18 20:23:07 -04001<?xml version="1.0" encoding="UTF-8"?>
Dan Timoney1dc3bcf2018-02-15 16:13:28 -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">
3 <modelVersion>4.0.0</modelVersion>
Dan Timoney5363b272017-07-18 20:23:07 -04004
Marcus G K Williams3c3e80c2017-08-18 13:42:02 -07005 <parent>
Dan Timoney1dc3bcf2018-02-15 16:13:28 -05006 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>odlparent-lite</artifactId>
8 <version>1.0.1-SNAPSHOT</version>
Marcus G K Williams3c3e80c2017-08-18 13:42:02 -07009 </parent>
Dan Timoney5363b272017-07-18 20:23:07 -040010
Marcus G K Williams3c3e80c2017-08-18 13:42:02 -070011 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
12 <artifactId>aai-service</artifactId>
Dan Timoney1dc3bcf2018-02-15 16:13:28 -050013 <version>0.2.0-SNAPSHOT</version>
14 <packaging>pom</packaging>
Dan Timoney5363b272017-07-18 20:23:07 -040015
Marcus G K Williams3c3e80c2017-08-18 13:42:02 -070016 <name>AAI Interface Service</name>
17 <description>The AAI Interface service exposes an interface to AAI as an OSGi service</description>
Dan Timoney5363b272017-07-18 20:23:07 -040018
Marcus G K Williams3c3e80c2017-08-18 13:42:02 -070019 <modules>
20 <module>provider</module>
21 <module>features</module>
22 <module>installer</module>
23 </modules>
Dan Timoney5363b272017-07-18 20:23:07 -040024</project>