Added maven dependency to caliper in pom.xml

This commit is contained in:
Inderjeet Singh 2011-01-27 01:18:52 +00:00
parent 1ad0489b84
commit 7b3cb27ee5

View File

@ -40,6 +40,11 @@
<artifactId>gson</artifactId>
<version>1.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.code.caliper</groupId>
<artifactId>caliper</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>