최초 세팅
This commit is contained in:
@@ -0,0 +1,276 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<!-- This module was also published with a richer model, Gradle metadata, -->
|
||||
<!-- which should be used instead. Do not delete the following line which -->
|
||||
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
||||
<!-- that they should prefer consuming it instead. -->
|
||||
<!-- do_not_remove: published-with-gradle-metadata -->
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-bom</artifactId>
|
||||
<version>6.2.0</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Spring Integration (Bill of Materials)</name>
|
||||
<description>Spring Integration (Bill of Materials)</description>
|
||||
<url>https://github.com/spring-projects/spring-integration</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-integration</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>artembilan</id>
|
||||
<name>Artem Bilan</name>
|
||||
<email>abilan@vmware.com</email>
|
||||
<roles>
|
||||
<role>project lead</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>garyrussell</id>
|
||||
<name>Gary Russell</name>
|
||||
<email>grussell@vmware.com</email>
|
||||
<roles>
|
||||
<role>project lead emeritus</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>markfisher</id>
|
||||
<name>Mark Fisher</name>
|
||||
<email>markfisher@vmware.com</email>
|
||||
<roles>
|
||||
<role>project founder and lead emeritus</role>
|
||||
</roles>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-integration.git</connection>
|
||||
<developerConnection>scm:git:ssh://git@github.com:spring-projects/spring-integration.git</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-integration</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-integration/issues</url>
|
||||
</issueManagement>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-amqp</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-camel</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-cassandra</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-core</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-debezium</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-event</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-feed</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-file</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-ftp</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-graphql</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-groovy</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-hazelcast</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-http</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-ip</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-jdbc</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-jms</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-jmx</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-jpa</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-kafka</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-mail</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-mongodb</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-mqtt</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-r2dbc</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-redis</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-rsocket</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-scripting</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-security</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-sftp</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-smb</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-stomp</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-stream</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-syslog</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-test</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-test-support</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-webflux</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-websocket</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-ws</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-xml</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-xmpp</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-zeromq</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-zip</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-zookeeper</artifactId>
|
||||
<version>6.2.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
</project>
|
||||
@@ -0,0 +1,624 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-bom",
|
||||
"version": "6.2.0",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "8.4"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "platform",
|
||||
"org.gradle.usage": "java-api"
|
||||
},
|
||||
"dependencyConstraints": [
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-amqp",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-camel",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-cassandra",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-core",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-debezium",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-event",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-feed",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-file",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-ftp",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-graphql",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-groovy",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-hazelcast",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-http",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-ip",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-jdbc",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-jms",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-jmx",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-jpa",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-kafka",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-mail",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-mongodb",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-mqtt",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-r2dbc",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-redis",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-rsocket",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-scripting",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-security",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-sftp",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-smb",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-stomp",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-stream",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-syslog",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-test",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-test-support",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-webflux",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-websocket",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-ws",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-xml",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-xmpp",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-zeromq",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-zip",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-zookeeper",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "platform",
|
||||
"org.gradle.usage": "java-runtime"
|
||||
},
|
||||
"dependencyConstraints": [
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-amqp",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-camel",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-cassandra",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-core",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-debezium",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-event",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-feed",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-file",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-ftp",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-graphql",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-groovy",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-hazelcast",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-http",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-ip",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-jdbc",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-jms",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-jmx",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-jpa",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-kafka",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-mail",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-mongodb",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-mqtt",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-r2dbc",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-redis",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-rsocket",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-scripting",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-security",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-sftp",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-smb",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-stomp",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-stream",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-syslog",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-test",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-test-support",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-webflux",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-websocket",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-ws",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-xml",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-xmpp",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-zeromq",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-zip",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-zookeeper",
|
||||
"version": {
|
||||
"requires": "6.2.0"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,276 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<!-- This module was also published with a richer model, Gradle metadata, -->
|
||||
<!-- which should be used instead. Do not delete the following line which -->
|
||||
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
||||
<!-- that they should prefer consuming it instead. -->
|
||||
<!-- do_not_remove: published-with-gradle-metadata -->
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-bom</artifactId>
|
||||
<version>6.2.1</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Spring Integration (Bill of Materials)</name>
|
||||
<description>Spring Integration (Bill of Materials)</description>
|
||||
<url>https://github.com/spring-projects/spring-integration</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-integration</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>artembilan</id>
|
||||
<name>Artem Bilan</name>
|
||||
<email>artem.bilan@broadcom.com</email>
|
||||
<roles>
|
||||
<role>project lead</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>garyrussell</id>
|
||||
<name>Gary Russell</name>
|
||||
<email>github@gprussell.net</email>
|
||||
<roles>
|
||||
<role>project lead emeritus</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>markfisher</id>
|
||||
<name>Mark Fisher</name>
|
||||
<email>mark.fisher@broadcom.com</email>
|
||||
<roles>
|
||||
<role>project founder and lead emeritus</role>
|
||||
</roles>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-integration.git</connection>
|
||||
<developerConnection>scm:git:ssh://git@github.com:spring-projects/spring-integration.git</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-integration</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-integration/issues</url>
|
||||
</issueManagement>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-amqp</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-camel</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-cassandra</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-core</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-debezium</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-event</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-feed</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-file</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-ftp</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-graphql</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-groovy</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-hazelcast</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-http</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-ip</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-jdbc</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-jms</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-jmx</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-jpa</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-kafka</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-mail</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-mongodb</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-mqtt</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-r2dbc</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-redis</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-rsocket</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-scripting</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-security</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-sftp</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-smb</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-stomp</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-stream</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-syslog</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-test</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-test-support</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-webflux</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-websocket</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-ws</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-xml</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-xmpp</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-zeromq</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-zip</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-zookeeper</artifactId>
|
||||
<version>6.2.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
</project>
|
||||
@@ -0,0 +1,624 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-bom",
|
||||
"version": "6.2.1",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "8.5"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "platform",
|
||||
"org.gradle.usage": "java-api"
|
||||
},
|
||||
"dependencyConstraints": [
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-amqp",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-camel",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-cassandra",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-core",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-debezium",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-event",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-feed",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-file",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-ftp",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-graphql",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-groovy",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-hazelcast",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-http",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-ip",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-jdbc",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-jms",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-jmx",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-jpa",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-kafka",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-mail",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-mongodb",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-mqtt",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-r2dbc",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-redis",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-rsocket",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-scripting",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-security",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-sftp",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-smb",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-stomp",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-stream",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-syslog",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-test",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-test-support",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-webflux",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-websocket",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-ws",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-xml",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-xmpp",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-zeromq",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-zip",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-zookeeper",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "platform",
|
||||
"org.gradle.usage": "java-runtime"
|
||||
},
|
||||
"dependencyConstraints": [
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-amqp",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-camel",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-cassandra",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-core",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-debezium",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-event",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-feed",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-file",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-ftp",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-graphql",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-groovy",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-hazelcast",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-http",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-ip",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-jdbc",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-jms",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-jmx",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-jpa",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-kafka",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-mail",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-mongodb",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-mqtt",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-r2dbc",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-redis",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-rsocket",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-scripting",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-security",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-sftp",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-smb",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-stomp",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-stream",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-syslog",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-test",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-test-support",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-webflux",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-websocket",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-ws",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-xml",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-xmpp",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-zeromq",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-zip",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework.integration",
|
||||
"module": "spring-integration-zookeeper",
|
||||
"version": {
|
||||
"requires": "6.2.1"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user