JMS tests cannot run in same context

This commit is contained in:
Dave Syer
2011-03-15 09:06:39 +00:00
committed by Michael Minella
parent 2397b8bfb5
commit c06c3ec289
4 changed files with 14 additions and 2 deletions

View File

@@ -42,6 +42,14 @@
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>