buyingyi | dccd21f | 2013-09-11 11:36:08 -0700 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | <project |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
| 4 | xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 5 | <modelVersion>4.0.0</modelVersion> |
| 6 | <parent> |
| 7 | <artifactId>pregelix</artifactId> |
| 8 | <groupId>edu.uci.ics.hyracks</groupId> |
| 9 | <version>0.2.10-SNAPSHOT</version> |
| 10 | </parent> |
| 11 | |
| 12 | <artifactId>pregelix-benchmark</artifactId> |
| 13 | <name>pregelix-benchmark</name> |
| 14 | <url>http://maven.apache.org</url> |
| 15 | <dependencies> |
| 16 | <dependency> |
| 17 | <groupId>junit</groupId> |
| 18 | <artifactId>junit</artifactId> |
| 19 | <version>3.8.1</version> |
| 20 | <scope>test</scope> |
| 21 | </dependency> |
| 22 | <dependency> |
| 23 | <groupId>org.apache.giraph</groupId> |
| 24 | <artifactId>giraph-core</artifactId> |
| 25 | <version>1.0.0</version> |
| 26 | <scope>compile</scope> |
| 27 | </dependency> |
| 28 | <dependency> |
| 29 | <groupId>edu.uci.ics.hyracks</groupId> |
| 30 | <artifactId>hyracks-hdfs-core</artifactId> |
| 31 | <version>0.2.10-SNAPSHOT</version> |
| 32 | <type>jar</type> |
| 33 | <scope>compile</scope> |
| 34 | </dependency> |
| 35 | </dependencies> |
| 36 | </project> |