Sandeep Shah | 3da6a9e | 2019-04-06 18:53:15 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 2 | <!-- |
| 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) | b511df0 | 2019-11-13 10:49:18 -0500 | [diff] [blame] | 23 | <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) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 24 | <modelVersion>4.0.0</modelVersion> |
Sandeep Shah | 3da6a9e | 2019-04-06 18:53:15 -0500 | [diff] [blame] | 25 | |
Timoney, Dan (dt5972) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 26 | <parent> |
| 27 | <groupId>org.onap.ccsdk.parent</groupId> |
| 28 | <artifactId>binding-parent</artifactId> |
Dan Timoney | 9203709 | 2020-08-06 15:28:15 -0400 | [diff] [blame] | 29 | <version>2.0.1-SNAPSHOT</version> |
Timoney, Dan (dt5972) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 30 | <relativePath/> |
| 31 | </parent> |
Sandeep Shah | 3da6a9e | 2019-04-06 18:53:15 -0500 | [diff] [blame] | 32 | |
Timoney, Dan (dt5972) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 33 | <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> |
| 34 | <artifactId>oofpcipoc-provider</artifactId> |
Dan Timoney | 9203709 | 2020-08-06 15:28:15 -0400 | [diff] [blame] | 35 | <version>1.0.1-SNAPSHOT</version> |
Timoney, Dan (dt5972) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 36 | <packaging>bundle</packaging> |
Sandeep Shah | 3da6a9e | 2019-04-06 18:53:15 -0500 | [diff] [blame] | 37 | |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 38 | <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> |
| 39 | |
Timoney, Dan (dt5972) | 03c25f0 | 2019-11-21 10:03:30 -0500 | [diff] [blame] | 40 | |
Timoney, Dan (dt5972) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 41 | <dependencyManagement> |
| 42 | <dependencies> |
| 43 | <dependency> |
Timoney, Dan (dt5972) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 44 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 45 | <artifactId>sli-core-artifacts</artifactId> |
| 46 | <version>${ccsdk.sli.core.version}</version> |
| 47 | <type>pom</type> |
| 48 | <scope>import</scope> |
| 49 | </dependency> |
Timoney, Dan (dt5972) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 50 | </dependencies> |
| 51 | </dependencyManagement> |
Sandeep Shah | 3da6a9e | 2019-04-06 18:53:15 -0500 | [diff] [blame] | 52 | <dependencies> |
Timoney, Dan (dt5972) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 53 | <dependency> |
| 54 | <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> |
| 55 | <artifactId>oofpcipoc-model</artifactId> |
| 56 | <version>${project.version}</version> |
| 57 | </dependency> |
Sandeep Shah | 0b526c7 | 2020-02-18 21:38:48 -0600 | [diff] [blame] | 58 | |
Timoney, Dan (dt5972) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 59 | <dependency> |
| 60 | <groupId>org.opendaylight.controller</groupId> |
| 61 | <artifactId>sal-binding-api</artifactId> |
| 62 | </dependency> |
Sandeep Shah | 0b526c7 | 2020-02-18 21:38:48 -0600 | [diff] [blame] | 63 | |
Timoney, Dan (dt5972) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 64 | <dependency> |
Sandeep Shah | 0b526c7 | 2020-02-18 21:38:48 -0600 | [diff] [blame] | 65 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 66 | <artifactId>sli-common</artifactId> |
Dan Timoney | 7852314 | 2020-02-24 16:24:34 -0500 | [diff] [blame] | 67 | <scope>provided</scope> |
Sandeep Shah | 0b526c7 | 2020-02-18 21:38:48 -0600 | [diff] [blame] | 68 | </dependency> |
| 69 | <dependency> |
| 70 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 71 | <artifactId>sli-provider</artifactId> |
Dan Timoney | 7852314 | 2020-02-24 16:24:34 -0500 | [diff] [blame] | 72 | <scope>provided</scope> |
Timoney, Dan (dt5972) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>org.opendaylight.controller</groupId> |
Sandeep Shah | 0b526c7 | 2020-02-18 21:38:48 -0600 | [diff] [blame] | 76 | <artifactId>sal-test-model</artifactId> |
| 77 | <scope>test</scope> |
Timoney, Dan (dt5972) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 78 | </dependency> |
| 79 | <dependency> |
Sandeep Shah | 0b526c7 | 2020-02-18 21:38:48 -0600 | [diff] [blame] | 80 | <groupId>org.opendaylight.controller</groupId> |
| 81 | <artifactId>sal-binding-broker-impl</artifactId> |
| 82 | <scope>test</scope> |
| 83 | </dependency> |
| 84 | <dependency> |
| 85 | <groupId>org.opendaylight.controller</groupId> |
| 86 | <artifactId>sal-binding-broker-impl</artifactId> |
| 87 | <type>test-jar</type> |
| 88 | <classifier>tests</classifier> |
| 89 | <scope>test</scope> |
Timoney, Dan (dt5972) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 90 | </dependency> |
| 91 | <dependency> |
| 92 | <groupId>junit</groupId> |
| 93 | <artifactId>junit</artifactId> |
| 94 | <scope>test</scope> |
| 95 | </dependency> |
| 96 | <dependency> |
| 97 | <groupId>org.mockito</groupId> |
| 98 | <artifactId>mockito-core</artifactId> |
| 99 | <scope>test</scope> |
| 100 | </dependency> |
Sandeep Shah | 0b526c7 | 2020-02-18 21:38:48 -0600 | [diff] [blame] | 101 | <dependency> |
| 102 | <groupId>org.testng</groupId> |
| 103 | <artifactId>testng</artifactId> |
| 104 | <scope>test</scope> |
| 105 | </dependency> |
Sandeep Shah | 3da6a9e | 2019-04-06 18:53:15 -0500 | [diff] [blame] | 106 | |
Timoney, Dan (dt5972) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 107 | <dependency> |
Sandeep Shah | 0b526c7 | 2020-02-18 21:38:48 -0600 | [diff] [blame] | 108 | <groupId>org.opendaylight.controller</groupId> |
| 109 | <artifactId>sal-common-util</artifactId> |
Timoney, Dan (dt5972) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 110 | </dependency> |
| 111 | <dependency> |
Sandeep Shah | 0b526c7 | 2020-02-18 21:38:48 -0600 | [diff] [blame] | 112 | <groupId>org.opendaylight.controller</groupId> |
| 113 | <artifactId>sal-core-api</artifactId> |
Timoney, Dan (dt5972) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 114 | </dependency> |
Sandeep Shah | 0b526c7 | 2020-02-18 21:38:48 -0600 | [diff] [blame] | 115 | |
Timoney, Dan (dt5972) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 116 | <dependency> |
Sandeep Shah | 0b526c7 | 2020-02-18 21:38:48 -0600 | [diff] [blame] | 117 | <groupId>org.opendaylight.yangtools</groupId> |
| 118 | <artifactId>yang-data-impl</artifactId> |
Timoney, Dan (dt5972) | a6557cb | 2019-09-11 15:31:59 -0400 | [diff] [blame] | 119 | </dependency> |
Sandeep Shah | 0b526c7 | 2020-02-18 21:38:48 -0600 | [diff] [blame] | 120 | |
| 121 | <dependency> |
| 122 | <groupId>org.opendaylight.controller</groupId> |
| 123 | <artifactId>sal-binding-broker-impl</artifactId> |
| 124 | <type>test-jar</type> |
| 125 | <classifier>tests</classifier> |
| 126 | <scope>test</scope> |
| 127 | </dependency> |
| 128 | |
Sandeep Shah | 3da6a9e | 2019-04-06 18:53:15 -0500 | [diff] [blame] | 129 | </dependencies> |
Sandeep Shah | 3da6a9e | 2019-04-06 18:53:15 -0500 | [diff] [blame] | 130 | </project> |