blob: 41bf7c67953b9fc0af41532a5ff9466fcc0294cc [file] [log] [blame]
Ganesh Chandrasekaran8fe91222018-06-28 17:39:09 +09001<?xml version="1.0" encoding="UTF-8"?>
2<!-- ============LICENSE_START=======================================================
3 ONAP : APPC ================================================================================
4 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
5 ================================================================================
6 Copyright (C) 2017 Amdocs =============================================================================
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
13 language governing permissions and limitations under the License. ECOMP is
14 a trademark and service mark of AT&T Intellectual Property. ============LICENSE_END========================================================= -->
15<project xmlns="http://maven.apache.org/POM/4.0.0"
16 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18 <modelVersion>4.0.0</modelVersion>
19 <parent>
20 <groupId>org.onap.ccsdk.parent</groupId>
21 <artifactId>binding-parent</artifactId>
22 <version>1.1.0-SNAPSHOT</version>
23 <relativePath />
24 </parent>
25
26 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
27 <artifactId>saltstack-adapter-provider</artifactId>
28 <version>0.3.0-SNAPSHOT</version>
29 <packaging>bundle</packaging>
30 <name>ccsdk-sli-adaptors :: saltstack-adapter :: ${project.artifactId}</name>
31
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>
46
Ganesh Chandrasekaran43090d82018-07-04 14:10:57 +090047 <!-- 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>
54
55 <dependency>
56 <groupId>org.onap.appc</groupId>
57 <artifactId>appc-common</artifactId>
58 <version>1.4.0-SNAPSHOT</version>
59 </dependency>
60
Ganesh Chandrasekaran8fe91222018-06-28 17:39:09 +090061 <!-- Needed to run test cases -->
62 <dependency>
63 <groupId>org.glassfish.jersey.core</groupId>
64 <artifactId>jersey-common</artifactId>
65 <version>2.9.1</version>
66 <scope>test</scope>
67 </dependency>
68
69 <dependency>
70 <groupId>org.codehaus.jackson</groupId>
71 <artifactId>jackson-jaxrs</artifactId>
72 <version>1.9.13</version>
73 <scope>test</scope>
74 </dependency>
75
76 <dependency>
Ganesh Chandrasekaran43090d82018-07-04 14:10:57 +090077 <groupId>org.apache.commons</groupId>
78 <artifactId>commons-io</artifactId>
79 <version>1.3.2</version>
80 </dependency>
81
82 <dependency>
83 <groupId>org.codehaus.jettison</groupId>
84 <artifactId>jettison</artifactId>
85 <scope>provided</scope>
86 </dependency>
87
88 <dependency>
Ganesh Chandrasekaran8fe91222018-06-28 17:39:09 +090089 <groupId>junit</groupId>
90 <artifactId>junit</artifactId>
91 <scope>test</scope>
92 </dependency>
93 <dependency>
94 <groupId>org.mockito</groupId>
95 <artifactId>mockito-core</artifactId>
96 <scope>test</scope>
97 </dependency>
98 <dependency>
99 <groupId>org.onap.ccsdk.sli.core</groupId>
100 <artifactId>sli-common</artifactId>
101 </dependency>
102
103 <dependency>
104 <groupId>org.onap.ccsdk.sli.core</groupId>
105 <artifactId>sli-provider</artifactId>
106 </dependency>
107
108 <dependency>
109 <groupId>org.osgi</groupId>
110 <artifactId>org.osgi.core</artifactId>
111 <scope>provided</scope>
112 </dependency>
113 <dependency>
114 <groupId>org.slf4j</groupId>
115 <artifactId>slf4j-api</artifactId>
116 </dependency>
117
118 <dependency>
119 <groupId>org.slf4j</groupId>
120 <artifactId>jcl-over-slf4j</artifactId>
121 </dependency>
122
123 <dependency>
124 <groupId>org.json</groupId>
125 <artifactId>json</artifactId>
126 </dependency>
127
128
129 <dependency>
130 <groupId>com.google.guava</groupId>
131 <artifactId>guava</artifactId>
132 </dependency>
133
134
135 </dependencies>
136
Ganesh Chandrasekaran43090d82018-07-04 14:10:57 +0900137 <build>
138 <plugins>
139 <plugin>
140 <groupId>org.apache.felix</groupId>
141 <artifactId>maven-bundle-plugin</artifactId>
142 <extensions>true</extensions>
143 <configuration>
144 <instructions>
145 <Export-Service>org.onap.appc.adapter.ssh.SshAdapter</Export-Service>
146 <Private-Package>org.onap.appc.adapter.ssh.impl.*</Private-Package>
147 <Import-Package>!org.apache.log,!org.apache.commons.logging,!groovy.lang,!javax.jms,!org.codehaus.commons.compiler,!org.codehaus.groovy.*,!org.codehaus.janino,!com.ibm.icu.*,!com.sun.faces.*,!org.jasypt.*,*</Import-Package>
148 <Embed-Dependency>!dblib-provider,jasypt,eelf-core,logback-core,logback-classic;scope=compile|runtime;inline=false</Embed-Dependency>
149 <Embed-Transitive>true</Embed-Transitive>
150 </instructions>
151 </configuration>
152 </plugin>
153 </plugins>
154 </build>
Ganesh Chandrasekaran8fe91222018-06-28 17:39:09 +0900155</project>