Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 2 | <!-- ============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) | f200a72 | 2019-01-03 16:24:22 -0500 | [diff] [blame] | 15 | <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) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 18 | <modelVersion>4.0.0</modelVersion> |
| 19 | <parent> |
| 20 | <groupId>org.onap.ccsdk.parent</groupId> |
| 21 | <artifactId>binding-parent</artifactId> |
Timoney, Dan (dt5972) | f200a72 | 2019-01-03 16:24:22 -0500 | [diff] [blame] | 22 | <version>1.2.1-SNAPSHOT</version> |
| 23 | <relativePath /> |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 24 | </parent> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 25 | |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 26 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 27 | <artifactId>ansible-adapter-bundle</artifactId> |
Timoney, Dan (dt5972) | f200a72 | 2019-01-03 16:24:22 -0500 | [diff] [blame] | 28 | <version>0.4.1-SNAPSHOT</version> |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 29 | <packaging>bundle</packaging> |
| 30 | <name>ccsdk-sli-adaptors :: ansible-adapter :: ${project.artifactId}</name> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 31 | |
Timoney, Dan (dt5972) | f200a72 | 2019-01-03 16:24:22 -0500 | [diff] [blame] | 32 | |
| 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) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 49 | <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) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 63 | |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 64 | <dependency> |
| 65 | <groupId>org.apache.httpcomponents</groupId> |
| 66 | <artifactId>httpclient</artifactId> |
| 67 | <version>${apache.httpcomponents.client.version}</version> |
| 68 | </dependency> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 69 | |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 70 | |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 71 | <!-- 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) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 78 | |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 79 | <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) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 85 | |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 86 | <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) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 100 | |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 101 | <dependency> |
| 102 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 103 | <artifactId>sli-provider</artifactId> |
| 104 | </dependency> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 105 | |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 106 | <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) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 115 | |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 116 | <dependency> |
| 117 | <groupId>org.slf4j</groupId> |
| 118 | <artifactId>jcl-over-slf4j</artifactId> |
| 119 | </dependency> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 120 | |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 121 | <dependency> |
| 122 | <groupId>org.json</groupId> |
| 123 | <artifactId>json</artifactId> |
| 124 | </dependency> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 125 | |
| 126 | |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 127 | <dependency> |
| 128 | <groupId>com.google.guava</groupId> |
| 129 | <artifactId>guava</artifactId> |
| 130 | </dependency> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 131 | |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 132 | |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 133 | </dependencies> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 134 | |
| 135 | |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 136 | </project> |