blob: 9bb0da1f3d100141ea72e038087c291232823248 [file] [log] [blame]
alexander.behm78a14082011-05-30 21:04:03 +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 <groupId>edu.uci.ics.hyracks</groupId>
4 <artifactId>hyracks-storage-common-test</artifactId>
zheilbrond974a5b2012-10-02 02:01:06 +00005 <version>0.2.2-SNAPSHOT</version>
alexander.behm78a14082011-05-30 21:04:03 +00006
7 <parent>
8 <groupId>edu.uci.ics.hyracks</groupId>
9 <artifactId>hyracks-tests</artifactId>
zheilbrond974a5b2012-10-02 02:01:06 +000010 <version>0.2.2-SNAPSHOT</version>
alexander.behm78a14082011-05-30 21:04:03 +000011 </parent>
12
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.maven.plugins</groupId>
17 <artifactId>maven-compiler-plugin</artifactId>
18 <version>2.0.2</version>
19 <configuration>
20 <source>1.6</source>
21 <target>1.6</target>
22 </configuration>
23 </plugin>
24 </plugins>
25 </build>
zheilbrone74da942012-04-05 21:43:52 +000026 <dependencies>
27 <dependency>
28 <groupId>junit</groupId>
29 <artifactId>junit</artifactId>
30 <version>4.8.1</version>
31 <type>jar</type>
32 <scope>test</scope>
33 </dependency>
34 <dependency>
35 <groupId>edu.uci.ics.hyracks</groupId>
zheilbrone74da942012-04-05 21:43:52 +000036 <artifactId>hyracks-storage-common</artifactId>
zheilbrond974a5b2012-10-02 02:01:06 +000037 <version>0.2.2-SNAPSHOT</version>
zheilbrone74da942012-04-05 21:43:52 +000038 <scope>compile</scope>
39 </dependency>
alexander.behm78a14082011-05-30 21:04:03 +000040 <dependency>
41 <groupId>edu.uci.ics.hyracks</groupId>
42 <artifactId>hyracks-test-support</artifactId>
zheilbrond974a5b2012-10-02 02:01:06 +000043 <version>0.2.2-SNAPSHOT</version>
alexander.behm78a14082011-05-30 21:04:03 +000044 <type>jar</type>
zheilbronf987cc52012-04-14 01:18:03 +000045 <scope>compile</scope>
alexander.behm78a14082011-05-30 21:04:03 +000046 </dependency>
47 </dependencies>
48</project>