Authored by chunhua

add

Showing 1 changed file with 11 additions and 0 deletions
@@ -455,6 +455,17 @@ @@ -455,6 +455,17 @@
455 </dependency> 455 </dependency>
456 456
457 457
  458 + <dependency>
  459 + <groupId>net.sf.ehcache</groupId>
  460 + <artifactId>ehcache-core</artifactId>
  461 + <version>2.6.9</version>
  462 + </dependency>
  463 +
  464 + <dependency>
  465 + <groupId>commons-pool</groupId>
  466 + <artifactId>commons-pool</artifactId>
  467 + <version>20030825.183949</version>
  468 + </dependency>
458 469
459 470
460 471