blob: cc73a7c1e155b331c11114341af85cc3fbdae597 [file] [log] [blame]
Sandeep Shah3da6a9e2019-04-06 18:53:15 -05001<?xml version="1.0" encoding="UTF-8"?>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -05002<!--
3 ~ ============LICENSE_START=======================================================
4 ~ ONAP : ccsdk features
5 ~ ================================================================================
6 ~ Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
7 ~ ================================================================================
8 ~ Licensed under the Apache License, Version 2.0 (the "License");
9 ~ you may not use this file except in compliance with the License.
10 ~ You may obtain a copy of the License at
11 ~
12 ~ http://www.apache.org/licenses/LICENSE-2.0
13 ~
14 ~ Unless required by applicable law or agreed to in writing, software
15 ~ distributed under the License is distributed on an "AS IS" BASIS,
16 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 ~ See the License for the specific language governing permissions and
18 ~ limitations under the License.
19 ~ ============LICENSE_END=======================================================
20 ~
21 -->
22
Timoney, Dan (dt5972)b511df02019-11-13 10:49:18 -050023<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">
Timoney, Dan (dt5972)a6557cb2019-09-11 15:31:59 -040024 <modelVersion>4.0.0</modelVersion>
Sandeep Shah3da6a9e2019-04-06 18:53:15 -050025
Timoney, Dan (dt5972)a6557cb2019-09-11 15:31:59 -040026 <parent>
27 <groupId>org.onap.ccsdk.parent</groupId>
28 <artifactId>binding-parent</artifactId>
Dan Timoney3ee092a2021-04-19 17:09:25 -040029 <version>2.1.3</version>
Timoney, Dan (dt5972)a6557cb2019-09-11 15:31:59 -040030 <relativePath/>
31 </parent>
Sandeep Shah3da6a9e2019-04-06 18:53:15 -050032
Timoney, Dan (dt5972)a6557cb2019-09-11 15:31:59 -040033 <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
34 <artifactId>oofpcipoc-provider</artifactId>
Dan Timoney3ee092a2021-04-19 17:09:25 -040035 <version>1.1.5-SNAPSHOT</version>
Timoney, Dan (dt5972)a6557cb2019-09-11 15:31:59 -040036 <packaging>bundle</packaging>
Sandeep Shah3da6a9e2019-04-06 18:53:15 -050037
Singal, Kapil (ks220y)df195942019-12-12 15:24:53 -050038 <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name>
39
Timoney, Dan (dt5972)a6557cb2019-09-11 15:31:59 -040040 <dependencyManagement>
41 <dependencies>
42 <dependency>
Timoney, Dan (dt5972)a6557cb2019-09-11 15:31:59 -040043 <groupId>org.onap.ccsdk.sli.core</groupId>
44 <artifactId>sli-core-artifacts</artifactId>
45 <version>${ccsdk.sli.core.version}</version>
46 <type>pom</type>
47 <scope>import</scope>
48 </dependency>
Timoney, Dan (dt5972)a6557cb2019-09-11 15:31:59 -040049 </dependencies>
50 </dependencyManagement>
Sandeep Shah3da6a9e2019-04-06 18:53:15 -050051 <dependencies>
Timoney, Dan (dt5972)a6557cb2019-09-11 15:31:59 -040052 <dependency>
53 <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
54 <artifactId>oofpcipoc-model</artifactId>
55 <version>${project.version}</version>
56 </dependency>
Timoney, Dan (dt5972)a6557cb2019-09-11 15:31:59 -040057 <dependency>
Ravi Pendurty2f9e7812021-02-03 14:09:25 +010058 <groupId>org.opendaylight.mdsal</groupId>
59 <artifactId>mdsal-binding-api</artifactId>
60 </dependency>
61 <dependency>
62 <groupId>org.opendaylight.mdsal</groupId>
63 <artifactId>mdsal-dom-api</artifactId>
Timoney, Dan (dt5972)a6557cb2019-09-11 15:31:59 -040064 </dependency>
65 <dependency>
Sandeep Shah0b526c72020-02-18 21:38:48 -060066 <groupId>org.onap.ccsdk.sli.core</groupId>
67 <artifactId>sli-common</artifactId>
Dan Timoney78523142020-02-24 16:24:34 -050068 <scope>provided</scope>
Sandeep Shah0b526c72020-02-18 21:38:48 -060069 </dependency>
70 <dependency>
71 <groupId>org.onap.ccsdk.sli.core</groupId>
72 <artifactId>sli-provider</artifactId>
Dan Timoney78523142020-02-24 16:24:34 -050073 <scope>provided</scope>
Timoney, Dan (dt5972)a6557cb2019-09-11 15:31:59 -040074 </dependency>
75 <dependency>
Ravi Pendurty2f9e7812021-02-03 14:09:25 +010076 <groupId>org.opendaylight.mdsal</groupId>
77 <artifactId>mdsal-binding-test-model</artifactId>
Sandeep Shah0b526c72020-02-18 21:38:48 -060078 <scope>test</scope>
Timoney, Dan (dt5972)a6557cb2019-09-11 15:31:59 -040079 </dependency>
80 <dependency>
81 <groupId>junit</groupId>
82 <artifactId>junit</artifactId>
83 <scope>test</scope>
84 </dependency>
85 <dependency>
86 <groupId>org.mockito</groupId>
87 <artifactId>mockito-core</artifactId>
88 <scope>test</scope>
89 </dependency>
Sandeep Shah0b526c72020-02-18 21:38:48 -060090 <dependency>
91 <groupId>org.testng</groupId>
92 <artifactId>testng</artifactId>
93 <scope>test</scope>
94 </dependency>
Timoney, Dan (dt5972)a6557cb2019-09-11 15:31:59 -040095 <dependency>
Sandeep Shah0b526c72020-02-18 21:38:48 -060096 <groupId>org.opendaylight.yangtools</groupId>
97 <artifactId>yang-data-impl</artifactId>
Timoney, Dan (dt5972)a6557cb2019-09-11 15:31:59 -040098 </dependency>
Sandeep Shah3da6a9e2019-04-06 18:53:15 -050099 </dependencies>
Sandeep Shah3da6a9e2019-04-06 18:53:15 -0500100</project>