1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>binding-parent</artifactId>
8 <version>1.1.0-SNAPSHOT</version>
11 <groupId>org.onap.ccsdk.sli.plugins</groupId>
12 <artifactId>sshapi-call-node-provider</artifactId>
13 <version>0.3.0-SNAPSHOT</version>
14 <packaging>bundle</packaging>
16 <name>ccsdk-sli-plugins :: sshapi-call-node :: ${project.artifactId}</name>
17 <url>http://maven.apache.org</url>
20 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
25 <groupId>junit</groupId>
26 <artifactId>junit</artifactId>
30 <groupId>org.springframework</groupId>
31 <artifactId>spring-test</artifactId>
35 <groupId>org.onap.ccsdk.sli.core</groupId>
36 <artifactId>sli-common</artifactId>
39 <groupId>org.onap.ccsdk.sli.core</groupId>
40 <artifactId>sli-provider</artifactId>
43 <groupId>org.onap.appc</groupId>
44 <artifactId>appc-ssh-adapter-api</artifactId>
45 <version>1.3.0</version>
46 <scope>provided</scope>
49 <groupId>org.json</groupId>
50 <artifactId>json</artifactId>
53 <groupId>org.slf4j</groupId>
54 <artifactId>slf4j-api</artifactId>
57 <groupId>org.springframework</groupId>
58 <artifactId>spring-beans</artifactId>
61 <groupId>org.springframework</groupId>
62 <artifactId>spring-context</artifactId>
65 <groupId>com.sun.jersey</groupId>
66 <artifactId>jersey-client</artifactId>
69 <groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
70 <artifactId>oauth-signature</artifactId>
71 <version>${jersey.version}</version>
74 <groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
75 <artifactId>oauth-client</artifactId>
76 <version>${jersey.version}</version>
79 <groupId>org.codehaus.jettison</groupId>
80 <artifactId>jettison</artifactId>