4

Just upgraded to spring3.2 - but mail has disappeared AFAIK.

It is not mentioned in the offical guide.Where has it gone :

where has it gone

My pom look like this : soring-core

everything else works for me except cache manager, but there is an explanation for that.

Community
  • 1
  • 1
NimChimpsky
  • 46,453
  • 60
  • 198
  • 311
  • 1
    Looking at your profile, it would seem that you've been here long enough, and both asked and answered enough questions to realize that *posting a picture of a random section of your POM* is unlikely to get you any reasonable answers. – kdgregory Dec 22 '12 at 14:02

1 Answers1

8

I needed this additional jar, same as ehcache support (but not mentioned in guide ?)

 <dependency>
   <groupId>org.springframework</groupId>
    <artifactId>spring-context-support</artifactId>
    <version>3.2.0.RELEASE</version>
 </dependency>
NimChimpsky
  • 46,453
  • 60
  • 198
  • 311