Project

General

Profile

« Previous | Next » 

Revision 35d4b554

Added by Andreas Müller almost 2 years ago

move ehcache from model to service

View differences:

cdmlib-model/pom.xml
219 219
      <groupId>org.slf4j</groupId>
220 220
      <artifactId>slf4j-reload4j</artifactId>
221 221
    </dependency>
222
    <dependency>
223
	  <groupId>net.sf.ehcache</groupId>
224
	  <artifactId>ehcache</artifactId>	  
225
	</dependency>
226 222
    <dependency>
227 223
      <groupId>com.fasterxml.jackson.core</groupId>
228 224
      <artifactId>jackson-annotations</artifactId>
cdmlib-services/pom.xml
95 95
        <groupId>org.springframework</groupId>
96 96
        <artifactId>spring-context-support</artifactId>
97 97
    </dependency>
98
    <dependency>  
99
        <groupId>net.sf.ehcache</groupId>-->
100
        <artifactId>ehcache</artifactId>
101
    </dependency>
98 102
    <dependency>
99 103
        <groupId>com.sun.mail</groupId>
100 104
        <!-- is now jakarate.mail, but wait with update until spring-context-support upgrades -->

Also available in: Unified diff