Skip to content

Instantly share code, notes, and snippets.

View kay's full-sized avatar

Doug Lawrie kay

  • United Kingdom
View GitHub Profile
@kay
kay / pom.xml
Created February 25, 2013 17:46
Maven dependency for the allocation.jar of Google Caliber
<dependencies>
<dependency>
<groupId>com.google.caliber</groupId>
<artifactId>allocation</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${env.ALLOCATION_JAR}</systemPath>
</dependency>
</dependencies>