최초 세팅

This commit is contained in:
bd091
2025-10-18 11:06:19 +09:00
commit bf0778601f
2497 changed files with 572903 additions and 0 deletions

View File

@@ -0,0 +1,95 @@
<?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.amqp</groupId>
<artifactId>spring-amqp-bom</artifactId>
<version>3.1.0</version>
<packaging>pom</packaging>
<name>Spring for RabbitMQ (Bill of Materials)</name>
<description>Spring for RabbitMQ (Bill of Materials)</description>
<url>https://github.com/spring-projects/spring-amqp</url>
<organization>
<name>Spring IO</name>
<url>https://spring.io/projects/spring-amqp</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>garyrussell</id>
<name>Gary Russell</name>
<email>grussell@vmware.com</email>
<roles>
<role>project lead</role>
</roles>
</developer>
<developer>
<id>artembilan</id>
<name>Artem Bilan</name>
<email>abilan@vmware.com</email>
</developer>
<developer>
<id>davesyer</id>
<name>Dave Syer</name>
<email>dsyer@vmware.com</email>
</developer>
<developer>
<id>markfisher</id>
<name>Mark Fisher</name>
<email>markfisher@vmware.com</email>
</developer>
<developer>
<id>markpollack</id>
<name>Mark Pollack</name>
<email>mpollack@vmware.com</email>
</developer>
</developers>
<scm>
<connection>git://github.com/spring-projects/spring-amqp.git</connection>
<developerConnection>git@github.com:spring-projects/spring-amqp.git</developerConnection>
<url>https://github.com/spring-projects/spring-amqp</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://jira.spring.io/browse/AMQP</url>
</issueManagement>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit-junit</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit-stream</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit-test</artifactId>
<version>3.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

View File

@@ -0,0 +1,106 @@
{
"formatVersion": "1.1",
"component": {
"group": "org.springframework.amqp",
"module": "spring-amqp-bom",
"version": "3.1.0",
"attributes": {
"org.gradle.status": "release"
}
},
"createdBy": {
"gradle": {
"version": "8.2.1"
}
},
"variants": [
{
"name": "apiElements",
"attributes": {
"org.gradle.category": "platform",
"org.gradle.usage": "java-api"
},
"dependencyConstraints": [
{
"group": "org.springframework.amqp",
"module": "spring-amqp",
"version": {
"requires": "3.1.0"
}
},
{
"group": "org.springframework.amqp",
"module": "spring-rabbit",
"version": {
"requires": "3.1.0"
}
},
{
"group": "org.springframework.amqp",
"module": "spring-rabbit-junit",
"version": {
"requires": "3.1.0"
}
},
{
"group": "org.springframework.amqp",
"module": "spring-rabbit-stream",
"version": {
"requires": "3.1.0"
}
},
{
"group": "org.springframework.amqp",
"module": "spring-rabbit-test",
"version": {
"requires": "3.1.0"
}
}
]
},
{
"name": "runtimeElements",
"attributes": {
"org.gradle.category": "platform",
"org.gradle.usage": "java-runtime"
},
"dependencyConstraints": [
{
"group": "org.springframework.amqp",
"module": "spring-amqp",
"version": {
"requires": "3.1.0"
}
},
{
"group": "org.springframework.amqp",
"module": "spring-rabbit",
"version": {
"requires": "3.1.0"
}
},
{
"group": "org.springframework.amqp",
"module": "spring-rabbit-junit",
"version": {
"requires": "3.1.0"
}
},
{
"group": "org.springframework.amqp",
"module": "spring-rabbit-stream",
"version": {
"requires": "3.1.0"
}
},
{
"group": "org.springframework.amqp",
"module": "spring-rabbit-test",
"version": {
"requires": "3.1.0"
}
}
]
}
]
}

View File

@@ -0,0 +1,115 @@
<?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.amqp</groupId>
<artifactId>spring-amqp-bom</artifactId>
<version>3.1.1</version>
<packaging>pom</packaging>
<name>Spring for RabbitMQ (Bill of Materials)</name>
<description>Spring for RabbitMQ (Bill of Materials)</description>
<url>https://github.com/spring-projects/spring-amqp</url>
<organization>
<name>Spring IO</name>
<url>https://spring.io/projects/spring-amqp</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>sobychacko</id>
<name>Soby Chacko</name>
<email>soby.chacko@broadcom.com</email>
<roles>
<role>contributor</role>
</roles>
</developer>
<developer>
<id>dsyer</id>
<name>Dave Syer</name>
<email>david.syer@broadcom.com</email>
<roles>
<role>project founder</role>
</roles>
</developer>
<developer>
<id>markfisher</id>
<name>Mark Fisher</name>
<email>mark.fisher@broadcom.com</email>
<roles>
<role>project founder</role>
</roles>
</developer>
<developer>
<id>markpollack</id>
<name>Mark Pollack</name>
<email>mark.pollack@broadcom.com</email>
<roles>
<role>project founder</role>
</roles>
</developer>
</developers>
<scm>
<connection>git://github.com/spring-projects/spring-amqp.git</connection>
<developerConnection>git@github.com:spring-projects/spring-amqp.git</developerConnection>
<url>https://github.com/spring-projects/spring-amqp</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://jira.spring.io/browse/AMQP</url>
</issueManagement>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit-junit</artifactId>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit-stream</artifactId>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit-test</artifactId>
<version>3.1.1</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

View File

@@ -0,0 +1,106 @@
{
"formatVersion": "1.1",
"component": {
"group": "org.springframework.amqp",
"module": "spring-amqp-bom",
"version": "3.1.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.amqp",
"module": "spring-amqp",
"version": {
"requires": "3.1.1"
}
},
{
"group": "org.springframework.amqp",
"module": "spring-rabbit",
"version": {
"requires": "3.1.1"
}
},
{
"group": "org.springframework.amqp",
"module": "spring-rabbit-junit",
"version": {
"requires": "3.1.1"
}
},
{
"group": "org.springframework.amqp",
"module": "spring-rabbit-stream",
"version": {
"requires": "3.1.1"
}
},
{
"group": "org.springframework.amqp",
"module": "spring-rabbit-test",
"version": {
"requires": "3.1.1"
}
}
]
},
{
"name": "runtimeElements",
"attributes": {
"org.gradle.category": "platform",
"org.gradle.usage": "java-runtime"
},
"dependencyConstraints": [
{
"group": "org.springframework.amqp",
"module": "spring-amqp",
"version": {
"requires": "3.1.1"
}
},
{
"group": "org.springframework.amqp",
"module": "spring-rabbit",
"version": {
"requires": "3.1.1"
}
},
{
"group": "org.springframework.amqp",
"module": "spring-rabbit-junit",
"version": {
"requires": "3.1.1"
}
},
{
"group": "org.springframework.amqp",
"module": "spring-rabbit-stream",
"version": {
"requires": "3.1.1"
}
},
{
"group": "org.springframework.amqp",
"module": "spring-rabbit-test",
"version": {
"requires": "3.1.1"
}
}
]
}
]
}