buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 1 | <?xml version="1.0"?> |
Till Westmann | 276bbc2 | 2013-06-05 18:56:27 -0700 | [diff] [blame] | 2 | <!-- |
| 3 | ! Copyright 2009-2013 by The Regents of the University of California |
| 4 | ! Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | ! you may not use this file except in compliance with the License. |
| 6 | ! you may obtain a copy of the License from |
| 7 | ! |
| 8 | ! http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | ! |
| 10 | ! Unless required by applicable law or agreed to in writing, software |
| 11 | ! distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | ! See the License for the specific language governing permissions and |
| 14 | ! limitations under the License. |
| 15 | !--> |
vinayakb | 1ca34f4 | 2013-03-25 03:17:01 +0000 | [diff] [blame] | 16 | <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/xsd/maven-4.0.0.xsd"> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 17 | <modelVersion>4.0.0</modelVersion> |
| 18 | <artifactId>hivesterix-translator</artifactId> |
| 19 | <name>hivesterix-translator</name> |
| 20 | |
| 21 | <parent> |
| 22 | <artifactId>hivesterix</artifactId> |
| 23 | <groupId>edu.uci.ics.hyracks</groupId> |
Ian Maxon | 6cbcf01 | 2014-09-19 15:58:48 -0700 | [diff] [blame^] | 24 | <version>0.2.14-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 25 | </parent> |
| 26 | |
| 27 | <build> |
| 28 | <plugins> |
| 29 | <plugin> |
| 30 | <groupId>org.apache.maven.plugins</groupId> |
| 31 | <artifactId>maven-compiler-plugin</artifactId> |
| 32 | <version>2.0.2</version> |
| 33 | <configuration> |
| 34 | <source>1.7</source> |
| 35 | <target>1.7</target> |
| 36 | <encoding>UTF-8</encoding> |
| 37 | <fork>true</fork> |
| 38 | </configuration> |
| 39 | </plugin> |
| 40 | </plugins> |
| 41 | </build> |
| 42 | |
| 43 | <dependencies> |
| 44 | <dependency> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 45 | <groupId>edu.uci.ics.hyracks</groupId> |
| 46 | <artifactId>algebricks-compiler</artifactId> |
Ian Maxon | 6cbcf01 | 2014-09-19 15:58:48 -0700 | [diff] [blame^] | 47 | <version>0.2.14-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 48 | <type>jar</type> |
| 49 | <scope>compile</scope> |
| 50 | </dependency> |
| 51 | <dependency> |
| 52 | <groupId>edu.uci.ics.hyracks</groupId> |
| 53 | <artifactId>hivesterix-common</artifactId> |
Ian Maxon | 6cbcf01 | 2014-09-19 15:58:48 -0700 | [diff] [blame^] | 54 | <version>0.2.14-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 55 | <type>jar</type> |
| 56 | <scope>compile</scope> |
| 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>edu.uci.ics.hyracks</groupId> |
| 60 | <artifactId>hivesterix-runtime</artifactId> |
Ian Maxon | 6cbcf01 | 2014-09-19 15:58:48 -0700 | [diff] [blame^] | 61 | <version>0.2.14-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 62 | <type>jar</type> |
| 63 | <scope>compile</scope> |
| 64 | </dependency> |
| 65 | </dependencies> |
| 66 | </project> |