blob: df4500a4e9f43c1cd966d6e63ea6aa5ff0fd7666 [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>
Ian Maxon46fee832014-07-11 22:51:56 -070023 <version>0.2.13-SNAPSHOT</version>
buyingyief88ddb2013-03-25 02:57:39 +000024 </parent>
25
buyingyi55df5212013-03-24 07:20:08 +000026 <dependencies>
ramangrover293b221712013-08-01 11:16:42 -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>
ramangrover293b221712013-08-01 11:16:42 -070033 <groupId>org.apache.hive</groupId>
buyingyi55df5212013-03-24 07:20:08 +000034 <artifactId>hive-cli</artifactId>
ramangrover293b221712013-08-01 11:16:42 -070035 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000036 <type>jar</type>
37 <scope>compile</scope>
38 </dependency>
39 <dependency>
ramangrover293b221712013-08-01 11:16:42 -070040 <groupId>org.apache.hive</groupId>
buyingyi55df5212013-03-24 07:20:08 +000041 <artifactId>hive-common</artifactId>
ramangrover293b221712013-08-01 11:16:42 -070042 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000043 <type>jar</type>
44 <scope>compile</scope>
45 </dependency>
46 <dependency>
ramangrover293b221712013-08-01 11:16:42 -070047 <groupId>org.apache.hive</groupId>
buyingyi55df5212013-03-24 07:20:08 +000048 <artifactId>hive-exec</artifactId>
ramangrover293b221712013-08-01 11:16:42 -070049 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000050 <type>jar</type>
51 <scope>compile</scope>
52 </dependency>
53 <dependency>
ramangrover293b221712013-08-01 11:16:42 -070054 <groupId>org.apache.hive</groupId>
buyingyi55df5212013-03-24 07:20:08 +000055 <artifactId>hive-hwi</artifactId>
ramangrover293b221712013-08-01 11:16:42 -070056 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000057 <type>jar</type>
58 <scope>compile</scope>
59 </dependency>
60 <dependency>
ramangrover293b221712013-08-01 11:16:42 -070061 <groupId>org.apache.hive</groupId>
buyingyi55df5212013-03-24 07:20:08 +000062 <artifactId>hive-jdbc</artifactId>
ramangrover293b221712013-08-01 11:16:42 -070063 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000064 <type>jar</type>
65 <scope>compile</scope>
66 </dependency>
67 <dependency>
ramangrover293b221712013-08-01 11:16:42 -070068 <groupId>org.apache.hive</groupId>
buyingyi55df5212013-03-24 07:20:08 +000069 <artifactId>hive-metastore</artifactId>
ramangrover293b221712013-08-01 11:16:42 -070070 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000071 <type>jar</type>
72 <scope>compile</scope>
73 </dependency>
74 <dependency>
ramangrover293b221712013-08-01 11:16:42 -070075 <groupId>org.apache.hive</groupId>
buyingyi55df5212013-03-24 07:20:08 +000076 <artifactId>hive-service</artifactId>
ramangrover293b221712013-08-01 11:16:42 -070077 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000078 <type>jar</type>
79 <scope>compile</scope>
80 </dependency>
81 <dependency>
ramangrover293b221712013-08-01 11:16:42 -070082 <groupId>org.apache.hive</groupId>
buyingyi55df5212013-03-24 07:20:08 +000083 <artifactId>hive-shims</artifactId>
ramangrover293b221712013-08-01 11:16:42 -070084 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000085 <type>jar</type>
86 <scope>compile</scope>
87 </dependency>
88 <dependency>
ramangrover293b221712013-08-01 11:16:42 -070089 <groupId>org.apache.hive</groupId>
buyingyi55df5212013-03-24 07:20:08 +000090 <artifactId>hive-serde</artifactId>
ramangrover293b221712013-08-01 11:16:42 -070091 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000092 <type>jar</type>
93 <scope>compile</scope>
94 </dependency>
95 <dependency>
ramangrover293b221712013-08-01 11:16:42 -070096 <groupId>org.apache.hive</groupId>
97 <artifactId>hive-hbase-handler</artifactId>
98 <version>0.11.0</version>
buyingyi55df5212013-03-24 07:20:08 +000099 </dependency>
100 <dependency>
101 <groupId>edu.uci.ics.hyracks</groupId>
102 <artifactId>algebricks-compiler</artifactId>
Ian Maxon46fee832014-07-11 22:51:56 -0700103 <version>0.2.13-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000104 <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 Maxon46fee832014-07-11 22:51:56 -0700110 <version>0.2.13-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000111 <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 Maxon46fee832014-07-11 22:51:56 -0700117 <version>0.2.13-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000118 <type>jar</type>
119 <scope>compile</scope>
120 </dependency>
121 <dependency>
122 <groupId>edu.uci.ics.hyracks</groupId>
123 <artifactId>hivesterix-serde</artifactId>
Ian Maxon46fee832014-07-11 22:51:56 -0700124 <version>0.2.13-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000125 <type>jar</type>
126 <scope>compile</scope>
127 </dependency>
128 <dependency>
129 <groupId>edu.uci.ics.hyracks</groupId>
130 <artifactId>hivesterix-common</artifactId>
Ian Maxon46fee832014-07-11 22:51:56 -0700131 <version>0.2.13-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000132 <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>
ramangrover293b221712013-08-01 11:16:42 -0700199 <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>
buyingyi55df5212013-03-24 07:20:08 +0000213 </repositories>
214</project>