From f50f0192d155bd1cb71b1a5b369a481d75fffe32 Mon Sep 17 00:00:00 2001 From: Thomas Fellner Date: Wed, 11 Aug 2021 08:47:49 +0200 Subject: [PATCH] Switch DB2 driver to the publicly available JCC driver --- ebean-core/pom.xml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/ebean-core/pom.xml b/ebean-core/pom.xml index b99bf98fb..5324aec82 100644 --- a/ebean-core/pom.xml +++ b/ebean-core/pom.xml @@ -20,22 +20,13 @@ - db2 + - com.ibm.jdbc - db2jcc4 - 4.23.42 + com.ibm.db2 + jcc + 11.5.5.0 test