Added full hamcrest dependency for testing

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@641364 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2008-03-26 16:07:36 +00:00
parent b02c06fb31
commit 401937a115
2 changed files with 12 additions and 0 deletions

View File

@ -165,6 +165,11 @@
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId> <artifactId>commons-logging</artifactId>

View File

@ -767,6 +767,7 @@
<version>${aopalliance-version}</version> <version>${aopalliance-version}</version>
</dependency> </dependency>
<!-- testing dependencies -->
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
@ -791,6 +792,12 @@
<version>${cglib-version}</version> <version>${cglib-version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.1</version>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>annogen</groupId> <groupId>annogen</groupId>