Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- ============LICENSE_START======================================================= |
Ganesh Chandrasekaran | f8ebec6 | 2018-07-18 15:27:52 +0900 | [diff] [blame] | 3 | ONAP : CCSDK ================================================================================ |
| 4 | Copyright (C) 2017-2018 Samsung Electronics. All rights reserved. |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 5 | ================================================================================ |
Ganesh Chandrasekaran | f8ebec6 | 2018-07-18 15:27:52 +0900 | [diff] [blame] | 6 | ============================================================================= |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 7 | Licensed under the Apache License, Version 2.0 (the "License"); you may not |
| 8 | use this file except in compliance with the License. You may obtain a copy |
| 9 | of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required |
| 10 | by applicable law or agreed to in writing, software distributed under the |
| 11 | License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS |
| 12 | OF ANY KIND, either express or implied. See the License for the specific |
Ganesh Chandrasekaran | f8ebec6 | 2018-07-18 15:27:52 +0900 | [diff] [blame] | 13 | language governing permissions and limitations under the License. ============LICENSE_END========================================================= --> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 14 | <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 15 | <modelVersion>4.0.0</modelVersion> |
| 16 | <parent> |
| 17 | <groupId>org.onap.ccsdk.parent</groupId> |
| 18 | <artifactId>binding-parent</artifactId> |
Timoney, Dan (dt5972) | 962fa45 | 2019-10-11 09:34:14 -0400 | [diff] [blame^] | 19 | <version>1.4.4-SNAPSHOT</version> |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 20 | <relativePath/> |
| 21 | </parent> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 22 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 23 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 24 | <artifactId>saltstack-adapter-provider</artifactId> |
Timoney, Dan (dt5972) | 962fa45 | 2019-10-11 09:34:14 -0400 | [diff] [blame^] | 25 | <version>0.6.4-SNAPSHOT</version> |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 26 | <packaging>bundle</packaging> |
| 27 | <name>ccsdk-sli-adaptors :: saltstack-adapter :: ${project.artifactId} |
| 28 | </name> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 29 | |
Timoney, Dan (dt5972) | f200a72 | 2019-01-03 16:24:22 -0500 | [diff] [blame] | 30 | <properties> |
| 31 | <ccsdk.sli.adaptors.version>${project.version}</ccsdk.sli.adaptors.version> |
| 32 | </properties> |
| 33 | |
| 34 | <dependencyManagement> |
| 35 | <dependencies> |
| 36 | <dependency> |
| 37 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 38 | <artifactId>sli-core-artifacts</artifactId> |
| 39 | <version>${ccsdk.sli.core.version}</version> |
| 40 | <type>pom</type> |
| 41 | <scope>import</scope> |
| 42 | </dependency> |
| 43 | </dependencies> |
| 44 | </dependencyManagement> |
| 45 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 46 | <dependencies> |
| 47 | <dependency> |
| 48 | <groupId>com.att.eelf</groupId> |
| 49 | <artifactId>eelf-core</artifactId> |
| 50 | </dependency> |
| 51 | <dependency> |
| 52 | <groupId>commons-codec</groupId> |
| 53 | <artifactId>commons-codec</artifactId> |
| 54 | </dependency> |
| 55 | <dependency> |
| 56 | <groupId>commons-logging</groupId> |
| 57 | <artifactId>commons-logging</artifactId> |
| 58 | <version>1.2</version> |
| 59 | </dependency> |
Ganesh Chandrasekaran | e8b4238 | 2018-08-24 09:05:12 +0900 | [diff] [blame] | 60 | <dependency> |
| 61 | <groupId>org.osgi</groupId> |
| 62 | <artifactId>org.osgi.core</artifactId> |
| 63 | <scope>provided</scope> |
| 64 | </dependency> |
| 65 | <dependency> |
| 66 | <groupId>org.slf4j</groupId> |
| 67 | <artifactId>slf4j-api</artifactId> |
| 68 | </dependency> |
Timoney, Dan (dt5972) | dbbd392 | 2019-07-03 14:30:56 -0400 | [diff] [blame] | 69 | <dependency> |
| 70 | <groupId>org.slf4j</groupId> |
| 71 | <artifactId>jcl-over-slf4j</artifactId> |
| 72 | </dependency> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 73 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 74 | <!-- Needed to run SSH --> |
Timoney, Dan (dt5972) | 793f714 | 2019-06-20 19:16:28 -0400 | [diff] [blame] | 75 | <!-- VERSION CONFLICT !!!!! --> |
| 76 | <!-- OpenDaylight Fluorine comes with version 1.7.0 installed, which is not compatible --> |
| 77 | <!-- Code must be updated to use version 1.7.0 before this can be safely installed --> |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 78 | <dependency> |
| 79 | <groupId>org.apache.sshd</groupId> |
| 80 | <artifactId>sshd-core</artifactId> |
Arindam Mondal | 655ab96 | 2019-07-16 13:18:53 +0900 | [diff] [blame] | 81 | <version>1.7.0</version> |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 82 | </dependency> |
Ganesh Chandrasekaran | 43090d8 | 2018-07-04 14:10:57 +0900 | [diff] [blame] | 83 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 84 | <!-- Needed to run test cases --> |
Ganesh Chandrasekaran | 43090d8 | 2018-07-04 14:10:57 +0900 | [diff] [blame] | 85 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 86 | <dependency> |
| 87 | <groupId>org.apache.commons</groupId> |
| 88 | <artifactId>commons-io</artifactId> |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 89 | </dependency> |
Ganesh Chandrasekaran | 43090d8 | 2018-07-04 14:10:57 +0900 | [diff] [blame] | 90 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 91 | <dependency> |
| 92 | <groupId>org.codehaus.jettison</groupId> |
| 93 | <artifactId>jettison</artifactId> |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 94 | </dependency> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 95 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 96 | <dependency> |
| 97 | <groupId>junit</groupId> |
| 98 | <artifactId>junit</artifactId> |
| 99 | <scope>test</scope> |
| 100 | </dependency> |
Ganesh Chandrasekaran | e8b4238 | 2018-08-24 09:05:12 +0900 | [diff] [blame] | 101 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 102 | <dependency> |
| 103 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 104 | <artifactId>sli-common</artifactId> |
Timoney, Dan (dt5972) | dbbd392 | 2019-07-03 14:30:56 -0400 | [diff] [blame] | 105 | </dependency> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 106 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 107 | <dependency> |
| 108 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 109 | <artifactId>sli-provider</artifactId> |
| 110 | </dependency> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 111 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 112 | <dependency> |
| 113 | <groupId>org.json</groupId> |
| 114 | <artifactId>json</artifactId> |
| 115 | </dependency> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 116 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame] | 117 | </dependencies> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 118 | |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 119 | </project> |