From 765d076474628089566b446507edea02ccf0cca4 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Thu, 12 Nov 2009 08:15:18 -0800 Subject: Fix PostgreSQL/H2 access under gwtdebug sessions Unfortunately my recent Maven refactoring series didn't quite work with the gwtdebug hosted mode debugging support project for gwtui. The project removes gerrit-pgm (and its contained Jetty) from the classpath but that was where we were getting our PostgreSQL JDBC driver from. We need to import the drivers directly in gwtdebug's own pom. Change-Id: Iccb284e8f26b1287771e0251dbf2772bbeb43428 Signed-off-by: Shawn O. Pearce --- gerrit-gwtdebug/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gerrit-gwtdebug') diff --git a/gerrit-gwtdebug/pom.xml b/gerrit-gwtdebug/pom.xml index e868c4e7d6..051600686b 100644 --- a/gerrit-gwtdebug/pom.xml +++ b/gerrit-gwtdebug/pom.xml @@ -55,6 +55,18 @@ limitations under the License. + + com.h2database + h2 + provided + + + + postgresql + postgresql + provided + + bouncycastle bcprov-jdk15 -- cgit v1.2.3