diff --git a/common/aws-s3-common/pom.xml b/common/aws-s3-common/pom.xml index 4d64657f..578e609f 100644 --- a/common/aws-s3-common/pom.xml +++ b/common/aws-s3-common/pom.xml @@ -33,24 +33,6 @@ org.springframework.integration spring-integration-file - - - org.springframework.boot - spring-boot-configuration-processor - provided - - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - diff --git a/common/cdc-debezium-boot-starter/pom.xml b/common/cdc-debezium-boot-starter/pom.xml index 2b618c90..4a546c21 100644 --- a/common/cdc-debezium-boot-starter/pom.xml +++ b/common/cdc-debezium-boot-starter/pom.xml @@ -32,7 +32,6 @@ - io.debezium debezium-connector-mysql @@ -44,19 +43,17 @@ ${version.debezium} - - - io.debezium - debezium-connector-mongodb - - - slf4j-log4j12 - org.slf4j - - - ${version.debezium} - - + + io.debezium + debezium-connector-mongodb + + + slf4j-log4j12 + org.slf4j + + + ${version.debezium} + io.debezium debezium-connector-postgres diff --git a/common/cdc-debezium-common/pom.xml b/common/cdc-debezium-common/pom.xml index 0aa44d60..dc68cdff 100644 --- a/common/cdc-debezium-common/pom.xml +++ b/common/cdc-debezium-common/pom.xml @@ -30,21 +30,18 @@ - io.debezium debezium-connector-mysql true ${version.debezium} - io.debezium debezium-connector-postgres true ${version.debezium} - io.debezium debezium-connector-mongodb diff --git a/common/file-common/pom.xml b/common/file-common/pom.xml index d08a1dc9..e18a0e17 100644 --- a/common/file-common/pom.xml +++ b/common/file-common/pom.xml @@ -14,19 +14,6 @@ file common - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-configuration-processor - provided - - - org.springframework.boot - spring-boot-starter-integration - org.springframework.integration spring-integration-file diff --git a/common/function-test-support/pom.xml b/common/function-test-support/pom.xml index ef009cf2..434dabb0 100644 --- a/common/function-test-support/pom.xml +++ b/common/function-test-support/pom.xml @@ -16,53 +16,43 @@ 2.7.0 1.1.1 - 4.0.3 - org.springframework.boot spring-boot-starter-test compile - org.springframework.integration spring-integration-ftp true - org.springframework spring-websocket - org.apache.ftpserver ftpserver-core ${apache-ftpserver.version} compile - org.apache.sshd sshd-sftp ${sshd-sftp.version} - org.testcontainers testcontainers ${test-containers.version} - org.awaitility awaitility - ${awaitility.version} - diff --git a/common/geode-common/pom.xml b/common/geode-common/pom.xml index 008d03a6..b98eb02e 100644 --- a/common/geode-common/pom.xml +++ b/common/geode-common/pom.xml @@ -14,22 +14,19 @@ Geode Common Components - 20200518 - - - org.json - json - ${org-json.version} - org.springframework.data spring-data-geode - + + org.json + json + ${org-json.version} + diff --git a/common/metadata-store-common/pom.xml b/common/metadata-store-common/pom.xml index f778bf6f..53c85628 100644 --- a/common/metadata-store-common/pom.xml +++ b/common/metadata-store-common/pom.xml @@ -74,17 +74,11 @@ - org.springframework.data spring-data-geode true - diff --git a/common/mqtt-common/pom.xml b/common/mqtt-common/pom.xml index 43c1af3b..6d85e534 100644 --- a/common/mqtt-common/pom.xml +++ b/common/mqtt-common/pom.xml @@ -14,12 +14,10 @@ MQTT Common - org.springframework.integration spring-integration-mqtt - diff --git a/common/tensorflow-common/pom.xml b/common/tensorflow-common/pom.xml index 2dcbbaec..89fa7e1f 100644 --- a/common/tensorflow-common/pom.xml +++ b/common/tensorflow-common/pom.xml @@ -31,7 +31,6 @@ tensorflow ${tensorflow.version} - org.tensorflow proto diff --git a/consumer/analytics-consumer/pom.xml b/consumer/analytics-consumer/pom.xml index 1bd5040d..36a8d7be 100644 --- a/consumer/analytics-consumer/pom.xml +++ b/consumer/analytics-consumer/pom.xml @@ -21,6 +21,11 @@ payload-converter-function ${project.version} + + org.springframework.boot + spring-boot-starter-actuator + test + com.fasterxml.jackson.core jackson-databind @@ -30,21 +35,12 @@ io.micrometer micrometer-core - - - org.springframework.boot - spring-boot-starter-actuator - test - - io.micrometer micrometer-registry-wavefront 1.5.1 test - - diff --git a/consumer/cassandra-consumer/pom.xml b/consumer/cassandra-consumer/pom.xml index 4a0da5de..d76b53be 100644 --- a/consumer/cassandra-consumer/pom.xml +++ b/consumer/cassandra-consumer/pom.xml @@ -24,33 +24,11 @@ org.springframework.boot spring-boot-starter-data-cassandra-reactive - - org.springframework.boot - spring-boot-starter-json - org.springframework.integration spring-integration-cassandra ${springIntegrationCassandara.version} - - - org.springframework.boot - spring-boot-configuration-processor - provided - - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - org.cassandraunit cassandra-unit-spring @@ -63,16 +41,6 @@ - - io.projectreactor - reactor-test - test - - - org.awaitility - awaitility - test - diff --git a/consumer/elasticsearch-consumer/pom.xml b/consumer/elasticsearch-consumer/pom.xml index b1b3b99a..15237ff4 100644 --- a/consumer/elasticsearch-consumer/pom.xml +++ b/consumer/elasticsearch-consumer/pom.xml @@ -22,27 +22,11 @@ org.springframework.boot spring-boot-starter-data-elasticsearch - - org.springframework - spring-messaging - org.springframework.cloud.fn payload-converter-function ${revision} - - org.testcontainers - testcontainers - ${test-containers.version} - test - - - org.testcontainers - junit-jupiter - ${test-containers.version} - test - org.testcontainers elasticsearch diff --git a/consumer/file-consumer/pom.xml b/consumer/file-consumer/pom.xml index 5d9b3429..d8eb1cba 100644 --- a/consumer/file-consumer/pom.xml +++ b/consumer/file-consumer/pom.xml @@ -18,24 +18,6 @@ org.springframework.integration spring-integration-file - - org.springframework.boot - spring-boot-starter-integration - - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-configuration-processor - provided - - - org.springframework.boot - spring-boot-starter-test - test - diff --git a/consumer/ftp-consumer/pom.xml b/consumer/ftp-consumer/pom.xml index 66c84dd1..ead29502 100644 --- a/consumer/ftp-consumer/pom.xml +++ b/consumer/ftp-consumer/pom.xml @@ -14,12 +14,10 @@ file consumer - org.springframework.integration spring-integration-ftp - org.springframework.cloud.fn ftp-common diff --git a/consumer/geode-consumer/pom.xml b/consumer/geode-consumer/pom.xml index 13d6ba16..dbff9ed8 100644 --- a/consumer/geode-consumer/pom.xml +++ b/consumer/geode-consumer/pom.xml @@ -15,12 +15,10 @@ Geode consumer - org.springframework.integration spring-integration-gemfire - org.springframework.cloud.fn geode-common @@ -41,7 +39,6 @@ lombok test - diff --git a/consumer/jdbc-consumer/pom.xml b/consumer/jdbc-consumer/pom.xml index 44e6b347..e150f042 100644 --- a/consumer/jdbc-consumer/pom.xml +++ b/consumer/jdbc-consumer/pom.xml @@ -18,10 +18,6 @@ org.springframework.integration spring-integration-jdbc - - org.springframework.boot - spring-boot-starter-json - org.springframework.boot spring-boot-starter-jdbc @@ -57,33 +53,6 @@ - - org.springframework.boot - spring-boot-configuration-processor - provided - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - - - org.awaitility - awaitility - test - - - junit - junit - - - diff --git a/consumer/log-consumer/pom.xml b/consumer/log-consumer/pom.xml index a573f373..d8b0511d 100644 --- a/consumer/log-consumer/pom.xml +++ b/consumer/log-consumer/pom.xml @@ -20,40 +20,11 @@ payload-converter-function ${revision} - - - org.springframework.boot - spring-boot-starter-integration - - org.hibernate.validator hibernate-validator true - - - org.springframework.boot - spring-boot-configuration-processor - provided - - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - - - org.springframework.integration - spring-integration-test - test - diff --git a/consumer/mongodb-consumer/pom.xml b/consumer/mongodb-consumer/pom.xml index 06d6435c..5293870d 100644 --- a/consumer/mongodb-consumer/pom.xml +++ b/consumer/mongodb-consumer/pom.xml @@ -23,41 +23,11 @@ org.mongodb mongodb-driver-reactivestreams - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - - - io.projectreactor - reactor-test - test - de.flapdoodle.embed de.flapdoodle.embed.mongo test - - org.awaitility - awaitility - test - - - org.springframework.boot - spring-boot-configuration-processor - provided - diff --git a/consumer/mqtt-consumer/pom.xml b/consumer/mqtt-consumer/pom.xml index d16ba133..b3b6362c 100644 --- a/consumer/mqtt-consumer/pom.xml +++ b/consumer/mqtt-consumer/pom.xml @@ -14,19 +14,10 @@ mqtt consumer - org.springframework.cloud.fn mqtt-common ${revision} - - - org.testcontainers - testcontainers - ${test-containers.version} - test - - diff --git a/consumer/rabbit-consumer/pom.xml b/consumer/rabbit-consumer/pom.xml index 04f49132..ea5f6abd 100644 --- a/consumer/rabbit-consumer/pom.xml +++ b/consumer/rabbit-consumer/pom.xml @@ -14,22 +14,18 @@ Rabbit consumer - org.springframework.integration spring-integration-amqp - org.springframework.boot spring-boot-starter-amqp - org.springframework.boot spring-boot-starter-web - diff --git a/consumer/redis-consumer/pom.xml b/consumer/redis-consumer/pom.xml index e169e914..150a080a 100644 --- a/consumer/redis-consumer/pom.xml +++ b/consumer/redis-consumer/pom.xml @@ -19,31 +19,26 @@ - org.springframework.boot spring-boot-starter-data-redis - org.springframework.integration spring-integration-redis - com.playtika.testcontainers embedded-redis ${embedded-redis.version} test - org.springframework.cloud spring-cloud-starter-bootstrap ${spring-cloud-starters.version} test - diff --git a/consumer/rsocket-consumer/pom.xml b/consumer/rsocket-consumer/pom.xml index c7dc2743..70bef916 100644 --- a/consumer/rsocket-consumer/pom.xml +++ b/consumer/rsocket-consumer/pom.xml @@ -15,12 +15,10 @@ rsocket-consumer - org.springframework.boot spring-boot-starter-rsocket - diff --git a/consumer/s3-consumer/pom.xml b/consumer/s3-consumer/pom.xml index 02e7740e..38f9ab73 100644 --- a/consumer/s3-consumer/pom.xml +++ b/consumer/s3-consumer/pom.xml @@ -14,25 +14,21 @@ s3 consumer - org.springframework.cloud.fn aws-s3-common ${project.version} - org.springframework.cloud.fn file-common ${project.version} - org.springframework spring-web test - diff --git a/consumer/sftp-consumer/pom.xml b/consumer/sftp-consumer/pom.xml index 728c406f..1851345d 100644 --- a/consumer/sftp-consumer/pom.xml +++ b/consumer/sftp-consumer/pom.xml @@ -14,18 +14,15 @@ file consumer - org.springframework.integration spring-integration-sftp - org.springframework.cloud.fn function-test-support ${revision} - diff --git a/consumer/tcp-consumer/pom.xml b/consumer/tcp-consumer/pom.xml index a8392f8c..e97a34b9 100644 --- a/consumer/tcp-consumer/pom.xml +++ b/consumer/tcp-consumer/pom.xml @@ -14,13 +14,11 @@ tcp consumer - org.springframework.cloud.fn tcp-common ${revision} - diff --git a/consumer/twitter-consumer/pom.xml b/consumer/twitter-consumer/pom.xml index 032e87c7..c8482830 100644 --- a/consumer/twitter-consumer/pom.xml +++ b/consumer/twitter-consumer/pom.xml @@ -14,7 +14,6 @@ twitter consumer - org.springframework.cloud.fn twitter-common @@ -25,7 +24,6 @@ payload-converter-function ${project.version} - diff --git a/consumer/wavefront-consumer/pom.xml b/consumer/wavefront-consumer/pom.xml index 88c992f2..b23039db 100644 --- a/consumer/wavefront-consumer/pom.xml +++ b/consumer/wavefront-consumer/pom.xml @@ -19,12 +19,10 @@ - org.springframework.boot spring-boot-starter-web - diff --git a/consumer/websocket-consumer/pom.xml b/consumer/websocket-consumer/pom.xml index c25b9bf5..c19a753e 100644 --- a/consumer/websocket-consumer/pom.xml +++ b/consumer/websocket-consumer/pom.xml @@ -14,40 +14,29 @@ websocket consumer - org.springframework.boot spring-boot-starter-actuator - - - org.springframework - spring-messaging - - org.springframework spring-websocket - io.netty netty-all - org.springframework.boot spring-boot-starter-web test - org.springframework.cloud.fn function-test-support ${project.version} test - diff --git a/consumer/zeromq-consumer/pom.xml b/consumer/zeromq-consumer/pom.xml index 4d59a1dc..c86ea608 100644 --- a/consumer/zeromq-consumer/pom.xml +++ b/consumer/zeromq-consumer/pom.xml @@ -14,12 +14,10 @@ ZeroMQ consumer - org.springframework.integration spring-integration-zeromq - diff --git a/function/aggregator-function/pom.xml b/function/aggregator-function/pom.xml index 2a04da42..cdd7dd97 100644 --- a/function/aggregator-function/pom.xml +++ b/function/aggregator-function/pom.xml @@ -30,7 +30,6 @@ de.flapdoodle.embed.mongo test - org.springframework.integration @@ -41,7 +40,6 @@ spring-boot-starter-data-redis runtime - org.springframework.integration @@ -50,9 +48,7 @@ org.springframework.geode spring-geode-starter - 1.6.3 - org.springframework.integration diff --git a/function/header-enricher-function/pom.xml b/function/header-enricher-function/pom.xml index 7f79975b..b6e6adbc 100644 --- a/function/header-enricher-function/pom.xml +++ b/function/header-enricher-function/pom.xml @@ -20,35 +20,6 @@ payload-converter-function ${project.version} - - org.springframework.boot - spring-boot-starter-integration - - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-configuration-processor - provided - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - - - org.springframework.integration - spring-integration-test-support - test - diff --git a/function/http-request-function/pom.xml b/function/http-request-function/pom.xml index db6b4a2f..03f67f10 100644 --- a/function/http-request-function/pom.xml +++ b/function/http-request-function/pom.xml @@ -14,27 +14,16 @@ http-request-function Spring Native Function for Submitting an HTTP request - - 4.6.0 - - org.springframework.boot spring-boot-starter-webflux - - - org.springframework - spring-messaging - - com.squareup.okhttp3 mockwebserver test - diff --git a/function/image-recognition-function/pom.xml b/function/image-recognition-function/pom.xml index dc53d800..2fe1dd29 100644 --- a/function/image-recognition-function/pom.xml +++ b/function/image-recognition-function/pom.xml @@ -19,13 +19,11 @@ - org.springframework.cloud.fn tensorflow-common ${project.version} - diff --git a/function/object-detection-function/pom.xml b/function/object-detection-function/pom.xml index f96971be..d946f741 100644 --- a/function/object-detection-function/pom.xml +++ b/function/object-detection-function/pom.xml @@ -15,13 +15,11 @@ Spring Native Function for Tensorflow Integration - org.springframework.cloud.fn tensorflow-common ${project.version} - diff --git a/function/payload-converter-function/pom.xml b/function/payload-converter-function/pom.xml index 70e8a36e..94de4c61 100644 --- a/function/payload-converter-function/pom.xml +++ b/function/payload-converter-function/pom.xml @@ -15,13 +15,4 @@ payload-converter-function Utility message conversion functions - - - - org.springframework - spring-messaging - - - - diff --git a/function/semantic-segmentation-function/pom.xml b/function/semantic-segmentation-function/pom.xml index 20e6682d..99cf8e72 100644 --- a/function/semantic-segmentation-function/pom.xml +++ b/function/semantic-segmentation-function/pom.xml @@ -19,17 +19,14 @@ - org.springframework.cloud.fn tensorflow-common ${project.version} - - tensorflow-snapshots https://oss.sonatype.org/content/repositories/snapshots/ @@ -37,7 +34,6 @@ true - diff --git a/function/spel-function/pom.xml b/function/spel-function/pom.xml index 441ee6db..78e802ac 100644 --- a/function/spel-function/pom.xml +++ b/function/spel-function/pom.xml @@ -15,13 +15,11 @@ Spring Native Function for applying SpEL expressions - org.springframework.cloud.fn payload-converter-function ${project.version} - diff --git a/function/splitter-function/pom.xml b/function/splitter-function/pom.xml index 175342c5..fff6d376 100644 --- a/function/splitter-function/pom.xml +++ b/function/splitter-function/pom.xml @@ -15,12 +15,10 @@ Spring Native Function for Splitter - org.springframework.integration spring-integration-file - diff --git a/function/task-launch-request-function/pom.xml b/function/task-launch-request-function/pom.xml index 2e6e413f..b0dae11f 100644 --- a/function/task-launch-request-function/pom.xml +++ b/function/task-launch-request-function/pom.xml @@ -14,28 +14,4 @@ task-launch-request-function task-launch-request-function - - - org.springframework.integration - spring-integration-core - - - org.springframework.boot - spring-boot-starter-json - - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-configuration-processor - - - org.springframework.boot - spring-boot-starter-test - test - - - diff --git a/function/twitter-function/pom.xml b/function/twitter-function/pom.xml index f22678bf..1c732f24 100644 --- a/function/twitter-function/pom.xml +++ b/function/twitter-function/pom.xml @@ -15,13 +15,11 @@ twitter functions - org.springframework.cloud.fn twitter-common ${project.version} - org.mock-server mockserver-netty @@ -34,7 +32,6 @@ ${mockserver.version} test - diff --git a/function/twitter-function/src/test/resources/logback.xml b/function/twitter-function/src/test/resources/logback.xml new file mode 100644 index 00000000..f7e48fcf --- /dev/null +++ b/function/twitter-function/src/test/resources/logback.xml @@ -0,0 +1,12 @@ + + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + + + + + + diff --git a/spring-functions-parent/pom.xml b/spring-functions-parent/pom.xml index 7d0f3907..ad3f2761 100644 --- a/spring-functions-parent/pom.xml +++ b/spring-functions-parent/pom.xml @@ -15,7 +15,6 @@ 3.2.3 - ${project.version} @@ -25,35 +24,15 @@ ${revision} - - org.springframework.boot - spring-boot-starter-validation - org.springframework.boot spring-boot-configuration-processor provided - - com.jayway.jsonpath - json-path - - - - - org.springframework.boot - spring-boot-starter-test - test + spring-boot-starter-validation - - io.projectreactor - reactor-test - test - - - org.springframework.boot spring-boot-starter-json @@ -62,26 +41,36 @@ org.springframework.boot spring-boot-starter-integration - + + com.jayway.jsonpath + json-path + + + org.springframework.boot + spring-boot-starter-test + test + org.springframework.integration spring-integration-test test - + + io.projectreactor + reactor-test + test + org.testcontainers junit-jupiter test - org.testcontainers testcontainers test - org.awaitility awaitility diff --git a/supplier/ftp-supplier/pom.xml b/supplier/ftp-supplier/pom.xml index f725e829..654a9873 100644 --- a/supplier/ftp-supplier/pom.xml +++ b/supplier/ftp-supplier/pom.xml @@ -18,10 +18,6 @@ org.springframework.integration spring-integration-ftp - - org.springframework.boot - spring-boot-starter-integration - org.springframework.cloud.fn file-common @@ -37,30 +33,6 @@ metadata-store-common ${project.version} - - org.springframework.boot - spring-boot-starter-json - true - - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-configuration-processor - provided - - - org.springframework.boot - spring-boot-starter-test - test - - - io.projectreactor - reactor-test - test - org.springframework.cloud.fn function-test-support diff --git a/supplier/geode-supplier/pom.xml b/supplier/geode-supplier/pom.xml index 6f66a4eb..fa736b1d 100644 --- a/supplier/geode-supplier/pom.xml +++ b/supplier/geode-supplier/pom.xml @@ -15,33 +15,15 @@ geode supplier - - org.springframework.boot - spring-boot-starter - - org.springframework.integration spring-integration-gemfire - org.springframework.cloud.fn geode-common ${project.version} - - - org.hibernate.validator - hibernate-validator - true - - - - org.springframework.boot - spring-boot-configuration-processor - - org.springframework.geode spring-geode-starter-logging @@ -52,18 +34,11 @@ spring-geode-starter-test test - org.projectlombok lombok test - - - io.projectreactor - reactor-test - - diff --git a/supplier/http-supplier/pom.xml b/supplier/http-supplier/pom.xml index d69577d5..d56ab922 100644 --- a/supplier/http-supplier/pom.xml +++ b/supplier/http-supplier/pom.xml @@ -19,7 +19,6 @@ org.springframework.boot spring-boot-starter-webflux - org.springframework.integration spring-integration-webflux diff --git a/supplier/jdbc-supplier/pom.xml b/supplier/jdbc-supplier/pom.xml index b3480d2b..eb468f9b 100644 --- a/supplier/jdbc-supplier/pom.xml +++ b/supplier/jdbc-supplier/pom.xml @@ -23,10 +23,6 @@ org.springframework.boot spring-boot-starter-jdbc - - org.springframework.boot - spring-boot-starter-validation - org.springframework.cloud spring-cloud-function-context @@ -37,10 +33,6 @@ splitter-function ${project.version} - - org.springframework.boot - spring-boot-configuration-processor - org.hsqldb hsqldb @@ -72,22 +64,6 @@ - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - - - io.projectreactor - reactor-test - test - diff --git a/supplier/jms-supplier/pom.xml b/supplier/jms-supplier/pom.xml index fd21d904..8516cc3f 100644 --- a/supplier/jms-supplier/pom.xml +++ b/supplier/jms-supplier/pom.xml @@ -14,10 +14,6 @@ jms supplier - - org.springframework.boot - spring-boot-starter-integration - org.springframework.integration spring-integration-jms @@ -27,34 +23,10 @@ javax.jms-api provided - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-configuration-processor - provided - org.apache.activemq activemq-broker test - - org.springframework.boot - spring-boot-starter-test - test - - - io.projectreactor - reactor-test - test - - - org.springframework.integration - spring-integration-test - test - diff --git a/supplier/mail-supplier/pom.xml b/supplier/mail-supplier/pom.xml index aac8ccb7..98dd3d2b 100644 --- a/supplier/mail-supplier/pom.xml +++ b/supplier/mail-supplier/pom.xml @@ -18,10 +18,6 @@ org.springframework.integration spring-integration-mail - - org.springframework.boot - spring-boot-starter-integration - javax.mail javax.mail-api @@ -30,29 +26,5 @@ com.sun.mail jakarta.mail - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-configuration-processor - provided - - - org.springframework.boot - spring-boot-starter-test - test - - - io.projectreactor - reactor-test - test - - - org.springframework.integration - spring-integration-test - test - diff --git a/supplier/mongodb-supplier/pom.xml b/supplier/mongodb-supplier/pom.xml index 52ca71b8..8c388384 100644 --- a/supplier/mongodb-supplier/pom.xml +++ b/supplier/mongodb-supplier/pom.xml @@ -15,35 +15,29 @@ Mongo DB supplier - org.springframework.integration spring-integration-mongodb - org.mongodb mongodb-driver-sync - org.springframework.cloud spring-cloud-function-context ${spring-cloud-function.version} - org.springframework.cloud.fn splitter-function ${project.version} - de.flapdoodle.embed de.flapdoodle.embed.mongo test - diff --git a/supplier/mqtt-supplier/pom.xml b/supplier/mqtt-supplier/pom.xml index cd659394..cdbb70cc 100644 --- a/supplier/mqtt-supplier/pom.xml +++ b/supplier/mqtt-supplier/pom.xml @@ -14,20 +14,11 @@ mqtt supplier - org.springframework.cloud.fn mqtt-common ${revision} - - - org.testcontainers - testcontainers - ${test-containers.version} - test - - diff --git a/supplier/rabbit-supplier/pom.xml b/supplier/rabbit-supplier/pom.xml index e303ffa1..51901618 100644 --- a/supplier/rabbit-supplier/pom.xml +++ b/supplier/rabbit-supplier/pom.xml @@ -14,12 +14,10 @@ Rabbit supplier - org.springframework.integration spring-integration-amqp - org.springframework.boot spring-boot-starter-amqp @@ -28,7 +26,6 @@ org.springframework.boot spring-boot-starter-web - diff --git a/supplier/s3-supplier/pom.xml b/supplier/s3-supplier/pom.xml index 2ea3fede..5b22e5a5 100644 --- a/supplier/s3-supplier/pom.xml +++ b/supplier/s3-supplier/pom.xml @@ -14,7 +14,6 @@ s3 supplier - org.springframework.cloud.fn aws-s3-common @@ -30,7 +29,6 @@ metadata-store-common ${revision} - diff --git a/supplier/sftp-supplier/pom.xml b/supplier/sftp-supplier/pom.xml index 9cc6ee3c..3eb13354 100644 --- a/supplier/sftp-supplier/pom.xml +++ b/supplier/sftp-supplier/pom.xml @@ -18,12 +18,10 @@ org.springframework.boot spring-boot-starter-logging - org.springframework.integration spring-integration-sftp - org.springframework.cloud.fn file-common @@ -39,14 +37,12 @@ metadata-store-common ${revision} - org.springframework.cloud.fn function-test-support ${revision} test - diff --git a/supplier/syslog-supplier/pom.xml b/supplier/syslog-supplier/pom.xml index 20358a56..5eca0bd4 100644 --- a/supplier/syslog-supplier/pom.xml +++ b/supplier/syslog-supplier/pom.xml @@ -14,17 +14,10 @@ syslog supplier - org.springframework.integration spring-integration-syslog - - - org.springframework.integration - spring-integration-test-support - - diff --git a/supplier/tcp-supplier/pom.xml b/supplier/tcp-supplier/pom.xml index 2d1d0b4f..1f12c500 100644 --- a/supplier/tcp-supplier/pom.xml +++ b/supplier/tcp-supplier/pom.xml @@ -14,13 +14,11 @@ tcp supplier - org.springframework.cloud.fn tcp-common ${revision} - diff --git a/supplier/time-supplier/pom.xml b/supplier/time-supplier/pom.xml index 8a067f60..ccee9a22 100644 --- a/supplier/time-supplier/pom.xml +++ b/supplier/time-supplier/pom.xml @@ -15,17 +15,10 @@ time supplier - - - org.springframework.boot - spring-boot-starter - - org.apache.commons commons-lang3 - diff --git a/supplier/twitter-supplier/pom.xml b/supplier/twitter-supplier/pom.xml index 94b40e05..e4d0fc3f 100644 --- a/supplier/twitter-supplier/pom.xml +++ b/supplier/twitter-supplier/pom.xml @@ -14,13 +14,11 @@ twitter suppliers - org.springframework.cloud.fn twitter-common ${revision} - org.springframework.integration spring-integration-jms @@ -30,26 +28,23 @@ javax.jms-api provided - org.apache.activemq activemq-broker test - org.mock-server mockserver-netty - 5.10 + ${mockserver.version} test org.mock-server mockserver-client-java - 5.10 + ${mockserver.version} test - diff --git a/supplier/twitter-supplier/src/test/resources/logback.xml b/supplier/twitter-supplier/src/test/resources/logback.xml new file mode 100644 index 00000000..f7e48fcf --- /dev/null +++ b/supplier/twitter-supplier/src/test/resources/logback.xml @@ -0,0 +1,12 @@ + + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + + + + + + diff --git a/supplier/websocket-supplier/pom.xml b/supplier/websocket-supplier/pom.xml index 1f623081..3effa77e 100644 --- a/supplier/websocket-supplier/pom.xml +++ b/supplier/websocket-supplier/pom.xml @@ -14,24 +14,20 @@ websocket supplier - org.springframework.integration spring-integration-websocket - org.springframework.boot spring-boot-starter-web test - org.springframework.boot spring-boot-starter-security test - diff --git a/supplier/zeromq-supplier/pom.xml b/supplier/zeromq-supplier/pom.xml index 3555d4c4..600deb95 100644 --- a/supplier/zeromq-supplier/pom.xml +++ b/supplier/zeromq-supplier/pom.xml @@ -19,27 +19,6 @@ org.springframework.integration spring-integration-zeromq - - org.springframework.boot - spring-boot-configuration-processor - provided - - - org.springframework.boot - spring-boot-starter-validation - - - - org.springframework.boot - spring-boot-starter-test - test - - - io.projectreactor - reactor-test - test - -