Sandeep Shah | 94bf6cb | 2020-08-15 20:21:18 -0500 | [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 | --> |
Dan Timoney | 1e09124 | 2022-09-14 10:42:10 -0400 | [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"> |
Sandeep Shah | 94bf6cb | 2020-08-15 20:21:18 -0500 | [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> |
Sandeep Shah | 94bf6cb | 2020-08-15 20:21:18 -0500 | [diff] [blame] | 29 | <relativePath/> |
| 30 | </parent> |
| 31 | |
| 32 | <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> |
| 33 | <artifactId>ranSlice-provider</artifactId> |
Dan Timoney | 76d119d | 2024-10-09 14:44:14 -0400 | [diff] [blame^] | 34 | <version>2.0.1-SNAPSHOT</version> |
Sandeep Shah | 94bf6cb | 2020-08-15 20:21:18 -0500 | [diff] [blame] | 35 | <packaging>bundle</packaging> |
| 36 | |
| 37 | <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> |
| 38 | |
Sandeep Shah | 94bf6cb | 2020-08-15 20:21:18 -0500 | [diff] [blame] | 39 | <dependencies> |
| 40 | <dependency> |
| 41 | <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> |
| 42 | <artifactId>ranSlice-model</artifactId> |
| 43 | <version>${project.version}</version> |
| 44 | </dependency> |
Sandeep Shah | 94bf6cb | 2020-08-15 20:21:18 -0500 | [diff] [blame] | 45 | <dependency> |
Ravi Pendurty | 2f9e781 | 2021-02-03 14:09:25 +0100 | [diff] [blame] | 46 | <groupId>org.opendaylight.mdsal</groupId> |
| 47 | <artifactId>mdsal-binding-api</artifactId> |
Sandeep Shah | 94bf6cb | 2020-08-15 20:21:18 -0500 | [diff] [blame] | 48 | </dependency> |
| 49 | <dependency> |
Ravi Pendurty | 2f9e781 | 2021-02-03 14:09:25 +0100 | [diff] [blame] | 50 | <groupId>org.opendaylight.mdsal</groupId> |
| 51 | <artifactId>mdsal-dom-api</artifactId> |
Sandeep Shah | 94bf6cb | 2020-08-15 20:21:18 -0500 | [diff] [blame] | 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>org.opendaylight.yangtools</groupId> |
| 55 | <artifactId>yang-data-impl</artifactId> |
| 56 | </dependency> |
| 57 | <dependency> |
| 58 | <groupId>junit</groupId> |
| 59 | <artifactId>junit</artifactId> |
| 60 | <scope>test</scope> |
| 61 | </dependency> |
| 62 | <dependency> |
| 63 | <groupId>org.testng</groupId> |
| 64 | <artifactId>testng</artifactId> |
| 65 | <scope>test</scope> |
| 66 | </dependency> |
| 67 | <dependency> |
| 68 | <groupId>org.mockito</groupId> |
| 69 | <artifactId>mockito-core</artifactId> |
Dan Timoney | 75bde43 | 2022-08-04 14:48:26 -0400 | [diff] [blame] | 70 | <version>3.12.4</version> |
| 71 | <scope>test</scope> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>org.powermock</groupId> |
| 75 | <artifactId>powermock-api-mockito2</artifactId> |
| 76 | <version>2.0.9</version> |
| 77 | <scope>test</scope> |
| 78 | </dependency> |
| 79 | <dependency> |
| 80 | <groupId>org.powermock</groupId> |
| 81 | <artifactId>powermock-module-junit4</artifactId> |
| 82 | <version>2.0.9</version> |
Sandeep Shah | 94bf6cb | 2020-08-15 20:21:18 -0500 | [diff] [blame] | 83 | <scope>test</scope> |
| 84 | </dependency> |
| 85 | <dependency> |
| 86 | <groupId>org.apache.derby</groupId> |
| 87 | <artifactId>derby</artifactId> |
| 88 | <scope>test</scope> |
| 89 | </dependency> |
| 90 | <dependency> |
| 91 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 92 | <artifactId>sli-common</artifactId> |
Dan Timoney | 75bde43 | 2022-08-04 14:48:26 -0400 | [diff] [blame] | 93 | <version>${ccsdk.sli.version}</version> |
Sandeep Shah | 94bf6cb | 2020-08-15 20:21:18 -0500 | [diff] [blame] | 94 | <scope>provided</scope> |
| 95 | </dependency> |
| 96 | <dependency> |
| 97 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 98 | <artifactId>sli-provider</artifactId> |
Dan Timoney | 75bde43 | 2022-08-04 14:48:26 -0400 | [diff] [blame] | 99 | <version>${ccsdk.sli.version}</version> |
Sandeep Shah | 94bf6cb | 2020-08-15 20:21:18 -0500 | [diff] [blame] | 100 | <scope>provided</scope> |
| 101 | </dependency> |
| 102 | <dependency> |
| 103 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 104 | <artifactId>utils-provider</artifactId> |
Dan Timoney | 4d2a4e1 | 2021-07-27 16:47:39 -0400 | [diff] [blame] | 105 | <version>${ccsdk.sli.version}</version> |
Dan Timoney | ee8832b | 2021-12-08 10:52:11 -0500 | [diff] [blame] | 106 | <scope>provided</scope> |
Sandeep Shah | 94bf6cb | 2020-08-15 20:21:18 -0500 | [diff] [blame] | 107 | </dependency> |
| 108 | <dependency> |
Singal, Kapil (ks220y) | 30a5975 | 2020-12-18 13:21:28 -0500 | [diff] [blame] | 109 | <groupId>org.osgi</groupId> |
| 110 | <artifactId>org.osgi.core</artifactId> |
| 111 | <scope>test</scope> |
| 112 | </dependency> |
| 113 | <dependency> |
| 114 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 115 | <artifactId>sli-provider-base</artifactId> |
Dan Timoney | 4d2a4e1 | 2021-07-27 16:47:39 -0400 | [diff] [blame] | 116 | <version>${ccsdk.sli.version}</version> |
Singal, Kapil (ks220y) | 30a5975 | 2020-12-18 13:21:28 -0500 | [diff] [blame] | 117 | <scope>provided</scope> |
| 118 | </dependency> |
Sandeep Shah | 94bf6cb | 2020-08-15 20:21:18 -0500 | [diff] [blame] | 119 | </dependencies> |
| 120 | |
| 121 | <build> |
| 122 | <pluginManagement> |
| 123 | <plugins> |
| 124 | <plugin> |
| 125 | <groupId>org.eclipse.m2e</groupId> |
| 126 | <artifactId>lifecycle-mapping</artifactId> |
| 127 | <version>1.0.0</version> |
| 128 | <configuration> |
| 129 | <lifecycleMappingMetadata> |
| 130 | <pluginExecutions> |
| 131 | <pluginExecution> |
| 132 | <pluginExecutionFilter> |
| 133 | <groupId>org.codehaus.mojo</groupId> |
| 134 | <artifactId>properties-maven-plugin</artifactId> |
| 135 | <versionRange>[1.0.0,)</versionRange> |
| 136 | <goals> |
| 137 | <goal>set-system-properties</goal> |
| 138 | </goals> |
| 139 | </pluginExecutionFilter> |
| 140 | <action> |
| 141 | <execute/> |
| 142 | </action> |
| 143 | </pluginExecution> |
| 144 | </pluginExecutions> |
| 145 | </lifecycleMappingMetadata> |
| 146 | </configuration> |
| 147 | </plugin> |
| 148 | </plugins> |
| 149 | </pluginManagement> |
| 150 | </build> |
| 151 | </project> |