diff --git a/functional-test/pom.xml b/functional-test/pom.xml index db1dd78478..3757ef27c9 100644 --- a/functional-test/pom.xml +++ b/functional-test/pom.xml @@ -30,16 +30,15 @@ mysql mysql-connector-java - - 5.1.9 + 5.1.26 zanataDatasource - zanata_functional - + + root + root + root jdbc:mysql://localhost:${mysql.port}/${ds.database}?characterEncoding=UTF-8 com.mysql.jdbc.Driver - zanata - zanata ${project.parent.version} @@ -335,6 +334,7 @@ reserve-network-port + generate-test-resources mysql.port @@ -385,51 +385,6 @@ - - org.codehaus.mojo - sql-maven-plugin - - - - ${jdbc.groupId} - ${jdbc.artifactId} - ${jdbc.version} - - - - - - ${ds.driver.class} - jdbc:mysql://localhost:${mysql.port}/test?characterEncoding=UTF-8 - ${ds.username} - ${ds.password} - - - - - drop-database - pre-integration-test - - execute - - - drop database if exists ${ds.database} - continue - - - - create-database - pre-integration-test - - execute - - - create database ${ds.database} - - - - - org.codehaus.cargo cargo-maven2-plugin diff --git a/pom.xml b/pom.xml index 88fccfae1e..77796bb609 100644 --- a/pom.xml +++ b/pom.xml @@ -53,10 +53,6 @@ 7.2.0.Final - - - linux-amd64 - 13306 @@ -720,11 +716,6 @@ jcabi-mysql-maven-plugin 0.3 - - org.codehaus.mojo - sql-maven-plugin - 1.5 -