blob: e8c7b051087d16f2b62cc3ba56e270bee8d3ae5d [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 Alamoudi4ff6a362018-02-12 09:24:15 -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-am-common</artifactId>
buyingyi8d79d162012-10-22 23:04:47 +000023 <name>hyracks-storage-am-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 Jenkins0948b242017-11-20 15:56:08 -080027 <version>0.3.4-SNAPSHOT</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>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -080040 <build>
41 <plugins>
42 <plugin>
43 <groupId>org.apache.maven.plugins</groupId>
44 <artifactId>maven-jar-plugin</artifactId>
45 <executions>
46 <execution>
47 <goals>
48 <goal>test-jar</goal>
49 </goals>
50 </execution>
51 </executions>
52 </plugin>
53 </plugins>
54 </build>
vinayakb0c860392012-10-06 18:47:20 +000055 <dependencies>
JavierJia26c3b532015-10-23 13:49:32 -070056 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -070057 <groupId>org.apache.hyracks</groupId>
58 <artifactId>hyracks-api</artifactId>
Michael Blowf8a882d2016-08-02 01:28:34 -040059 <version>${project.version}</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070060 <type>jar</type>
61 <scope>compile</scope>
62 </dependency>
63 <dependency>
64 <groupId>org.apache.hyracks</groupId>
65 <artifactId>hyracks-storage-common</artifactId>
Michael Blowf8a882d2016-08-02 01:28:34 -040066 <version>${project.version}</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070067 <type>jar</type>
68 <scope>compile</scope>
69 </dependency>
70 <dependency>
71 <groupId>org.apache.hyracks</groupId>
72 <artifactId>hyracks-dataflow-common</artifactId>
Michael Blowf8a882d2016-08-02 01:28:34 -040073 <version>${project.version}</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070074 <type>jar</type>
75 <scope>compile</scope>
76 </dependency>
77 <dependency>
78 <groupId>org.apache.hyracks</groupId>
79 <artifactId>hyracks-dataflow-std</artifactId>
Michael Blowf8a882d2016-08-02 01:28:34 -040080 <version>${project.version}</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070081 <type>jar</type>
82 <scope>compile</scope>
83 </dependency>
84 <dependency>
85 <groupId>org.apache.hyracks</groupId>
86 <artifactId>hyracks-util</artifactId>
Michael Blowf8a882d2016-08-02 01:28:34 -040087 <version>${project.version}</version>
JavierJia26c3b532015-10-23 13:49:32 -070088 </dependency>
Michael Blowba358122016-10-13 19:56:03 -040089 <dependency>
90 <groupId>org.apache.hyracks</groupId>
91 <artifactId>hyracks-data-std</artifactId>
92 <version>${project.version}</version>
93 </dependency>
Abdullah Alamoudi90cdbac2017-01-05 18:18:48 -080094 <dependency>
Murtadha Hubail8dd947b2017-09-30 13:47:51 +030095 <groupId>org.apache.hyracks</groupId>
96 <artifactId>hyracks-control-common</artifactId>
97 <version>${project.version}</version>
98 </dependency>
99 <dependency>
Abdullah Alamoudi90cdbac2017-01-05 18:18:48 -0800100 <groupId>junit</groupId>
101 <artifactId>junit</artifactId>
102 <scope>test</scope>
103 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300104 <dependency>
105 <groupId>org.apache.logging.log4j</groupId>
106 <artifactId>log4j-api</artifactId>
107 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800108 <dependency>
109 <groupId>org.mockito</groupId>
110 <artifactId>mockito-all</artifactId>
111 <scope>test</scope>
112 </dependency>
Murtadha Hubail11f7c342018-07-15 10:55:47 +0300113 <dependency>
114 <groupId>com.fasterxml.jackson.core</groupId>
115 <artifactId>jackson-databind</artifactId>
116 </dependency>
vinayakb0c860392012-10-06 18:47:20 +0000117 </dependencies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800118</project>