From 772e895930d65c14d12bde5474ee235acc7e9dbd Mon Sep 17 00:00:00 2001 From: itsankit-google Date: Mon, 21 Jul 2025 09:36:49 +0000 Subject: [PATCH] mark dependencies as test scope --- cloudsql-mysql-plugin/pom.xml | 3 +++ cloudsql-postgresql-plugin/pom.xml | 3 +++ mssql-plugin/pom.xml | 3 +++ mysql-plugin/pom.xml | 3 +++ oracle-plugin/pom.xml | 3 +++ postgresql-plugin/pom.xml | 1 + 6 files changed, 16 insertions(+) diff --git a/cloudsql-mysql-plugin/pom.xml b/cloudsql-mysql-plugin/pom.xml index e5f6810e4..af971f60d 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 f3ba5520d..b8c5d8aa8 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 fcd76719b..9ddedd893 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 09157ad22..4bb5d2729 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 2a659f089..aecde07a5 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 3ee1d7a11..87c6ea38a 100644 --- a/postgresql-plugin/pom.xml +++ b/postgresql-plugin/pom.xml @@ -63,6 +63,7 @@ io.cdap.cdap hydrator-test + test io.cdap.cdap