|
1 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion> |
4 | 5 |
|
|
74 | 75 |
|
75 | 76 | <build> |
76 | 77 | <plugins> |
77 | | - |
| 78 | + |
78 | 79 | <plugin> |
79 | 80 | <inherited>true</inherited> |
80 | 81 | <groupId>org.apache.maven.plugins</groupId> |
|
97 | 98 | </execution> |
98 | 99 | </executions> |
99 | 100 | </plugin> |
100 | | - |
| 101 | + |
101 | 102 | <plugin> |
102 | 103 | <groupId>org.sonatype.plugins</groupId> |
103 | 104 | <artifactId>nexus-staging-maven-plugin</artifactId> |
|
224 | 225 | <artifactId>httpclient</artifactId> |
225 | 226 | <scope>provided</scope> |
226 | 227 | </dependency> |
| 228 | + <dependency> |
| 229 | + <groupId>org.apache.httpcomponents</groupId> |
| 230 | + <artifactId>httpcore</artifactId> |
| 231 | + <scope>provided</scope> |
| 232 | + </dependency> |
227 | 233 | <dependency> |
228 | 234 | <groupId>com.arangodb</groupId> |
229 | 235 | <artifactId>velocypack</artifactId> |
|
237 | 243 | <artifactId>logback-classic</artifactId> |
238 | 244 | <scope>test</scope> |
239 | 245 | </dependency> |
240 | | - <dependency> |
| 246 | + <dependency> |
241 | 247 | <groupId>junit</groupId> |
242 | 248 | <artifactId>junit</artifactId> |
243 | 249 | <scope>test</scope> |
|
256 | 262 | <artifactId>httpclient</artifactId> |
257 | 263 | <version>${httpclient.version}</version> |
258 | 264 | </dependency> |
| 265 | + <dependency> |
| 266 | + <groupId>org.apache.httpcomponents</groupId> |
| 267 | + <artifactId>httpcore</artifactId> |
| 268 | + <version>4.4.11</version> |
| 269 | + </dependency> |
259 | 270 | <dependency> |
260 | 271 | <groupId>com.arangodb</groupId> |
261 | 272 | <artifactId>velocypack</artifactId> |
|
271 | 282 | <artifactId>logback-classic</artifactId> |
272 | 283 | <version>${logback-classic.version}</version> |
273 | 284 | </dependency> |
274 | | - <dependency> |
| 285 | + <dependency> |
275 | 286 | <groupId>junit</groupId> |
276 | 287 | <artifactId>junit</artifactId> |
277 | 288 | <version>${junit.version}</version> |
|
0 commit comments