Sandeep Shah | 4fdab1f | 2020-03-02 10:31:48 -0600 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 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 | |
| 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"> |
| 24 | <modelVersion>4.0.0</modelVersion> |
| 25 | |
| 26 | <parent> |
| 27 | <groupId>org.onap.ccsdk.parent</groupId> |
| 28 | <artifactId>binding-parent</artifactId> |
Dan Timoney | 1bd16a4 | 2020-11-25 16:13:30 -0500 | [diff] [blame] | 29 | <version>2.1.0</version> |
Sandeep Shah | 4fdab1f | 2020-03-02 10:31:48 -0600 | [diff] [blame] | 30 | <relativePath/> |
| 31 | </parent> |
| 32 | |
| 33 | <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> |
| 34 | <artifactId>CMNotify-provider</artifactId> |
Dan Timoney | 1bd16a4 | 2020-11-25 16:13:30 -0500 | [diff] [blame] | 35 | <version>1.1.1-SNAPSHOT</version> |
Sandeep Shah | 4fdab1f | 2020-03-02 10:31:48 -0600 | [diff] [blame] | 36 | <packaging>bundle</packaging> |
| 37 | |
| 38 | <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> |
| 39 | |
Sandeep Shah | 4fdab1f | 2020-03-02 10:31:48 -0600 | [diff] [blame] | 40 | <dependencyManagement> |
| 41 | <dependencies> |
Singal, Kapil (ks220y) | 23cd303 | 2020-03-09 11:16:49 -0400 | [diff] [blame] | 42 | <!-- |
| 43 | <dependency> |
| 44 | <groupId>org.opendaylight.controller</groupId> |
| 45 | <artifactId>mdsal-artifacts</artifactId> |
| 46 | <version>1.6.1</version> |
| 47 | <type>pom</type> |
| 48 | <scope>import</scope> |
| 49 | </dependency> |
| 50 | --> |
Sandeep Shah | 4fdab1f | 2020-03-02 10:31:48 -0600 | [diff] [blame] | 51 | |
| 52 | <dependency> |
| 53 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 54 | <artifactId>sli-core-artifacts</artifactId> |
| 55 | <version>${ccsdk.sli.core.version}</version> |
| 56 | <type>pom</type> |
| 57 | <scope>import</scope> |
| 58 | </dependency> |
Sandeep Shah | 4fdab1f | 2020-03-02 10:31:48 -0600 | [diff] [blame] | 59 | </dependencies> |
| 60 | </dependencyManagement> |
| 61 | <dependencies> |
| 62 | <dependency> |
| 63 | <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> |
| 64 | <artifactId>CMNotify-model</artifactId> |
| 65 | <version>${project.version}</version> |
| 66 | </dependency> |
| 67 | <!-- |
| 68 | <dependency> |
| 69 | <groupId>org.opendaylight.controller</groupId> |
| 70 | <artifactId>sal-binding-config</artifactId> |
| 71 | </dependency> |
Sandeep Shah | 4fdab1f | 2020-03-02 10:31:48 -0600 | [diff] [blame] | 72 | <dependency> |
| 73 | <groupId>org.opendaylight.controller</groupId> |
| 74 | <artifactId>sal-binding-api</artifactId> |
| 75 | </dependency> |
| 76 | <dependency> |
| 77 | <groupId>org.opendaylight.controller</groupId> |
| 78 | <artifactId>sal-common-util</artifactId> |
| 79 | </dependency> |
| 80 | <dependency> |
| 81 | <groupId>org.opendaylight.controller</groupId> |
| 82 | <artifactId>sal-core-api</artifactId> |
| 83 | </dependency> |
| 84 | <dependency> |
| 85 | <groupId>org.opendaylight.yangtools</groupId> |
| 86 | <artifactId>yang-data-impl</artifactId> |
| 87 | </dependency> |
| 88 | <dependency> |
| 89 | <groupId>junit</groupId> |
| 90 | <artifactId>junit</artifactId> |
| 91 | <scope>test</scope> |
| 92 | </dependency> |
| 93 | <dependency> |
| 94 | <groupId>org.mockito</groupId> |
| 95 | <artifactId>mockito-core</artifactId> |
| 96 | <scope>test</scope> |
| 97 | </dependency> |
| 98 | <dependency> |
| 99 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 100 | <artifactId>sli-common</artifactId> |
| 101 | <scope>provided</scope> |
| 102 | </dependency> |
| 103 | <dependency> |
| 104 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 105 | <artifactId>sli-provider</artifactId> |
| 106 | <scope>provided</scope> |
| 107 | </dependency> |
| 108 | <dependency> |
| 109 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 110 | <artifactId>utils-provider</artifactId> |
| 111 | <version>${sdnctl.sli.version}</version> |
| 112 | </dependency> |
Singal, Kapil (ks220y) | 23cd303 | 2020-03-09 11:16:49 -0400 | [diff] [blame] | 113 | --> |
| 114 | <dependency> |
| 115 | <groupId>org.opendaylight.controller</groupId> |
| 116 | <artifactId>sal-binding-api</artifactId> |
| 117 | </dependency> |
Singal, Kapil (ks220y) | 23cd303 | 2020-03-09 11:16:49 -0400 | [diff] [blame] | 118 | <dependency> |
| 119 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 120 | <artifactId>sli-common</artifactId> |
| 121 | <scope>provided</scope> |
| 122 | </dependency> |
| 123 | <dependency> |
| 124 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 125 | <artifactId>sli-provider</artifactId> |
| 126 | <scope>provided</scope> |
| 127 | </dependency> |
| 128 | <dependency> |
| 129 | <groupId>org.opendaylight.controller</groupId> |
| 130 | <artifactId>sal-test-model</artifactId> |
| 131 | <scope>test</scope> |
| 132 | </dependency> |
| 133 | <dependency> |
| 134 | <groupId>org.opendaylight.controller</groupId> |
| 135 | <artifactId>sal-binding-broker-impl</artifactId> |
| 136 | <scope>test</scope> |
| 137 | </dependency> |
| 138 | <dependency> |
| 139 | <groupId>org.opendaylight.controller</groupId> |
| 140 | <artifactId>sal-binding-broker-impl</artifactId> |
| 141 | <type>test-jar</type> |
| 142 | <classifier>tests</classifier> |
| 143 | <scope>test</scope> |
| 144 | </dependency> |
| 145 | <dependency> |
| 146 | <groupId>junit</groupId> |
| 147 | <artifactId>junit</artifactId> |
| 148 | <scope>test</scope> |
| 149 | </dependency> |
| 150 | <dependency> |
| 151 | <groupId>org.mockito</groupId> |
| 152 | <artifactId>mockito-core</artifactId> |
| 153 | <scope>test</scope> |
| 154 | </dependency> |
| 155 | <dependency> |
| 156 | <groupId>org.testng</groupId> |
| 157 | <artifactId>testng</artifactId> |
| 158 | <scope>test</scope> |
| 159 | </dependency> |
Singal, Kapil (ks220y) | 23cd303 | 2020-03-09 11:16:49 -0400 | [diff] [blame] | 160 | <dependency> |
| 161 | <groupId>org.opendaylight.controller</groupId> |
| 162 | <artifactId>sal-common-util</artifactId> |
| 163 | </dependency> |
| 164 | <dependency> |
| 165 | <groupId>org.opendaylight.controller</groupId> |
| 166 | <artifactId>sal-core-api</artifactId> |
| 167 | </dependency> |
Singal, Kapil (ks220y) | 23cd303 | 2020-03-09 11:16:49 -0400 | [diff] [blame] | 168 | <dependency> |
| 169 | <groupId>org.opendaylight.yangtools</groupId> |
| 170 | <artifactId>yang-data-impl</artifactId> |
| 171 | </dependency> |
Sandeep Shah | 4fdab1f | 2020-03-02 10:31:48 -0600 | [diff] [blame] | 172 | </dependencies> |
Sandeep Shah | 4fdab1f | 2020-03-02 10:31:48 -0600 | [diff] [blame] | 173 | </project> |