Till Westmann | 276bbc2 | 2013-06-05 18:56:27 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | ! Copyright 2009-2013 by The Regents of the University of California |
| 3 | ! Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | ! you may not use this file except in compliance with the License. |
| 5 | ! you may obtain a copy of the License from |
| 6 | ! |
| 7 | ! http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | ! |
| 9 | ! Unless required by applicable law or agreed to in writing, software |
| 10 | ! distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | ! See the License for the specific language governing permissions and |
| 13 | ! limitations under the License. |
| 14 | !--> |
vinayakb | 1ca34f4 | 2013-03-25 03:17:01 +0000 | [diff] [blame] | 15 | <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"> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 16 | <modelVersion>4.0.0</modelVersion> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 17 | <artifactId>hivesterix-runtime</artifactId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 18 | <name>hivesterix-runtime</name> |
| 19 | |
buyingyi | ef88ddb | 2013-03-25 02:57:39 +0000 | [diff] [blame] | 20 | <parent> |
| 21 | <groupId>edu.uci.ics.hyracks</groupId> |
| 22 | <artifactId>hivesterix</artifactId> |
buyingyi | b5a254d | 2013-07-15 15:54:48 -0700 | [diff] [blame^] | 23 | <version>0.2.8</version> |
buyingyi | ef88ddb | 2013-03-25 02:57:39 +0000 | [diff] [blame] | 24 | </parent> |
| 25 | |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 26 | <dependencies> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 27 | <dependency> |
| 28 | <groupId>sqlline</groupId> |
| 29 | <artifactId>sqlline</artifactId> |
| 30 | <version>1_0_2</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 31 | </dependency> |
| 32 | <dependency> |
| 33 | <groupId>junit</groupId> |
| 34 | <artifactId>junit</artifactId> |
| 35 | <version>4.8.1</version> |
| 36 | <scope>compile</scope> |
| 37 | </dependency> |
| 38 | <dependency> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 39 | <groupId>org.apache.hive</groupId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 40 | <artifactId>hive-cli</artifactId> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 41 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 42 | <type>jar</type> |
| 43 | <scope>compile</scope> |
| 44 | </dependency> |
| 45 | <dependency> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 46 | <groupId>org.apache.hive</groupId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 47 | <artifactId>hive-common</artifactId> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 48 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 49 | <type>jar</type> |
| 50 | <scope>compile</scope> |
| 51 | </dependency> |
| 52 | <dependency> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 53 | <groupId>org.apache.hive</groupId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 54 | <artifactId>hive-exec</artifactId> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 55 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 56 | <type>jar</type> |
| 57 | <scope>compile</scope> |
| 58 | </dependency> |
| 59 | <dependency> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 60 | <groupId>org.apache.hive</groupId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 61 | <artifactId>hive-hwi</artifactId> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 62 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 63 | <type>jar</type> |
| 64 | <scope>compile</scope> |
| 65 | </dependency> |
| 66 | <dependency> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 67 | <groupId>org.apache.hive</groupId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 68 | <artifactId>hive-jdbc</artifactId> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 69 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 70 | <type>jar</type> |
| 71 | <scope>compile</scope> |
| 72 | </dependency> |
| 73 | <dependency> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 74 | <groupId>org.apache.hive</groupId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 75 | <artifactId>hive-metastore</artifactId> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 76 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 77 | <type>jar</type> |
| 78 | <scope>compile</scope> |
| 79 | </dependency> |
| 80 | <dependency> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 81 | <groupId>org.apache.hive</groupId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 82 | <artifactId>hive-service</artifactId> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 83 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 84 | <type>jar</type> |
| 85 | <scope>compile</scope> |
| 86 | </dependency> |
| 87 | <dependency> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 88 | <groupId>org.apache.hive</groupId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 89 | <artifactId>hive-shims</artifactId> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 90 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 91 | <type>jar</type> |
| 92 | <scope>compile</scope> |
| 93 | </dependency> |
| 94 | <dependency> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 95 | <groupId>org.apache.hive</groupId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 96 | <artifactId>hive-serde</artifactId> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 97 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 98 | <type>jar</type> |
| 99 | <scope>compile</scope> |
| 100 | </dependency> |
| 101 | <dependency> |
buyingyi | 8027a49 | 2013-07-10 23:54:56 -0700 | [diff] [blame] | 102 | <groupId>org.apache.hive</groupId> |
| 103 | <artifactId>hive-hbase-handler</artifactId> |
| 104 | <version>0.11.0</version> |
| 105 | </dependency> |
| 106 | <dependency> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 107 | <groupId>edu.uci.ics.hyracks</groupId> |
| 108 | <artifactId>algebricks-compiler</artifactId> |
buyingyi | b5a254d | 2013-07-15 15:54:48 -0700 | [diff] [blame^] | 109 | <version>0.2.8</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 110 | <type>jar</type> |
| 111 | <scope>compile</scope> |
| 112 | </dependency> |
| 113 | <dependency> |
| 114 | <groupId>edu.uci.ics.hyracks</groupId> |
| 115 | <artifactId>hyracks-control-cc</artifactId> |
buyingyi | b5a254d | 2013-07-15 15:54:48 -0700 | [diff] [blame^] | 116 | <version>0.2.8</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 117 | <type>jar</type> |
| 118 | <scope>compile</scope> |
| 119 | </dependency> |
| 120 | <dependency> |
| 121 | <groupId>edu.uci.ics.hyracks</groupId> |
| 122 | <artifactId>hyracks-control-nc</artifactId> |
buyingyi | b5a254d | 2013-07-15 15:54:48 -0700 | [diff] [blame^] | 123 | <version>0.2.8</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 124 | <type>jar</type> |
| 125 | <scope>compile</scope> |
| 126 | </dependency> |
| 127 | <dependency> |
| 128 | <groupId>edu.uci.ics.hyracks</groupId> |
| 129 | <artifactId>hivesterix-serde</artifactId> |
buyingyi | b5a254d | 2013-07-15 15:54:48 -0700 | [diff] [blame^] | 130 | <version>0.2.8</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 131 | <type>jar</type> |
| 132 | <scope>compile</scope> |
| 133 | </dependency> |
| 134 | <dependency> |
| 135 | <groupId>edu.uci.ics.hyracks</groupId> |
| 136 | <artifactId>hivesterix-common</artifactId> |
buyingyi | b5a254d | 2013-07-15 15:54:48 -0700 | [diff] [blame^] | 137 | <version>0.2.8</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 138 | <type>jar</type> |
| 139 | <scope>compile</scope> |
| 140 | </dependency> |
| 141 | </dependencies> |
| 142 | <build> |
| 143 | <plugins> |
| 144 | <plugin> |
| 145 | <groupId>org.apache.maven.plugins</groupId> |
| 146 | <artifactId>maven-compiler-plugin</artifactId> |
| 147 | <version>2.0.2</version> |
| 148 | <configuration> |
| 149 | <source>1.7</source> |
| 150 | <target>1.7</target> |
| 151 | <encoding>UTF-8</encoding> |
| 152 | <fork>true</fork> |
| 153 | </configuration> |
| 154 | </plugin> |
| 155 | <plugin> |
| 156 | <artifactId>maven-jar-plugin</artifactId> |
| 157 | <executions> |
| 158 | <execution> |
| 159 | <id>patch</id> |
| 160 | <goals> |
| 161 | <goal>jar</goal> |
| 162 | </goals> |
| 163 | <phase>package</phase> |
| 164 | <configuration> |
| 165 | <classifier>patch</classifier> |
| 166 | <finalName>a-hive-rumtime</finalName> |
| 167 | <includes> |
| 168 | <include>**/org/apache/**</include> |
| 169 | </includes> |
| 170 | </configuration> |
| 171 | </execution> |
| 172 | </executions> |
| 173 | </plugin> |
| 174 | </plugins> |
| 175 | </build> |
| 176 | <repositories> |
| 177 | <repository> |
| 178 | <releases> |
| 179 | <enabled>true</enabled> |
| 180 | <updatePolicy>always</updatePolicy> |
| 181 | <checksumPolicy>warn</checksumPolicy> |
| 182 | </releases> |
| 183 | <snapshots> |
| 184 | <enabled>true</enabled> |
| 185 | <updatePolicy>always</updatePolicy> |
| 186 | <checksumPolicy>fail</checksumPolicy> |
| 187 | </snapshots> |
| 188 | <id>third-party</id> |
| 189 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/third-party</url> |
| 190 | </repository> |
| 191 | <repository> |
| 192 | <releases> |
| 193 | <enabled>true</enabled> |
| 194 | <updatePolicy>always</updatePolicy> |
| 195 | <checksumPolicy>warn</checksumPolicy> |
| 196 | </releases> |
| 197 | <snapshots> |
| 198 | <enabled>true</enabled> |
| 199 | <updatePolicy>always</updatePolicy> |
| 200 | <checksumPolicy>fail</checksumPolicy> |
| 201 | </snapshots> |
| 202 | <id>hyracks-public-release</id> |
| 203 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-public-releases</url> |
| 204 | </repository> |
buyingyi | 3ed0044 | 2013-07-09 23:46:43 -0700 | [diff] [blame] | 205 | <repository> |
| 206 | <releases> |
| 207 | <enabled>true</enabled> |
| 208 | <updatePolicy>always</updatePolicy> |
| 209 | <checksumPolicy>warn</checksumPolicy> |
| 210 | </releases> |
| 211 | <snapshots> |
| 212 | <enabled>true</enabled> |
| 213 | <updatePolicy>always</updatePolicy> |
| 214 | <checksumPolicy>fail</checksumPolicy> |
| 215 | </snapshots> |
| 216 | <id>plugins-release</id> |
| 217 | <url>http://repo.springsource.org/plugins-release</url> |
| 218 | </repository> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 219 | </repositories> |
| 220 | </project> |