diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 41731265..e69de29b 100644 --- a/advanced/advanced-testing-examples/pom.xml +++ b/advanced/advanced-testing-examples/pom.xml @@ -1,168 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - advanced-testing-examples - 6.1.0 - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - jakarta.jms - jakarta.jms-api - 3.1.0 - compile - - - org.springframework.integration - spring-integration-jms - compile - - - org.springframework.integration - spring-integration-groovy - compile - - - org.apache.logging.log4j - log4j-core - 2.20.0 - compile - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index fea2fc29..e69de29b 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -1,157 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - dynamic-ftp - 6.1.0 - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.integration - spring-integration-ftp - compile - - - org.apache.logging.log4j - log4j-core - 2.20.0 - compile - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index 1ebab3c0..e69de29b 100644 --- a/advanced/dynamic-tcp-client/pom.xml +++ b/advanced/dynamic-tcp-client/pom.xml @@ -1,387 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - dynamic-tcp-client - 6.1.0 - jar - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.boot - spring-boot-starter-integration - compile - - - org.springframework.integration - spring-integration-ip - compile - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.springframework.integration - spring-integration-file - 6.1.3 - - - org.springframework.integration - spring-integration-syslog - 6.1.3 - - - org.springframework.integration - spring-integration-smb - 6.1.3 - - - org.springframework.integration - spring-integration-jdbc - 6.1.3 - - - org.springframework.integration - spring-integration-jmx - 6.1.3 - - - org.springframework.integration - spring-integration-ws - 6.1.3 - - - org.springframework.integration - spring-integration-redis - 6.1.3 - - - org.springframework.integration - spring-integration-r2dbc - 6.1.3 - - - org.springframework.integration - spring-integration-webflux - 6.1.3 - - - org.springframework.integration - spring-integration-sftp - 6.1.3 - - - org.springframework.integration - spring-integration-rsocket - 6.1.3 - - - org.springframework.integration - spring-integration-mqtt - 6.1.3 - - - org.springframework.integration - spring-integration-event - 6.1.3 - - - org.springframework.integration - spring-integration-ftp - 6.1.3 - - - org.springframework.integration - spring-integration-kafka - 6.1.3 - - - org.springframework.integration - spring-integration-groovy - 6.1.3 - - - org.springframework.integration - spring-integration-cassandra - 6.1.3 - - - org.springframework.integration - spring-integration-scripting - 6.1.3 - - - org.springframework.integration - spring-integration-xmpp - 6.1.3 - - - org.springframework.integration - spring-integration-websocket - 6.1.3 - - - org.springframework.integration - spring-integration-graphql - 6.1.3 - - - org.springframework.integration - spring-integration-feed - 6.1.3 - - - org.springframework.integration - spring-integration-jpa - 6.1.3 - - - org.springframework.integration - spring-integration-test - 6.1.3 - - - org.springframework.integration - spring-integration-zeromq - 6.1.3 - - - org.springframework.integration - spring-integration-http - 6.1.3 - - - org.springframework.integration - spring-integration-zookeeper - 6.1.3 - - - org.springframework.integration - spring-integration-ip - 6.1.3 - - - org.springframework.integration - spring-integration-hazelcast - 6.1.3 - - - org.springframework.integration - spring-integration-test-support - 6.1.3 - - - org.springframework.integration - spring-integration-amqp - 6.1.3 - - - org.springframework.integration - spring-integration-mail - 6.1.3 - - - org.springframework.integration - spring-integration-security - 6.1.3 - - - org.springframework.integration - spring-integration-camel - 6.1.3 - - - org.springframework.integration - spring-integration-xml - 6.1.3 - - - org.springframework.integration - spring-integration-core - 6.1.3 - - - org.springframework.integration - spring-integration-zip - 6.1.3 - - - org.springframework.integration - spring-integration-jms - 6.1.3 - - - org.springframework.integration - spring-integration-mongodb - 6.1.3 - - - org.springframework.integration - spring-integration-stream - 6.1.3 - - - org.springframework.integration - spring-integration-stomp - 6.1.3 - - - org.springframework.boot - spring-boot-dependencies - 3.1.1-SNAPSHOT - import - pom - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - - org.springframework.boot - spring-boot-starter-parent - 3.1.1-SNAPSHOT - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index b1c246ff..e69de29b 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -1,190 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - cafe-scripted - 6.1.0 - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.integration - spring-integration-stream - compile - - - org.springframework.integration - spring-integration-groovy - compile - - - org.springframework.integration - spring-integration-jmx - compile - - - org.springframework.integration - spring-integration-rsocket - compile - - - org.jruby - jruby-complete - 9.2.14.0 - compile - - - org.python - jython-standalone - 2.7.3 - compile - - - org.apache.groovy - groovy-jsr223 - 4.0.12 - compile - - - org.apache.logging.log4j - log4j-core - 2.20.0 - compile - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index bdada6ec..e69de29b 100644 --- a/applications/cafe/cafe-amqp/pom.xml +++ b/applications/cafe/cafe-amqp/pom.xml @@ -1,163 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - cafe-amqp - 6.1.0 - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.integration.samples - cafe-si - 6.1.0 - compile - - - org.springframework.integration - spring-integration-amqp - compile - - - org.apache.logging.log4j - log4j-core - 2.20.0 - compile - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index 40a699b9..e69de29b 100644 --- a/applications/cafe/cafe-jms/pom.xml +++ b/applications/cafe/cafe-jms/pom.xml @@ -1,187 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - cafe-jms - 6.1.0 - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.integration.samples - cafe-si - 6.1.0 - compile - - - org.apache.activemq - artemis-server - 2.28.0 - compile - - - * - org.jboss.logmanager - - - - - org.apache.activemq - artemis-jakarta-client - 2.28.0 - compile - - - org.springframework.integration - spring-integration-jms - compile - - - jakarta.jms - jakarta.jms-api - 3.1.0 - compile - - - org.apache.logging.log4j - log4j-core - 2.20.0 - compile - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index f279aade..e69de29b 100644 --- a/applications/cafe/cafe-si/pom.xml +++ b/applications/cafe/cafe-si/pom.xml @@ -1,162 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - cafe-si - 6.1.0 - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.integration - spring-integration-stream - compile - - - com.fasterxml.jackson.core - jackson-databind - compile - - - org.apache.logging.log4j - log4j-core - 2.20.0 - compile - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index 57daa609..e69de29b 100644 --- a/applications/file-split-ftp/pom.xml +++ b/applications/file-split-ftp/pom.xml @@ -1,414 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - file-split-ftp - 6.1.0 - jar - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.boot - spring-boot-starter-web - compile - - - org.springframework.boot - spring-boot-starter-integration - compile - - - org.springframework.integration - spring-integration-ftp - compile - - - org.springframework.integration - spring-integration-http - compile - - - org.springframework.integration - spring-integration-mail - compile - - - org.eclipse.angus - jakarta.mail - 1.0.0 - compile - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.springframework.boot - spring-boot-starter-test - test - - - com.icegreen - greenmail - 2.0.0-alpha-2 - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.springframework.integration - spring-integration-file - 6.1.3 - - - org.springframework.integration - spring-integration-syslog - 6.1.3 - - - org.springframework.integration - spring-integration-smb - 6.1.3 - - - org.springframework.integration - spring-integration-jdbc - 6.1.3 - - - org.springframework.integration - spring-integration-jmx - 6.1.3 - - - org.springframework.integration - spring-integration-ws - 6.1.3 - - - org.springframework.integration - spring-integration-redis - 6.1.3 - - - org.springframework.integration - spring-integration-r2dbc - 6.1.3 - - - org.springframework.integration - spring-integration-webflux - 6.1.3 - - - org.springframework.integration - spring-integration-sftp - 6.1.3 - - - org.springframework.integration - spring-integration-rsocket - 6.1.3 - - - org.springframework.integration - spring-integration-mqtt - 6.1.3 - - - org.springframework.integration - spring-integration-event - 6.1.3 - - - org.springframework.integration - spring-integration-ftp - 6.1.3 - - - org.springframework.integration - spring-integration-kafka - 6.1.3 - - - org.springframework.integration - spring-integration-groovy - 6.1.3 - - - org.springframework.integration - spring-integration-cassandra - 6.1.3 - - - org.springframework.integration - spring-integration-scripting - 6.1.3 - - - org.springframework.integration - spring-integration-xmpp - 6.1.3 - - - org.springframework.integration - spring-integration-websocket - 6.1.3 - - - org.springframework.integration - spring-integration-graphql - 6.1.3 - - - org.springframework.integration - spring-integration-feed - 6.1.3 - - - org.springframework.integration - spring-integration-jpa - 6.1.3 - - - org.springframework.integration - spring-integration-test - 6.1.3 - - - org.springframework.integration - spring-integration-zeromq - 6.1.3 - - - org.springframework.integration - spring-integration-http - 6.1.3 - - - org.springframework.integration - spring-integration-zookeeper - 6.1.3 - - - org.springframework.integration - spring-integration-ip - 6.1.3 - - - org.springframework.integration - spring-integration-hazelcast - 6.1.3 - - - org.springframework.integration - spring-integration-test-support - 6.1.3 - - - org.springframework.integration - spring-integration-amqp - 6.1.3 - - - org.springframework.integration - spring-integration-mail - 6.1.3 - - - org.springframework.integration - spring-integration-security - 6.1.3 - - - org.springframework.integration - spring-integration-camel - 6.1.3 - - - org.springframework.integration - spring-integration-xml - 6.1.3 - - - org.springframework.integration - spring-integration-core - 6.1.3 - - - org.springframework.integration - spring-integration-zip - 6.1.3 - - - org.springframework.integration - spring-integration-jms - 6.1.3 - - - org.springframework.integration - spring-integration-mongodb - 6.1.3 - - - org.springframework.integration - spring-integration-stream - 6.1.3 - - - org.springframework.integration - spring-integration-stomp - 6.1.3 - - - org.springframework.boot - spring-boot-dependencies - 3.1.1-SNAPSHOT - import - pom - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - - org.springframework.boot - spring-boot-starter-parent - 3.1.1-SNAPSHOT - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index dcb3f735..e69de29b 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -1,168 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - amqp - 6.1.0 - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.integration - spring-integration-stream - compile - - - org.springframework.integration - spring-integration-amqp - compile - - - org.apache.logging.log4j - log4j-core - 2.20.0 - compile - - - org.slf4j - slf4j-jcl - 1.7.30 - runtime - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index 6ca5598d..e69de29b 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -1,407 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - barrier - 6.1.0 - jar - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.boot - spring-boot-starter-web - compile - - - org.springframework.boot - spring-boot-starter-integration - compile - - - org.springframework.boot - spring-boot-starter-amqp - compile - - - org.springframework.integration - spring-integration-amqp - compile - - - org.springframework.integration - spring-integration-http - compile - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.springframework.amqp - spring-rabbit-junit - test - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.springframework.integration - spring-integration-file - 6.1.3 - - - org.springframework.integration - spring-integration-syslog - 6.1.3 - - - org.springframework.integration - spring-integration-smb - 6.1.3 - - - org.springframework.integration - spring-integration-jdbc - 6.1.3 - - - org.springframework.integration - spring-integration-jmx - 6.1.3 - - - org.springframework.integration - spring-integration-ws - 6.1.3 - - - org.springframework.integration - spring-integration-redis - 6.1.3 - - - org.springframework.integration - spring-integration-r2dbc - 6.1.3 - - - org.springframework.integration - spring-integration-webflux - 6.1.3 - - - org.springframework.integration - spring-integration-sftp - 6.1.3 - - - org.springframework.integration - spring-integration-rsocket - 6.1.3 - - - org.springframework.integration - spring-integration-mqtt - 6.1.3 - - - org.springframework.integration - spring-integration-event - 6.1.3 - - - org.springframework.integration - spring-integration-ftp - 6.1.3 - - - org.springframework.integration - spring-integration-kafka - 6.1.3 - - - org.springframework.integration - spring-integration-groovy - 6.1.3 - - - org.springframework.integration - spring-integration-cassandra - 6.1.3 - - - org.springframework.integration - spring-integration-scripting - 6.1.3 - - - org.springframework.integration - spring-integration-xmpp - 6.1.3 - - - org.springframework.integration - spring-integration-websocket - 6.1.3 - - - org.springframework.integration - spring-integration-graphql - 6.1.3 - - - org.springframework.integration - spring-integration-feed - 6.1.3 - - - org.springframework.integration - spring-integration-jpa - 6.1.3 - - - org.springframework.integration - spring-integration-test - 6.1.3 - - - org.springframework.integration - spring-integration-zeromq - 6.1.3 - - - org.springframework.integration - spring-integration-http - 6.1.3 - - - org.springframework.integration - spring-integration-zookeeper - 6.1.3 - - - org.springframework.integration - spring-integration-ip - 6.1.3 - - - org.springframework.integration - spring-integration-hazelcast - 6.1.3 - - - org.springframework.integration - spring-integration-test-support - 6.1.3 - - - org.springframework.integration - spring-integration-amqp - 6.1.3 - - - org.springframework.integration - spring-integration-mail - 6.1.3 - - - org.springframework.integration - spring-integration-security - 6.1.3 - - - org.springframework.integration - spring-integration-camel - 6.1.3 - - - org.springframework.integration - spring-integration-xml - 6.1.3 - - - org.springframework.integration - spring-integration-core - 6.1.3 - - - org.springframework.integration - spring-integration-zip - 6.1.3 - - - org.springframework.integration - spring-integration-jms - 6.1.3 - - - org.springframework.integration - spring-integration-mongodb - 6.1.3 - - - org.springframework.integration - spring-integration-stream - 6.1.3 - - - org.springframework.integration - spring-integration-stomp - 6.1.3 - - - org.springframework.boot - spring-boot-dependencies - 3.1.1-SNAPSHOT - import - pom - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - - org.springframework.boot - spring-boot-starter-parent - 3.1.1-SNAPSHOT - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index ca7c818f..e69de29b 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -1,157 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - control-bus - 6.1.0 - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.integration - spring-integration-core - compile - - - org.apache.logging.log4j - log4j-core - 2.20.0 - compile - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index 3ad436f0..e69de29b 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -1,163 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - enricher - 6.1.0 - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.integration - spring-integration-core - compile - - - com.h2database - h2 - 2.2.220 - compile - - - org.apache.logging.log4j - log4j-core - 2.20.0 - compile - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index 5a513c18..e69de29b 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -1,157 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - feed - 6.1.0 - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.integration - spring-integration-feed - compile - - - org.apache.logging.log4j - log4j-core - 2.20.0 - compile - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/basic/file/pom.xml b/basic/file/pom.xml index ecdd1d57..e69de29b 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -1,157 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - file - 6.1.0 - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.integration - spring-integration-file - compile - - - org.apache.logging.log4j - log4j-core - 2.20.0 - compile - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index 019f589a..e69de29b 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -1,181 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - ftp - 6.1.0 - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.integration - spring-integration-ftp - compile - - - commons-io - commons-io - 2.11.0 - compile - - - org.apache.ftpserver - ftpserver-core - 1.2.0 - compile - - - org.slf4j - slf4j-api - 1.7.30 - compile - - - org.slf4j - slf4j-log4j12 - 1.7.30 - runtime - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.apache.logging.log4j - log4j-core - 2.20.0 - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/build.gradle b/build.gradle index 0ccdb73c..90bbe898 100644 --- a/build.gradle +++ b/build.gradle @@ -256,7 +256,7 @@ subprojects { subproject -> postgresVersion = '42.6.0' slf4jVersion = '1.7.30' springCloudVersion = '2022.0.2' - springIntegrationVersion = '6.1.3' + springIntegrationVersion = '6.1.5' set('spring-integration.version', "$springIntegrationVersion") springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT' springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT' diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index 9e4f77e5..e69de29b 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -1,398 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - cafe-dsl - 6.1.0 - jar - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.integration.samples - cafe-si - 6.1.0 - compile - - - org.springframework.boot - spring-boot-starter-integration - compile - - - org.springframework.integration - spring-integration-core - compile - - - org.springframework.integration - spring-integration-stream - compile - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.springframework.integration - spring-integration-file - 6.1.3 - - - org.springframework.integration - spring-integration-syslog - 6.1.3 - - - org.springframework.integration - spring-integration-smb - 6.1.3 - - - org.springframework.integration - spring-integration-jdbc - 6.1.3 - - - org.springframework.integration - spring-integration-jmx - 6.1.3 - - - org.springframework.integration - spring-integration-ws - 6.1.3 - - - org.springframework.integration - spring-integration-redis - 6.1.3 - - - org.springframework.integration - spring-integration-r2dbc - 6.1.3 - - - org.springframework.integration - spring-integration-webflux - 6.1.3 - - - org.springframework.integration - spring-integration-sftp - 6.1.3 - - - org.springframework.integration - spring-integration-rsocket - 6.1.3 - - - org.springframework.integration - spring-integration-mqtt - 6.1.3 - - - org.springframework.integration - spring-integration-event - 6.1.3 - - - org.springframework.integration - spring-integration-ftp - 6.1.3 - - - org.springframework.integration - spring-integration-kafka - 6.1.3 - - - org.springframework.integration - spring-integration-groovy - 6.1.3 - - - org.springframework.integration - spring-integration-cassandra - 6.1.3 - - - org.springframework.integration - spring-integration-scripting - 6.1.3 - - - org.springframework.integration - spring-integration-xmpp - 6.1.3 - - - org.springframework.integration - spring-integration-websocket - 6.1.3 - - - org.springframework.integration - spring-integration-graphql - 6.1.3 - - - org.springframework.integration - spring-integration-feed - 6.1.3 - - - org.springframework.integration - spring-integration-jpa - 6.1.3 - - - org.springframework.integration - spring-integration-test - 6.1.3 - - - org.springframework.integration - spring-integration-zeromq - 6.1.3 - - - org.springframework.integration - spring-integration-http - 6.1.3 - - - org.springframework.integration - spring-integration-zookeeper - 6.1.3 - - - org.springframework.integration - spring-integration-ip - 6.1.3 - - - org.springframework.integration - spring-integration-hazelcast - 6.1.3 - - - org.springframework.integration - spring-integration-test-support - 6.1.3 - - - org.springframework.integration - spring-integration-amqp - 6.1.3 - - - org.springframework.integration - spring-integration-mail - 6.1.3 - - - org.springframework.integration - spring-integration-security - 6.1.3 - - - org.springframework.integration - spring-integration-camel - 6.1.3 - - - org.springframework.integration - spring-integration-xml - 6.1.3 - - - org.springframework.integration - spring-integration-core - 6.1.3 - - - org.springframework.integration - spring-integration-zip - 6.1.3 - - - org.springframework.integration - spring-integration-jms - 6.1.3 - - - org.springframework.integration - spring-integration-mongodb - 6.1.3 - - - org.springframework.integration - spring-integration-stream - 6.1.3 - - - org.springframework.integration - spring-integration-stomp - 6.1.3 - - - org.springframework.boot - spring-boot-dependencies - 3.1.1-SNAPSHOT - import - pom - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - - org.springframework.boot - spring-boot-starter-parent - 3.1.1-SNAPSHOT - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index 4181f4fb..e69de29b 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -1,157 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - async-gateway - 6.1.0 - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.integration - spring-integration-core - compile - - - org.apache.logging.log4j - log4j-core - 2.20.0 - compile - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index 745125cb..e69de29b 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -1,157 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - dynamic-poller - 6.1.0 - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.integration - spring-integration-core - compile - - - org.apache.logging.log4j - log4j-core - 2.20.0 - compile - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index c5642089..e69de29b 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -1,157 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - errorhandling - 6.1.0 - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.integration - spring-integration-stream - compile - - - org.apache.logging.log4j - log4j-core - 2.20.0 - compile - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - - diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index a5557763..e69de29b 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -1,157 +0,0 @@ - - - 4.0.0 - org.springframework.integration.samples - file-processing - 6.1.0 - https://github.com/spring-projects/spring-integration-samples - - Spring IO - https://spring.io/projects/spring-integration - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - artembilan - Artem Bilan - abilan@vmware.com - - project lead - - - - garyrussell - Gary Russell - grussell@vmware.com - - project lead emeritus - - - - markfisher - Mark Fisher - markfisher@vmware.com - - project founder and lead emeritus - - - - - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git - scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git - https://github.com/spring-projects/spring-integration-samples - - - GitHub - https://github.com/spring-projects/spring-integration-samples/issues - - - - org.springframework.integration - spring-integration-file - compile - - - org.apache.logging.log4j - log4j-core - 2.20.0 - compile - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-library - 2.2 - test - - - org.mockito - mockito-core - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.springframework.integration - spring-integration-test - test - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - org.junit.platform - junit-platform-launcher - runtime - - - org.junit.vintage - junit-vintage-engine - runtime - - - - - - org.junit - junit-bom - 5.9.3 - import - pom - - - com.fasterxml.jackson - jackson-bom - 2.15.0 - import - pom - - - org.springframework - spring-framework-bom - 6.0.11 - import - pom - - - org.springframework.integration - spring-integration-bom - 6.1.3 - import - pom - - - - - 17 - - - - repo.spring.io.milestone - Spring Framework Maven Milestone Repository - https://repo.spring.io/milestone - - - repo.spring.io.snapshot - Spring Framework Maven Snapshot Repository - https://repo.spring.io/snapshot - - -