blob: 6d075ba0b45dea4e45db69464c1a16a656ba073b [file] [log] [blame]
Till Westmann276bbc22013-06-05 18:56:27 -07001<!--
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 !-->
vinayakb1ca34f42013-03-25 03:17:01 +000015<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">
buyingyi55df5212013-03-24 07:20:08 +000016 <modelVersion>4.0.0</modelVersion>
buyingyi55df5212013-03-24 07:20:08 +000017 <artifactId>hivesterix-runtime</artifactId>
buyingyi55df5212013-03-24 07:20:08 +000018 <name>hivesterix-runtime</name>
19
buyingyief88ddb2013-03-25 02:57:39 +000020 <parent>
21 <groupId>edu.uci.ics.hyracks</groupId>
22 <artifactId>hivesterix</artifactId>
Vinayak Borkar706863b2013-06-05 23:16:52 -070023 <version>0.2.7-SNAPSHOT</version>
buyingyief88ddb2013-03-25 02:57:39 +000024 </parent>
25
buyingyi55df5212013-03-24 07:20:08 +000026 <dependencies>
buyingyi3ed00442013-07-09 23:46:43 -070027 <dependency>
28 <groupId>sqlline</groupId>
29 <artifactId>sqlline</artifactId>
30 <version>1_0_2</version>
buyingyi55df5212013-03-24 07:20:08 +000031 </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>
buyingyi3ed00442013-07-09 23:46:43 -070039 <groupId>org.apache.hive</groupId>
buyingyi55df5212013-03-24 07:20:08 +000040 <artifactId>hive-cli</artifactId>
buyingyi3ed00442013-07-09 23:46:43 -070041 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000042 <type>jar</type>
43 <scope>compile</scope>
44 </dependency>
45 <dependency>
buyingyi3ed00442013-07-09 23:46:43 -070046 <groupId>org.apache.hive</groupId>
buyingyi55df5212013-03-24 07:20:08 +000047 <artifactId>hive-common</artifactId>
buyingyi3ed00442013-07-09 23:46:43 -070048 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000049 <type>jar</type>
50 <scope>compile</scope>
51 </dependency>
52 <dependency>
buyingyi3ed00442013-07-09 23:46:43 -070053 <groupId>org.apache.hive</groupId>
buyingyi55df5212013-03-24 07:20:08 +000054 <artifactId>hive-exec</artifactId>
buyingyi3ed00442013-07-09 23:46:43 -070055 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000056 <type>jar</type>
57 <scope>compile</scope>
58 </dependency>
59 <dependency>
buyingyi3ed00442013-07-09 23:46:43 -070060 <groupId>org.apache.hive</groupId>
buyingyi55df5212013-03-24 07:20:08 +000061 <artifactId>hive-hwi</artifactId>
buyingyi3ed00442013-07-09 23:46:43 -070062 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000063 <type>jar</type>
64 <scope>compile</scope>
65 </dependency>
66 <dependency>
buyingyi3ed00442013-07-09 23:46:43 -070067 <groupId>org.apache.hive</groupId>
buyingyi55df5212013-03-24 07:20:08 +000068 <artifactId>hive-jdbc</artifactId>
buyingyi3ed00442013-07-09 23:46:43 -070069 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000070 <type>jar</type>
71 <scope>compile</scope>
72 </dependency>
73 <dependency>
buyingyi3ed00442013-07-09 23:46:43 -070074 <groupId>org.apache.hive</groupId>
buyingyi55df5212013-03-24 07:20:08 +000075 <artifactId>hive-metastore</artifactId>
buyingyi3ed00442013-07-09 23:46:43 -070076 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000077 <type>jar</type>
78 <scope>compile</scope>
79 </dependency>
80 <dependency>
buyingyi3ed00442013-07-09 23:46:43 -070081 <groupId>org.apache.hive</groupId>
buyingyi55df5212013-03-24 07:20:08 +000082 <artifactId>hive-service</artifactId>
buyingyi3ed00442013-07-09 23:46:43 -070083 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000084 <type>jar</type>
85 <scope>compile</scope>
86 </dependency>
87 <dependency>
buyingyi3ed00442013-07-09 23:46:43 -070088 <groupId>org.apache.hive</groupId>
buyingyi55df5212013-03-24 07:20:08 +000089 <artifactId>hive-shims</artifactId>
buyingyi3ed00442013-07-09 23:46:43 -070090 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000091 <type>jar</type>
92 <scope>compile</scope>
93 </dependency>
94 <dependency>
buyingyi3ed00442013-07-09 23:46:43 -070095 <groupId>org.apache.hive</groupId>
buyingyi55df5212013-03-24 07:20:08 +000096 <artifactId>hive-serde</artifactId>
buyingyi3ed00442013-07-09 23:46:43 -070097 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000098 <type>jar</type>
99 <scope>compile</scope>
100 </dependency>
101 <dependency>
102 <groupId>edu.uci.ics.hyracks</groupId>
103 <artifactId>algebricks-compiler</artifactId>
Vinayak Borkar706863b2013-06-05 23:16:52 -0700104 <version>0.2.7-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000105 <type>jar</type>
106 <scope>compile</scope>
107 </dependency>
108 <dependency>
109 <groupId>edu.uci.ics.hyracks</groupId>
110 <artifactId>hyracks-control-cc</artifactId>
Vinayak Borkar706863b2013-06-05 23:16:52 -0700111 <version>0.2.7-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000112 <type>jar</type>
113 <scope>compile</scope>
114 </dependency>
115 <dependency>
116 <groupId>edu.uci.ics.hyracks</groupId>
117 <artifactId>hyracks-control-nc</artifactId>
Vinayak Borkar706863b2013-06-05 23:16:52 -0700118 <version>0.2.7-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000119 <type>jar</type>
120 <scope>compile</scope>
121 </dependency>
122 <dependency>
123 <groupId>edu.uci.ics.hyracks</groupId>
124 <artifactId>hivesterix-serde</artifactId>
Vinayak Borkar706863b2013-06-05 23:16:52 -0700125 <version>0.2.7-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000126 <type>jar</type>
127 <scope>compile</scope>
128 </dependency>
129 <dependency>
130 <groupId>edu.uci.ics.hyracks</groupId>
131 <artifactId>hivesterix-common</artifactId>
Vinayak Borkar706863b2013-06-05 23:16:52 -0700132 <version>0.2.7-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000133 <type>jar</type>
134 <scope>compile</scope>
135 </dependency>
136 </dependencies>
137 <build>
138 <plugins>
139 <plugin>
140 <groupId>org.apache.maven.plugins</groupId>
141 <artifactId>maven-compiler-plugin</artifactId>
142 <version>2.0.2</version>
143 <configuration>
144 <source>1.7</source>
145 <target>1.7</target>
146 <encoding>UTF-8</encoding>
147 <fork>true</fork>
148 </configuration>
149 </plugin>
150 <plugin>
151 <artifactId>maven-jar-plugin</artifactId>
152 <executions>
153 <execution>
154 <id>patch</id>
155 <goals>
156 <goal>jar</goal>
157 </goals>
158 <phase>package</phase>
159 <configuration>
160 <classifier>patch</classifier>
161 <finalName>a-hive-rumtime</finalName>
162 <includes>
163 <include>**/org/apache/**</include>
164 </includes>
165 </configuration>
166 </execution>
167 </executions>
168 </plugin>
169 </plugins>
170 </build>
171 <repositories>
172 <repository>
173 <releases>
174 <enabled>true</enabled>
175 <updatePolicy>always</updatePolicy>
176 <checksumPolicy>warn</checksumPolicy>
177 </releases>
178 <snapshots>
179 <enabled>true</enabled>
180 <updatePolicy>always</updatePolicy>
181 <checksumPolicy>fail</checksumPolicy>
182 </snapshots>
183 <id>third-party</id>
184 <url>http://obelix.ics.uci.edu/nexus/content/repositories/third-party</url>
185 </repository>
186 <repository>
187 <releases>
188 <enabled>true</enabled>
189 <updatePolicy>always</updatePolicy>
190 <checksumPolicy>warn</checksumPolicy>
191 </releases>
192 <snapshots>
193 <enabled>true</enabled>
194 <updatePolicy>always</updatePolicy>
195 <checksumPolicy>fail</checksumPolicy>
196 </snapshots>
197 <id>hyracks-public-release</id>
198 <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-public-releases</url>
199 </repository>
buyingyi3ed00442013-07-09 23:46:43 -0700200 <repository>
201 <releases>
202 <enabled>true</enabled>
203 <updatePolicy>always</updatePolicy>
204 <checksumPolicy>warn</checksumPolicy>
205 </releases>
206 <snapshots>
207 <enabled>true</enabled>
208 <updatePolicy>always</updatePolicy>
209 <checksumPolicy>fail</checksumPolicy>
210 </snapshots>
211 <id>plugins-release</id>
212 <url>http://repo.springsource.org/plugins-release</url>
213 </repository>
buyingyi55df5212013-03-24 07:20:08 +0000214 </repositories>
215</project>