blob: 6713f008bca332470bcb9990a5ea4b33d24d98fc [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>
Dan Timoney000a7a02024-10-21 16:57:55 -04008 <version>3.0.1-SNAPSHOT</version>
Dan Timoney5de81962021-01-26 13:15:47 -05009 <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 Timoneye4779612024-10-03 16:10:21 -040014 <version>2.0.1-SNAPSHOT</version>
Dan Timoney10b6a722018-02-22 17:22:31 -060015 <packaging>feature</packaging>
16
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050017 <name>ccsdk-sli-northbound :: features :: ${project.artifactId}</name>
Dan Timoney10b6a722018-02-22 17:22:31 -060018
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>