Merge branch '1.5.x' into 2.0.x

This commit is contained in:
Andy Wilkinson
2018-06-20 13:56:55 +01:00
4 changed files with 35 additions and 2 deletions

View File

@@ -695,6 +695,11 @@
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.atomikos</groupId>
<artifactId>transactions-jms</artifactId>