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.slf4j</groupId>
44 <artifactId>slf4j-api</artifactId>
47 <groupId>org.springframework</groupId>
48 <artifactId>spring-beans</artifactId>
51 <groupId>org.springframework</groupId>
52 <artifactId>spring-context</artifactId>
55 <groupId>com.sun.jersey</groupId>
56 <artifactId>jersey-client</artifactId>
59 <groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
60 <artifactId>oauth-signature</artifactId>
61 <version>${jersey.version}</version>
64 <groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
65 <artifactId>oauth-client</artifactId>
66 <version>${jersey.version}</version>
69 <groupId>org.codehaus.jettison</groupId>
70 <artifactId>jettison</artifactId>