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
This commit is contained in:
Witold Bedyk 2018-02-05 11:59:51 +01:00
parent 31a65144c1
commit 15f9962fcb
2 changed files with 2 additions and 7 deletions

View File

@ -4,7 +4,7 @@
<groupId>monasca</groupId>
<artifactId>monasca-thresh-base</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<url>http://github.com/openstack/monasca-thresh</url>
<packaging>pom</packaging>

View File

@ -5,7 +5,7 @@
<groupId>monasca</groupId>
<artifactId>monasca-thresh</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<url>http://github.com/openstack/monasca-thresh</url>
<packaging>jar</packaging>
@ -123,11 +123,6 @@
<artifactId>monasca-common-kafka</artifactId>
<version>${mon.common.version}</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.36</version>
</dependency>
<dependency>
<groupId>org.drizzle.jdbc</groupId>
<artifactId>drizzle-jdbc</artifactId>