blob: 12019f0228a68c1ad1451893c1ad16b446ba14c8 [file] [log] [blame]
dfilppia4c936a2017-08-03 21:26:02 +00001<!--
2/*
3 * ============LICENSE_START===================================================
4 * Copyright (c) 2017 Cloudify.co. All rights reserved.
5 * ===================================================================
6 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
7 * use this file except in compliance with the License. You may obtain a copy
8 * of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15 * License for the specific language governing permissions and limitations under
16 * the License.
17 * ============LICENSE_END====================================================
18*/
19-->
20<?xml version="1.0" encoding="UTF-8"?>
21<project xmlns="http://maven.apache.org/POM/4.0.0"
22 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24 <modelVersion>4.0.0</modelVersion>
25
26 <groupId>aria-client</groupId>
27 <artifactId>aria-client</artifactId>
28 <version>1.0-SNAPSHOT</version>
29
30 <dependencies>
31 <dependency>
32 <groupId>org.glassfish.jersey.core</groupId>
33 <artifactId>jersey-client</artifactId>
34 <version>2.26-b03</version>
35 </dependency>
36 <dependency>
37 <groupId>org.glassfish.jersey.media</groupId>
38 <artifactId>jersey-media-json-jackson1</artifactId>
39 <version>2.26-b03</version>
40 </dependency>
41 </dependencies>
42
43</project>