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.1-SNAPSHOT</version>
11 <groupId>org.onap.ccsdk.sli.plugins</groupId>
12 <artifactId>sshapi-call-node-provider</artifactId>
13 <version>0.3.1-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.onap.ccsdk.sli.core</groupId>
31 <artifactId>sli-common</artifactId>
34 <groupId>org.onap.ccsdk.sli.core</groupId>
35 <artifactId>sli-provider</artifactId>
38 <groupId>org.onap.appc</groupId>
39 <artifactId>appc-ssh-adapter-api</artifactId>
40 <version>1.3.0</version>
41 <scope>provided</scope>
44 <groupId>org.json</groupId>
45 <artifactId>json</artifactId>
48 <groupId>org.codehaus.jettison</groupId>
49 <artifactId>jettison</artifactId>
52 <groupId>com.att.eelf</groupId>
53 <artifactId>eelf-core</artifactId>