Singal, Kapil (ks220y) | 19c7de1 | 2021-04-09 16:13:38 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
| 6 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 7 | ================================================================================ |
| 8 | Copyright (C) 2017 Amdocs |
| 9 | ============================================================================= |
| 10 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 11 | you may not use this file except in compliance with the License. |
| 12 | You may obtain a copy of the License at |
| 13 | |
| 14 | http://www.apache.org/licenses/LICENSE-2.0 |
| 15 | |
| 16 | Unless required by applicable law or agreed to in writing, software |
| 17 | distributed under the License is distributed on an "AS IS" BASIS, |
| 18 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 19 | See the License for the specific language governing permissions and |
| 20 | limitations under the License. |
| 21 | |
| 22 | ECOMP is a trademark and service mark of AT&T Intellectual Property. |
| 23 | ============LICENSE_END========================================================= |
| 24 | --> |
| 25 | <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>odlparent-lite</artifactId> |
Dan Timoney | 2162533 | 2023-11-08 09:29:37 -0500 | [diff] [blame] | 31 | <version>2.6.1</version> |
Singal, Kapil (ks220y) | 19c7de1 | 2021-04-09 16:13:38 -0400 | [diff] [blame] | 32 | <relativePath/> |
| 33 | </parent> |
| 34 | |
| 35 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 36 | <artifactId>ssh-adaptor</artifactId> |
Dan Timoney | 0fd4755 | 2023-11-09 12:30:08 -0500 | [diff] [blame^] | 37 | <version>1.8.0-SNAPSHOT</version> |
Singal, Kapil (ks220y) | 19c7de1 | 2021-04-09 16:13:38 -0400 | [diff] [blame] | 38 | <packaging>pom</packaging> |
| 39 | |
| 40 | <name>ccsdk-sli-adaptors :: ${project.artifactId}</name> |
| 41 | |
| 42 | <modules> |
| 43 | <module>ssh-adaptor-bundle</module> |
| 44 | </modules> |
| 45 | |
| 46 | <dependencyManagement> |
| 47 | <dependencies> |
| 48 | <dependency> |
| 49 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 50 | <artifactId>ssh-adaptor-features</artifactId> |
| 51 | <version>${project.version}</version> |
| 52 | <type>xml</type> |
| 53 | <classifier>features</classifier> |
| 54 | </dependency> |
| 55 | <dependency> |
| 56 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 57 | <artifactId>ssh-adaptor-bundle</artifactId> |
| 58 | <version>${project.version}</version> |
| 59 | </dependency> |
| 60 | </dependencies> |
| 61 | </dependencyManagement> |
Singal, Kapil (ks220y) | 19c7de1 | 2021-04-09 16:13:38 -0400 | [diff] [blame] | 62 | </project> |