diff --git a/cloudsql-mysql-plugin/pom.xml b/cloudsql-mysql-plugin/pom.xml index e5d0f896b..f2ccb2442 100644 --- a/cloudsql-mysql-plugin/pom.xml +++ b/cloudsql-mysql-plugin/pom.xml @@ -59,6 +59,7 @@ io.cdap.cdap hydrator-test + test io.cdap.cdap @@ -68,6 +69,7 @@ junit junit + test io.cdap.cdap @@ -77,6 +79,7 @@ org.mockito mockito-core + test org.jetbrains diff --git a/cloudsql-postgresql-plugin/pom.xml b/cloudsql-postgresql-plugin/pom.xml index ebe89f33f..eeff25572 100644 --- a/cloudsql-postgresql-plugin/pom.xml +++ b/cloudsql-postgresql-plugin/pom.xml @@ -63,6 +63,7 @@ io.cdap.cdap hydrator-test + test io.cdap.cdap @@ -72,6 +73,7 @@ junit junit + test io.cdap.cdap @@ -81,6 +83,7 @@ org.mockito mockito-core + test org.jetbrains diff --git a/mssql-plugin/pom.xml b/mssql-plugin/pom.xml index bf8239beb..b485279ed 100644 --- a/mssql-plugin/pom.xml +++ b/mssql-plugin/pom.xml @@ -57,6 +57,7 @@ io.cdap.cdap hydrator-test + test io.cdap.cdap @@ -65,10 +66,12 @@ junit junit + test org.mockito mockito-core + test com.microsoft.sqlserver diff --git a/mysql-plugin/pom.xml b/mysql-plugin/pom.xml index 763a26b28..d87b80ccb 100644 --- a/mysql-plugin/pom.xml +++ b/mysql-plugin/pom.xml @@ -57,6 +57,7 @@ io.cdap.cdap hydrator-test + test io.cdap.cdap @@ -65,6 +66,7 @@ junit junit + test io.cdap.cdap @@ -74,6 +76,7 @@ org.mockito mockito-core + test mysql diff --git a/oracle-plugin/pom.xml b/oracle-plugin/pom.xml index 59aeeb067..4d7125448 100644 --- a/oracle-plugin/pom.xml +++ b/oracle-plugin/pom.xml @@ -57,6 +57,7 @@ io.cdap.cdap hydrator-test + test io.cdap.cdap @@ -65,6 +66,7 @@ junit junit + test org.hsqldb @@ -80,6 +82,7 @@ org.mockito mockito-core + test io.cdap.cdap diff --git a/postgresql-plugin/pom.xml b/postgresql-plugin/pom.xml index 22ae8b535..d641628dd 100644 --- a/postgresql-plugin/pom.xml +++ b/postgresql-plugin/pom.xml @@ -63,6 +63,7 @@ io.cdap.cdap hydrator-test + test io.cdap.cdap