aboutsummaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2020-02-25 13:53:34 -0600
committerjhh <jorge.hernandez-herrero@att.com>2020-02-25 13:53:34 -0600
commit47f977556de3613e1f67d4551ccaa576e3228e93 (patch)
tree9dd267ed60f4919be96c4fc490065f5f5072dc1a /integration
parent385f0850e40f4bffbee8d8a00d434922cea45e6e (diff)
moved h2 db version back to 1.4.197
1.4.200 h2 db upgrade breaks junits that run OK previous to the upgrade. Issue-ID: POLICY-2381 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I8ac6e8fc983aed7354690ac1cb6b3bb94273e294
Diffstat (limited to 'integration')
-rw-r--r--integration/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 856e2f8b..d19f2b99 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -419,7 +419,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.4.200</version>
+ <version>1.4.197</version>
<scope>test</scope>
</dependency>