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> |
Ian Maxon | 1f30d4e | 2014-09-19 15:58:43 -0700 | [diff] [blame^] | 23 | <version>0.2.13</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> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -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> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 33 | <groupId>org.apache.hive</groupId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 34 | <artifactId>hive-cli</artifactId> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 35 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 36 | <type>jar</type> |
| 37 | <scope>compile</scope> |
| 38 | </dependency> |
| 39 | <dependency> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 40 | <groupId>org.apache.hive</groupId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 41 | <artifactId>hive-common</artifactId> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 42 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 43 | <type>jar</type> |
| 44 | <scope>compile</scope> |
| 45 | </dependency> |
| 46 | <dependency> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 47 | <groupId>org.apache.hive</groupId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 48 | <artifactId>hive-exec</artifactId> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 49 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 50 | <type>jar</type> |
| 51 | <scope>compile</scope> |
| 52 | </dependency> |
| 53 | <dependency> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 54 | <groupId>org.apache.hive</groupId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 55 | <artifactId>hive-hwi</artifactId> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 56 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 57 | <type>jar</type> |
| 58 | <scope>compile</scope> |
| 59 | </dependency> |
| 60 | <dependency> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 61 | <groupId>org.apache.hive</groupId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 62 | <artifactId>hive-jdbc</artifactId> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 63 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 64 | <type>jar</type> |
| 65 | <scope>compile</scope> |
| 66 | </dependency> |
| 67 | <dependency> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 68 | <groupId>org.apache.hive</groupId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 69 | <artifactId>hive-metastore</artifactId> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 70 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 71 | <type>jar</type> |
| 72 | <scope>compile</scope> |
| 73 | </dependency> |
| 74 | <dependency> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 75 | <groupId>org.apache.hive</groupId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 76 | <artifactId>hive-service</artifactId> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 77 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 78 | <type>jar</type> |
| 79 | <scope>compile</scope> |
| 80 | </dependency> |
| 81 | <dependency> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 82 | <groupId>org.apache.hive</groupId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 83 | <artifactId>hive-shims</artifactId> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 84 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 85 | <type>jar</type> |
| 86 | <scope>compile</scope> |
| 87 | </dependency> |
| 88 | <dependency> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 89 | <groupId>org.apache.hive</groupId> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 90 | <artifactId>hive-serde</artifactId> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 91 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 92 | <type>jar</type> |
| 93 | <scope>compile</scope> |
| 94 | </dependency> |
| 95 | <dependency> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 96 | <groupId>org.apache.hive</groupId> |
| 97 | <artifactId>hive-hbase-handler</artifactId> |
| 98 | <version>0.11.0</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 99 | </dependency> |
| 100 | <dependency> |
| 101 | <groupId>edu.uci.ics.hyracks</groupId> |
| 102 | <artifactId>algebricks-compiler</artifactId> |
Ian Maxon | 1f30d4e | 2014-09-19 15:58:43 -0700 | [diff] [blame^] | 103 | <version>0.2.13</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 104 | <type>jar</type> |
| 105 | <scope>compile</scope> |
| 106 | </dependency> |
| 107 | <dependency> |
| 108 | <groupId>edu.uci.ics.hyracks</groupId> |
| 109 | <artifactId>hyracks-control-cc</artifactId> |
Ian Maxon | 1f30d4e | 2014-09-19 15:58:43 -0700 | [diff] [blame^] | 110 | <version>0.2.13</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 111 | <type>jar</type> |
| 112 | <scope>compile</scope> |
| 113 | </dependency> |
| 114 | <dependency> |
| 115 | <groupId>edu.uci.ics.hyracks</groupId> |
| 116 | <artifactId>hyracks-control-nc</artifactId> |
Ian Maxon | 1f30d4e | 2014-09-19 15:58:43 -0700 | [diff] [blame^] | 117 | <version>0.2.13</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 118 | <type>jar</type> |
| 119 | <scope>compile</scope> |
| 120 | </dependency> |
| 121 | <dependency> |
| 122 | <groupId>edu.uci.ics.hyracks</groupId> |
| 123 | <artifactId>hivesterix-serde</artifactId> |
Ian Maxon | 1f30d4e | 2014-09-19 15:58:43 -0700 | [diff] [blame^] | 124 | <version>0.2.13</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 125 | <type>jar</type> |
| 126 | <scope>compile</scope> |
| 127 | </dependency> |
| 128 | <dependency> |
| 129 | <groupId>edu.uci.ics.hyracks</groupId> |
| 130 | <artifactId>hivesterix-common</artifactId> |
Ian Maxon | 1f30d4e | 2014-09-19 15:58:43 -0700 | [diff] [blame^] | 131 | <version>0.2.13</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 132 | <type>jar</type> |
| 133 | <scope>compile</scope> |
| 134 | </dependency> |
| 135 | </dependencies> |
| 136 | <build> |
| 137 | <plugins> |
| 138 | <plugin> |
| 139 | <groupId>org.apache.maven.plugins</groupId> |
| 140 | <artifactId>maven-compiler-plugin</artifactId> |
| 141 | <version>2.0.2</version> |
| 142 | <configuration> |
| 143 | <source>1.7</source> |
| 144 | <target>1.7</target> |
| 145 | <encoding>UTF-8</encoding> |
| 146 | <fork>true</fork> |
| 147 | </configuration> |
| 148 | </plugin> |
| 149 | <plugin> |
| 150 | <artifactId>maven-jar-plugin</artifactId> |
| 151 | <executions> |
| 152 | <execution> |
| 153 | <id>patch</id> |
| 154 | <goals> |
| 155 | <goal>jar</goal> |
| 156 | </goals> |
| 157 | <phase>package</phase> |
| 158 | <configuration> |
| 159 | <classifier>patch</classifier> |
| 160 | <finalName>a-hive-rumtime</finalName> |
| 161 | <includes> |
| 162 | <include>**/org/apache/**</include> |
| 163 | </includes> |
| 164 | </configuration> |
| 165 | </execution> |
| 166 | </executions> |
| 167 | </plugin> |
| 168 | </plugins> |
| 169 | </build> |
| 170 | <repositories> |
| 171 | <repository> |
| 172 | <releases> |
| 173 | <enabled>true</enabled> |
| 174 | <updatePolicy>always</updatePolicy> |
| 175 | <checksumPolicy>warn</checksumPolicy> |
| 176 | </releases> |
| 177 | <snapshots> |
| 178 | <enabled>true</enabled> |
| 179 | <updatePolicy>always</updatePolicy> |
| 180 | <checksumPolicy>fail</checksumPolicy> |
| 181 | </snapshots> |
| 182 | <id>third-party</id> |
| 183 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/third-party</url> |
| 184 | </repository> |
| 185 | <repository> |
| 186 | <releases> |
| 187 | <enabled>true</enabled> |
| 188 | <updatePolicy>always</updatePolicy> |
| 189 | <checksumPolicy>warn</checksumPolicy> |
| 190 | </releases> |
| 191 | <snapshots> |
| 192 | <enabled>true</enabled> |
| 193 | <updatePolicy>always</updatePolicy> |
| 194 | <checksumPolicy>fail</checksumPolicy> |
| 195 | </snapshots> |
| 196 | <id>hyracks-public-release</id> |
| 197 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-public-releases</url> |
| 198 | </repository> |
ramangrover29 | 3b22171 | 2013-08-01 11:16:42 -0700 | [diff] [blame] | 199 | <repository> |
| 200 | <releases> |
| 201 | <enabled>true</enabled> |
| 202 | <updatePolicy>always</updatePolicy> |
| 203 | <checksumPolicy>warn</checksumPolicy> |
| 204 | </releases> |
| 205 | <snapshots> |
| 206 | <enabled>true</enabled> |
| 207 | <updatePolicy>always</updatePolicy> |
| 208 | <checksumPolicy>fail</checksumPolicy> |
| 209 | </snapshots> |
| 210 | <id>plugins-release</id> |
| 211 | <url>http://repo.springsource.org/plugins-release</url> |
| 212 | </repository> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 213 | </repositories> |
| 214 | </project> |