升级到3.2版但邮件似乎已经消失了?

时间:2012-12-22 12:34:27

标签: java spring email maven

刚刚升级到spring3.2 - 但邮件已经消失了AFAIK。

offical guide中没有提到它。它在哪里消失了:

where has it gone

我的pom看起来像这样: soring-core

除了cache manager之外,其他一切对我都有效,但有一个解释。

1 个答案:

答案 0 :(得分:8)

我需要这个额外的jar,和ehcache支持一样(但在指南中没有提到?)

 <dependency>
   <groupId>org.springframework</groupId>
    <artifactId>spring-context-support</artifactId>
    <version>3.2.0.RELEASE</version>
 </dependency>