| <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"> |
| <modelVersion>4.0.0</modelVersion> |
| <parent> |
| <groupId>org.apache.asterix</groupId> |
| <artifactId>apache-asterixdb</artifactId> |
| <version>0.8.9-SNAPSHOT</version> |
| </parent> |
| <artifactId>asterix-active</artifactId> |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.asterix</groupId> |
| <artifactId>asterix-om</artifactId> |
| <version>0.8.9-SNAPSHOT</version> |
| <type>jar</type> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hyracks</groupId> |
| <artifactId>hyracks-test-support</artifactId> |
| <version>0.2.18-SNAPSHOT</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.asterix</groupId> |
| <artifactId>asterix-runtime</artifactId> |
| <version>0.8.9-SNAPSHOT</version> |
| <type>jar</type> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hyracks</groupId> |
| <artifactId>algebricks-compiler</artifactId> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hyracks</groupId> |
| <artifactId>hyracks-hdfs-core</artifactId> |
| <version>${hyracks.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.asterix</groupId> |
| <artifactId>asterix-common</artifactId> |
| <version>0.8.9-SNAPSHOT</version> |
| </dependency> |
| </dependencies> |
| </project> |