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========================================================= --> |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame^] | 14 | <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 15 | xmlns="http://maven.apache.org/POM/4.0.0" |
| 16 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 17 | <modelVersion>4.0.0</modelVersion> |
| 18 | <parent> |
| 19 | <groupId>org.onap.ccsdk.parent</groupId> |
| 20 | <artifactId>binding-parent</artifactId> |
| 21 | <version>1.1.0-SNAPSHOT</version> |
| 22 | <relativePath/> |
| 23 | </parent> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 24 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame^] | 25 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 26 | <artifactId>saltstack-adapter-provider</artifactId> |
| 27 | <version>0.3.0-SNAPSHOT</version> |
| 28 | <packaging>bundle</packaging> |
| 29 | <name>ccsdk-sli-adaptors :: saltstack-adapter :: ${project.artifactId} |
| 30 | </name> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 31 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame^] | 32 | <dependencies> |
| 33 | <dependency> |
| 34 | <groupId>com.att.eelf</groupId> |
| 35 | <artifactId>eelf-core</artifactId> |
| 36 | </dependency> |
| 37 | <dependency> |
| 38 | <groupId>commons-codec</groupId> |
| 39 | <artifactId>commons-codec</artifactId> |
| 40 | </dependency> |
| 41 | <dependency> |
| 42 | <groupId>commons-logging</groupId> |
| 43 | <artifactId>commons-logging</artifactId> |
| 44 | <version>1.2</version> |
| 45 | </dependency> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 46 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame^] | 47 | <!-- Needed to run SSH --> |
| 48 | <dependency> |
| 49 | <groupId>org.apache.sshd</groupId> |
| 50 | <artifactId>sshd-core</artifactId> |
| 51 | <version>0.12.0</version> |
| 52 | <scope>provided</scope> |
| 53 | </dependency> |
Ganesh Chandrasekaran | 43090d8 | 2018-07-04 14:10:57 +0900 | [diff] [blame] | 54 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame^] | 55 | <dependency> |
| 56 | <groupId>org.onap.appc</groupId> |
| 57 | <artifactId>appc-common</artifactId> |
| 58 | <version>1.3.0</version> |
| 59 | </dependency> |
Ganesh Chandrasekaran | 43090d8 | 2018-07-04 14:10:57 +0900 | [diff] [blame] | 60 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame^] | 61 | <dependency> |
| 62 | <groupId>org.onap.appc</groupId> |
| 63 | <artifactId>appc-ssh-adapter-api</artifactId> |
| 64 | <version>1.3.0</version> |
| 65 | <scope>provided</scope> |
| 66 | </dependency> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 67 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame^] | 68 | <!-- Needed to run test cases --> |
| 69 | <dependency> |
| 70 | <groupId>org.glassfish.jersey.core</groupId> |
| 71 | <artifactId>jersey-common</artifactId> |
| 72 | <version>2.9.1</version> |
| 73 | <scope>test</scope> |
| 74 | </dependency> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 75 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame^] | 76 | <dependency> |
| 77 | <groupId>org.codehaus.jackson</groupId> |
| 78 | <artifactId>jackson-jaxrs</artifactId> |
| 79 | <version>1.9.13</version> |
| 80 | <scope>test</scope> |
| 81 | </dependency> |
Ganesh Chandrasekaran | 43090d8 | 2018-07-04 14:10:57 +0900 | [diff] [blame] | 82 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame^] | 83 | <dependency> |
| 84 | <groupId>org.apache.commons</groupId> |
| 85 | <artifactId>commons-io</artifactId> |
| 86 | <version>1.3.2</version> |
| 87 | </dependency> |
Ganesh Chandrasekaran | 43090d8 | 2018-07-04 14:10:57 +0900 | [diff] [blame] | 88 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame^] | 89 | <dependency> |
| 90 | <groupId>org.codehaus.jettison</groupId> |
| 91 | <artifactId>jettison</artifactId> |
| 92 | <scope>provided</scope> |
| 93 | </dependency> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 94 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame^] | 95 | <dependency> |
| 96 | <groupId>junit</groupId> |
| 97 | <artifactId>junit</artifactId> |
| 98 | <scope>test</scope> |
| 99 | </dependency> |
| 100 | <dependency> |
| 101 | <groupId>org.mockito</groupId> |
| 102 | <artifactId>mockito-core</artifactId> |
| 103 | <scope>test</scope> |
| 104 | </dependency> |
| 105 | <dependency> |
| 106 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 107 | <artifactId>sli-common</artifactId> |
| 108 | </dependency> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 109 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame^] | 110 | <dependency> |
| 111 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 112 | <artifactId>sli-provider</artifactId> |
| 113 | </dependency> |
| 114 | <dependency> |
| 115 | <groupId>org.osgi</groupId> |
| 116 | <artifactId>org.osgi.core</artifactId> |
| 117 | <scope>provided</scope> |
| 118 | </dependency> |
| 119 | <dependency> |
| 120 | <groupId>org.slf4j</groupId> |
| 121 | <artifactId>slf4j-api</artifactId> |
| 122 | </dependency> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 123 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame^] | 124 | <dependency> |
| 125 | <groupId>org.slf4j</groupId> |
| 126 | <artifactId>jcl-over-slf4j</artifactId> |
| 127 | </dependency> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 128 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame^] | 129 | <dependency> |
| 130 | <groupId>org.json</groupId> |
| 131 | <artifactId>json</artifactId> |
| 132 | </dependency> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 133 | |
| 134 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame^] | 135 | <dependency> |
| 136 | <groupId>com.google.guava</groupId> |
| 137 | <artifactId>guava</artifactId> |
| 138 | </dependency> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 139 | |
Ganesh Chandrasekaran | 021cae4 | 2018-07-23 14:27:22 +0900 | [diff] [blame^] | 140 | </dependencies> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 141 | |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 142 | </project> |