Move integration test (clean-up, last phase)
[cps.git] / cps-ri / src / test / resources / hibernate.cfg.xml
diff --git a/cps-ri/src/test/resources/hibernate.cfg.xml b/cps-ri/src/test/resources/hibernate.cfg.xml
deleted file mode 100644 (file)
index fae9275..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!DOCTYPE hibernate-configuration PUBLIC\r
-        "-//Hibernate/Hibernate Configuration DTD 3.0//EN"\r
-        "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">\r
-\r
-<hibernate-configuration>\r
-    <session-factory>\r
-        <property name="hibernate.connection.driver_class">org.postgresql.Driver</property>\r
-        <property name="hibernate.connection.url">${DB_URL}</property>\r
-        <property name="hibernate.connection.username">${DB_USERNAME}</property>\r
-        <property name="hibernate.connection.password">${DB_PASSWORD}</property>\r
-        <property name="hibernate.dialect">org.hibernate.dialect.PostgreSQL82Dialect</property>\r
-        <property name="show_sql">true</property>\r
-        <property name="hibernate.hbm2ddl.auto">none</property>\r
-    </session-factory>\r
-</hibernate-configuration>
\ No newline at end of file