Repository: ambari Updated Branches: refs/heads/branch-2.5 033dfea84 -> 00852dae5
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/00852dae Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/00852dae Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/00852dae Branch: refs/heads/branch-2.5 Commit: 00852dae5282dde447d5480de288719339218d83 Parents: 033dfea Author: Gaurav Nagar <[email protected]> Authored: Fri Jan 6 20:33:25 2017 +0530 Committer: Gaurav Nagar <[email protected]> Committed: Fri Jan 6 20:33:25 2017 +0530 ---------------------------------------------------------------------- contrib/views/hueambarimigration/pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/00852dae/contrib/views/hueambarimigration/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hueambarimigration/pom.xml b/contrib/views/hueambarimigration/pom.xml index 8df4ff8..891876d 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> @@ -281,4 +276,4 @@ </resources> </build> -</project> \ No newline at end of file +</project>
