최초 세팅
This commit is contained in:
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aop",
|
||||
"version": "6.1.2",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "8.5"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-api",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-aop-6.1.2.jar",
|
||||
"url": "spring-aop-6.1.2.jar",
|
||||
"size": 413914,
|
||||
"sha512": "b1cb69feb2931bd4af48b2329614f8e2a0d1afe77267af5f5ea9717ab24c83fd524c8bc7aa8d357a6ccbc497535c4fd282ddfb6d78364a349895a14825af8b9c",
|
||||
"sha256": "e47b66833ebec281374d55b4e36352b80fe3fa64c94252481a8a7e8d31d9d601",
|
||||
"sha1": "a247bd81df8fa9c6a002b95969692bfd146a70b2",
|
||||
"md5": "c9b8757051ed6c1cc9fda0e379283348"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-runtime",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-aop-6.1.2.jar",
|
||||
"url": "spring-aop-6.1.2.jar",
|
||||
"size": 413914,
|
||||
"sha512": "b1cb69feb2931bd4af48b2329614f8e2a0d1afe77267af5f5ea9717ab24c83fd524c8bc7aa8d357a6ccbc497535c4fd282ddfb6d78364a349895a14825af8b9c",
|
||||
"sha256": "e47b66833ebec281374d55b4e36352b80fe3fa64c94252481a8a7e8d31d9d601",
|
||||
"sha1": "a247bd81df8fa9c6a002b95969692bfd146a70b2",
|
||||
"md5": "c9b8757051ed6c1cc9fda0e379283348"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
<?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</groupId>
|
||||
<artifactId>spring-aop</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<name>Spring AOP</name>
|
||||
<description>Spring AOP</description>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-framework</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jhoeller</id>
|
||||
<name>Juergen Hoeller</name>
|
||||
<email>jhoeller@pivotal.io</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-framework/issues</url>
|
||||
</issueManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": "6.1.2",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "8.5"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-api",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-beans-6.1.2.jar",
|
||||
"url": "spring-beans-6.1.2.jar",
|
||||
"size": 856570,
|
||||
"sha512": "efd0eb5a073c899515ae144a4fcb4fc97cc53cbd4236d0e6a30df8fa8873fcd9bc509bc3fa88d1bff86a94dc3dbc5106374d0117f64ec8df9e6affe8f98aaa07",
|
||||
"sha256": "742baa41c1b0282ef01b3d542dc1b1de71db2578bd9ddd9a7d57fb191234b194",
|
||||
"sha1": "abf52f2254975a3b1e95b2b63fb8b01d891cdc51",
|
||||
"md5": "5ee147f2234968eeab4b469af4d3b5f1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-runtime",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-beans-6.1.2.jar",
|
||||
"url": "spring-beans-6.1.2.jar",
|
||||
"size": 856570,
|
||||
"sha512": "efd0eb5a073c899515ae144a4fcb4fc97cc53cbd4236d0e6a30df8fa8873fcd9bc509bc3fa88d1bff86a94dc3dbc5106374d0117f64ec8df9e6affe8f98aaa07",
|
||||
"sha256": "742baa41c1b0282ef01b3d542dc1b1de71db2578bd9ddd9a7d57fb191234b194",
|
||||
"sha1": "abf52f2254975a3b1e95b2b63fb8b01d891cdc51",
|
||||
"md5": "5ee147f2234968eeab4b469af4d3b5f1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
<?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</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<name>Spring Beans</name>
|
||||
<description>Spring Beans</description>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-framework</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jhoeller</id>
|
||||
<name>Juergen Hoeller</name>
|
||||
<email>jhoeller@pivotal.io</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-framework/issues</url>
|
||||
</issueManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -0,0 +1,74 @@
|
||||
<?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</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<name>Spring Context</name>
|
||||
<description>Spring Context</description>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-framework</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jhoeller</id>
|
||||
<name>Juergen Hoeller</name>
|
||||
<email>jhoeller@pivotal.io</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-framework/issues</url>
|
||||
</issueManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-aop</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-expression</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.micrometer</groupId>
|
||||
<artifactId>micrometer-observation</artifactId>
|
||||
<version>1.12.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context",
|
||||
"version": "6.1.2",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "8.5"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-api",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aop",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-expression",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "io.micrometer",
|
||||
"module": "micrometer-observation",
|
||||
"version": {
|
||||
"requires": "1.12.1"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-context-6.1.2.jar",
|
||||
"url": "spring-context-6.1.2.jar",
|
||||
"size": 1295327,
|
||||
"sha512": "eca3cb14e8c0fb65d27bc21a8041aab3baea14f278fb546356fcec9874d0dcd10353fe697e94ebc35a78abb3387d5a41b67c1cbc9341eb05359c1b535147a9c9",
|
||||
"sha256": "af22a435469956415bbee873de6c05995ef12f2d29622abf510a94581ea52de2",
|
||||
"sha1": "15df19852991220556b4462a366269b8e15278eb",
|
||||
"md5": "ca23d3013c2afc6d3b30b993f3c5cd69"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-runtime",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aop",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-expression",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "io.micrometer",
|
||||
"module": "micrometer-observation",
|
||||
"version": {
|
||||
"requires": "1.12.1"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-context-6.1.2.jar",
|
||||
"url": "spring-context-6.1.2.jar",
|
||||
"size": 1295327,
|
||||
"sha512": "eca3cb14e8c0fb65d27bc21a8041aab3baea14f278fb546356fcec9874d0dcd10353fe697e94ebc35a78abb3387d5a41b67c1cbc9341eb05359c1b535147a9c9",
|
||||
"sha256": "af22a435469956415bbee873de6c05995ef12f2d29622abf510a94581ea52de2",
|
||||
"sha1": "15df19852991220556b4462a366269b8e15278eb",
|
||||
"md5": "ca23d3013c2afc6d3b30b993f3c5cd69"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": "6.0.10",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "8.1.1"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-api",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jcl",
|
||||
"version": {
|
||||
"requires": "6.0.10"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-core-6.0.10.jar",
|
||||
"url": "spring-core-6.0.10.jar",
|
||||
"size": 1817070,
|
||||
"sha512": "5e32a26f3a8b550bd987450aeed8c4599ad04cf1ae1501f4240556c588ad9bd1217795ae36174303318ea72e2ef7ff033f67d78f87d14306835767023c1dfa01",
|
||||
"sha256": "1c0a6bf9cccfa8bbe6ab49c13963c1abb2edff81d88b1af7462617ddc7c0975d",
|
||||
"sha1": "889aa214b6607763ddeb6bd391d682cd71681b36",
|
||||
"md5": "5dae840cba7438aae43d780858274e89"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-runtime",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jcl",
|
||||
"version": {
|
||||
"requires": "6.0.10"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-core-6.0.10.jar",
|
||||
"url": "spring-core-6.0.10.jar",
|
||||
"size": 1817070,
|
||||
"sha512": "5e32a26f3a8b550bd987450aeed8c4599ad04cf1ae1501f4240556c588ad9bd1217795ae36174303318ea72e2ef7ff033f67d78f87d14306835767023c1dfa01",
|
||||
"sha256": "1c0a6bf9cccfa8bbe6ab49c13963c1abb2edff81d88b1af7462617ddc7c0975d",
|
||||
"sha1": "889aa214b6607763ddeb6bd391d682cd71681b36",
|
||||
"md5": "5dae840cba7438aae43d780858274e89"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
<?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</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>6.0.10</version>
|
||||
<name>Spring Core</name>
|
||||
<description>Spring Core</description>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-framework</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jhoeller</id>
|
||||
<name>Juergen Hoeller</name>
|
||||
<email>jhoeller@pivotal.io</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-framework/issues</url>
|
||||
</issueManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jcl</artifactId>
|
||||
<version>6.0.10</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -0,0 +1,50 @@
|
||||
<?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</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<name>Spring Core</name>
|
||||
<description>Spring Core</description>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-framework</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jhoeller</id>
|
||||
<name>Juergen Hoeller</name>
|
||||
<email>jhoeller@pivotal.io</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-framework/issues</url>
|
||||
</issueManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jcl</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": "6.1.2",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "8.5"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-api",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jcl",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-core-6.1.2.jar",
|
||||
"url": "spring-core-6.1.2.jar",
|
||||
"size": 1875679,
|
||||
"sha512": "9654f2d77899116d66dbf5808815c866da0bc7a965532da059c7819bde3928e8d3692f0dc97e06f94c44e5452b785b50eb364a1cb7e46385653ba0e2c7195306",
|
||||
"sha256": "8e3f7378e98c26500bdb5ecd6865778f57a22787eb2f11b9bd5fb8e438a0c631",
|
||||
"sha1": "e43c71a9eaca454654621f7d272f15b53c68d583",
|
||||
"md5": "98bedebd5de314d344ed3a7dcad01c66"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-runtime",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jcl",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-core-6.1.2.jar",
|
||||
"url": "spring-core-6.1.2.jar",
|
||||
"size": 1875679,
|
||||
"sha512": "9654f2d77899116d66dbf5808815c866da0bc7a965532da059c7819bde3928e8d3692f0dc97e06f94c44e5452b785b50eb364a1cb7e46385653ba0e2c7195306",
|
||||
"sha256": "8e3f7378e98c26500bdb5ecd6865778f57a22787eb2f11b9bd5fb8e438a0c631",
|
||||
"sha1": "e43c71a9eaca454654621f7d272f15b53c68d583",
|
||||
"md5": "98bedebd5de314d344ed3a7dcad01c66"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
<?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</groupId>
|
||||
<artifactId>spring-expression</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<name>Spring Expression Language (SpEL)</name>
|
||||
<description>Spring Expression Language (SpEL)</description>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-framework</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jhoeller</id>
|
||||
<name>Juergen Hoeller</name>
|
||||
<email>jhoeller@pivotal.io</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-framework/issues</url>
|
||||
</issueManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework",
|
||||
"module": "spring-expression",
|
||||
"version": "6.1.2",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "8.5"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-api",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-expression-6.1.2.jar",
|
||||
"url": "spring-expression-6.1.2.jar",
|
||||
"size": 301169,
|
||||
"sha512": "a28e984d9ff1d4078d57f139ff28065ffba7f325c891c74c0774cd3ccfe50a9462cd93483c28c8ca4674b581ab723687c37c5c88e7cb080823d5629fa684e7f8",
|
||||
"sha256": "0fef5fb19f375a8632d2a117f4b3aed059b959e9693e90c3b7f57b7cad2f9e0b",
|
||||
"sha1": "98786397734b27b7c8843a6b01a7fa34d40d6806",
|
||||
"md5": "2f56216dc7ee08cbeafa54ccf18cad35"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-runtime",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-expression-6.1.2.jar",
|
||||
"url": "spring-expression-6.1.2.jar",
|
||||
"size": 301169,
|
||||
"sha512": "a28e984d9ff1d4078d57f139ff28065ffba7f325c891c74c0774cd3ccfe50a9462cd93483c28c8ca4674b581ab723687c37c5c88e7cb080823d5629fa684e7f8",
|
||||
"sha256": "0fef5fb19f375a8632d2a117f4b3aed059b959e9693e90c3b7f57b7cad2f9e0b",
|
||||
"sha1": "98786397734b27b7c8843a6b01a7fa34d40d6806",
|
||||
"md5": "2f56216dc7ee08cbeafa54ccf18cad35"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,157 @@
|
||||
<?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</groupId>
|
||||
<artifactId>spring-framework-bom</artifactId>
|
||||
<version>5.3.29</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Spring Framework (Bill of Materials)</name>
|
||||
<description>Spring Framework (Bill of Materials)</description>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-framework</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jhoeller</id>
|
||||
<name>Juergen Hoeller</name>
|
||||
<email>jhoeller@pivotal.io</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-framework/issues</url>
|
||||
</issueManagement>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-aop</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-aspects</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context-indexer</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context-support</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-expression</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-instrument</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jcl</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jdbc</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jms</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-messaging</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-orm</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-oxm</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-r2dbc</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-test</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-tx</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-web</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-webflux</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-webmvc</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-websocket</artifactId>
|
||||
<version>5.3.29</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
</project>
|
||||
@@ -0,0 +1,344 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework",
|
||||
"module": "spring-framework-bom",
|
||||
"version": "5.3.29",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "7.5.1"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "platform",
|
||||
"org.gradle.usage": "java-api"
|
||||
},
|
||||
"dependencyConstraints": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aop",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aspects",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context-indexer",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context-support",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-expression",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-instrument",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jcl",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jdbc",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jms",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-messaging",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-orm",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-oxm",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-r2dbc",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-test",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-tx",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-web",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-webflux",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-webmvc",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-websocket",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "platform",
|
||||
"org.gradle.usage": "java-runtime"
|
||||
},
|
||||
"dependencyConstraints": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aop",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aspects",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context-indexer",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context-support",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-expression",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-instrument",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jcl",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jdbc",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jms",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-messaging",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-orm",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-oxm",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-r2dbc",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-test",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-tx",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-web",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-webflux",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-webmvc",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-websocket",
|
||||
"version": {
|
||||
"requires": "5.3.29"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,358 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework",
|
||||
"module": "spring-framework-bom",
|
||||
"version": "6.0.11",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "8.2"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "platform",
|
||||
"org.gradle.usage": "java-api"
|
||||
},
|
||||
"dependencyConstraints": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aop",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aspects",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context-indexer",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context-support",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core-test",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-expression",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-instrument",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jcl",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jdbc",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jms",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-messaging",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-orm",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-oxm",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-r2dbc",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-test",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-tx",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-web",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-webflux",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-webmvc",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-websocket",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "platform",
|
||||
"org.gradle.usage": "java-runtime"
|
||||
},
|
||||
"dependencyConstraints": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aop",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aspects",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context-indexer",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context-support",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core-test",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-expression",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-instrument",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jcl",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jdbc",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jms",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-messaging",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-orm",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-oxm",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-r2dbc",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-test",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-tx",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-web",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-webflux",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-webmvc",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-websocket",
|
||||
"version": {
|
||||
"requires": "6.0.11"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,163 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
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</groupId>
|
||||
<artifactId>spring-framework-bom</artifactId>
|
||||
<version>6.0.11</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Spring Framework (Bill of Materials)</name>
|
||||
<description>Spring Framework (Bill of Materials)</description>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-framework</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jhoeller</id>
|
||||
<name>Juergen Hoeller</name>
|
||||
<email>jhoeller@pivotal.io</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-framework/issues</url>
|
||||
</issueManagement>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-aop</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-aspects</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context-indexer</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context-support</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core-test</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-expression</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-instrument</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jcl</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jdbc</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jms</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-messaging</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-orm</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-oxm</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-r2dbc</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-test</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-tx</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-web</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-webflux</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-webmvc</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-websocket</artifactId>
|
||||
<version>6.0.11</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
</project>
|
||||
@@ -0,0 +1,358 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework",
|
||||
"module": "spring-framework-bom",
|
||||
"version": "6.1.1",
|
||||
"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",
|
||||
"module": "spring-aop",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aspects",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context-indexer",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context-support",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core-test",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-expression",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-instrument",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jcl",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jdbc",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jms",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-messaging",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-orm",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-oxm",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-r2dbc",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-test",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-tx",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-web",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-webflux",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-webmvc",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-websocket",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "platform",
|
||||
"org.gradle.usage": "java-runtime"
|
||||
},
|
||||
"dependencyConstraints": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aop",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aspects",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context-indexer",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context-support",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core-test",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-expression",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-instrument",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jcl",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jdbc",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jms",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-messaging",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-orm",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-oxm",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-r2dbc",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-test",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-tx",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-web",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-webflux",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-webmvc",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-websocket",
|
||||
"version": {
|
||||
"requires": "6.1.1"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,163 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
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</groupId>
|
||||
<artifactId>spring-framework-bom</artifactId>
|
||||
<version>6.1.1</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Spring Framework (Bill of Materials)</name>
|
||||
<description>Spring Framework (Bill of Materials)</description>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-framework</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jhoeller</id>
|
||||
<name>Juergen Hoeller</name>
|
||||
<email>jhoeller@pivotal.io</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-framework/issues</url>
|
||||
</issueManagement>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-aop</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-aspects</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context-indexer</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context-support</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core-test</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-expression</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-instrument</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jcl</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jdbc</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jms</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-messaging</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-orm</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-oxm</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-r2dbc</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-test</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-tx</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-web</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-webflux</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-webmvc</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-websocket</artifactId>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
</project>
|
||||
@@ -0,0 +1,163 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
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</groupId>
|
||||
<artifactId>spring-framework-bom</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Spring Framework (Bill of Materials)</name>
|
||||
<description>Spring Framework (Bill of Materials)</description>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-framework</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jhoeller</id>
|
||||
<name>Juergen Hoeller</name>
|
||||
<email>jhoeller@pivotal.io</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-framework/issues</url>
|
||||
</issueManagement>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-aop</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-aspects</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context-indexer</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context-support</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core-test</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-expression</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-instrument</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jcl</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jdbc</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jms</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-messaging</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-orm</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-oxm</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-r2dbc</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-test</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-tx</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-web</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-webflux</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-webmvc</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-websocket</artifactId>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
</project>
|
||||
@@ -0,0 +1,358 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework",
|
||||
"module": "spring-framework-bom",
|
||||
"version": "6.1.2",
|
||||
"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",
|
||||
"module": "spring-aop",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aspects",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context-indexer",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context-support",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core-test",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-expression",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-instrument",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jcl",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jdbc",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jms",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-messaging",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-orm",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-oxm",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-r2dbc",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-test",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-tx",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-web",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-webflux",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-webmvc",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-websocket",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "platform",
|
||||
"org.gradle.usage": "java-runtime"
|
||||
},
|
||||
"dependencyConstraints": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aop",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aspects",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context-indexer",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context-support",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core-test",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-expression",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-instrument",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jcl",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jdbc",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jms",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-messaging",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-orm",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-oxm",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-r2dbc",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-test",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-tx",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-web",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-webflux",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-webmvc",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-websocket",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
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</groupId>
|
||||
<artifactId>spring-jcl</artifactId>
|
||||
<version>6.0.10</version>
|
||||
<name>Spring Commons Logging Bridge</name>
|
||||
<description>Spring Commons Logging Bridge</description>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-framework</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jhoeller</id>
|
||||
<name>Juergen Hoeller</name>
|
||||
<email>jhoeller@pivotal.io</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-framework/issues</url>
|
||||
</issueManagement>
|
||||
</project>
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jcl",
|
||||
"version": "6.0.10",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "8.1.1"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-api"
|
||||
},
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-jcl-6.0.10.jar",
|
||||
"url": "spring-jcl-6.0.10.jar",
|
||||
"size": 23726,
|
||||
"sha512": "8c42ab60f843faf3d98ae0aeb49d8c701dfe62564822a7c1070bcf3f8b7cb6a9197a82c2b83ed2942b34e54f7ef6db469158c5aec274a598e3d26004f47b19e6",
|
||||
"sha256": "323209c83374e9e4c0785311334862fef23755b24c3c0ef94af57313336d6c30",
|
||||
"sha1": "cba44e98dab40a506c50978a0e5f11ceaa90b3ff",
|
||||
"md5": "f143203c66139baf1ee2cf7c6fb78db7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-runtime"
|
||||
},
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-jcl-6.0.10.jar",
|
||||
"url": "spring-jcl-6.0.10.jar",
|
||||
"size": 23726,
|
||||
"sha512": "8c42ab60f843faf3d98ae0aeb49d8c701dfe62564822a7c1070bcf3f8b7cb6a9197a82c2b83ed2942b34e54f7ef6db469158c5aec274a598e3d26004f47b19e6",
|
||||
"sha256": "323209c83374e9e4c0785311334862fef23755b24c3c0ef94af57313336d6c30",
|
||||
"sha1": "cba44e98dab40a506c50978a0e5f11ceaa90b3ff",
|
||||
"md5": "f143203c66139baf1ee2cf7c6fb78db7"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
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</groupId>
|
||||
<artifactId>spring-jcl</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<name>Spring Commons Logging Bridge</name>
|
||||
<description>Spring Commons Logging Bridge</description>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-framework</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jhoeller</id>
|
||||
<name>Juergen Hoeller</name>
|
||||
<email>jhoeller@pivotal.io</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-framework/issues</url>
|
||||
</issueManagement>
|
||||
</project>
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jcl",
|
||||
"version": "6.1.2",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "8.5"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-api"
|
||||
},
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-jcl-6.1.2.jar",
|
||||
"url": "spring-jcl-6.1.2.jar",
|
||||
"size": 24537,
|
||||
"sha512": "2e80d7485b7ad4de6cc372d86ed73db9808be6a5a33e3c9fabccc7915fe57b73011bed75b4567c44456fedad5ae2186658a7f5cc331b4aad64e2a7cc78acdcfa",
|
||||
"sha256": "eb9ebadb1581f0fe598216f7cf032a3b44a84c96de06ffa8d6f41bcc47305134",
|
||||
"sha1": "285eb725861c9eacf2a3e4965d4e897932e335ea",
|
||||
"md5": "1638acc7030a001c37f803185dbd6eaf"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-runtime"
|
||||
},
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-jcl-6.1.2.jar",
|
||||
"url": "spring-jcl-6.1.2.jar",
|
||||
"size": 24537,
|
||||
"sha512": "2e80d7485b7ad4de6cc372d86ed73db9808be6a5a33e3c9fabccc7915fe57b73011bed75b4567c44456fedad5ae2186658a7f5cc331b4aad64e2a7cc78acdcfa",
|
||||
"sha256": "eb9ebadb1581f0fe598216f7cf032a3b44a84c96de06ffa8d6f41bcc47305134",
|
||||
"sha1": "285eb725861c9eacf2a3e4965d4e897932e335ea",
|
||||
"md5": "1638acc7030a001c37f803185dbd6eaf"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework",
|
||||
"module": "spring-jdbc",
|
||||
"version": "6.1.2",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "8.5"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-api",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-tx",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-jdbc-6.1.2.jar",
|
||||
"url": "spring-jdbc-6.1.2.jar",
|
||||
"size": 460445,
|
||||
"sha512": "3f0aaff57963524a719db8621934ee206554ba80f21bb161415ed403ed8274b429090637a01737b069db015f4285507278bb970becd1b4c0777460fb7216f48e",
|
||||
"sha256": "3627b743d949a198caa34975e2577ce61092c2adac406170c968414464bff9e4",
|
||||
"sha1": "2c9b37e4cc9bfd7e413d4685f09b6c5447d75638",
|
||||
"md5": "529d6429f2540d0fd27af7c06213b880"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-runtime",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-tx",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-jdbc-6.1.2.jar",
|
||||
"url": "spring-jdbc-6.1.2.jar",
|
||||
"size": 460445,
|
||||
"sha512": "3f0aaff57963524a719db8621934ee206554ba80f21bb161415ed403ed8274b429090637a01737b069db015f4285507278bb970becd1b4c0777460fb7216f48e",
|
||||
"sha256": "3627b743d949a198caa34975e2577ce61092c2adac406170c968414464bff9e4",
|
||||
"sha1": "2c9b37e4cc9bfd7e413d4685f09b6c5447d75638",
|
||||
"md5": "529d6429f2540d0fd27af7c06213b880"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
<?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</groupId>
|
||||
<artifactId>spring-jdbc</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<name>Spring JDBC</name>
|
||||
<description>Spring JDBC</description>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-framework</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jhoeller</id>
|
||||
<name>Juergen Hoeller</name>
|
||||
<email>jhoeller@pivotal.io</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-framework/issues</url>
|
||||
</issueManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-tx</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -0,0 +1,50 @@
|
||||
<?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</groupId>
|
||||
<artifactId>spring-test</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<name>Spring TestContext Framework</name>
|
||||
<description>Spring TestContext Framework</description>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-framework</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jhoeller</id>
|
||||
<name>Juergen Hoeller</name>
|
||||
<email>jhoeller@pivotal.io</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-framework/issues</url>
|
||||
</issueManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework",
|
||||
"module": "spring-test",
|
||||
"version": "6.1.2",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "8.5"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-api",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-test-6.1.2.jar",
|
||||
"url": "spring-test-6.1.2.jar",
|
||||
"size": 854079,
|
||||
"sha512": "5e6e4f76edbf17a321302bf6257c09ed7893e32c50fb3cace37b2271f3c488d397c67b5315ef3019ee6d28544f52cf593e0475bf00927cd67f0c668d6b3909a3",
|
||||
"sha256": "2155779c3e461df55f3b093f0e6e4bda398664e3452efe599690bc9a3f1932f0",
|
||||
"sha1": "c393079051398e02c20d8b24e02822f365123719",
|
||||
"md5": "fadfe62dd198a4acce4416acb28e2869"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-runtime",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-test-6.1.2.jar",
|
||||
"url": "spring-test-6.1.2.jar",
|
||||
"size": 854079,
|
||||
"sha512": "5e6e4f76edbf17a321302bf6257c09ed7893e32c50fb3cace37b2271f3c488d397c67b5315ef3019ee6d28544f52cf593e0475bf00927cd67f0c668d6b3909a3",
|
||||
"sha256": "2155779c3e461df55f3b093f0e6e4bda398664e3452efe599690bc9a3f1932f0",
|
||||
"sha1": "c393079051398e02c20d8b24e02822f365123719",
|
||||
"md5": "fadfe62dd198a4acce4416acb28e2869"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework",
|
||||
"module": "spring-tx",
|
||||
"version": "6.1.2",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "8.5"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-api",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-tx-6.1.2.jar",
|
||||
"url": "spring-tx-6.1.2.jar",
|
||||
"size": 284249,
|
||||
"sha512": "ccf386086adf940077189c7d48985dbdef2fc15356abb23856901b72060a4b085cd7b6e39da73ca64c52370adf54777a8fa1222b1b9281e835b2659cfc2aefc4",
|
||||
"sha256": "6d5105951018b36c0bcfbfdeac8d0eb6aafa1988d77de2a897f618fb0da489c2",
|
||||
"sha1": "48b9ff81c43345320779b402f1bb33b9f46ec4e9",
|
||||
"md5": "4df38f1a60ee15fc1604a6a0d3b5875b"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-runtime",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-tx-6.1.2.jar",
|
||||
"url": "spring-tx-6.1.2.jar",
|
||||
"size": 284249,
|
||||
"sha512": "ccf386086adf940077189c7d48985dbdef2fc15356abb23856901b72060a4b085cd7b6e39da73ca64c52370adf54777a8fa1222b1b9281e835b2659cfc2aefc4",
|
||||
"sha256": "6d5105951018b36c0bcfbfdeac8d0eb6aafa1988d77de2a897f618fb0da489c2",
|
||||
"sha1": "48b9ff81c43345320779b402f1bb33b9f46ec4e9",
|
||||
"md5": "4df38f1a60ee15fc1604a6a0d3b5875b"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
<?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</groupId>
|
||||
<artifactId>spring-tx</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<name>Spring Transaction</name>
|
||||
<description>Spring Transaction</description>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-framework</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jhoeller</id>
|
||||
<name>Juergen Hoeller</name>
|
||||
<email>jhoeller@pivotal.io</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-framework/issues</url>
|
||||
</issueManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -0,0 +1,62 @@
|
||||
<?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</groupId>
|
||||
<artifactId>spring-web</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<name>Spring Web</name>
|
||||
<description>Spring Web</description>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-framework</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jhoeller</id>
|
||||
<name>Juergen Hoeller</name>
|
||||
<email>jhoeller@pivotal.io</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-framework/issues</url>
|
||||
</issueManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.micrometer</groupId>
|
||||
<artifactId>micrometer-observation</artifactId>
|
||||
<version>1.12.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework",
|
||||
"module": "spring-web",
|
||||
"version": "6.1.2",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "8.5"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-api",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "io.micrometer",
|
||||
"module": "micrometer-observation",
|
||||
"version": {
|
||||
"requires": "1.12.1"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-web-6.1.2.jar",
|
||||
"url": "spring-web-6.1.2.jar",
|
||||
"size": 1867287,
|
||||
"sha512": "f07f054feaf53c2a97b82150882281035824cf0b815f317a22ba1954afa721bc5d57cb07faa19bad99fc235373b62edd7013f7ac2cd0a3d0db91faf49f216741",
|
||||
"sha256": "3f2012a24c6213f155b6bc69aa3ecafe2a373c1e92a26dbecc62ff575c3a1fb3",
|
||||
"sha1": "0f26b98778376cc39afb04fbb6fdd7543bef89f2",
|
||||
"md5": "a39761bc7a706c70f6ca3ab805a97b34"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-runtime",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "io.micrometer",
|
||||
"module": "micrometer-observation",
|
||||
"version": {
|
||||
"requires": "1.12.1"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-web-6.1.2.jar",
|
||||
"url": "spring-web-6.1.2.jar",
|
||||
"size": 1867287,
|
||||
"sha512": "f07f054feaf53c2a97b82150882281035824cf0b815f317a22ba1954afa721bc5d57cb07faa19bad99fc235373b62edd7013f7ac2cd0a3d0db91faf49f216741",
|
||||
"sha256": "3f2012a24c6213f155b6bc69aa3ecafe2a373c1e92a26dbecc62ff575c3a1fb3",
|
||||
"sha1": "0f26b98778376cc39afb04fbb6fdd7543bef89f2",
|
||||
"md5": "a39761bc7a706c70f6ca3ab805a97b34"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,124 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework",
|
||||
"module": "spring-webflux",
|
||||
"version": "6.1.2",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "8.5"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-api",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-web",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "io.projectreactor",
|
||||
"module": "reactor-core",
|
||||
"version": {
|
||||
"requires": "3.6.1"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-webflux-6.1.2.jar",
|
||||
"url": "spring-webflux-6.1.2.jar",
|
||||
"size": 967016,
|
||||
"sha512": "c7177209d6894ad0bcf3938162253f57debd05586a2b11344acf07db742dbd8ce544ccb0bee9090feacd500a2e2085fbbe5b9edb1733e39c61faa51130e966a9",
|
||||
"sha256": "fa2cb2ad6957de359e2a26bbf0c2dc15e4eef990b6e58640adb31db208769290",
|
||||
"sha1": "c011bae0706c2962b046b0ac3d0abe896a26da56",
|
||||
"md5": "6f53f84e4a8bc838bff0770dc89e9a3b"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-runtime",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-web",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "io.projectreactor",
|
||||
"module": "reactor-core",
|
||||
"version": {
|
||||
"requires": "3.6.1"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-webflux-6.1.2.jar",
|
||||
"url": "spring-webflux-6.1.2.jar",
|
||||
"size": 967016,
|
||||
"sha512": "c7177209d6894ad0bcf3938162253f57debd05586a2b11344acf07db742dbd8ce544ccb0bee9090feacd500a2e2085fbbe5b9edb1733e39c61faa51130e966a9",
|
||||
"sha256": "fa2cb2ad6957de359e2a26bbf0c2dc15e4eef990b6e58640adb31db208769290",
|
||||
"sha1": "c011bae0706c2962b046b0ac3d0abe896a26da56",
|
||||
"md5": "6f53f84e4a8bc838bff0770dc89e9a3b"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
<?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</groupId>
|
||||
<artifactId>spring-webflux</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<name>Spring WebFlux</name>
|
||||
<description>Spring WebFlux</description>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-framework</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jhoeller</id>
|
||||
<name>Juergen Hoeller</name>
|
||||
<email>jhoeller@pivotal.io</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-framework/issues</url>
|
||||
</issueManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-web</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.projectreactor</groupId>
|
||||
<artifactId>reactor-core</artifactId>
|
||||
<version>3.6.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -0,0 +1,80 @@
|
||||
<?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</groupId>
|
||||
<artifactId>spring-webmvc</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<name>Spring Web MVC</name>
|
||||
<description>Spring Web MVC</description>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
<organization>
|
||||
<name>Spring IO</name>
|
||||
<url>https://spring.io/projects/spring-framework</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jhoeller</id>
|
||||
<name>Juergen Hoeller</name>
|
||||
<email>jhoeller@pivotal.io</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
|
||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-framework</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-framework/issues</url>
|
||||
</issueManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-aop</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-expression</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-web</artifactId>
|
||||
<version>6.1.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -0,0 +1,152 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "org.springframework",
|
||||
"module": "spring-webmvc",
|
||||
"version": "6.1.2",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "8.5"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-api",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aop",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-expression",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-web",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-webmvc-6.1.2.jar",
|
||||
"url": "spring-webmvc-6.1.2.jar",
|
||||
"size": 1035459,
|
||||
"sha512": "8e7ad7afa2a605d8dbb6cb36c11caf0e626a5ca5849c06f0b35524e5ad6a13eec1ddff8625e1cc278b3082555a940ec3865657828458ab8d60d1c99d513aba0f",
|
||||
"sha256": "de42748c3c94c06131c3fe97d81f5c685e4492b9e986baa88af768bb12ea7738",
|
||||
"sha1": "906ee995372076e22ef9666d8628845c75bf5c42",
|
||||
"md5": "0fcf00ac160e0d42ad9cd242c796e47a"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-runtime",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-aop",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-beans",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-context",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-core",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-expression",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.springframework",
|
||||
"module": "spring-web",
|
||||
"version": {
|
||||
"requires": "6.1.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "spring-webmvc-6.1.2.jar",
|
||||
"url": "spring-webmvc-6.1.2.jar",
|
||||
"size": 1035459,
|
||||
"sha512": "8e7ad7afa2a605d8dbb6cb36c11caf0e626a5ca5849c06f0b35524e5ad6a13eec1ddff8625e1cc278b3082555a940ec3865657828458ab8d60d1c99d513aba0f",
|
||||
"sha256": "de42748c3c94c06131c3fe97d81f5c685e4492b9e986baa88af768bb12ea7738",
|
||||
"sha1": "906ee995372076e22ef9666d8628845c75bf5c42",
|
||||
"md5": "0fcf00ac160e0d42ad9cd242c796e47a"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user