blob: b555632445aa5dc60314ee6c9ddf7a26d7fc98fa [file] [log] [blame]
Smokowski, Kevin (ks6305)d14bb402019-05-30 22:23:52 +00001<?xml version="1.0" encoding="UTF-8"?>
2<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>
4
5 <parent>
Dan Timoney7de29bf2020-11-25 08:29:23 -05006 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
7 <artifactId>sliadaptors-feature-aggregator</artifactId>
8 <version>1.2.0-SNAPSHOT</version>
Smokowski, Kevin (ks6305)d14bb402019-05-30 22:23:52 +00009 </parent>
10
11 <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId>
12 <artifactId>ccsdk-messagerouter-consumer</artifactId>
Dan Timoney8f2fcda2020-12-02 07:48:49 -050013 <version>1.2.0-SNAPSHOT</version>
Smokowski, Kevin (ks6305)d14bb402019-05-30 22:23:52 +000014 <packaging>feature</packaging>
Dan Timoneya612cdd2020-03-05 11:51:01 -050015
Smokowski, Kevin (ks6305)d14bb402019-05-30 22:23:52 +000016 <dependencies>
17 <dependency>
18 <groupId>${project.groupId}</groupId>
19 <artifactId>consumer.api</artifactId>
20 <version>${project.version}</version>
21 </dependency>
22 <dependency>
23 <groupId>${project.groupId}</groupId>
24 <artifactId>consumer.provider</artifactId>
25 <version>${project.version}</version>
26 </dependency>
27 </dependencies>
Smokowski, Kevin (ks6305)d14bb402019-05-30 22:23:52 +000028</project>