From 15316be78d9b36d42018841d57b4638eb0a1bec5 Mon Sep 17 00:00:00 2001 From: itsankit-google Date: Wed, 6 Aug 2025 02:20:50 +0000 Subject: [PATCH] Add required for maven central publishing --- cloudsql-mysql-plugin/pom.xml | 46 +++++++++++++++++++++++++---- cloudsql-postgresql-plugin/pom.xml | 44 ++++++++++++++++++++++++---- database-commons/pom.xml | 39 +++++++++++++++++++++++++ mssql-plugin/pom.xml | 46 +++++++++++++++++++++++++---- mysql-plugin/pom.xml | 46 +++++++++++++++++++++++++---- oracle-plugin/pom.xml | 47 ++++++++++++++++++++++++++---- pom.xml | 19 +++++++++++- postgresql-plugin/pom.xml | 46 +++++++++++++++++++++++++---- 8 files changed, 301 insertions(+), 32 deletions(-) diff --git a/cloudsql-mysql-plugin/pom.xml b/cloudsql-mysql-plugin/pom.xml index af971f60d..312a82ec5 100644 --- a/cloudsql-mysql-plugin/pom.xml +++ b/cloudsql-mysql-plugin/pom.xml @@ -26,11 +26,45 @@ CloudSQL MySQL plugin cloudsql-mysql-plugin 4.0.0 + CloudSQL MySQL database plugins + https://github.com/data-integrations/database-plugins + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + + + CDAP + cdap-dev@googlegroups.com + CDAP + http://cdap.io + + + + + scm:git:https://github.com/cdapio/hydrator-plugins.git + scm:git:git@github.com:cdapio/hydrator-plugins.git + https://github.com/cdapio/hydrator-plugins.git + HEAD + io.cdap.cdap cdap-etl-api + ${cdap.version} + provided + + + io.cdap.cdap + cdap-api + ${cdap.version} provided @@ -41,11 +75,12 @@ io.cdap.plugin hydrator-common + ${cdap.plugin.version} io.cdap.plugin mysql-plugin - 1.13.0-SNAPSHOT + ${project.version} @@ -59,26 +94,25 @@ io.cdap.cdap hydrator-test + ${cdap.version} test io.cdap.cdap cdap-data-pipeline3_2.12 + ${cdap.version} test junit junit + ${junit.version} test - - io.cdap.cdap - cdap-api - provided - org.mockito mockito-core + ${mockito.version} test diff --git a/cloudsql-postgresql-plugin/pom.xml b/cloudsql-postgresql-plugin/pom.xml index b8c5d8aa8..2256d7b44 100644 --- a/cloudsql-postgresql-plugin/pom.xml +++ b/cloudsql-postgresql-plugin/pom.xml @@ -26,11 +26,45 @@ CloudSQL PostgreSQL plugin cloudsql-postgresql-plugin 4.0.0 + CloudSQL PostgreSQL database plugins + https://github.com/data-integrations/database-plugins + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + + + CDAP + cdap-dev@googlegroups.com + CDAP + http://cdap.io + + + + + scm:git:https://github.com/cdapio/hydrator-plugins.git + scm:git:git@github.com:cdapio/hydrator-plugins.git + https://github.com/cdapio/hydrator-plugins.git + HEAD + io.cdap.cdap cdap-etl-api + ${cdap.version} + provided + + + io.cdap.cdap + cdap-api + ${cdap.version} provided @@ -41,6 +75,7 @@ io.cdap.plugin hydrator-common + ${cdap.plugin.version} io.cdap.plugin @@ -63,26 +98,25 @@ io.cdap.cdap hydrator-test + ${cdap.version} test io.cdap.cdap cdap-data-pipeline3_2.12 + ${cdap.version} test junit junit + ${junit.version} test - - io.cdap.cdap - cdap-api - provided - org.mockito mockito-core + ${mockito.version} test diff --git a/database-commons/pom.xml b/database-commons/pom.xml index 67dc8e82e..b9d555488 100644 --- a/database-commons/pom.xml +++ b/database-commons/pom.xml @@ -26,33 +26,70 @@ Database Commons database-commons 4.0.0 + Database Commons + https://github.com/data-integrations/database-plugins + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + + + CDAP + cdap-dev@googlegroups.com + CDAP + http://cdap.io + + + + + scm:git:https://github.com/cdapio/hydrator-plugins.git + scm:git:git@github.com:cdapio/hydrator-plugins.git + https://github.com/cdapio/hydrator-plugins.git + HEAD + io.cdap.cdap cdap-etl-api + ${cdap.version} + provided io.cdap.plugin hydrator-common + ${cdap.plugin.version} com.google.guava guava + ${guava.version} io.cdap.cdap hydrator-test + ${cdap.version} + test io.cdap.cdap cdap-data-pipeline3_2.12 + ${cdap.version} + test junit junit + ${junit.version} + test com.mockrunner @@ -63,6 +100,8 @@ org.mockito mockito-core + ${mockito.version} + test diff --git a/mssql-plugin/pom.xml b/mssql-plugin/pom.xml index 9ddedd893..fcfb5bfae 100644 --- a/mssql-plugin/pom.xml +++ b/mssql-plugin/pom.xml @@ -26,11 +26,45 @@ Microsoft SQL Server plugin mssql-plugin 4.0.0 + Microsoft SQL Server plugin database plugins + https://github.com/data-integrations/database-plugins + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + + + CDAP + cdap-dev@googlegroups.com + CDAP + http://cdap.io + + + + + scm:git:https://github.com/cdapio/hydrator-plugins.git + scm:git:git@github.com:cdapio/hydrator-plugins.git + https://github.com/cdapio/hydrator-plugins.git + HEAD + io.cdap.cdap cdap-etl-api + ${cdap.version} + + + io.cdap.cdap + cdap-api + ${cdap.version} + provided io.cdap.plugin @@ -40,10 +74,12 @@ io.cdap.plugin hydrator-common + ${cdap.plugin.version} com.google.guava guava + ${guava.version} @@ -57,20 +93,25 @@ io.cdap.cdap hydrator-test + ${cdap.version} test io.cdap.cdap cdap-data-pipeline3_2.12 + ${cdap.version} + test junit junit + ${junit.version} test org.mockito mockito-core + ${mockito.version} test @@ -79,11 +120,6 @@ 8.2.1.jre8 test - - io.cdap.cdap - cdap-api - provided - org.jetbrains annotations diff --git a/mysql-plugin/pom.xml b/mysql-plugin/pom.xml index 4bb5d2729..6fad6e689 100644 --- a/mysql-plugin/pom.xml +++ b/mysql-plugin/pom.xml @@ -26,11 +26,45 @@ Mysql plugin mysql-plugin 4.0.0 + Mysql database plugins + https://github.com/data-integrations/database-plugins + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + + + CDAP + cdap-dev@googlegroups.com + CDAP + http://cdap.io + + + + + scm:git:https://github.com/cdapio/hydrator-plugins.git + scm:git:git@github.com:cdapio/hydrator-plugins.git + https://github.com/cdapio/hydrator-plugins.git + HEAD + io.cdap.cdap cdap-etl-api + ${cdap.version} + + + io.cdap.cdap + cdap-api + ${cdap.version} + provided io.cdap.plugin @@ -40,10 +74,12 @@ io.cdap.plugin hydrator-common + ${cdap.plugin.version} com.google.guava guava + ${guava.version} @@ -57,25 +93,25 @@ io.cdap.cdap hydrator-test + ${cdap.version} test io.cdap.cdap cdap-data-pipeline3_2.12 + ${cdap.version} + test junit junit + ${junit.version} test - - io.cdap.cdap - cdap-api - provided - org.mockito mockito-core + ${mockito.version} test diff --git a/oracle-plugin/pom.xml b/oracle-plugin/pom.xml index aecde07a5..922c7f188 100644 --- a/oracle-plugin/pom.xml +++ b/oracle-plugin/pom.xml @@ -26,11 +26,45 @@ Oracle plugin oracle-plugin 4.0.0 + Oracle database plugins + https://github.com/data-integrations/database-plugins + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + + + CDAP + cdap-dev@googlegroups.com + CDAP + http://cdap.io + + + + + scm:git:https://github.com/cdapio/hydrator-plugins.git + scm:git:git@github.com:cdapio/hydrator-plugins.git + https://github.com/cdapio/hydrator-plugins.git + HEAD + io.cdap.cdap cdap-etl-api + ${cdap.version} + + + io.cdap.cdap + cdap-api + ${cdap.version} + provided io.cdap.plugin @@ -40,10 +74,12 @@ io.cdap.plugin hydrator-common + ${cdap.plugin.version} com.google.guava guava + ${guava.version} @@ -57,20 +93,25 @@ io.cdap.cdap hydrator-test + ${cdap.version} test io.cdap.cdap cdap-data-pipeline3_2.12 + ${cdap.version} + test junit junit + ${junit.version} test org.hsqldb hsqldb + ${hsql.version} test @@ -82,13 +123,9 @@ org.mockito mockito-core + ${mockito.version} test - - io.cdap.cdap - cdap-api - provided - org.glassfish jakarta.json diff --git a/pom.xml b/pom.xml index 3400f0ada..300088fae 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,22 @@ + + + CDAP + cdap-dev@googlegroups.com + CDAP + http://cdap.io + + + + + scm:git:https://github.com/cdapio/hydrator-plugins.git + scm:git:git@github.com:cdapio/hydrator-plugins.git + https://github.com/cdapio/hydrator-plugins.git + HEAD + + 7 true @@ -591,6 +607,7 @@ src/e2e-test/java TestRunner.java + 32.1.2-jre @@ -716,7 +733,7 @@ ch.qos.logback logback-classic - 1.2.8 + 1.3.15 runtime diff --git a/postgresql-plugin/pom.xml b/postgresql-plugin/pom.xml index 87c6ea38a..0bb320554 100644 --- a/postgresql-plugin/pom.xml +++ b/postgresql-plugin/pom.xml @@ -26,11 +26,45 @@ PostgreSQL plugin postgresql-plugin 4.0.0 + PostgreSQL database plugins + https://github.com/data-integrations/database-plugins + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + + + CDAP + cdap-dev@googlegroups.com + CDAP + http://cdap.io + + + + + scm:git:https://github.com/cdapio/hydrator-plugins.git + scm:git:git@github.com:cdapio/hydrator-plugins.git + https://github.com/cdapio/hydrator-plugins.git + HEAD + io.cdap.cdap cdap-etl-api + ${cdap.version} + + + io.cdap.cdap + cdap-api + ${cdap.version} + provided io.cdap.plugin @@ -40,10 +74,12 @@ io.cdap.plugin hydrator-common + ${cdap.plugin.version} com.google.guava guava + ${guava.version} @@ -63,16 +99,14 @@ io.cdap.cdap hydrator-test + ${cdap.version} test io.cdap.cdap cdap-data-pipeline3_2.12 - - - io.cdap.cdap - cdap-api - provided + ${cdap.version} + test org.jetbrains @@ -83,11 +117,13 @@ org.mockito mockito-core + ${mockito.version} test junit junit + ${junit.version} test