blob: 66fc22206eb85e1a3b520db5680b34f7710ff739 [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 Timoneyb5a1f492022-11-07 13:38:17 -05008 <version>2.5.0</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 Timoneyef9ea4a2022-11-10 14:55:19 -050014 <version>1.6.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>