Benjamin, Max | 4f774ee | 2020-04-28 15:13:12 -0400 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | 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 | <parent> |
| 5 | <groupId>org.onap.so</groupId> |
| 6 | <artifactId>graph-inventory</artifactId> |
| 7 | <version>1.6.0-SNAPSHOT</version> |
| 8 | </parent> |
| 9 | <artifactId>aai-client</artifactId> |
| 10 | <dependencies> |
| 11 | <dependency> |
| 12 | <groupId>org.onap.so</groupId> |
| 13 | <artifactId>common</artifactId> |
| 14 | <version>${project.version}</version> |
| 15 | </dependency> |
| 16 | <dependency> |
| 17 | <groupId>com.google.guava</groupId> |
| 18 | <artifactId>guava</artifactId> |
| 19 | <version>22.0</version> |
| 20 | </dependency> |
| 21 | <dependency> |
| 22 | <groupId>org.apache.httpcomponents</groupId> |
| 23 | <artifactId>httpclient</artifactId> |
| 24 | <version>4.5</version> |
| 25 | <scope>compile</scope> |
| 26 | <optional>true</optional> |
| 27 | </dependency> |
| 28 | <dependency> |
| 29 | <groupId>org.apache.cxf</groupId> |
| 30 | <artifactId>cxf-rt-rs-client</artifactId> |
| 31 | <version>3.2.5</version> |
| 32 | <optional>true</optional> |
| 33 | </dependency> |
| 34 | <dependency> |
| 35 | <groupId>com.fasterxml.jackson.core</groupId> |
| 36 | <artifactId>jackson-databind</artifactId> |
| 37 | <version>2.9.6</version> |
| 38 | </dependency> |
| 39 | <dependency> |
| 40 | <groupId>com.fasterxml.jackson.core</groupId> |
| 41 | <artifactId>jackson-annotations</artifactId> |
| 42 | <version>2.9.6</version> |
| 43 | </dependency> |
| 44 | <dependency> |
| 45 | <groupId>com.fasterxml.jackson.module</groupId> |
| 46 | <artifactId>jackson-module-jaxb-annotations</artifactId> |
| 47 | <version>2.9.6</version> |
| 48 | </dependency> |
| 49 | <dependency> |
| 50 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
| 51 | <artifactId>jackson-jaxrs-json-provider</artifactId> |
| 52 | <version>2.9.0</version> |
| 53 | </dependency> |
| 54 | <dependency> |
| 55 | <groupId>commons-io</groupId> |
| 56 | <artifactId>commons-io</artifactId> |
| 57 | <version>2.5</version> |
| 58 | </dependency> |
| 59 | <dependency> |
| 60 | <groupId>ch.qos.logback</groupId> |
| 61 | <artifactId>logback-classic</artifactId> |
| 62 | <version>1.2.3</version> |
| 63 | </dependency> |
| 64 | <dependency> |
| 65 | <groupId>org.onap.logging-analytics</groupId> |
| 66 | <artifactId>logging-slf4j</artifactId> |
| 67 | <version>1.6.6</version> |
| 68 | </dependency> |
| 69 | <dependency> |
| 70 | <groupId>org.onap.logging-analytics</groupId> |
| 71 | <artifactId>logging-filter-base</artifactId> |
| 72 | <version>1.6.6</version> |
| 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>org.onap.logging-analytics</groupId> |
| 76 | <artifactId>logging-filter-spring</artifactId> |
| 77 | <version>1.6.6</version> |
| 78 | </dependency> |
| 79 | <dependency> |
| 80 | <groupId>junit</groupId> |
| 81 | <artifactId>junit</artifactId> |
| 82 | <version>4.12</version> |
| 83 | <scope>test</scope> |
| 84 | </dependency> |
| 85 | <dependency> |
| 86 | <groupId>org.hamcrest</groupId> |
| 87 | <artifactId>hamcrest-all</artifactId> |
| 88 | <version>1.3</version> |
| 89 | <scope>test</scope> |
| 90 | </dependency> |
| 91 | <dependency> |
| 92 | <groupId>javax.ws.rs</groupId> |
| 93 | <artifactId>javax.ws.rs-api</artifactId> |
| 94 | <version>2.1</version> |
| 95 | </dependency> |
| 96 | <dependency> |
| 97 | <groupId>com.github.tomakehurst</groupId> |
| 98 | <artifactId>wiremock-standalone</artifactId> |
| 99 | <version>2.13.0</version> |
| 100 | <scope>test</scope> |
| 101 | <exclusions> |
| 102 | <exclusion> |
| 103 | <groupId>org.mortbay.jetty</groupId> |
| 104 | <artifactId>jetty</artifactId> |
| 105 | </exclusion> |
| 106 | <exclusion> |
| 107 | <groupId>com.google.guava</groupId> |
| 108 | <artifactId>guava</artifactId> |
| 109 | </exclusion> |
| 110 | <exclusion> |
| 111 | <groupId>com.fasterxml.jackson.core</groupId> |
| 112 | <artifactId>jackson-core</artifactId> |
| 113 | </exclusion> |
| 114 | <exclusion> |
| 115 | <groupId>com.fasterxml.jackson.core</groupId> |
| 116 | <artifactId>jackson-annotations</artifactId> |
| 117 | </exclusion> |
| 118 | <exclusion> |
| 119 | <groupId>com.fasterxml.jackson.core</groupId> |
| 120 | <artifactId>jackson-databind</artifactId> |
| 121 | </exclusion> |
| 122 | <exclusion> |
| 123 | <groupId>org.apache.httpcomponents</groupId> |
| 124 | <artifactId>httpclient</artifactId> |
| 125 | </exclusion> |
| 126 | <exclusion> |
| 127 | <groupId>org.skyscreamer</groupId> |
| 128 | <artifactId>jsonassert</artifactId> |
| 129 | </exclusion> |
| 130 | <exclusion> |
| 131 | <groupId>xmlunit</groupId> |
| 132 | <artifactId>xmlunit</artifactId> |
| 133 | </exclusion> |
| 134 | <exclusion> |
| 135 | <groupId>com.jayway.jsonpath</groupId> |
| 136 | <artifactId>json-path</artifactId> |
| 137 | </exclusion> |
| 138 | <exclusion> |
| 139 | <groupId>net.sf.jopt-simple</groupId> |
| 140 | <artifactId>jopt-simple</artifactId> |
| 141 | </exclusion> |
| 142 | </exclusions> |
| 143 | </dependency> |
| 144 | <dependency> |
| 145 | <groupId>javax.servlet</groupId> |
| 146 | <artifactId>javax.servlet-api</artifactId> |
| 147 | <version>3.1.0</version> |
| 148 | </dependency> |
| 149 | <dependency> |
| 150 | <groupId>org.mockito</groupId> |
| 151 | <artifactId>mockito-core</artifactId> |
| 152 | <version>2.20.0</version> |
| 153 | <scope>test</scope> |
| 154 | </dependency> |
| 155 | <dependency> |
| 156 | <groupId>com.shazam</groupId> |
| 157 | <artifactId>shazamcrest</artifactId> |
| 158 | <version>0.11</version> |
| 159 | <scope>test</scope> |
| 160 | <exclusions> |
| 161 | <exclusion> |
| 162 | <groupId>com.google.guava</groupId> |
| 163 | <artifactId>guava</artifactId> |
| 164 | </exclusion> |
| 165 | <exclusion> |
| 166 | <groupId>org.apache.commons</groupId> |
| 167 | <artifactId>commons-lang3</artifactId> |
| 168 | </exclusion> |
| 169 | </exclusions> |
| 170 | </dependency> |
| 171 | <dependency> |
| 172 | <groupId>org.onap.aai.schema-service</groupId> |
| 173 | <artifactId>aai-schema</artifactId> |
| 174 | <version>1.6.5</version> |
| 175 | </dependency> |
| 176 | <dependency> |
| 177 | <groupId>com.jayway.jsonpath</groupId> |
| 178 | <artifactId>json-path</artifactId> |
| 179 | <version>2.2.0</version> |
| 180 | </dependency> |
| 181 | <dependency> |
| 182 | <groupId>org.apache.commons</groupId> |
| 183 | <artifactId>commons-lang3</artifactId> |
| 184 | <version>3.6</version> |
| 185 | </dependency> |
| 186 | <dependency> |
| 187 | <groupId>org.springframework</groupId> |
| 188 | <artifactId>spring-web</artifactId> |
| 189 | <version>5.0.9.RELEASE</version> |
| 190 | </dependency> |
| 191 | <dependency> |
| 192 | <groupId>org.antlr</groupId> |
| 193 | <artifactId>antlr4-runtime</artifactId> |
| 194 | <version>4.7</version> |
| 195 | </dependency> |
| 196 | <dependency> |
| 197 | <groupId>net.jodah</groupId> |
| 198 | <artifactId>failsafe</artifactId> |
| 199 | <version>2.0.1</version> |
| 200 | </dependency> |
| 201 | <dependency> |
| 202 | <groupId>org.reflections</groupId> |
| 203 | <artifactId>reflections</artifactId> |
| 204 | <version>0.9.11</version> |
| 205 | </dependency> |
| 206 | </dependencies> |
| 207 | </project> |