blob: d4a3f0ae6a7036002babc5aaa530e28e41dce9f3 [file] [log] [blame]
Ravi Pendurty80161602020-11-27 13:28:35 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ ============LICENSE_START=======================================================
4 ~ ONAP : ccsdk features
5 ~ ================================================================================
Ravi Pendurty6b8e4f12023-03-02 12:06:07 +05306 ~ Copyright (C) 2019 highstreet technologies GmbH Intellectual Property.
Ravi Pendurty80161602020-11-27 13:28:35 +01007 ~ All rights reserved.
8 ~ ================================================================================
Ravi Pendurty6b8e4f12023-03-02 12:06:07 +05309 ~ Update Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
10 ~ ================================================================================
Ravi Pendurty80161602020-11-27 13:28:35 +010011 ~ Licensed under the Apache License, Version 2.0 (the "License");
12 ~ you may not use this file except in compliance with the License.
13 ~ You may obtain a copy of the License at
14 ~
15 ~ http://www.apache.org/licenses/LICENSE-2.0
16 ~
17 ~ Unless required by applicable law or agreed to in writing, software
18 ~ distributed under the License is distributed on an "AS IS" BASIS,
19 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 ~ See the License for the specific language governing permissions and
21 ~ limitations under the License.
22 ~ ============LICENSE_END=======================================================
23 ~
24 -->
Ravi Pendurty80161602020-11-27 13:28:35 +010025<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">
26 <modelVersion>4.0.0</modelVersion>
27
28 <parent>
29 <groupId>org.onap.ccsdk.parent</groupId>
30 <artifactId>binding-parent</artifactId>
Dan Timoneyc35ad792023-06-28 11:38:33 -040031 <version>2.6.0</version>
Ravi Pendurty80161602020-11-27 13:28:35 +010032 <relativePath/>
33 </parent>
34
35 <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
Ravi Pendurty6b8e4f12023-03-02 12:06:07 +053036 <artifactId>sdnr-wt-test-yang</artifactId>
Dan Timoney37a05722023-06-06 06:55:17 -040037 <version>1.6.0-SNAPSHOT</version>
Ravi Pendurty80161602020-11-27 13:28:35 +010038 <packaging>bundle</packaging>
39
40 <name>ccsdk-features :: ${project.artifactId}</name>
Ravi Pendurty6b8e4f12023-03-02 12:06:07 +053041 <licenses>
42 <license>
43 <name>Apache License, Version 2.0</name>
44 <url>http://www.apache.org/licenses/LICENSE-2.0</url>
45 </license>
46 </licenses>
Ravi Pendurty80161602020-11-27 13:28:35 +010047
Ravi Pendurty6b8e4f12023-03-02 12:06:07 +053048 <dependencies>
49 <dependency>
Ravi Pendurty80161602020-11-27 13:28:35 +010050 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
51 <artifactId>rfc6991-ietf-yang-types</artifactId>
Ravi Pendurty6b8e4f12023-03-02 12:06:07 +053052 </dependency>
53 <dependency>
54 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
55 <artifactId>rfc6991-ietf-inet-types</artifactId>
56 </dependency>
Ravi Pendurty80161602020-11-27 13:28:35 +010057 </dependencies>
Ravi Pendurty6b8e4f12023-03-02 12:06:07 +053058
Ravi Pendurty80161602020-11-27 13:28:35 +010059</project>