INTSAMPLES-142: Fix mail dependencies

JIRA: https://jira.spring.io/browse/INTSAMPLES-142

Also do some upgrades and polishing
This commit is contained in:
Artem Bilan
2016-07-06 12:57:40 -04:00
parent 6228929b95
commit 9554dc7f1f
66 changed files with 1603 additions and 1617 deletions

View File

@@ -63,18 +63,18 @@
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.3.0.RC2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.3.0.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>