I think your XML format has problem, so please change it to standard format like following and try again.
<?xml version="1.0"?><data-sources>
 <setup>
   <connectionURL>jdbc:mysql://192.168.0.54/ePOSDB</connectionURL>
        <userName>epos_user</userName>
        <password>wAYEA6yUk8c=</password>
        <promptPassword>false</promptPassword>
        <driver>org.gjt.mm.mysql.Driver</driver>
     </setup>
</data-sources>
 Good Luck!