From 07423d9e8c6805344b4a1340ddccd7638e6f88af Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Mon, 13 Feb 2017 17:56:56 +0100 Subject: [PATCH] Jetty 9.2 upgrade: add h2 to dependency management This allows the Jetty upgrade to be driven from odlparent, without requiring synchronised commits to odlparent and aaa (once aaa starts using this dependency management). Change-Id: I99f9086497706a321380d32f7cbc194895cf6abf Signed-off-by: Stephen Kitt --- odlparent/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/odlparent/pom.xml b/odlparent/pom.xml index e98b37fe1..b2c071a29 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -1246,6 +1246,12 @@ 1.4.2 + + com.h2database + h2 + 1.4.191 + +