blob: 4a62b1d2e3f77f44408f084efd25166234d848e7 [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-dataChange</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 :: dataChange :: ${project.artifactId}</name>
18
Dan Timoney10b6a722018-02-22 17:22:31 -060019 <dependencies>
Timoney, Dan (dt5972)a63bbe22018-06-18 10:49:42 -040020
Dan Timoney10b6a722018-02-22 17:22:31 -060021 <dependency>
22 <groupId>org.onap.ccsdk.sli.core</groupId>
23 <artifactId>ccsdk-sli</artifactId>
Dan Timoneybe5662d2020-12-07 12:23:05 -050024 <version>${project.version}</version>
Dan Timoney10b6a722018-02-22 17:22:31 -060025 <type>xml</type>
26 <classifier>features</classifier>
27 </dependency>
28 <dependency>
29 <groupId>${project.groupId}</groupId>
30 <artifactId>dataChange-model</artifactId>
31 <version>${project.version}</version>
32 </dependency>
33 <dependency>
34 <groupId>${project.groupId}</groupId>
35 <artifactId>dataChange-provider</artifactId>
36 <version>${project.version}</version>
37 </dependency>
38
39 </dependencies>
40</project>