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.2.1-SNAPSHOT</version>
11 <groupId>org.onap.ccsdk.sli.plugins</groupId>
12 <artifactId>sshapi-call-node-provider</artifactId>
13 <version>0.4.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>
23 <dependencyManagement>
26 <groupId>org.onap.ccsdk.sli.core</groupId>
27 <artifactId>sli-core-artifacts</artifactId>
28 <version>${ccsdk.sli.core.version}</version>
33 </dependencyManagement>
37 <groupId>junit</groupId>
38 <artifactId>junit</artifactId>
42 <groupId>org.onap.ccsdk.sli.core</groupId>
43 <artifactId>sli-common</artifactId>
46 <groupId>org.onap.ccsdk.sli.core</groupId>
47 <artifactId>sli-provider</artifactId>
50 <groupId>org.onap.appc</groupId>
51 <artifactId>appc-ssh-adapter-api</artifactId>
52 <version>1.3.0</version>
53 <scope>provided</scope>
56 <groupId>org.json</groupId>
57 <artifactId>json</artifactId>
60 <groupId>org.codehaus.jettison</groupId>
61 <artifactId>jettison</artifactId>
64 <groupId>com.att.eelf</groupId>
65 <artifactId>eelf-core</artifactId>