blob: 5ae79b34f59971a5bdbfc709022877ccb9bcf936 [file] [log] [blame]
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -04001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)be72a3c2018-06-15 18:25:23 -04002<!-- ============LICENSE_START=======================================================
3 ONAP : APPC ================================================================================
4 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
5 ================================================================================
6 Copyright (C) 2017 Amdocs =============================================================================
7 Licensed under the Apache License, Version 2.0 (the "License"); you may not
8 use this file except in compliance with the License. You may obtain a copy
9 of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
10 by applicable law or agreed to in writing, software distributed under the
11 License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
12 OF ANY KIND, either express or implied. See the License for the specific
13 language governing permissions and limitations under the License. ECOMP is
14 a trademark and service mark of AT&T Intellectual Property. ============LICENSE_END========================================================= -->
Timoney, Dan (dt5972)f200a722019-01-03 16:24:22 -050015<project xmlns="http://maven.apache.org/POM/4.0.0"
16 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Timoney, Dan (dt5972)be72a3c2018-06-15 18:25:23 -040018 <modelVersion>4.0.0</modelVersion>
19 <parent>
20 <groupId>org.onap.ccsdk.parent</groupId>
21 <artifactId>binding-parent</artifactId>
Timoney, Dan (dt5972)f200a722019-01-03 16:24:22 -050022 <version>1.2.1-SNAPSHOT</version>
23 <relativePath />
Timoney, Dan (dt5972)be72a3c2018-06-15 18:25:23 -040024 </parent>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -040025
Timoney, Dan (dt5972)be72a3c2018-06-15 18:25:23 -040026 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
27 <artifactId>ansible-adapter-bundle</artifactId>
Timoney, Dan (dt5972)f200a722019-01-03 16:24:22 -050028 <version>0.4.1-SNAPSHOT</version>
Timoney, Dan (dt5972)be72a3c2018-06-15 18:25:23 -040029 <packaging>bundle</packaging>
30 <name>ccsdk-sli-adaptors :: ansible-adapter :: ${project.artifactId}</name>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -040031
Timoney, Dan (dt5972)f200a722019-01-03 16:24:22 -050032
33 <properties>
34 <ccsdk.sli.adaptors.version>${project.version}</ccsdk.sli.adaptors.version>
35 </properties>
36
37 <dependencyManagement>
38 <dependencies>
39 <dependency>
40 <groupId>org.onap.ccsdk.sli.core</groupId>
41 <artifactId>sli-core-artifacts</artifactId>
42 <version>${ccsdk.sli.core.version}</version>
43 <type>pom</type>
44 <scope>import</scope>
45 </dependency>
46 </dependencies>
47 </dependencyManagement>
48
Timoney, Dan (dt5972)be72a3c2018-06-15 18:25:23 -040049 <dependencies>
50 <dependency>
51 <groupId>com.att.eelf</groupId>
52 <artifactId>eelf-core</artifactId>
53 </dependency>
54 <dependency>
55 <groupId>commons-codec</groupId>
56 <artifactId>commons-codec</artifactId>
57 </dependency>
58 <dependency>
59 <groupId>commons-logging</groupId>
60 <artifactId>commons-logging</artifactId>
61 <version>1.2</version>
62 </dependency>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -040063
Timoney, Dan (dt5972)be72a3c2018-06-15 18:25:23 -040064 <dependency>
65 <groupId>org.apache.httpcomponents</groupId>
66 <artifactId>httpclient</artifactId>
67 <version>${apache.httpcomponents.client.version}</version>
68 </dependency>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -040069
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -040070
Timoney, Dan (dt5972)be72a3c2018-06-15 18:25:23 -040071 <!-- Needed to run test cases -->
72 <dependency>
73 <groupId>org.glassfish.jersey.core</groupId>
74 <artifactId>jersey-common</artifactId>
75 <version>2.9.1</version>
76 <scope>test</scope>
77 </dependency>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -040078
Timoney, Dan (dt5972)be72a3c2018-06-15 18:25:23 -040079 <dependency>
80 <groupId>org.codehaus.jackson</groupId>
81 <artifactId>jackson-jaxrs</artifactId>
82 <version>1.9.13</version>
83 <scope>test</scope>
84 </dependency>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -040085
Timoney, Dan (dt5972)be72a3c2018-06-15 18:25:23 -040086 <dependency>
87 <groupId>junit</groupId>
88 <artifactId>junit</artifactId>
89 <scope>test</scope>
90 </dependency>
91 <dependency>
92 <groupId>org.mockito</groupId>
93 <artifactId>mockito-core</artifactId>
94 <scope>test</scope>
95 </dependency>
96 <dependency>
97 <groupId>org.onap.ccsdk.sli.core</groupId>
98 <artifactId>sli-common</artifactId>
99 </dependency>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -0400100
Timoney, Dan (dt5972)be72a3c2018-06-15 18:25:23 -0400101 <dependency>
102 <groupId>org.onap.ccsdk.sli.core</groupId>
103 <artifactId>sli-provider</artifactId>
104 </dependency>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -0400105
Timoney, Dan (dt5972)be72a3c2018-06-15 18:25:23 -0400106 <dependency>
107 <groupId>org.osgi</groupId>
108 <artifactId>org.osgi.core</artifactId>
109 <scope>provided</scope>
110 </dependency>
111 <dependency>
112 <groupId>org.slf4j</groupId>
113 <artifactId>slf4j-api</artifactId>
114 </dependency>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -0400115
Timoney, Dan (dt5972)be72a3c2018-06-15 18:25:23 -0400116 <dependency>
117 <groupId>org.slf4j</groupId>
118 <artifactId>jcl-over-slf4j</artifactId>
119 </dependency>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -0400120
Timoney, Dan (dt5972)be72a3c2018-06-15 18:25:23 -0400121 <dependency>
122 <groupId>org.json</groupId>
123 <artifactId>json</artifactId>
124 </dependency>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -0400125
126
Timoney, Dan (dt5972)be72a3c2018-06-15 18:25:23 -0400127 <dependency>
128 <groupId>com.google.guava</groupId>
129 <artifactId>guava</artifactId>
130 </dependency>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -0400131
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -0400132
Timoney, Dan (dt5972)be72a3c2018-06-15 18:25:23 -0400133 </dependencies>
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -0400134
135
Timoney, Dan (dt5972)99fe1a52018-03-29 12:31:45 -0400136</project>