Repository: ambari Updated Branches: refs/heads/trunk 2042657e3 -> 3662056b6
AMBARI-19262. Remove MySQL Connector from Ambari distribution. (Ishan Bhatt via gauravn7) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3662056b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3662056b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3662056b Branch: refs/heads/trunk Commit: 3662056b61f8640b796011b04c684393a464688c Parents: 2042657 Author: Gaurav Nagar <[email protected]> Authored: Fri Jan 6 20:33:25 2017 +0530 Committer: Gaurav Nagar <[email protected]> Committed: Fri Jan 6 20:34:13 2017 +0530 ---------------------------------------------------------------------- contrib/views/hueambarimigration/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3662056b/contrib/views/hueambarimigration/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hueambarimigration/pom.xml b/contrib/views/hueambarimigration/pom.xml index ea94bec..f131b3b 100644 --- a/contrib/views/hueambarimigration/pom.xml +++ b/contrib/views/hueambarimigration/pom.xml @@ -81,11 +81,6 @@ <artifactId>postgresql</artifactId> <version>8.4-701.jdbc3</version> </dependency> - <dependency> - <groupId>mysql</groupId> - <artifactId>mysql-connector-java</artifactId> - <version>5.1.35</version> - </dependency> <dependency> <groupId>com.googlecode.json-simple</groupId>
