Add Derby dep to Stress Tests pom

This commit is contained in:
Martyn Taylor 2016-05-31 12:47:16 +01:00
parent 79904aeb64
commit fda6789d96
1 changed files with 6 additions and 0 deletions

View File

@ -111,6 +111,12 @@
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jms_2.0_spec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>${apache.derby.version}</version>
<scope>test</scope>
</dependency>
<!-- this is for the log assertion -->
<dependency>