blob: fcedcace06a18efd4769fa13e8b5dacc1dd7b8cb [file] [log] [blame]
Smokowski, Kevin (ks6305)6a91fa42019-03-28 14:45: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>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>single-feature-parent</artifactId>
Dan Timoney2173e3e2020-11-25 14:51:48 -05008 <version>2.1.0</version>
Smokowski, Kevin (ks6305)6a91fa42019-03-28 14:45:52 +00009 </parent>
10
11 <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId>
12 <artifactId>ccsdk-messagerouter-publisher</artifactId>
Dan Timoney2173e3e2020-11-25 14:51:48 -050013 <version>1.1.1-SNAPSHOT</version>
Smokowski, Kevin (ks6305)6a91fa42019-03-28 14:45:52 +000014 <packaging>feature</packaging>
Dan Timoneya612cdd2020-03-05 11:51:01 -050015
Smokowski, Kevin (ks6305)6a91fa42019-03-28 14:45:52 +000016 <dependencies>
17 <dependency>
18 <groupId>${project.groupId}</groupId>
19 <artifactId>publisher.api</artifactId>
20 <version>${project.version}</version>
21 </dependency>
22 <dependency>
23 <groupId>${project.groupId}</groupId>
24 <artifactId>publisher.provider</artifactId>
25 <version>${project.version}</version>
26 </dependency>
27 </dependencies>
Smokowski, Kevin (ks6305)6a91fa42019-03-28 14:45:52 +000028</project>