blob: eef81ba516dec7beac7e98494f9440d2f0f0533f [file] [log] [blame]
Dan Timoney10b6a722018-02-22 17:22:31 -06001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)feb63252019-01-08 12:29:46 -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 Timoney10b6a722018-02-22 17:22:31 -06003 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
Dan Timoney5de81962021-01-26 13:15:47 -05006 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>single-feature-parent</artifactId>
8 <version>2.1.1-SNAPSHOT</version>
9 <relativePath/>
Dan Timoney10b6a722018-02-22 17:22:31 -060010 </parent>
11
12 <groupId>org.onap.ccsdk.sli.northbound</groupId>
13 <artifactId>ccsdk-asdcApi</artifactId>
Dan Timoney8f2fcda2020-12-02 07:48:49 -050014 <version>1.2.0-SNAPSHOT</version>
Dan Timoney10b6a722018-02-22 17:22:31 -060015 <packaging>feature</packaging>
16
17 <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name>
Dan Timoney8a620f72020-03-05 15:09:19 -050018
Dan Timoney10b6a722018-02-22 17:22:31 -060019 <dependencies>
20 <dependency>
Dan Timoney10b6a722018-02-22 17:22:31 -060021 <groupId>org.onap.ccsdk.sli.core</groupId>
22 <artifactId>ccsdk-sli</artifactId>
Dan Timoneybe5662d2020-12-07 12:23:05 -050023 <version>${project.version}</version>
Dan Timoney10b6a722018-02-22 17:22:31 -060024 <type>xml</type>
25 <classifier>features</classifier>
26 </dependency>
27 <dependency>
28 <groupId>${project.groupId}</groupId>
29 <artifactId>asdcApi-model</artifactId>
30 <version>${project.version}</version>
31 </dependency>
32 <dependency>
33 <groupId>${project.groupId}</groupId>
34 <artifactId>asdcApi-provider</artifactId>
35 <version>${project.version}</version>
36 </dependency>
37
38 </dependencies>
39</project>