<?xml version="1.0" encoding="UTF-8"?> <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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.yahoo.ycsb</groupId> <artifactId>binding-parent</artifactId> <version>0.3.0-SNAPSHOT</version> <relativePath>../binding-parent</relativePath> </parent> <artifactId>hypertable-binding</artifactId> <name>Hypertable DB Binding</name> <packaging>jar</packaging> <dependencies> <dependency> <groupId>com.yahoo.ycsb</groupId> <artifactId>core</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> <version>${thrift.version}</version> </dependency> <dependency> <groupId>org.hypertable</groupId> <artifactId>hypertable</artifactId> <version>${hypertable.version}</version> </dependency> </dependencies> <repositories> <repository> <id>clojars.org</id> <url>http://clojars.org/repo</url> </repository> </repositories> </project>