summaryrefslogtreecommitdiffstats
path: root/gerrit-gwtdebug/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gerrit-gwtdebug/pom.xml')
-rw-r--r--gerrit-gwtdebug/pom.xml12
1 files changed, 12 insertions, 0 deletions
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
@@ -56,6 +56,18 @@ limitations under the License.
</dependency>
<dependency>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
<version>140</version>