From 768575e7817168f2e7afeed7c057dcde2ac60110 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 | 44 ++++++++++++++++++++++++---- 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, 300 insertions(+), 31 deletions(-) diff --git a/cloudsql-mysql-plugin/pom.xml b/cloudsql-mysql-plugin/pom.xml index f2ccb2442..012acc177 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,6 +75,7 @@ io.cdap.plugin hydrator-common + ${cdap.plugin.version} io.cdap.plugin @@ -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 eeff25572..d219d5f65 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 f7cbe44d5..8ee1e295b 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 b485279ed..376a6bc3f 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 d87b80ccb..d2ea17f41 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 4d7125448..30e4b5911 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 579dd8240..1d4baa4b4 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 + 31.1-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 d641628dd..2eeb641bf 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