blob: 854a00982246f48a7d6615f364eebd181e044a90 [file] [log] [blame]
buyingyi55df5212013-03-24 07:20:08 +00001<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">
2 <modelVersion>4.0.0</modelVersion>
3 <artifactId>hyracks-client</artifactId>
4 <name>hyracks-client</name>
5 <parent>
6 <groupId>edu.uci.ics.hyracks</groupId>
7 <artifactId>hyracks</artifactId>
8 <version>0.2.3-SNAPSHOT</version>
9 </parent>
10
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.maven.plugins</groupId>
15 <artifactId>maven-compiler-plugin</artifactId>
16 <version>2.0.2</version>
17 <configuration>
18 <source>1.7</source>
19 <target>1.7</target>
20 </configuration>
21 </plugin>
22 </plugins>
23 </build>
24 <dependencies>
25 <dependency>
26 <groupId>edu.uci.ics.hyracks</groupId>
27 <artifactId>hyracks-api</artifactId>
28 <version>0.2.3-SNAPSHOT</version>
29 </dependency>
30 <dependency>
31 <groupId>edu.uci.ics.hyracks</groupId>
32 <artifactId>hyracks-net</artifactId>
33 <version>0.2.3-SNAPSHOT</version>
34 </dependency>
35 <dependency>
36 <groupId>edu.uci.ics.hyracks</groupId>
37 <artifactId>hyracks-comm</artifactId>
38 <version>0.2.3-SNAPSHOT</version>
39 </dependency>
40 <dependency>
41 <groupId>edu.uci.ics.hyracks</groupId>
42 <artifactId>hyracks-dataflow-common</artifactId>
43 <version>0.2.3-SNAPSHOT</version>
44 </dependency>
45 </dependencies>
46</project>