blob: 3772b16ec7fdc8b2d280a9882c26dcdab9dd741f [file] [log] [blame]
Yingyi Bu0622e8e2014-05-27 17:46:41 -07001<!-- ! Copyright 2009-2013 by The Regents of the University of California
2 ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may
3 not use this file except in compliance with the License. ! you may obtain
4 a copy of the License from ! ! http://www.apache.org/licenses/LICENSE-2.0
5 ! ! Unless required by applicable law or agreed to in writing, software !
6 distributed under the License is distributed on an "AS IS" BASIS, ! WITHOUT
7 WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ! See the
8 License for the specific language governing permissions and ! limitations
9 under the License. ! -->
Ian Maxonff2ef982014-07-11 22:51:50 -070010<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 +000011 <modelVersion>4.0.0</modelVersion>
12 <artifactId>pregelix-runtime</artifactId>
13 <packaging>jar</packaging>
14 <name>pregelix-runtime</name>
15
16 <parent>
buyingyie7752502012-10-08 00:35:31 +000017 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +000018 <artifactId>pregelix</artifactId>
Ian Maxonff2ef982014-07-11 22:51:50 -070019 <version>0.2.12</version>
buyingyi7f356c12012-10-07 00:23:17 +000020 </parent>
21
22
23 <properties>
24 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
25 </properties>
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>
buyingyi55df5212013-03-24 07:20:08 +000034 <source>1.7</source>
35 <target>1.7</target>
36 <fork>true</fork>
buyingyi7f356c12012-10-07 00:23:17 +000037 </configuration>
38 </plugin>
39 <plugin>
40 <groupId>org.apache.maven.plugins</groupId>
buyingyi7f356c12012-10-07 00:23:17 +000041 <artifactId>maven-clean-plugin</artifactId>
vinayakb4df31102013-04-06 18:28:48 +000042 <version>2.4.1</version>
buyingyi7f356c12012-10-07 00:23:17 +000043 <configuration>
44 <filesets>
45 <fileset>
46 <directory>.</directory>
47 <includes>
48 <include>teststore*</include>
49 <include>edu*</include>
50 <include>actual*</include>
51 <include>build*</include>
52 <include>expect*</include>
53 <include>ClusterController*</include>
54 </includes>
55 </fileset>
56 </filesets>
57 </configuration>
58 </plugin>
59 </plugins>
60 </build>
61
62 <dependencies>
63 <dependency>
buyingyie7752502012-10-08 00:35:31 +000064 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +000065 <artifactId>pregelix-api</artifactId>
Ian Maxonff2ef982014-07-11 22:51:50 -070066 <version>0.2.12</version>
buyingyi7f356c12012-10-07 00:23:17 +000067 <type>jar</type>
68 <scope>compile</scope>
69 </dependency>
70 <dependency>
buyingyie7752502012-10-08 00:35:31 +000071 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +000072 <artifactId>pregelix-dataflow-std</artifactId>
Ian Maxonff2ef982014-07-11 22:51:50 -070073 <version>0.2.12</version>
buyingyi7f356c12012-10-07 00:23:17 +000074 <type>jar</type>
75 <scope>compile</scope>
76 </dependency>
77 <dependency>
buyingyie7752502012-10-08 00:35:31 +000078 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +000079 <artifactId>pregelix-dataflow</artifactId>
Ian Maxonff2ef982014-07-11 22:51:50 -070080 <version>0.2.12</version>
buyingyi7f356c12012-10-07 00:23:17 +000081 <type>jar</type>
82 <scope>compile</scope>
83 </dependency>
84 <dependency>
85 <groupId>edu.uci.ics.hyracks</groupId>
86 <artifactId>hyracks-dataflow-std</artifactId>
Ian Maxonff2ef982014-07-11 22:51:50 -070087 <version>0.2.12</version>
buyingyi7f356c12012-10-07 00:23:17 +000088 <type>jar</type>
89 <scope>compile</scope>
90 </dependency>
91 <dependency>
92 <groupId>edu.uci.ics.hyracks</groupId>
93 <artifactId>hyracks-api</artifactId>
Ian Maxonff2ef982014-07-11 22:51:50 -070094 <version>0.2.12</version>
buyingyi7f356c12012-10-07 00:23:17 +000095 <type>jar</type>
96 <scope>compile</scope>
97 </dependency>
98 <dependency>
99 <groupId>edu.uci.ics.hyracks</groupId>
100 <artifactId>hyracks-dataflow-common</artifactId>
Ian Maxonff2ef982014-07-11 22:51:50 -0700101 <version>0.2.12</version>
buyingyi7f356c12012-10-07 00:23:17 +0000102 <type>jar</type>
103 <scope>compile</scope>
104 </dependency>
105 <dependency>
106 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +0000107 <artifactId>hyracks-data-std</artifactId>
Ian Maxonff2ef982014-07-11 22:51:50 -0700108 <version>0.2.12</version>
Yingyi Bu0622e8e2014-05-27 17:46:41 -0700109 <type>jar</type>
110 <scope>compile</scope>
buyingyi7f356c12012-10-07 00:23:17 +0000111 </dependency>
112 <dependency>
buyingyi7f356c12012-10-07 00:23:17 +0000113 <groupId>edu.uci.ics.hyracks</groupId>
114 <artifactId>hyracks-storage-am-common</artifactId>
Ian Maxonff2ef982014-07-11 22:51:50 -0700115 <version>0.2.12</version>
buyingyi7f356c12012-10-07 00:23:17 +0000116 <type>jar</type>
117 <scope>compile</scope>
118 </dependency>
119 <dependency>
120 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi04f685e2013-10-17 20:24:37 -0700121 <artifactId>hyracks-storage-common</artifactId>
Ian Maxonff2ef982014-07-11 22:51:50 -0700122 <version>0.2.12</version>
buyingyi04f685e2013-10-17 20:24:37 -0700123 <type>jar</type>
124 <scope>compile</scope>
125 </dependency>
126 <dependency>
127 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +0000128 <artifactId>hyracks-storage-am-btree</artifactId>
Ian Maxonff2ef982014-07-11 22:51:50 -0700129 <version>0.2.12</version>
buyingyi7f356c12012-10-07 00:23:17 +0000130 <type>jar</type>
131 <scope>compile</scope>
132 </dependency>
133 <dependency>
buyingyi7f356c12012-10-07 00:23:17 +0000134 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi6bf2ffc2013-06-25 21:19:11 -0700135 <artifactId>hyracks-storage-am-lsm-common</artifactId>
Ian Maxonff2ef982014-07-11 22:51:50 -0700136 <version>0.2.12</version>
buyingyi6bf2ffc2013-06-25 21:19:11 -0700137 <type>jar</type>
138 <scope>compile</scope>
139 </dependency>
140 <dependency>
141 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +0000142 <artifactId>hyracks-control-cc</artifactId>
Ian Maxonff2ef982014-07-11 22:51:50 -0700143 <version>0.2.12</version>
buyingyi7f356c12012-10-07 00:23:17 +0000144 <type>jar</type>
145 <scope>compile</scope>
146 </dependency>
147 <dependency>
148 <groupId>edu.uci.ics.hyracks</groupId>
149 <artifactId>hyracks-control-nc</artifactId>
Ian Maxonff2ef982014-07-11 22:51:50 -0700150 <version>0.2.12</version>
buyingyi7f356c12012-10-07 00:23:17 +0000151 <type>jar</type>
152 <scope>compile</scope>
153 </dependency>
154 <dependency>
155 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +0000156 <artifactId>hyracks-ipc</artifactId>
Ian Maxonff2ef982014-07-11 22:51:50 -0700157 <version>0.2.12</version>
buyingyi7f356c12012-10-07 00:23:17 +0000158 <type>jar</type>
159 <scope>compile</scope>
160 </dependency>
161 </dependencies>
162</project>