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 | cea4722 | 2022-07-15 11:30:49 -0400 | [diff] [blame^] | 28 | <version>2.4.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 | d9e1435 | 2022-04-01 09:09:45 -0400 | [diff] [blame] | 34 | <version>1.4.0-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 | |
Dan Timoney | cea4722 | 2022-07-15 11:30:49 -0400 | [diff] [blame^] | 39 | <properties> |
| 40 | <ccsdk.sli.version>1.5.0-SNAPSHOT</ccsdk.sli.version> |
| 41 | </properties> |
| 42 | |
Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 43 | <dependencies> |
| 44 | <dependency> |
| 45 | <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> |
| 46 | <artifactId>addCMHandle-model</artifactId> |
| 47 | <version>${project.version}</version> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 48 | </dependency> |
| 49 | <dependency> |
| 50 | <groupId>org.osgi</groupId> |
| 51 | <artifactId>org.osgi.core</artifactId> |
| 52 | <scope>provided</scope> |
| 53 | </dependency> |
| 54 | <!-- md-sal --> |
| 55 | <dependency> |
| 56 | <groupId>org.opendaylight.mdsal</groupId> |
| 57 | <artifactId>mdsal-binding-dom-codec-api</artifactId> |
| 58 | <scope>provided</scope> |
Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 59 | </dependency> |
| 60 | <dependency> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 61 | <groupId>org.opendaylight.mdsal</groupId> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 62 | <artifactId>mdsal-binding-dom-adapter</artifactId> |
| 63 | <scope>provided</scope> |
| 64 | </dependency> |
| 65 | <dependency> |
| 66 | <groupId>org.opendaylight.mdsal</groupId> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 67 | <artifactId>mdsal-binding-runtime-spi</artifactId> |
| 68 | <scope>provided</scope> |
Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 69 | </dependency> |
| 70 | <dependency> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 71 | <groupId>org.opendaylight.mdsal</groupId> |
| 72 | <artifactId>mdsal-dom-api</artifactId> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 73 | <scope>provided</scope> |
| 74 | </dependency> |
| 75 | <dependency> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 76 | <groupId>org.opendaylight.mdsal</groupId> |
| 77 | <artifactId>mdsal-singleton-common-api</artifactId> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 78 | <scope>provided</scope> |
| 79 | </dependency> |
| 80 | <dependency> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 81 | <groupId>org.opendaylight.netconf</groupId> |
| 82 | <artifactId>netconf-dom-api</artifactId> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 83 | <scope>provided</scope> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 84 | </dependency> |
| 85 | <dependency> |
| 86 | <groupId>org.opendaylight.netconf</groupId> |
| 87 | <artifactId>sal-netconf-connector</artifactId> |
| 88 | <scope>provided</scope> |
| 89 | </dependency> |
| 90 | <dependency> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 91 | <groupId>com.fasterxml.jackson.core</groupId> |
| 92 | <artifactId>jackson-core</artifactId> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 93 | <scope>provided</scope> |
| 94 | </dependency> |
| 95 | <dependency> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 96 | <groupId>com.fasterxml.jackson.core</groupId> |
| 97 | <artifactId>jackson-annotations</artifactId> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 98 | <scope>provided</scope> |
| 99 | </dependency> |
| 100 | <dependency> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 101 | <groupId>com.fasterxml.jackson.core</groupId> |
| 102 | <artifactId>jackson-databind</artifactId> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 103 | <scope>provided</scope> |
Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 104 | </dependency> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 105 | <dependency> |
| 106 | <groupId>org.mockito</groupId> |
| 107 | <artifactId>mockito-inline</artifactId> |
| 108 | <scope>test</scope> |
| 109 | </dependency> |
| 110 | <dependency> |
| 111 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 112 | <artifactId>sli-common</artifactId> |
| 113 | <version>${ccsdk.sli.version}</version> |
| 114 | </dependency> |
Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 115 | </dependencies> |
| 116 | |
| 117 | <build> |
| 118 | <pluginManagement> |
| 119 | <plugins> |
| 120 | <plugin> |
| 121 | <groupId>org.eclipse.m2e</groupId> |
| 122 | <artifactId>lifecycle-mapping</artifactId> |
| 123 | <version>1.0.0</version> |
| 124 | <configuration> |
| 125 | <lifecycleMappingMetadata> |
| 126 | <pluginExecutions> |
| 127 | <pluginExecution> |
| 128 | <pluginExecutionFilter> |
| 129 | <groupId>org.codehaus.mojo</groupId> |
| 130 | <artifactId>properties-maven-plugin</artifactId> |
| 131 | <versionRange>[1.0.0,)</versionRange> |
| 132 | <goals> |
| 133 | <goal>set-system-properties</goal> |
| 134 | </goals> |
| 135 | </pluginExecutionFilter> |
| 136 | <action> |
| 137 | <execute/> |
| 138 | </action> |
| 139 | </pluginExecution> |
| 140 | </pluginExecutions> |
| 141 | </lifecycleMappingMetadata> |
| 142 | </configuration> |
Niranjana | 8104346 | 2022-03-03 12:45:38 +0000 | [diff] [blame] | 143 | </plugin> |
Niranjana | a5498e5 | 2021-09-16 09:05:06 +0000 | [diff] [blame] | 144 | </plugins> |
Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 145 | </pluginManagement> |
| 146 | </build> |
Niranjana | 8e683ff | 2021-08-26 16:34:02 +0000 | [diff] [blame] | 147 | </project> |