From a78cbd8b4975dd11afcce5bc0dd57a1e5ceed889 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Thu, 17 Jul 2014 14:40:32 +0200 Subject: SONAR-5462 Fix assembly due to group id update of postgresql driver --- sonar-application/assembly.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sonar-application') diff --git a/sonar-application/assembly.xml b/sonar-application/assembly.xml index bed1ebb79b4..b063dc66c4b 100644 --- a/sonar-application/assembly.xml +++ b/sonar-application/assembly.xml @@ -12,7 +12,7 @@ true mysql:mysql-connector-java - postgresql:postgresql + org.postgresql:postgresql net.sourceforge.jtds:jtds org.codehaus.sonar.plugins:* org.codehaus.sonar-plugins.*:* @@ -61,7 +61,7 @@ extensions/jdbc-driver/postgresql/ - postgresql:postgresql + org.postgresql:postgresql false runtime -- cgit v1.2.3