blob: 725a28254d5de81f25b92ff00187da76a9253e73 [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/xsd/maven-4.0.0.xsd">
buyingyi7f356c12012-10-07 00:23:17 +000016 <modelVersion>4.0.0</modelVersion>
17 <artifactId>pregelix-dataflow-std</artifactId>
18 <packaging>jar</packaging>
19 <name>pregelix-dataflow-std</name>
20
21 <parent>
buyingyi55df5212013-03-24 07:20:08 +000022 <groupId>edu.uci.ics.hyracks</groupId>
23 <artifactId>pregelix</artifactId>
Ian Maxon6cbcf012014-09-19 15:58:48 -070024 <version>0.2.14-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +000025 </parent>
buyingyi7f356c12012-10-07 00:23:17 +000026
27
28 <properties>
29 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
30 </properties>
31
32 <build>
33 <plugins>
34 <plugin>
35 <groupId>org.apache.maven.plugins</groupId>
36 <artifactId>maven-compiler-plugin</artifactId>
37 <version>2.0.2</version>
38 <configuration>
buyingyi55df5212013-03-24 07:20:08 +000039 <source>1.7</source>
40 <target>1.7</target>
41 <fork>true</fork>
buyingyi7f356c12012-10-07 00:23:17 +000042 </configuration>
43 </plugin>
44 <plugin>
45 <groupId>org.apache.maven.plugins</groupId>
buyingyi7f356c12012-10-07 00:23:17 +000046 <artifactId>maven-clean-plugin</artifactId>
vinayakb4df31102013-04-06 18:28:48 +000047 <version>2.4.1</version>
buyingyi7f356c12012-10-07 00:23:17 +000048 <configuration>
49 <filesets>
50 <fileset>
51 <directory>.</directory>
52 <includes>
53 <include>teststore*</include>
54 <include>edu*</include>
55 <include>actual*</include>
56 <include>build*</include>
57 <include>expect*</include>
58 <include>ClusterController*</include>
59 </includes>
60 </fileset>
61 </filesets>
62 </configuration>
63 </plugin>
64 </plugins>
65 </build>
66
67 <dependencies>
68 <dependency>
buyingyie7752502012-10-08 00:35:31 +000069 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +000070 <artifactId>pregelix-dataflow-std-base</artifactId>
Ian Maxon6cbcf012014-09-19 15:58:48 -070071 <version>0.2.14-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +000072 <type>jar</type>
73 <scope>compile</scope>
74 </dependency>
75 <dependency>
76 <groupId>edu.uci.ics.hyracks</groupId>
77 <artifactId>hyracks-dataflow-std</artifactId>
Ian Maxon6cbcf012014-09-19 15:58:48 -070078 <version>0.2.14-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +000079 <type>jar</type>
80 <scope>compile</scope>
81 </dependency>
82 <dependency>
83 <groupId>edu.uci.ics.hyracks</groupId>
84 <artifactId>hyracks-api</artifactId>
Ian Maxon6cbcf012014-09-19 15:58:48 -070085 <version>0.2.14-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +000086 <type>jar</type>
87 <scope>compile</scope>
88 </dependency>
89 <dependency>
90 <groupId>edu.uci.ics.hyracks</groupId>
91 <artifactId>hyracks-dataflow-common</artifactId>
Ian Maxon6cbcf012014-09-19 15:58:48 -070092 <version>0.2.14-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +000093 <type>jar</type>
94 <scope>compile</scope>
95 </dependency>
96 <dependency>
97 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +000098 <artifactId>hyracks-data-std</artifactId>
Ian Maxon6cbcf012014-09-19 15:58:48 -070099 <version>0.2.14-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000100 <type>jar</type>
101 <scope>compile</scope>
buyingyi7f356c12012-10-07 00:23:17 +0000102 </dependency>
103 <dependency>
buyingyi55df5212013-03-24 07:20:08 +0000104 <groupId>edu.uci.ics.hyracks</groupId>
105 <artifactId>hyracks-hdfs-core</artifactId>
Ian Maxon6cbcf012014-09-19 15:58:48 -0700106 <version>0.2.14-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000107 <type>jar</type>
108 <scope>compile</scope>
109 </dependency>
110 <dependency>
111 <groupId>edu.uci.ics.hyracks</groupId>
112 <artifactId>hyracks-storage-am-common</artifactId>
Ian Maxon6cbcf012014-09-19 15:58:48 -0700113 <version>0.2.14-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000114 <type>jar</type>
115 <scope>compile</scope>
116 </dependency>
117 <dependency>
118 <groupId>edu.uci.ics.hyracks</groupId>
119 <artifactId>hyracks-storage-am-btree</artifactId>
Ian Maxon6cbcf012014-09-19 15:58:48 -0700120 <version>0.2.14-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000121 <type>jar</type>
122 <scope>compile</scope>
123 </dependency>
124 <dependency>
buyingyi7f356c12012-10-07 00:23:17 +0000125 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi23e2e752013-06-28 21:52:07 -0700126 <artifactId>hyracks-storage-am-lsm-btree</artifactId>
Ian Maxon6cbcf012014-09-19 15:58:48 -0700127 <version>0.2.14-SNAPSHOT</version>
buyingyi23e2e752013-06-28 21:52:07 -0700128 <type>jar</type>
129 <scope>compile</scope>
130 </dependency>
131 <dependency>
132 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +0000133 <artifactId>hyracks-control-cc</artifactId>
Ian Maxon6cbcf012014-09-19 15:58:48 -0700134 <version>0.2.14-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000135 <type>jar</type>
136 <scope>compile</scope>
137 </dependency>
138 <dependency>
139 <groupId>edu.uci.ics.hyracks</groupId>
140 <artifactId>hyracks-control-nc</artifactId>
Ian Maxon6cbcf012014-09-19 15:58:48 -0700141 <version>0.2.14-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000142 <type>jar</type>
143 <scope>compile</scope>
144 </dependency>
145 <dependency>
146 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +0000147 <artifactId>hyracks-ipc</artifactId>
Ian Maxon6cbcf012014-09-19 15:58:48 -0700148 <version>0.2.14-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000149 <type>jar</type>
150 <scope>compile</scope>
151 </dependency>
152 </dependencies>
153</project>