Jetty 9.2 upgrade: add h2 to dependency management 03/51803/2
authorStephen Kitt <skitt@redhat.com>
Mon, 13 Feb 2017 16:56:56 +0000 (17:56 +0100)
committerStephen Kitt <skitt@redhat.com>
Tue, 14 Feb 2017 10:43:04 +0000 (10:43 +0000)
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 <skitt@redhat.com>
odlparent/pom.xml

index e98b37fe1ac93dbfb5b56cc6bc15bc66fe7767f0..b2c071a29fec74211ec20bf2a8f88767aa2567b9 100644 (file)
         <version>1.4.2</version>
       </dependency>
 
+      <dependency>
+        <groupId>com.h2database</groupId>
+        <artifactId>h2</artifactId>
+        <version>1.4.191</version>
+      </dependency>
+
       <!-- Xtend http://xtend-lang.org
            NOTE: When you increase the version here,
            then remember to also increase it for the