ref #7729 removing unused ehcache.xml - all config is code based
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Fri, 7 Sep 2018 09:12:54 +0000 (11:12 +0200)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Fri, 7 Sep 2018 09:12:54 +0000 (11:12 +0200)
cdmlib-remote/src/test/resources/eu/etaxonomy/cdm/remote/ehcache.xml [deleted file]

diff --git a/cdmlib-remote/src/test/resources/eu/etaxonomy/cdm/remote/ehcache.xml b/cdmlib-remote/src/test/resources/eu/etaxonomy/cdm/remote/ehcache.xml
deleted file mode 100644 (file)
index c89df8b..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ehcache
-  <!--
-    This configuration is loaded by the default cache configuration. An in only to be used in specific 
-    Test contexts.
-  -->
-  <defaultCache maxElementsInMemory="10" eternal="false"
-    timeToIdleSeconds="120" timeToLiveSeconds="120" overflowToDisk="true" />
-</ehcache>
\ No newline at end of file