blob: 63e12464ba176d74e5ea565cd99b96d0d9391271 [file] [log] [blame]
Till Westmann276bbc22013-06-05 18:56:27 -07001<!--
Ian Maxond8857792015-09-11 14:19:53 -07002 ! Licensed to the Apache Software Foundation (ASF) under one
3 ! or more contributor license agreements. See the NOTICE file
4 ! distributed with this work for additional information
5 ! regarding copyright ownership. The ASF licenses this file
6 ! to you under the Apache License, Version 2.0 (the
7 ! "License"); you may not use this file except in compliance
8 ! with the License. You may obtain a copy 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,
13 ! software distributed under the License is distributed on an
14 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ! KIND, either express or implied. See the License for the
16 ! specific language governing permissions and limitations
17 ! under the License.
Till Westmann276bbc22013-06-05 18:56:27 -070018 !-->
Abdullah Alamoudi98574962018-02-14 10:27:40 -080019<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
vinayakb0c860392012-10-06 18:47:20 +000021 <modelVersion>4.0.0</modelVersion>
vinayakb0c860392012-10-06 18:47:20 +000022 <artifactId>hyracks-storage-common</artifactId>
buyingyi8d79d162012-10-22 23:04:47 +000023 <name>hyracks-storage-common</name>
vinayakb0c860392012-10-06 18:47:20 +000024 <parent>
Ian Maxone915e8c2015-07-01 17:03:31 -070025 <groupId>org.apache.hyracks</groupId>
vinayakb0c860392012-10-06 18:47:20 +000026 <artifactId>hyracks</artifactId>
AsterixDB Jenkins23bd6ef2018-08-31 14:56:33 -070027 <version>0.3.4</version>
vinayakb0c860392012-10-06 18:47:20 +000028 </parent>
Iane82f8112014-11-19 12:31:18 -080029 <licenses>
30 <license>
31 <name>Apache License, Version 2.0</name>
32 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
33 <distribution>repo</distribution>
34 <comments>A business-friendly OSS license</comments>
35 </license>
36 </licenses>
Ian Maxon9e37c962015-11-25 07:38:37 -080037 <properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -070038 <root.dir>${basedir}/../..</root.dir>
Ian Maxon9e37c962015-11-25 07:38:37 -080039 </properties>
vinayakb0c860392012-10-06 18:47:20 +000040 <dependencies>
Michael Blowb4c1fb02016-05-09 15:41:00 -070041 <dependency>
42 <groupId>org.apache.hyracks</groupId>
43 <artifactId>hyracks-api</artifactId>
Michael Blowf8a882d2016-08-02 01:28:34 -040044 <version>${project.version}</version>
Michael Blowba358122016-10-13 19:56:03 -040045 </dependency>
Abdullah Alamoudi735532e2017-05-11 13:58:53 -070046 <dependency>
47 <groupId>org.apache.hyracks</groupId>
48 <artifactId>hyracks-dataflow-common</artifactId>
49 <version>${project.version}</version>
50 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +030051 <dependency>
52 <groupId>org.apache.logging.log4j</groupId>
53 <artifactId>log4j-api</artifactId>
54 </dependency>
vinayakb0c860392012-10-06 18:47:20 +000055 </dependencies>
Abdullah Alamoudi98574962018-02-14 10:27:40 -080056</project>