From 15f9962fcb37e129aedf5b76fafca22fddc6c1e3 Mon Sep 17 00:00:00 2001 From: Witold Bedyk Date: Mon, 5 Feb 2018 11:59:51 +0100 Subject: [PATCH] Remove mysql-connector and bump version to 2.3.0 MySQL Connector is released under GPLv2 license which restricts the distribution of the consuming project [1]. This change removes MySQL Connector and leaves Drizzle JDBC which is licensed under BSD. [1] https://governance.openstack.org/tc/reference/licensing.html Story: 2001522 Task: 6324 Change-Id: I4c39ebc290475820b5ba3ab54c36198ca9069abe Depends-On: https://review.openstack.org/541366 --- pom.xml | 2 +- thresh/pom.xml | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 43db0f0..7e69be7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ monasca monasca-thresh-base - 2.2.0-SNAPSHOT + 2.3.0-SNAPSHOT http://github.com/openstack/monasca-thresh pom diff --git a/thresh/pom.xml b/thresh/pom.xml index 99fb362..161ab7f 100644 --- a/thresh/pom.xml +++ b/thresh/pom.xml @@ -5,7 +5,7 @@ monasca monasca-thresh - 2.2.0-SNAPSHOT + 2.3.0-SNAPSHOT http://github.com/openstack/monasca-thresh jar @@ -123,11 +123,6 @@ monasca-common-kafka ${mon.common.version} - - mysql - mysql-connector-java - 5.1.36 - org.drizzle.jdbc drizzle-jdbc