blob: 50060d063137bb619f86e3849fd6d87c40ae02cc [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 !-->
Ian Maxond8857792015-09-11 14:19:53 -070019
vinayakb4fa23432013-04-06 19:21:13 +000020<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
vinayakb4df31102013-04-06 18:28:48 +000021 <modelVersion>4.0.0</modelVersion>
Ian Maxone915e8c2015-07-01 17:03:31 -070022 <groupId>org.apache.hyracks.examples</groupId>
vinayakb4df31102013-04-06 18:28:48 +000023 <artifactId>hyracks-integration-tests</artifactId>
24 <name>hyracks-integration-tests</name>
25 <parent>
Ian Maxone915e8c2015-07-01 17:03:31 -070026 <groupId>org.apache.hyracks</groupId>
vinayakb4df31102013-04-06 18:28:48 +000027 <artifactId>hyracks-examples</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070028 <version>0.2.17-SNAPSHOT</version>
vinayakb4df31102013-04-06 18:28:48 +000029 </parent>
Ian Maxon5ae0df82015-10-14 10:45:19 -070030
vinayakb4df31102013-04-06 18:28:48 +000031 <dependencies>
32 <dependency>
Ian Maxone915e8c2015-07-01 17:03:31 -070033 <groupId>org.apache.hyracks</groupId>
vinayakb4df31102013-04-06 18:28:48 +000034 <artifactId>hyracks-dataflow-std</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070035 <version>0.2.17-SNAPSHOT</version>
vinayakb4df31102013-04-06 18:28:48 +000036 <type>jar</type>
37 <scope>compile</scope>
38 </dependency>
39 <dependency>
Ian Maxone915e8c2015-07-01 17:03:31 -070040 <groupId>org.apache.hyracks</groupId>
vinayakb4df31102013-04-06 18:28:48 +000041 <artifactId>hyracks-control-cc</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070042 <version>0.2.17-SNAPSHOT</version>
vinayakb4df31102013-04-06 18:28:48 +000043 <type>jar</type>
44 <scope>compile</scope>
45 </dependency>
46 <dependency>
Ian Maxone915e8c2015-07-01 17:03:31 -070047 <groupId>org.apache.hyracks</groupId>
vinayakb4df31102013-04-06 18:28:48 +000048 <artifactId>hyracks-control-nc</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070049 <version>0.2.17-SNAPSHOT</version>
vinayakb4df31102013-04-06 18:28:48 +000050 <type>jar</type>
51 <scope>compile</scope>
52 </dependency>
53 <dependency>
Ian Maxone915e8c2015-07-01 17:03:31 -070054 <groupId>org.apache.hyracks</groupId>
vinayakb4df31102013-04-06 18:28:48 +000055 <artifactId>hyracks-storage-am-btree</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070056 <version>0.2.17-SNAPSHOT</version>
vinayakb4df31102013-04-06 18:28:48 +000057 <type>jar</type>
58 <scope>compile</scope>
59 </dependency>
60 <dependency>
Ian Maxone915e8c2015-07-01 17:03:31 -070061 <groupId>org.apache.hyracks</groupId>
vinayakb4df31102013-04-06 18:28:48 +000062 <artifactId>hyracks-storage-am-rtree</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070063 <version>0.2.17-SNAPSHOT</version>
vinayakb4df31102013-04-06 18:28:48 +000064 <type>jar</type>
65 <scope>compile</scope>
66 </dependency>
67 <dependency>
Ian Maxone915e8c2015-07-01 17:03:31 -070068 <groupId>org.apache.hyracks</groupId>
vinayakb4df31102013-04-06 18:28:48 +000069 <artifactId>hyracks-storage-am-lsm-btree</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070070 <version>0.2.17-SNAPSHOT</version>
vinayakb4df31102013-04-06 18:28:48 +000071 <type>jar</type>
72 <scope>compile</scope>
73 </dependency>
74 <dependency>
Ian Maxone915e8c2015-07-01 17:03:31 -070075 <groupId>org.apache.hyracks</groupId>
vinayakb4df31102013-04-06 18:28:48 +000076 <artifactId>hyracks-storage-am-lsm-rtree</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070077 <version>0.2.17-SNAPSHOT</version>
vinayakb4df31102013-04-06 18:28:48 +000078 <type>jar</type>
79 <scope>compile</scope>
80 </dependency>
81 <dependency>
Ian Maxone915e8c2015-07-01 17:03:31 -070082 <groupId>org.apache.hyracks</groupId>
vinayakb4df31102013-04-06 18:28:48 +000083 <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070084 <version>0.2.17-SNAPSHOT</version>
vinayakb4df31102013-04-06 18:28:48 +000085 <type>jar</type>
86 <scope>compile</scope>
87 </dependency>
88 <dependency>
Ian Maxone915e8c2015-07-01 17:03:31 -070089 <groupId>org.apache.hyracks</groupId>
vinayakb4df31102013-04-06 18:28:48 +000090 <artifactId>hyracks-test-support</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070091 <version>0.2.17-SNAPSHOT</version>
vinayakb4df31102013-04-06 18:28:48 +000092 <type>jar</type>
93 <scope>test</scope>
94 </dependency>
95 <dependency>
Ian Maxone915e8c2015-07-01 17:03:31 -070096 <groupId>org.apache.hyracks</groupId>
vinayakb4df31102013-04-06 18:28:48 +000097 <artifactId>hyracks-data-std</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070098 <version>0.2.17-SNAPSHOT</version>
vinayakb4df31102013-04-06 18:28:48 +000099 </dependency>
100 <dependency>
Ian Maxone915e8c2015-07-01 17:03:31 -0700101 <groupId>org.apache.hyracks</groupId>
vinayakb4df31102013-04-06 18:28:48 +0000102 <artifactId>hyracks-client</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -0700103 <version>0.2.17-SNAPSHOT</version>
vinayakb4df31102013-04-06 18:28:48 +0000104 <type>jar</type>
105 <scope>compile</scope>
106 </dependency>
Yingyi Bu9295be12015-09-22 14:28:06 -0700107 <dependency>
108 <groupId>com.e-movimento.tinytools</groupId>
109 <artifactId>privilegedaccessor</artifactId>
110 <version>1.2.2</version>
111 <scope>test</scope>
112 </dependency>
vinayakb4df31102013-04-06 18:28:48 +0000113 </dependencies>
vinayakb0c860392012-10-06 18:47:20 +0000114</project>