최초 세팅
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user