diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 52ef00da28..6affa73272 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -352,6 +352,7 @@ ${my.db.port} org.hibernate.dialect.MySQLInnoDBDialect + jdbc:mysql://${alfresco.db.host}:${alfresco.db.port}/${alfresco.db.name} jdbc:mysql://${alfresco.db.host}:${alfresco.db.port}/${alfresco.db.name} org.gjt.mm.mysql.Driver @@ -363,6 +364,7 @@ ${my.db.port} org.hibernate.dialect.PostgreSQLDialect + jdbc:postgresql:template1 jdbc:postgresql:${alfresco.db.name} org.postgresql.Driver