blob: a7de972e2e53fef60c000e0f2deaf5e596268f2b [file] [log] [blame]
Sandeep Shah3da6a9e2019-04-06 18:53:15 -05001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)9560e602019-04-24 16:04:56 -04002<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">
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -05003 <modelVersion>4.0.0</modelVersion>
Sandeep Shah3da6a9e2019-04-06 18:53:15 -05004
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -05005 <parent>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>single-feature-parent</artifactId>
8 <version>1.5.1-SNAPSHOT</version>
9 <relativePath/>
10 </parent>
Sandeep Shah3da6a9e2019-04-06 18:53:15 -050011
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050012 <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
13 <artifactId>sdnr-oofpcipoc</artifactId>
14 <version>0.7.0-SNAPSHOT</version>
15 <packaging>feature</packaging>
Sandeep Shah3da6a9e2019-04-06 18:53:15 -050016
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050017 <name>ccsdk-features-sdnr-northbound :: oofpcipoc :: ${project.artifactId}</name>
Sandeep Shah3da6a9e2019-04-06 18:53:15 -050018
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050019 <!--
20 <dependencyManagement>
21 <dependencies>
22 <dependency>
23 <groupId>org.opendaylight.mdsal.model</groupId>
24 <artifactId>mdsal-model-artifacts</artifactId>
25 <version>${odl.mdsal.model.version}</version>
26 <type>pom</type>
27 <scope>import</scope>
28 </dependency>
29 <dependency>
30 <groupId>org.opendaylight.controller</groupId>
31 <artifactId>mdsal-artifacts</artifactId>
32 <version>${odl.mdsal.version}</version>
33 <type>pom</type>
34 <scope>import</scope>
35 </dependency>
36 </dependencies>
37 </dependencyManagement>
38 -->
Sandeep Shah3da6a9e2019-04-06 18:53:15 -050039 <dependencies>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050040
41 <dependency>
42 <groupId>${project.groupId}</groupId>
43 <artifactId>oofpcipoc-provider</artifactId>
44 <version>${project.version}</version>
45 </dependency>
46
Sandeep Shah3da6a9e2019-04-06 18:53:15 -050047 </dependencies>
Sandeep Shah3da6a9e2019-04-06 18:53:15 -050048</project>