5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-06 18:22:25 +08:00

SQOOP-2391: Sqoop2: MySQL JDBC Driver is packaged with binary distribution

(Abraham Elmahrek via Richard Zhou)
This commit is contained in:
Richard Zhou 2015-06-18 16:00:23 +08:00
parent 4042d2df11
commit d593a550aa

View File

@ -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>