Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ~ ============LICENSE_START======================================================= |
| 4 | ~ ONAP : ccsdk features |
| 5 | ~ ================================================================================ |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 6 | ~ Copyright (C) 2021-2022 Wipro Limited. |
Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 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 | --> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 22 | <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"> |
Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | |
| 25 | <parent> |
| 26 | <groupId>org.onap.ccsdk.parent</groupId> |
| 27 | <artifactId>binding-parent</artifactId> |
Dan Timoney | e2583ef | 2024-10-01 12:37:44 -0400 | [diff] [blame] | 28 | <version>3.0.0</version> |
Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 29 | <relativePath/> |
| 30 | </parent> |
| 31 | |
| 32 | <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> |
| 33 | <artifactId>addCMHandle-provider</artifactId> |
Dan Timoney | 76d119d | 2024-10-09 14:44:14 -0400 | [diff] [blame^] | 34 | <version>2.0.1-SNAPSHOT</version> |
Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 35 | <packaging>bundle</packaging> |
| 36 | |
| 37 | <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> |
| 38 | |
Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 39 | <dependencies> |
| 40 | <dependency> |
| 41 | <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> |
| 42 | <artifactId>addCMHandle-model</artifactId> |
| 43 | <version>${project.version}</version> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>org.osgi</groupId> |
| 47 | <artifactId>org.osgi.core</artifactId> |
| 48 | <scope>provided</scope> |
| 49 | </dependency> |
| 50 | <!-- md-sal --> |
| 51 | <dependency> |
| 52 | <groupId>org.opendaylight.mdsal</groupId> |
| 53 | <artifactId>mdsal-binding-dom-codec-api</artifactId> |
| 54 | <scope>provided</scope> |
Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 55 | </dependency> |
| 56 | <dependency> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 57 | <groupId>org.opendaylight.mdsal</groupId> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 58 | <artifactId>mdsal-binding-dom-adapter</artifactId> |
| 59 | <scope>provided</scope> |
| 60 | </dependency> |
| 61 | <dependency> |
| 62 | <groupId>org.opendaylight.mdsal</groupId> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 63 | <artifactId>mdsal-binding-runtime-spi</artifactId> |
| 64 | <scope>provided</scope> |
Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 65 | </dependency> |
| 66 | <dependency> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 67 | <groupId>org.opendaylight.mdsal</groupId> |
| 68 | <artifactId>mdsal-dom-api</artifactId> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 69 | <scope>provided</scope> |
| 70 | </dependency> |
| 71 | <dependency> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 72 | <groupId>org.opendaylight.mdsal</groupId> |
| 73 | <artifactId>mdsal-singleton-common-api</artifactId> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 74 | <scope>provided</scope> |
| 75 | </dependency> |
| 76 | <dependency> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 77 | <groupId>org.opendaylight.netconf</groupId> |
| 78 | <artifactId>netconf-dom-api</artifactId> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 79 | <scope>provided</scope> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 80 | </dependency> |
Michael Dürre | 7964e8a | 2024-08-15 10:04:54 +0200 | [diff] [blame] | 81 | <!-- |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 82 | <dependency> |
| 83 | <groupId>org.opendaylight.netconf</groupId> |
| 84 | <artifactId>sal-netconf-connector</artifactId> |
| 85 | <scope>provided</scope> |
| 86 | </dependency> |
Michael Dürre | 7964e8a | 2024-08-15 10:04:54 +0200 | [diff] [blame] | 87 | --> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 88 | <dependency> |
Dan Timoney | c35ad79 | 2023-06-28 11:38:33 -0400 | [diff] [blame] | 89 | <groupId>org.opendaylight.netconf</groupId> |
| 90 | <artifactId>netconf-topology</artifactId> |
| 91 | <scope>provided</scope> |
| 92 | </dependency> |
| 93 | <dependency> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 94 | <groupId>com.fasterxml.jackson.core</groupId> |
| 95 | <artifactId>jackson-core</artifactId> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 96 | <scope>provided</scope> |
| 97 | </dependency> |
| 98 | <dependency> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 99 | <groupId>com.fasterxml.jackson.core</groupId> |
| 100 | <artifactId>jackson-annotations</artifactId> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 101 | <scope>provided</scope> |
| 102 | </dependency> |
| 103 | <dependency> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 104 | <groupId>com.fasterxml.jackson.core</groupId> |
| 105 | <artifactId>jackson-databind</artifactId> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 106 | <scope>provided</scope> |
Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 107 | </dependency> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 108 | <dependency> |
| 109 | <groupId>org.mockito</groupId> |
| 110 | <artifactId>mockito-inline</artifactId> |
| 111 | <scope>test</scope> |
| 112 | </dependency> |
| 113 | <dependency> |
| 114 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 115 | <artifactId>sli-common</artifactId> |
| 116 | <version>${ccsdk.sli.version}</version> |
| 117 | </dependency> |
Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 118 | </dependencies> |
| 119 | |
| 120 | <build> |
| 121 | <pluginManagement> |
| 122 | <plugins> |
| 123 | <plugin> |
| 124 | <groupId>org.eclipse.m2e</groupId> |
| 125 | <artifactId>lifecycle-mapping</artifactId> |
| 126 | <version>1.0.0</version> |
| 127 | <configuration> |
| 128 | <lifecycleMappingMetadata> |
| 129 | <pluginExecutions> |
| 130 | <pluginExecution> |
| 131 | <pluginExecutionFilter> |
| 132 | <groupId>org.codehaus.mojo</groupId> |
| 133 | <artifactId>properties-maven-plugin</artifactId> |
| 134 | <versionRange>[1.0.0,)</versionRange> |
| 135 | <goals> |
| 136 | <goal>set-system-properties</goal> |
| 137 | </goals> |
| 138 | </pluginExecutionFilter> |
| 139 | <action> |
| 140 | <execute/> |
| 141 | </action> |
| 142 | </pluginExecution> |
| 143 | </pluginExecutions> |
| 144 | </lifecycleMappingMetadata> |
| 145 | </configuration> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 146 | </plugin> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 147 | </plugins> |
Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 148 | </pluginManagement> |
| 149 | </build> |
Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 150 | </project> |