You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by av...@apache.org on 2017/04/21 21:52:00 UTC

ambari git commit: AMBARI-19262 : Remove MySQL Connector from Ambari distribution. (Ishan Bhatt via avijayan)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 9ca96f13c -> 79ba64c2b


AMBARI-19262 : Remove MySQL Connector from Ambari distribution. (Ishan Bhatt via avijayan)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/79ba64c2
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/79ba64c2
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/79ba64c2

Branch: refs/heads/branch-2.4
Commit: 79ba64c2b0eb98a8f0d25f9cbe9c3ee12cc21108
Parents: 9ca96f1
Author: Aravindan Vijayan <av...@hortonworks.com>
Authored: Fri Apr 21 14:51:53 2017 -0700
Committer: Aravindan Vijayan <av...@hortonworks.com>
Committed: Fri Apr 21 14:51:53 2017 -0700

----------------------------------------------------------------------
 contrib/views/hueambarimigration/pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/79ba64c2/contrib/views/hueambarimigration/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/hueambarimigration/pom.xml b/contrib/views/hueambarimigration/pom.xml
index c69af6f..f7a42dd 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>
@@ -263,4 +258,4 @@
     </resources>
   </build>
 
-</project>
\ No newline at end of file
+</project>