Till Westmann | 276bbc2 | 2013-06-05 18:56:27 -0700 | [diff] [blame] | 1 | <!-- |
Ian Maxon | d885779 | 2015-09-11 14:19:53 -0700 | [diff] [blame] | 2 | ! 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 | ! |
Michael Blow | d6cf641 | 2016-06-30 02:44:35 -0400 | [diff] [blame] | 10 | ! http://www.apache.org/licenses/LICENSE-2.0 |
Ian Maxon | d885779 | 2015-09-11 14:19:53 -0700 | [diff] [blame] | 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 Westmann | 276bbc2 | 2013-06-05 18:56:27 -0700 | [diff] [blame] | 18 | !--> |
Ian Maxon | d885779 | 2015-09-11 14:19:53 -0700 | [diff] [blame] | 19 | |
vinayakb | 4fa2343 | 2013-04-06 19:21:13 +0000 | [diff] [blame] | 20 | <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"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | <groupId>org.apache.hyracks.examples</groupId> |
| 23 | <artifactId>hyracks-integration-tests</artifactId> |
| 24 | <name>hyracks-integration-tests</name> |
| 25 | <parent> |
| 26 | <groupId>org.apache.hyracks</groupId> |
| 27 | <artifactId>hyracks-examples</artifactId> |
AsterixDB Jenkins | 92a9a65 | 2017-08-07 17:23:07 -0700 | [diff] [blame] | 28 | <version>0.3.3-SNAPSHOT</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 29 | </parent> |
Ian Maxon | 5ae0df8 | 2015-10-14 10:45:19 -0700 | [diff] [blame] | 30 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 31 | <build> |
| 32 | <plugins> |
| 33 | <plugin> |
| 34 | <groupId>org.apache.maven.plugins</groupId> |
| 35 | <artifactId>maven-deploy-plugin</artifactId> |
| 36 | <configuration> |
| 37 | <skip>true</skip> |
| 38 | </configuration> |
| 39 | </plugin> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 40 | <plugin> |
| 41 | <groupId>org.apache.rat</groupId> |
| 42 | <artifactId>apache-rat-plugin</artifactId> |
| 43 | <configuration> |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 44 | <excludes combine.children="append"> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 45 | <exclude>data/**</exclude> |
| 46 | </excludes> |
| 47 | </configuration> |
| 48 | </plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 49 | </plugins> |
| 50 | </build> |
| 51 | <properties> |
| 52 | <root.dir>${basedir}/../../..</root.dir> |
| 53 | </properties> |
| 54 | <dependencies> |
| 55 | <dependency> |
| 56 | <groupId>org.apache.hyracks</groupId> |
| 57 | <artifactId>hyracks-dataflow-std</artifactId> |
Michael Blow | f8a882d | 2016-08-02 01:28:34 -0400 | [diff] [blame] | 58 | <version>${project.version}</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 59 | </dependency> |
| 60 | <dependency> |
| 61 | <groupId>org.apache.hyracks</groupId> |
| 62 | <artifactId>hyracks-control-cc</artifactId> |
Michael Blow | f8a882d | 2016-08-02 01:28:34 -0400 | [diff] [blame] | 63 | <version>${project.version}</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 64 | </dependency> |
| 65 | <dependency> |
| 66 | <groupId>org.apache.hyracks</groupId> |
| 67 | <artifactId>hyracks-control-nc</artifactId> |
Michael Blow | f8a882d | 2016-08-02 01:28:34 -0400 | [diff] [blame] | 68 | <version>${project.version}</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 69 | </dependency> |
| 70 | <dependency> |
| 71 | <groupId>org.apache.hyracks</groupId> |
Till Westmann | 55dd6ff | 2017-02-19 20:18:51 -0800 | [diff] [blame] | 72 | <artifactId>hyracks-storage-common</artifactId> |
| 73 | <version>${project.version}</version> |
| 74 | </dependency> |
| 75 | <dependency> |
| 76 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 77 | <artifactId>hyracks-storage-am-btree</artifactId> |
Michael Blow | f8a882d | 2016-08-02 01:28:34 -0400 | [diff] [blame] | 78 | <version>${project.version}</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 79 | </dependency> |
| 80 | <dependency> |
| 81 | <groupId>org.apache.hyracks</groupId> |
| 82 | <artifactId>hyracks-storage-am-rtree</artifactId> |
Michael Blow | f8a882d | 2016-08-02 01:28:34 -0400 | [diff] [blame] | 83 | <version>${project.version}</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 84 | </dependency> |
| 85 | <dependency> |
| 86 | <groupId>org.apache.hyracks</groupId> |
| 87 | <artifactId>hyracks-storage-am-lsm-btree</artifactId> |
Michael Blow | f8a882d | 2016-08-02 01:28:34 -0400 | [diff] [blame] | 88 | <version>${project.version}</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 89 | </dependency> |
| 90 | <dependency> |
| 91 | <groupId>org.apache.hyracks</groupId> |
| 92 | <artifactId>hyracks-storage-am-lsm-rtree</artifactId> |
Michael Blow | f8a882d | 2016-08-02 01:28:34 -0400 | [diff] [blame] | 93 | <version>${project.version}</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 94 | </dependency> |
| 95 | <dependency> |
| 96 | <groupId>org.apache.hyracks</groupId> |
| 97 | <artifactId>hyracks-test-support</artifactId> |
Michael Blow | f8a882d | 2016-08-02 01:28:34 -0400 | [diff] [blame] | 98 | <version>${project.version}</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 99 | <scope>test</scope> |
| 100 | </dependency> |
| 101 | <dependency> |
| 102 | <groupId>org.apache.hyracks</groupId> |
| 103 | <artifactId>hyracks-data-std</artifactId> |
Michael Blow | f8a882d | 2016-08-02 01:28:34 -0400 | [diff] [blame] | 104 | <version>${project.version}</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 105 | </dependency> |
| 106 | <dependency> |
| 107 | <groupId>org.apache.hyracks</groupId> |
| 108 | <artifactId>hyracks-client</artifactId> |
Michael Blow | f8a882d | 2016-08-02 01:28:34 -0400 | [diff] [blame] | 109 | <version>${project.version}</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 110 | </dependency> |
| 111 | <dependency> |
| 112 | <groupId>com.e-movimento.tinytools</groupId> |
| 113 | <artifactId>privilegedaccessor</artifactId> |
| 114 | <version>1.2.2</version> |
| 115 | <scope>test</scope> |
| 116 | </dependency> |
Michael Blow | 2da62dc | 2016-06-30 21:18:37 -0400 | [diff] [blame] | 117 | <dependency> |
| 118 | <groupId>org.mockito</groupId> |
| 119 | <artifactId>mockito-all</artifactId> |
| 120 | <version>2.0.2-beta</version> |
| 121 | <scope>test</scope> |
| 122 | </dependency> |
Michael Blow | ba35812 | 2016-10-13 19:56:03 -0400 | [diff] [blame] | 123 | <dependency> |
| 124 | <groupId>org.apache.hyracks</groupId> |
| 125 | <artifactId>hyracks-dataflow-common</artifactId> |
| 126 | <version>${project.version}</version> |
| 127 | </dependency> |
| 128 | <dependency> |
Michael Blow | ba35812 | 2016-10-13 19:56:03 -0400 | [diff] [blame] | 129 | <groupId>org.apache.hyracks</groupId> |
| 130 | <artifactId>hyracks-control-common</artifactId> |
| 131 | <version>${project.version}</version> |
| 132 | </dependency> |
| 133 | <dependency> |
| 134 | <groupId>org.apache.hyracks</groupId> |
| 135 | <artifactId>hyracks-storage-am-common</artifactId> |
| 136 | <version>${project.version}</version> |
| 137 | </dependency> |
| 138 | <dependency> |
| 139 | <groupId>org.apache.hyracks</groupId> |
| 140 | <artifactId>hyracks-storage-am-lsm-common</artifactId> |
| 141 | <version>${project.version}</version> |
| 142 | </dependency> |
| 143 | <dependency> |
| 144 | <groupId>org.apache.hyracks</groupId> |
| 145 | <artifactId>hyracks-api</artifactId> |
| 146 | <version>${project.version}</version> |
| 147 | </dependency> |
| 148 | <dependency> |
Michael Blow | ba35812 | 2016-10-13 19:56:03 -0400 | [diff] [blame] | 149 | <groupId>junit</groupId> |
| 150 | <artifactId>junit</artifactId> |
Michael Blow | ba35812 | 2016-10-13 19:56:03 -0400 | [diff] [blame] | 151 | <scope>test</scope> |
| 152 | </dependency> |
| 153 | <dependency> |
Till Westmann | 55dd6ff | 2017-02-19 20:18:51 -0800 | [diff] [blame] | 154 | <groupId>commons-io</groupId> |
| 155 | <artifactId>commons-io</artifactId> |
| 156 | <scope>test</scope> |
| 157 | </dependency> |
| 158 | <dependency> |
| 159 | <groupId>org.apache.commons</groupId> |
| 160 | <artifactId>commons-lang3</artifactId> |
| 161 | <scope>test</scope> |
| 162 | </dependency> |
| 163 | <dependency> |
| 164 | <groupId>org.apache.httpcomponents</groupId> |
| 165 | <artifactId>httpcore</artifactId> |
| 166 | <scope>test</scope> |
| 167 | </dependency> |
| 168 | <dependency> |
| 169 | <groupId>org.apache.httpcomponents</groupId> |
| 170 | <artifactId>httpclient</artifactId> |
| 171 | <scope>test</scope> |
Michael Blow | ba35812 | 2016-10-13 19:56:03 -0400 | [diff] [blame] | 172 | </dependency> |
Ian Maxon | d49bc6e | 2017-01-05 18:50:57 -0800 | [diff] [blame] | 173 | <dependency> |
| 174 | <groupId>com.fasterxml.jackson.core</groupId> |
| 175 | <artifactId>jackson-databind</artifactId> |
| 176 | </dependency> |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 177 | <dependency> |
| 178 | <groupId>org.apache.hyracks</groupId> |
| 179 | <artifactId>hyracks-util</artifactId> |
| 180 | <version>${project.version}</version> |
| 181 | </dependency> |
Murtadha Hubail | af4018d | 2017-12-15 17:56:38 +0300 | [diff] [blame^] | 182 | <dependency> |
| 183 | <groupId>org.apache.logging.log4j</groupId> |
| 184 | <artifactId>log4j-api</artifactId> |
| 185 | </dependency> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 186 | </dependencies> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 187 | </project> |