Skip to content

Commit

Permalink
ACCUMULO-1166 Add in the minicluster artifact as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joshelser committed May 30, 2013
1 parent 89cb898 commit a48490e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/archetype-resources/pom.xml
Expand Up @@ -132,6 +132,11 @@
<artifactId>accumulo-server</artifactId>
<version>${accumulo.version}</version>
</dependency>
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-minicluster</artifactId>
<version>${accumulo.version}</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
Expand Down

0 comments on commit a48490e

Please sign in to comment.