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 <sop@google.com>
1 file changed