Roll to next Guilin snapshot
[ccsdk/sli/plugins.git] / sshapi-call-node / provider / pom.xml
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>
4
5     <parent>
6         <groupId>org.onap.ccsdk.parent</groupId>
7         <artifactId>binding-parent</artifactId>
8         <version>2.0.2</version>
9     </parent>
10
11     <groupId>org.onap.ccsdk.sli.plugins</groupId>
12     <artifactId>sshapi-call-node-provider</artifactId>
13     <version>1.0.3-SNAPSHOT</version>
14     <packaging>bundle</packaging>
15
16     <name>ccsdk-sli-plugins :: sshapi-call-node :: ${project.artifactId}</name>
17
18     <dependencyManagement>
19         <dependencies>
20                 <dependency>
21   <groupId>org.onap.ccsdk.sli.core</groupId>
22   <artifactId>sli-core-artifacts</artifactId>
23   <version>${ccsdk.sli.core.version}</version>
24   <type>pom</type>
25   <scope>import</scope>
26                 </dependency>
27         </dependencies>
28     </dependencyManagement>
29     <dependencies>
30         <dependency>
31             <groupId>junit</groupId>
32             <artifactId>junit</artifactId>
33             <scope>test</scope>
34         </dependency>
35         <dependency>
36             <groupId>org.onap.ccsdk.sli.core</groupId>
37             <artifactId>sli-common</artifactId>
38             <scope>provided</scope>
39         </dependency>
40         <!-- ILLEGAL DEPENDENCY : creates circular dependency between CCSDK and APPC -->
41         <dependency>
42             <groupId>org.onap.appc</groupId>
43             <artifactId>appc-ssh-adapter-api</artifactId>
44             <version>1.3.0</version>
45             <scope>provided</scope>
46         </dependency>
47         <dependency>
48             <groupId>org.json</groupId>
49             <artifactId>json</artifactId>
50         </dependency>
51         <dependency>
52             <groupId>org.codehaus.jettison</groupId>
53             <artifactId>jettison</artifactId>
54         </dependency>
55         <dependency>
56             <groupId>com.att.eelf</groupId>
57             <artifactId>eelf-core</artifactId>
58         </dependency>
59     </dependencies>
60 </project>