Fixed the datasource configuration for flyway.

Change-Id: If8ae360d32362c38b3f4348008e1b5f79493b070
diff --git a/src/main/resources/ehcache.xml b/src/main/resources/ehcache.xml
index 3d999e1..17cff24 100644
--- a/src/main/resources/ehcache.xml
+++ b/src/main/resources/ehcache.xml
@@ -1,5 +1,5 @@
 <ehcache xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
-         xsi:noNamespaceSchemaLocation='http://ehcache.org/ehcache.xsd'>
+       xsi:schemaLocation='http://ehcache.org/ehcache.xsd'>
     <defaultCache eternal='true' overflowToDisk='false'/>
     <!--maxBytesLocalHeap="200M"-->
     <diskStore path="./cache_store"/>