Repository: sqoop Updated Branches: refs/heads/sqoop2 4042d2df1 -> d593a550a
SQOOP-2391: Sqoop2: MySQL JDBC Driver is packaged with binary distribution (Abraham Elmahrek via Richard Zhou) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/d593a550 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/d593a550 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/d593a550 Branch: refs/heads/sqoop2 Commit: d593a550aa56729e12a820cb15f46cbe7348d57e Parents: 4042d2d Author: Richard Zhou <[email protected]> Authored: Thu Jun 18 16:00:23 2015 +0800 Committer: Richard Zhou <[email protected]> Committed: Thu Jun 18 16:00:23 2015 +0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/d593a550/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7749edc..72a2856 100644 --- a/pom.xml +++ b/pom.xml @@ -515,6 +515,7 @@ limitations under the License. <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>${jdbc.mysql.version}</version> + <scope>test</scope> </dependency> <dependency> <groupId>postgresql</groupId>
