Moveed processing/pom version into master pom

This commit is contained in:
Charles Allen 2014-11-07 11:08:23 -08:00
parent 75c79e7562
commit 6af18931e5
2 changed files with 6 additions and 1 deletions

View File

@ -461,6 +461,12 @@
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.carrotsearch</groupId>
<artifactId>junit-benchmarks</artifactId>
<version>0.7.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.caliper</groupId>
<artifactId>caliper</artifactId>

View File

@ -103,7 +103,6 @@
<groupId>com.carrotsearch</groupId>
<artifactId>junit-benchmarks</artifactId>
<version>0.7.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>