From bcf74279373baf2bdb265ef8e0b38f53b6211d38 Mon Sep 17 00:00:00 2001 From: Priyanka K U Date: Thu, 1 Aug 2024 11:38:03 +0530 Subject: [PATCH] feat: Addressing review comments Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U Priyanka.k.u@ibm.com --- pom.xml | 593 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 293 insertions(+), 300 deletions(-) diff --git a/pom.xml b/pom.xml index 6b22461..ad2e9da 100644 --- a/pom.xml +++ b/pom.xml @@ -13,24 +13,23 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. ---> - - 4.0.0 - com.ibm.eventstreams.connect - kafka-connect-mq-source - jar - 2.1.0 - kafka-connect-mq-source - - IBM Corporation - http://ibm.com - + --> + + 4.0.0 + com.ibm.eventstreams.connect + kafka-connect-mq-source + jar + 2.1.0 + kafka-connect-mq-source + + IBM Corporation http://ibm.com - - A Kafka Connect connector for copying data from IBM MQ into Apache Kafka. - + + http://ibm.com + + A Kafka Connect connector for copying data from IBM MQ into Apache Kafka. + Apache License 2.0 @@ -38,296 +37,290 @@ repo - - UTF-8 - UTF-8 - - - - org.apache.kafka - connect-api - 3.6.2 - provided - - - org.apache.kafka - connect-json - 3.6.2 - provided - + + UTF-8 + UTF-8 + + + + org.apache.kafka + connect-api + 3.6.1 + provided + + + org.apache.kafka + connect-json + 3.6.1 + provided + - - javax.jms - javax.jms-api - 2.0.1 - - - com.ibm.mq - com.ibm.mq.allclient - 9.3.3.1 - + + javax.jms + javax.jms-api + 2.0.1 + + + com.ibm.mq + com.ibm.mq.allclient + 9.3.3.0 + - - junit - junit - 4.13.2 - test - - - org.mockito - mockito-core - 4.11.0 - test - - - org.slf4j - slf4j-log4j12 - 2.0.7 - test - - - org.slf4j - slf4j-api - 2.0.7 - - - - - org.testcontainers - testcontainers - 1.17.6 - test - - - org.assertj - assertj-core - 3.24.2 - test - - + + junit + junit + 4.13.1 + test + + + org.mockito + mockito-core + 3.1.0 + test + + + org.slf4j + slf4j-api + 2.0.7 + + + org.slf4j + slf4j-simple + 2.0.7 + test + + + + + org.testcontainers + testcontainers + 1.17.2 + test + - - - - maven-resources-plugin - 3.3.1 - - ${project.build.outputDirectory}/META-INF - - - ${project.basedir} - - LICENSE - - - - - - - maven-compiler-plugin - 3.1 - - 1.8 - 1.8 - -Xlint:unchecked - - + + org.assertj + assertj-core + 3.24.2 + test + + + - - - maven-surefire-plugin - 3.0.0-M7 - - ${surefire.jacoco.args} - - ${project.version} - - - + + + + maven-resources-plugin + 3.3.1 + + ${project.build.outputDirectory}/META-INF + + + ${project.basedir} + + LICENSE + + + + + - - - maven-failsafe-plugin - 3.0.0-M7 - - ${failsafe.jacoco.args} - - ${project.version} - - - - - integration-tests - - integration-test - verify - - - - + + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + -Xlint:unchecked + + - - - maven-assembly-plugin - 3.4.1 - - - package - - single - - - - - - src/assembly/package.xml - - - + + + maven-surefire-plugin + 3.0.0-M7 + + ${surefire.jacoco.args} + + ${project.version} + + + src/test/resources + + + - - - - - org.codehaus.mojo - build-helper-maven-plugin - 3.3.0 - - - add-test-source - process-test-sources - - add-test-source - - - - src/integration/java - - - - - + + + maven-failsafe-plugin + 3.0.0-M7 + + ${failsafe.jacoco.args} + + ${project.version} + + + src/test/resources + + + + + integration-tests + + integration-test + verify + + + + + + + maven-assembly-plugin + 3.4.1 + + + package + + single + + + + + + src/assembly/package.xml + + + - - - org.jacoco - jacoco-maven-plugin - 0.8.8 - - - before-unit-test-execution - - prepare-agent - - - - ${project.build.directory}/jacoco-output/jacoco-unit-tests.exec - surefire.jacoco.args - - - - after-unit-test-execution - test - - report - - - - ${project.build.directory}/jacoco-output/jacoco-unit-tests.exec - - ${project.reporting.outputDirectory}/jacoco-unit-test-coverage-report - - - - before-integration-test-execution - pre-integration-test - - prepare-agent - - - - ${project.build.directory}/jacoco-output/jacoco-integration-tests.exec - failsafe.jacoco.args - - - - after-integration-test-execution - post-integration-test - - report - - - - ${project.build.directory}/jacoco-output/jacoco-integration-tests.exec - - ${project.reporting.outputDirectory}/jacoco-integration-test-coverage-report - - - - merge-unit-and-integration - post-integration-test - - merge - - - - - ${project.build.directory}/jacoco-output/ - - *.exec - - - - ${project.build.directory}/jacoco-output/merged.exec - - - - create-merged-report - post-integration-test - - report - - - ${project.build.directory}/jacoco-output/merged.exec - - ${project.reporting.outputDirectory}/jacoco-merged-test-coverage-report - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.2.0 - - UTF-8 - true - true - warning - true - false - ${project.build.sourceDirectory} - ${project.basedir}/.checkstyle/checkstyle.xml - checkstyle.config.path=${project.basedir} - - - - validate - validate - - check - - - - - + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.3.0 + + + add-test-source + process-test-sources + + add-test-source + + + + src/integration/java + + + + + + + + + org.jacoco + jacoco-maven-plugin + 0.8.8 + + + before-unit-test-execution + + prepare-agent + + + ${project.build.directory}/jacoco-output/jacoco-unit-tests.exec + surefire.jacoco.args + + + + after-unit-test-execution + test + + report + + + ${project.build.directory}/jacoco-output/jacoco-unit-tests.exec + ${project.reporting.outputDirectory}/jacoco-unit-test-coverage-report + + + + before-integration-test-execution + pre-integration-test + + prepare-agent + + + ${project.build.directory}/jacoco-output/jacoco-integration-tests.exec + failsafe.jacoco.args + + + + after-integration-test-execution + post-integration-test + + report + + + ${project.build.directory}/jacoco-output/jacoco-integration-tests.exec + ${project.reporting.outputDirectory}/jacoco-integration-test-coverage-report + + + + merge-unit-and-integration + post-integration-test + + merge + + + + + ${project.build.directory}/jacoco-output/ + + *.exec + + + + ${project.build.directory}/jacoco-output/merged.exec + + + + create-merged-report + post-integration-test + + report + + + ${project.build.directory}/jacoco-output/merged.exec + ${project.reporting.outputDirectory}/jacoco-merged-test-coverage-report + + + + - - - - src/integration/resources - - - - \ No newline at end of file + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.2.0 + + true + true + warning + true + false + ${project.build.sourceDirectory} + ${project.basedir}/.checkstyle/checkstyle.xml + checkstyle.config.path=${project.basedir} + + + + validate + validate + + check + + + + + + +