vinayakb | ea837d0 | 2013-03-25 00:33:09 +0000 | [diff] [blame^] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | 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] | 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | <groupId>edu.uci.ics.hyracks</groupId> |
| 5 | <artifactId>hivesterix-runtime</artifactId> |
vinayakb | ea837d0 | 2013-03-25 00:33:09 +0000 | [diff] [blame^] | 6 | <version>0.2.3-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 7 | <name>hivesterix-runtime</name> |
| 8 | |
| 9 | <dependencies> |
| 10 | <dependency> |
| 11 | <groupId>javax.servlet</groupId> |
| 12 | <artifactId>servlet-api</artifactId> |
| 13 | <version>2.5</version> |
| 14 | <type>jar</type> |
| 15 | <scope>compile</scope> |
| 16 | </dependency> |
| 17 | <dependency> |
| 18 | <groupId>junit</groupId> |
| 19 | <artifactId>junit</artifactId> |
| 20 | <version>4.8.1</version> |
| 21 | <scope>compile</scope> |
| 22 | </dependency> |
| 23 | <dependency> |
| 24 | <groupId>args4j</groupId> |
| 25 | <artifactId>args4j</artifactId> |
| 26 | <version>2.0.12</version> |
| 27 | <type>jar</type> |
| 28 | <scope>compile</scope> |
| 29 | </dependency> |
| 30 | <dependency> |
| 31 | <groupId>org.json</groupId> |
| 32 | <artifactId>json</artifactId> |
| 33 | <version>20090211</version> |
| 34 | <type>jar</type> |
| 35 | <scope>compile</scope> |
| 36 | </dependency> |
| 37 | <dependency> |
| 38 | <groupId>org.eclipse.jetty</groupId> |
| 39 | <artifactId>jetty-server</artifactId> |
| 40 | <version>8.0.0.M1</version> |
| 41 | <type>jar</type> |
| 42 | <scope>compile</scope> |
| 43 | </dependency> |
| 44 | <dependency> |
| 45 | <groupId>org.eclipse.jetty</groupId> |
| 46 | <artifactId>jetty-servlet</artifactId> |
| 47 | <version>8.0.0.M1</version> |
| 48 | <type>jar</type> |
| 49 | <scope>compile</scope> |
| 50 | </dependency> |
| 51 | <dependency> |
| 52 | <groupId>jline</groupId> |
| 53 | <artifactId>jline</artifactId> |
| 54 | <version>0.9.94</version> |
| 55 | <type>jar</type> |
| 56 | <scope>compile</scope> |
| 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>org.datanucleus</groupId> |
| 60 | <artifactId>datanucleus-core</artifactId> |
| 61 | <version>2.0.3</version> |
| 62 | <type>jar</type> |
| 63 | <scope>compile</scope> |
| 64 | </dependency> |
| 65 | <dependency> |
| 66 | <groupId>org.datanucleus</groupId> |
| 67 | <artifactId>datanucleus-connectionpool</artifactId> |
| 68 | <version>2.0.3</version> |
| 69 | <type>jar</type> |
| 70 | <scope>compile</scope> |
| 71 | </dependency> |
| 72 | <dependency> |
| 73 | <groupId>org.datanucleus</groupId> |
| 74 | <artifactId>datanucleus-enhancer</artifactId> |
| 75 | <version>2.0.3</version> |
| 76 | <type>jar</type> |
| 77 | <scope>compile</scope> |
| 78 | </dependency> |
| 79 | <dependency> |
| 80 | <groupId>org.datanucleus</groupId> |
| 81 | <artifactId>datanucleus-rdbms</artifactId> |
| 82 | <version>2.0.3</version> |
| 83 | <type>jar</type> |
| 84 | <scope>compile</scope> |
| 85 | </dependency> |
| 86 | <dependency> |
| 87 | <groupId>commons-dbcp</groupId> |
| 88 | <artifactId>commons-dbcp</artifactId> |
| 89 | <version>1.4</version> |
| 90 | <type>jar</type> |
| 91 | <scope>compile</scope> |
| 92 | </dependency> |
| 93 | <dependency> |
| 94 | <groupId>commons-pool</groupId> |
| 95 | <artifactId>commons-pool</artifactId> |
| 96 | <version>1.5.4</version> |
| 97 | <type>jar</type> |
| 98 | <scope>compile</scope> |
| 99 | </dependency> |
| 100 | <dependency> |
| 101 | <groupId>commons-collections</groupId> |
| 102 | <artifactId>commons-collections</artifactId> |
| 103 | <version>3.2.1</version> |
| 104 | <type>jar</type> |
| 105 | <scope>compile</scope> |
| 106 | </dependency> |
| 107 | <dependency> |
| 108 | <groupId>commons-lang</groupId> |
| 109 | <artifactId>commons-lang</artifactId> |
| 110 | <version>2.4</version> |
| 111 | <type>jar</type> |
| 112 | <scope>compile</scope> |
| 113 | </dependency> |
| 114 | <dependency> |
| 115 | <groupId>javax</groupId> |
| 116 | <artifactId>jdo2-api</artifactId> |
| 117 | <version>2.3-ec</version> |
| 118 | <scope>compile</scope> |
| 119 | </dependency> |
| 120 | <dependency> |
| 121 | <groupId>com.facebook</groupId> |
| 122 | <artifactId>libfb303</artifactId> |
| 123 | <version>0.5.0</version> |
| 124 | <scope>compile</scope> |
| 125 | </dependency> |
| 126 | <dependency> |
| 127 | <groupId>org.apache.thrift</groupId> |
| 128 | <artifactId>libthrift</artifactId> |
| 129 | <version>0.5.0</version> |
| 130 | <scope>compile</scope> |
| 131 | </dependency> |
| 132 | <dependency> |
| 133 | <groupId>org.apache.commons</groupId> |
| 134 | <artifactId>cli</artifactId> |
| 135 | <version>1.2</version> |
| 136 | <scope>compile</scope> |
| 137 | </dependency> |
| 138 | <dependency> |
| 139 | <groupId>org.apache</groupId> |
| 140 | <artifactId>log4j</artifactId> |
| 141 | <version>1.2.15</version> |
| 142 | <type>jar</type> |
| 143 | <scope>compile</scope> |
| 144 | </dependency> |
| 145 | <dependency> |
| 146 | <groupId>org.antlr</groupId> |
| 147 | <artifactId>antlr-runtime</artifactId> |
| 148 | <version>3.0.1</version> |
| 149 | <scope>compile</scope> |
| 150 | </dependency> |
| 151 | <dependency> |
| 152 | <groupId>org.apache.hadoop.hive</groupId> |
| 153 | <artifactId>hive-cli</artifactId> |
| 154 | <version>0.7.0</version> |
| 155 | <type>jar</type> |
| 156 | <scope>compile</scope> |
| 157 | </dependency> |
| 158 | <dependency> |
| 159 | <groupId>org.apache.hadoop.hive</groupId> |
| 160 | <artifactId>hive-common</artifactId> |
| 161 | <version>0.7.0</version> |
| 162 | <type>jar</type> |
| 163 | <scope>compile</scope> |
| 164 | </dependency> |
| 165 | <dependency> |
| 166 | <groupId>org.apache.hadoop.hive</groupId> |
| 167 | <artifactId>hive-exec</artifactId> |
| 168 | <version>0.7.0</version> |
| 169 | <type>jar</type> |
| 170 | <scope>compile</scope> |
| 171 | </dependency> |
| 172 | <dependency> |
| 173 | <groupId>org.apache.hadoop.hive</groupId> |
| 174 | <artifactId>hive-hwi</artifactId> |
| 175 | <version>0.7.0</version> |
| 176 | <type>jar</type> |
| 177 | <scope>compile</scope> |
| 178 | </dependency> |
| 179 | <dependency> |
| 180 | <groupId>org.apache.hadoop.hive</groupId> |
| 181 | <artifactId>hive-jdbc</artifactId> |
| 182 | <version>0.7.0</version> |
| 183 | <type>jar</type> |
| 184 | <scope>compile</scope> |
| 185 | </dependency> |
| 186 | <dependency> |
| 187 | <groupId>org.apache.hadoop.hive</groupId> |
| 188 | <artifactId>hive-metastore</artifactId> |
| 189 | <version>0.7.0</version> |
| 190 | <type>jar</type> |
| 191 | <scope>compile</scope> |
| 192 | </dependency> |
| 193 | <dependency> |
| 194 | <groupId>org.apache.hadoop.hive</groupId> |
| 195 | <artifactId>hive-service</artifactId> |
| 196 | <version>0.7.0</version> |
| 197 | <type>jar</type> |
| 198 | <scope>compile</scope> |
| 199 | </dependency> |
| 200 | <dependency> |
| 201 | <groupId>org.apache.hadoop.hive</groupId> |
| 202 | <artifactId>hive-shims</artifactId> |
| 203 | <version>0.7.0</version> |
| 204 | <type>jar</type> |
| 205 | <scope>compile</scope> |
| 206 | </dependency> |
| 207 | <dependency> |
| 208 | <groupId>org.apache.hadoop.hive</groupId> |
| 209 | <artifactId>hive-serde</artifactId> |
| 210 | <version>0.7.0</version> |
| 211 | <type>jar</type> |
| 212 | <scope>compile</scope> |
| 213 | </dependency> |
| 214 | <dependency> |
| 215 | <groupId>org.slf4j</groupId> |
| 216 | <artifactId>slf4j-api</artifactId> |
| 217 | <version>1.6.1</version> |
| 218 | <type>jar</type> |
| 219 | <scope>compile</scope> |
| 220 | </dependency> |
| 221 | <dependency> |
| 222 | <groupId>commons-cli</groupId> |
| 223 | <artifactId>commons-cli</artifactId> |
| 224 | <version>1.2</version> |
| 225 | <type>jar</type> |
| 226 | <scope>compile</scope> |
| 227 | </dependency> |
| 228 | <dependency> |
| 229 | <groupId>org.slf4j</groupId> |
| 230 | <artifactId>slf4j-log4j12</artifactId> |
| 231 | <version>1.6.1</version> |
| 232 | <type>jar</type> |
| 233 | <scope>compile</scope> |
| 234 | </dependency> |
| 235 | <dependency> |
| 236 | <groupId>commons-logging</groupId> |
| 237 | <artifactId>commons-logging</artifactId> |
| 238 | <version>1.1.1</version> |
| 239 | <type>jar</type> |
| 240 | <classifier>api</classifier> |
| 241 | <scope>compile</scope> |
| 242 | </dependency> |
| 243 | <dependency> |
| 244 | <groupId>com.google.guava</groupId> |
| 245 | <artifactId>guava</artifactId> |
| 246 | <version>r06</version> |
| 247 | <type>jar</type> |
| 248 | <scope>compile</scope> |
| 249 | </dependency> |
| 250 | <dependency> |
| 251 | <groupId>org.antlr</groupId> |
| 252 | <artifactId>stringtemplate</artifactId> |
| 253 | <version>3.2</version> |
| 254 | <type>jar</type> |
| 255 | <scope>compile</scope> |
| 256 | </dependency> |
| 257 | <dependency> |
| 258 | <groupId>org.apache.derby</groupId> |
| 259 | <artifactId>derby</artifactId> |
| 260 | <version>10.8.1.2</version> |
| 261 | <type>jar</type> |
| 262 | <scope>compile</scope> |
| 263 | </dependency> |
| 264 | <dependency> |
| 265 | <groupId>org.apache.hbase</groupId> |
| 266 | <artifactId>hbase</artifactId> |
| 267 | <version>0.90.3</version> |
| 268 | <type>jar</type> |
| 269 | <scope>compile</scope> |
| 270 | </dependency> |
| 271 | <dependency> |
| 272 | <groupId>edu.uci.ics.hyracks</groupId> |
| 273 | <artifactId>algebricks-compiler</artifactId> |
vinayakb | ea837d0 | 2013-03-25 00:33:09 +0000 | [diff] [blame^] | 274 | <version>0.2.3-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 275 | <type>jar</type> |
| 276 | <scope>compile</scope> |
| 277 | </dependency> |
| 278 | <dependency> |
| 279 | <groupId>edu.uci.ics.hyracks</groupId> |
| 280 | <artifactId>hyracks-control-cc</artifactId> |
vinayakb | ea837d0 | 2013-03-25 00:33:09 +0000 | [diff] [blame^] | 281 | <version>0.2.3-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 282 | <type>jar</type> |
| 283 | <scope>compile</scope> |
| 284 | </dependency> |
| 285 | <dependency> |
| 286 | <groupId>edu.uci.ics.hyracks</groupId> |
| 287 | <artifactId>hyracks-control-nc</artifactId> |
vinayakb | ea837d0 | 2013-03-25 00:33:09 +0000 | [diff] [blame^] | 288 | <version>0.2.3-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 289 | <type>jar</type> |
| 290 | <scope>compile</scope> |
| 291 | </dependency> |
| 292 | <dependency> |
| 293 | <groupId>edu.uci.ics.hyracks</groupId> |
| 294 | <artifactId>hivesterix-serde</artifactId> |
vinayakb | ea837d0 | 2013-03-25 00:33:09 +0000 | [diff] [blame^] | 295 | <version>0.2.3-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 296 | <type>jar</type> |
| 297 | <scope>compile</scope> |
| 298 | </dependency> |
| 299 | <dependency> |
| 300 | <groupId>edu.uci.ics.hyracks</groupId> |
| 301 | <artifactId>hivesterix-common</artifactId> |
vinayakb | ea837d0 | 2013-03-25 00:33:09 +0000 | [diff] [blame^] | 302 | <version>0.2.3-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 303 | <type>jar</type> |
| 304 | <scope>compile</scope> |
| 305 | </dependency> |
| 306 | </dependencies> |
| 307 | <build> |
| 308 | <plugins> |
| 309 | <plugin> |
| 310 | <groupId>org.apache.maven.plugins</groupId> |
| 311 | <artifactId>maven-compiler-plugin</artifactId> |
| 312 | <version>2.0.2</version> |
| 313 | <configuration> |
| 314 | <source>1.7</source> |
| 315 | <target>1.7</target> |
| 316 | <encoding>UTF-8</encoding> |
| 317 | <fork>true</fork> |
| 318 | </configuration> |
| 319 | </plugin> |
| 320 | <plugin> |
| 321 | <artifactId>maven-jar-plugin</artifactId> |
| 322 | <executions> |
| 323 | <execution> |
| 324 | <id>patch</id> |
| 325 | <goals> |
| 326 | <goal>jar</goal> |
| 327 | </goals> |
| 328 | <phase>package</phase> |
| 329 | <configuration> |
| 330 | <classifier>patch</classifier> |
| 331 | <finalName>a-hive-rumtime</finalName> |
| 332 | <includes> |
| 333 | <include>**/org/apache/**</include> |
| 334 | </includes> |
| 335 | </configuration> |
| 336 | </execution> |
| 337 | </executions> |
| 338 | </plugin> |
| 339 | </plugins> |
| 340 | </build> |
| 341 | <repositories> |
| 342 | <repository> |
| 343 | <releases> |
| 344 | <enabled>true</enabled> |
| 345 | <updatePolicy>always</updatePolicy> |
| 346 | <checksumPolicy>warn</checksumPolicy> |
| 347 | </releases> |
| 348 | <snapshots> |
| 349 | <enabled>true</enabled> |
| 350 | <updatePolicy>always</updatePolicy> |
| 351 | <checksumPolicy>fail</checksumPolicy> |
| 352 | </snapshots> |
| 353 | <id>third-party</id> |
| 354 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/third-party</url> |
| 355 | </repository> |
| 356 | <repository> |
| 357 | <releases> |
| 358 | <enabled>true</enabled> |
| 359 | <updatePolicy>always</updatePolicy> |
| 360 | <checksumPolicy>warn</checksumPolicy> |
| 361 | </releases> |
| 362 | <snapshots> |
| 363 | <enabled>true</enabled> |
| 364 | <updatePolicy>always</updatePolicy> |
| 365 | <checksumPolicy>fail</checksumPolicy> |
| 366 | </snapshots> |
| 367 | <id>hyracks-public-release</id> |
| 368 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-public-releases</url> |
| 369 | </repository> |
| 370 | </repositories> |
| 371 | </project> |