diff --git a/aopalliance/aopalliance/1.0/_remote.repositories b/aopalliance/aopalliance/1.0/_remote.repositories index aa41aee..31f96e4 100644 --- a/aopalliance/aopalliance/1.0/_remote.repositories +++ b/aopalliance/aopalliance/1.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:57 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 aopalliance-1.0.pom>public= +aopalliance-1.0.jar>public= diff --git a/aopalliance/aopalliance/1.0/aopalliance-1.0.jar b/aopalliance/aopalliance/1.0/aopalliance-1.0.jar new file mode 100644 index 0000000..578b1a0 Binary files /dev/null and b/aopalliance/aopalliance/1.0/aopalliance-1.0.jar differ diff --git a/aopalliance/aopalliance/1.0/aopalliance-1.0.jar.sha1 b/aopalliance/aopalliance/1.0/aopalliance-1.0.jar.sha1 new file mode 100644 index 0000000..ffbdac8 --- /dev/null +++ b/aopalliance/aopalliance/1.0/aopalliance-1.0.jar.sha1 @@ -0,0 +1 @@ +0235ba8b489512805ac13a8f9ea77a1ca5ebe3e8 \ No newline at end of file diff --git a/ch/qos/logback/logback-classic/1.2.13/_remote.repositories b/ch/qos/logback/logback-classic/1.2.13/_remote.repositories new file mode 100644 index 0000000..f2cccb8 --- /dev/null +++ b/ch/qos/logback/logback-classic/1.2.13/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:17 CST 2025 +logback-classic-1.2.13.jar>public= +logback-classic-1.2.13.pom>public= diff --git a/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar b/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar new file mode 100644 index 0000000..105b2f2 Binary files /dev/null and b/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar differ diff --git a/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar.sha1 b/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar.sha1 new file mode 100644 index 0000000..142cd0b --- /dev/null +++ b/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar.sha1 @@ -0,0 +1 @@ +e9f3458e7354fe4917081237c01fa4999f4e1b86 \ No newline at end of file diff --git a/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.pom b/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.pom new file mode 100644 index 0000000..ee2027c --- /dev/null +++ b/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.pom @@ -0,0 +1,301 @@ + + + + 4.0.0 + + + ch.qos.logback + logback-parent + 1.2.13 + + + logback-classic + jar + Logback Classic Module + logback-classic module + + + + ch.qos.logback + logback-core + compile + + + org.slf4j + slf4j-api + ${slf4j.version} + compile + + + org.slf4j + slf4j-ext + ${slf4j.version} + test + + + + ch.qos.cal10n.plugins + maven-cal10n-plugin + ${cal10n.version} + test + + + + org.slf4j + slf4j-api + test-jar + ${slf4j.version} + test + + + org.slf4j + log4j-over-slf4j + ${slf4j.version} + test + + + org.slf4j + jul-to-slf4j + ${slf4j.version} + test + + + + log4j + log4j + 1.2.17 + test + + + dom4j + dom4j + test + + + javax.mail + mail + compile + true + + + org.codehaus.janino + janino + compile + true + + + + + ch.qos.logback + logback-core + test-jar + test + + + org.slf4j + integration + ${slf4j.version} + test + + + javax.servlet + javax.servlet-api + compile + true + + + com.icegreen + greenmail + 1.3 + test + + + org.subethamail + subethasmtp + 2.1.0 + test + + + org.slf4j + slf4j-api + + + + + org.apache.felix + org.apache.felix.main + 2.0.2 + test + + + + org.mockito + mockito-core + test + + + + + + + + src/main/resources + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + + bundle-test-jar + package + + test-jar + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.8 + + + org.apache.ant + ant-junit + 1.8.1 + + + junit + junit + ${junit.version} + + + + + + ant-osgi-test + package + + + + + + + + + + run + + + + + ant-integration-test + package + + + + + + + + run + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + 1C + false + plain + false + + **/AllClassicTest.java + **/PackageTest.java + **/TestConstants.java + **/test_osgi/BundleTest.java + **/ch/qos/logback/classic/util/InitializationIntegrationTest.java + + **/*PerfTest.java + + + + + + org.apache.felix + maven-bundle-plugin + true + + + bundle-manifest + process-classes + + manifest + + + + + + ch.qos.logback.classic*, org.slf4j.impl;version=${slf4j.version} + + + sun.reflect;resolution:=optional, + javax.*;resolution:=optional, + org.xml.*;resolution:=optional, + org.slf4j, + org.slf4j.event, + ch.qos.logback.core.rolling, + ch.qos.logback.core.rolling.helper, + ch.qos.logback.core.util, + ch.qos.logback.core.read, + * + + JavaSE-1.6 + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + + + + + + + diff --git a/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.pom.sha1 b/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.pom.sha1 new file mode 100644 index 0000000..bfd7d65 --- /dev/null +++ b/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.pom.sha1 @@ -0,0 +1 @@ +f69addd7b96c7e878ad975c7993a93299b721330 \ No newline at end of file diff --git a/ch/qos/logback/logback-core/1.2.13/_remote.repositories b/ch/qos/logback/logback-core/1.2.13/_remote.repositories new file mode 100644 index 0000000..ab6c25a --- /dev/null +++ b/ch/qos/logback/logback-core/1.2.13/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:18 CST 2025 +logback-core-1.2.13.pom>public= +logback-core-1.2.13.jar>public= diff --git a/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.jar b/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.jar new file mode 100644 index 0000000..36b0805 Binary files /dev/null and b/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.jar differ diff --git a/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.jar.sha1 b/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.jar.sha1 new file mode 100644 index 0000000..ce86ebb --- /dev/null +++ b/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.jar.sha1 @@ -0,0 +1 @@ +8ae4a32ed4937b5ebff6891a93c5e957f4e81655 \ No newline at end of file diff --git a/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.pom b/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.pom new file mode 100644 index 0000000..4c2d17f --- /dev/null +++ b/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.pom @@ -0,0 +1,126 @@ + + + + 4.0.0 + + + ch.qos.logback + logback-parent + 1.2.13 + + + logback-core + jar + Logback Core Module + logback-core module + + + + org.codehaus.janino + janino + compile + true + + + org.fusesource.jansi + jansi + true + + + javax.mail + mail + compile + true + + + org.mockito + mockito-core + test + + + javax.servlet + javax.servlet-api + compile + true + + + joda-time + joda-time + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + 1C + true + classes + 20 + plain + false + + **/All*Test.java + **/PackageTest.java + + **/ConsoleAppenderTest.java + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + bundle-test-jar + package + + test-jar + + + + + + org.apache.felix + maven-bundle-plugin + true + + + bundle-manifest + process-classes + + manifest + + + + + + ch.qos.logback.core.* + + javax.*;resolution:=optional, + org.xml.*;resolution:=optional, + org.fusesource.jansi;resolution:=optional, + org.codehaus.janino;resolution:=optional, + org.codehaus.commons.compiler;resolution:=optional, + * + + JavaSE-1.6 + + + + + + + + diff --git a/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.pom.sha1 b/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.pom.sha1 new file mode 100644 index 0000000..e3656d4 --- /dev/null +++ b/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.pom.sha1 @@ -0,0 +1 @@ +21af1e46296287426873a74339ab48071350b568 \ No newline at end of file diff --git a/ch/qos/logback/logback-parent/1.2.13/_remote.repositories b/ch/qos/logback/logback-parent/1.2.13/_remote.repositories new file mode 100644 index 0000000..511af81 --- /dev/null +++ b/ch/qos/logback/logback-parent/1.2.13/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:13 CST 2025 +logback-parent-1.2.13.pom>public= diff --git a/ch/qos/logback/logback-parent/1.2.13/logback-parent-1.2.13.pom b/ch/qos/logback/logback-parent/1.2.13/logback-parent-1.2.13.pom new file mode 100644 index 0000000..0960104 --- /dev/null +++ b/ch/qos/logback/logback-parent/1.2.13/logback-parent-1.2.13.pom @@ -0,0 +1,581 @@ + + + + 4.0.0 + + ch.qos.logback + logback-parent + 1.2.13 + pom + + Logback-Parent + logback project pom.xml file + + http://logback.qos.ch + + + QOS.ch + http://www.qos.ch + + 2005 + + + + Eclipse Public License - v 1.0 + http://www.eclipse.org/legal/epl-v10.html + + + + GNU Lesser General Public License + http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html + + + + + https://github.com/qos-ch/logback + scm:git@github.com:qos-ch/logback.git + + + + logback-core + logback-classic + logback-access + logback-site + logback-examples + + + + 2023-12-01T14:16:33Z + 1.6 + 1.6 + UTF-8 + 4.10 + 1.4 + 3.0.6 + + 1.7.32 + 0.8.1 + 1.1.0 + + 8.5.9 + 9.4.44.v20210927 + 1.9 + 3.8.1 + 2.19.1 + 3.7.1 + 3.1.0 + 3.2.1 + 3.0 + 3.2.2 + 3.1.1 + 3.0.0-M1 + 2.7 + 5.1.4 + + + + + + ceki + Ceki Gulcu + ceki@qos.ch + + + + hixi + Joern Huxhorn + huxi@undisclosed.org + + + + + + junit + junit + ${junit.version} + test + + + org.assertj + assertj-core + 1.7.1 + test + + + + + + + + ch.qos.logback + logback-core + ${project.version} + + + ch.qos.logback + logback-classic + ${project.version} + + + org.slf4j + slf4j-api + ${slf4j.version} + + + ch.qos.logback + logback-access + ${project.version} + + + ch.qos.logback + logback-core + ${project.version} + test-jar + + + + + org.codehaus.janino + janino + ${janino.version} + + + org.codehaus.groovy + groovy + ${groovy.version} + + + + org.codehaus.groovy + groovy-test + ${groovy.version} + + + + org.fusesource.jansi + jansi + ${jansi.version} + + + javax.mail + mail + ${javax.mail.version} + + + dom4j + dom4j + 1.6.1 + + + org.apache.tomcat + tomcat-catalina + ${tomcat.version} + + + org.apache.tomcat + tomcat-coyote + ${tomcat.version} + + + org.eclipse.jetty + jetty-server + ${jetty.version} + + + + javax.servlet + javax.servlet-api + 3.1.0 + + + + joda-time + joda-time + 2.9.2 + + + + org.mockito + mockito-core + 2.7.9 + + + + + + + + + org.apache.maven.wagon + wagon-ssh + 2.10 + + + + + + + org.apache.maven.plugins + maven-clean-plugin + 3.0.0 + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + org.apache.maven.plugins + maven-resources-plugin + 3.0.1 + + + org.apache.maven.plugins + maven-site-plugin + ${maven-site-plugin.version} + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + org.apache.maven.plugins + maven-jar-plugin + ${maven-jar-plugin.version} + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + org.codehaus.mojo + findbugs-maven-plugin + 3.0.4 + + + org.apache.felix + maven-bundle-plugin + ${maven-bundle-plugin.version} + + + + org.codehaus.mojo + animal-sniffer-maven-plugin + 1.15 + + + sun.reflect.Reflection + + + org.codehaus.mojo.signature + java16 + 1.0 + + + + + + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + test-jar + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.0.0 + + + src/main/assembly/dist.xml + + logback-${project.version} + false + target/site/dist/ + + + + + org.codehaus.mojo + findbugs-maven-plugin + + High + + findbugs-exclude.xml + + + + + + + org.apache.maven.plugins + maven-site-plugin + + + + + org.apache.maven.plugins + maven-jxr-plugin + ${maven-jxr-plugin.version} + + true + target/site/apidocs/ + true + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + true + true + + -Xdoclint:none + none + + + + http://docs.oracle.com/javase/6/docs/api/ + + + + + Logback Core + ch.qos.logback.core:ch.qos.logback.core.* + + + + Logback Classic + + ch.qos.logback:ch.qos.logback.classic:ch.qos.logback.classic.* + + + + Logback Access + ch.qos.logback.access:ch.qos.logback.access.* + + + + SLF4J + org.slf4j:org.slf4j.* + + + Examples + chapter*:joran* + + + + + + + + + + + + + + + qos_ch + scp://te.qos.ch/var/www/logback.qos.ch/htdocs/ + + + + sonatype-nexus-staging + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + + java6 + + + + org.apache.maven.plugins + maven-toolchains-plugin + 1.1 + + + + toolchain + + + + + + + 1.6 + + + + + + + + + testSkip + + true + + + + license + + + + com.mycila + license-maven-plugin + ${maven-license-plugin.version} + +
src/main/licenseHeader.txt
+ false + true + true + + src/**/*.java + src/**/*.groovy + + true + true + + 1999 + + + src/main/javadocHeaders.xml + +
+
+
+
+
+ + + javadocjar + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + attach-javadocs + + jar + test-jar + + + + + -Xdoclint:none + none + + + + + + + + sign-artifacts + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + + + + cobertura + + + + org.apache.maven.plugins + maven-site-plugin + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura.maven.plugin.version} + + + html + + true + + + + + + + + + + +
+ +
diff --git a/ch/qos/logback/logback-parent/1.2.13/logback-parent-1.2.13.pom.sha1 b/ch/qos/logback/logback-parent/1.2.13/logback-parent-1.2.13.pom.sha1 new file mode 100644 index 0000000..8e080df --- /dev/null +++ b/ch/qos/logback/logback-parent/1.2.13/logback-parent-1.2.13.pom.sha1 @@ -0,0 +1 @@ +2abec0ebf022ff81f9e75f77b9385e14c1cc8977 \ No newline at end of file diff --git a/com/alibaba/fastjson2/fastjson2-parent/2.0.57/_remote.repositories b/com/alibaba/fastjson2/fastjson2-parent/2.0.57/_remote.repositories new file mode 100644 index 0000000..370a009 --- /dev/null +++ b/com/alibaba/fastjson2/fastjson2-parent/2.0.57/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:15 CST 2025 +fastjson2-parent-2.0.57.pom>public= diff --git a/com/alibaba/fastjson2/fastjson2-parent/2.0.57/fastjson2-parent-2.0.57.pom b/com/alibaba/fastjson2/fastjson2-parent/2.0.57/fastjson2-parent-2.0.57.pom new file mode 100644 index 0000000..183eb4f --- /dev/null +++ b/com/alibaba/fastjson2/fastjson2-parent/2.0.57/fastjson2-parent-2.0.57.pom @@ -0,0 +1,1091 @@ + + + 4.0.0 + + com.alibaba.fastjson2 + fastjson2-parent + 2.0.57 + ${project.artifactId} + Fastjson is a JSON processor (JSON parser + JSON generator) written in Java + pom + https://github.com/alibaba/fastjson2 + 2022 + + + + Apache 2 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + https://github.com/alibaba/fastjson2 + scm:git:https://git@github.com/alibaba/fastjson2.git + + + + 8 + ${maven.compiler.source} + UTF-8 + + 1.2.83 + 2.18.3 + 11.0.15 + 2.44 + 3.0.1 + 5.3.31 + 6.1.3 + 5.8.8 + 6.2.1 + 2.7.18 + 3.2.2 + 2021.2.18 + 2023.1.0 + 17.0.0 + + + 2.1.20 + + 1.8 + + 1.9 + + 5.12.1 + 5.5.5 + 1.37 + + + false + + + + benchmark + core + example-solon-test + example-spring-test + extension + extension-jaxrs + extension-solon + extension-spring5 + fastjson1-compatible + kotlin + safemode-test + + + + Alibaba Group + https://github.com/alibaba + + + + wenshao + wenshao + shaojin.wensj(at)alibaba-inc.com + + Developer + Tech Leader + + +8 + https://github.com/wenshao + + + oldratlee + Jerry Lee + oldratlee(at)gmail.com + + Developer + CI/SCM Engineer + + +8 + https://github.com/oldratlee + + + VictorZeng + Victor Zeng + Victor.Zxy(at)outlook.com + + Developer + + +8 + https://github.com/VictorZeng + + + kraity + 陆之岇 + kat(at)krait.cn + + Developer + + +8 + https://github.com/kraity + + + + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + + + + com.alibaba + fastjson + ${fastjson1x.version} + + + cglib + cglib-nodep + 3.3.0 + + + cn.hutool + hutool-all + 5.8.36 + + + com.aliyun.odps + odps-sdk-core + 0.51.11-public + + + com.aliyun.odps + odps-sdk-udf + 0.51.11-public + + + com.carrotsearch + hppc + 0.9.1 + + + com.caucho + hessian + 4.0.66 + + + com.chinamobile.cmos + sms-core + 2.1.13.4 + + + com.fasterxml.jackson + jackson-bom + pom + ${jackson.version} + import + + + com.github.erosb + everit-json-schema + 1.14.5 + + + com.google.code.gson + gson + 2.12.1 + + + com.google.guava + guava + 33.4.6-jre + + + com.google.protobuf + protobuf-bom + pom + 3.25.3 + import + + + com.googlecode.json-simple + json-simple + 1.1.1 + + + com.jayway.jsonpath + json-path + 2.9.0 + + + com.jsoniter + jsoniter + 0.9.23 + + + com.networknt + json-schema-validator + 1.0.88 + + + com.opencsv + opencsv + 5.10 + + + com.oracle.ojdbc + ojdbc8 + 19.3.0.0 + + + com.squareup.retrofit2 + retrofit + 2.9.0 + + + commons-io + commons-io + 2.18.0 + + + commons-lang + commons-lang + 2.6 + + + io.airlift + slice + + 0.41 + + + + + io.kotest + kotest-assertions-core-jvm + ${kotest.version} + test + + + io.kotest + kotest-property-jvm + ${kotest.version} + test + + + io.kotest + kotest-runner-junit5-jvm + ${kotest.version} + test + + + io.projectreactor + reactor-core + 3.7.4 + + + io.springfox + springfox-spring-web + 3.0.0 + provided + + + + javax.money + money-api + 1.1 + + + javax.servlet + javax.servlet-api + 4.0.1 + + + + joda-time + joda-time + 2.13.1 + + + + + + + net.minidev + json-smart + 2.5.2 + + + net.sf.json-lib + json-lib + 2.4 + jdk15 + + + net.sf.trove4j + trove4j + 3.0.3 + + + + org.apache.arrow + arrow-memory-netty + ${arrow.version} + + + org.apache.arrow + arrow-vector + ${arrow.version} + + + org.apache.commons + commons-collections4 + 4.4 + + + org.apache.commons + commons-lang3 + 3.17.0 + + + org.eclipse.jetty + jetty-bom + pom + ${jetty.version} + import + + + + org.gitlab4j + gitlab4j-api + 5.8.0 + + + + org.glassfish.jersey + jersey-bom + pom + ${jersey.version} + import + + + + org.hamcrest + hamcrest + 3.0 + test + + + + org.hibernate + hibernate-core + 5.6.15.Final + + + + org.javamoney + moneta + 1.1 + + + org.javamoney.moneta + moneta-core + 1.4.5 + + + + org.javassist + javassist + 3.30.2-GA + + + + org.jetbrains.kotlin + kotlin-bom + pom + ${kotlin.version} + import + + + + org.json + json + 20250107 + + + + org.junit + junit-bom + pom + ${junit5.version} + import + + + + org.mockito + mockito-all + 1.10.19 + test + + + + org.msgpack + msgpack-core + 0.9.9 + + + + org.openjdk.jmh + jmh-core + ${jmh.version} + + + org.openjdk.jmh + jmh-generator-annprocess + ${jmh.version} + provided + + + org.projectlombok + lombok + 1.18.36 + test + + + + + + + io.kotest + kotest-assertions-core-jvm + test + + + io.kotest + kotest-property-jvm + test + + + io.kotest + kotest-runner-junit5-jvm + test + + + org.hamcrest + hamcrest + test + + + org.junit.jupiter + junit-jupiter + test + + + org.mockito + mockito-all + test + + + org.projectlombok + lombok + test + + + + + + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + compile + + compile + + + + ${project.basedir}/src/main/java + + + + + test-compile + + test-compile + + + + ${project.basedir}/src/test/java + + + + + + + maven-compiler-plugin + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + compile + + compile + + + + java-test-compile + test-compile + + testCompile + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.6.0 + + + com.puppycrawl.tools + checkstyle + 9.2 + + + + + checkstyle + validate + + check + + + false + true + true + src/checkstyle/fastjson2-checks.xml + module-info.java, + com/alibaba/fastjson2/fieldbased/Case1.java, + com/alibaba/fastjson2/codec/UnicodeClassNameTest.java, + com/alibaba/fastjson2/hsf/UCaseNameTest.java, + com/alibaba/json/bvtVO/PushMsg.java, + com/alibaba/json/bvtVO/IncomingDataPoint_ext_double.java, + com/alibaba/json/bvtVO/vip_com/QueryLoanOrderRsp.java, + com/alibaba/json/bvtVO/vip_com/TxnListItsm.java, + com/alibaba/json/bvtVO/一个中文名字的包/User.java, + com/alibaba/fastjson2_vo/cart/OrderBy.java,com/alibaba/fastjson2_vo/homepage/GetHomePageData.java, + com/alibaba/fastjson2/v1issues/issue_4000/Issue4073.java, + com/alibaba/fastjson2/v1issues/issue_1400/Issue1486.java, + com/alibaba/fastjson2/v1issues/issue_1400/Issue1487.java, + com/alibaba/fastjson2/v1issues/issue_1300/Issue1335.java, + com/alibaba/fastjson2/v1issues/issue_1200/Issue1254.java, + com/alibaba/fastjson2/v1issues/issue_1200/Issue1276.java, + com/alibaba/fastjson2/v1issues/issue_1100/Issue1165.java, + com/alibaba/fastjson2/v1issues/issue_1500/Issue1576.java, + com/alibaba/fastjson2/v1issues/issue_1500/Issue1529.java, + com/alibaba/fastjson2/issues/Issue371.java, + com/alibaba/fastjson2/issues/Issue325.java, + com/alibaba/fastjson2/issues/Issue402.java, + com/alibaba/fastjson2/v1issues/issue_1500/Issue1558.java, + com/alibaba/fastjson/issue_2800/Issue2866.java, + com/alibaba/fastjson/issues_compatible/Issue325.java, + com/alibaba/fastjson/issue_3200/Issue3217.java, + com/alibaba/fastjson/issue_2400/Issue2488.java, + com/alibaba/fastjson/issue_1100/Issue1165.java, + com/alibaba/fastjson/issue_1200/Issue1254.java, + com/alibaba/fastjson/issue_1200/Issue1276.java, + com/alibaba/fastjson/issue_1300/Issue1306.java, + com/alibaba/fastjson/issue_1300/Issue1335.java, + com/alibaba/fastjson/issue_1300/Issue1367.java, + com/alibaba/fastjson/issue_1400/Issue1486.java, + com/alibaba/fastjson/issue_1400/Issue1487.java, + com/alibaba/fastjson/issue_1500/Issue1576.java, + com/alibaba/fastjson/issue_1500/Issue1529.java, + com/alibaba/fastjson/issue_1500/Issue1558.java, + com/alibaba/fastjson/issue_1600/Issue*.java, + com/alibaba/fastjson/issue_1700/Issue*.java, + com/alibaba/fastjson/issue_1900/Issue*.java, + com/alibaba/fastjson/issue_2300/Issue*.java, + com/alibaba/fastjson2/naming/*.java, + com/alibaba/json/bvt/**/*.java, + com/alibaba/fastjson2/issues/Issue485.java, + com/alibaba/fastjson2/issues/Issue765.java, + com/alibaba/fastjson2/issues/Issue924.java, + com/alibaba/fastjson2/issues_1000/Issue1084.java, + com/alibaba/fastjson/issue_1300/Issue1367_jaxrs.java, + com/fasterxml/jackson/core/*.java, + com/fasterxml/jackson/databind/*.java, + com/alibaba/fastjson2/adapter/http/*.java, + com/alibaba/fastjson2/dubbo/GoogleProtobufBasic.java, + com/alibaba/fastjson2/issues/Issue983.java, + com/alibaba/fastjson2/protobuf/PersonOuterClass.java, + com/alibaba/fastjson2/benchmark/protobuf/MediaContentHolder.java, + org/apache/dubbo/springboot/demo/BusinessException.java, + com/alibaba/fastjson2/issues_1000/Issue1246.java, + com/alibaba/fastjson/issues_compatible/Issue1303.java, + com/alibaba/fastjson2/util/BeanUtilsTest.java, + com/alibaba/fastjson2/issues_1000/Issue1395.java, + com/alibaba/fastjson2/issues_2100/Issue2164.java, + com/alibaba/fastjson2/issues_2100/Issue2181.java, + com/alibaba/fastjson/v2issues/Issue1432.java, + com/alibaba/fastjson2/issues_3200/Issue3220.java + + + + + + + + org.gaul + modernizer-maven-plugin + 3.1.0 + + + ${maven.multiModuleProjectDirectory}/src/violations.xml + + + + + + + maven-enforcer-plugin + 3.5.0 + + + enforce-maven + + enforce + + + + + 3.3.9 + + + [1.8,) + + + + POM_SECTION_ORDER,MODULE_ORDER,DEPENDENCY_MANAGEMENT_ORDER,DEPENDENCY_ORDER,DEPENDENCY_ELEMENT + + + modelVersion,parent,groupId,artifactId,version,name,description,packaging,url,inceptionYear,licenses,scm,properties,modules + + com.alibaba.fastjson2,com.alibaba + + scope,groupId,artifactId + compile,runtime,provided,test + + groupId,artifactId + com.alibaba.fastjson2,com.alibaba + + groupId,artifactId,type,version + + + + + + + + + com.github.ferstl + pedantic-pom-enforcers + 2.2.0 + + + + + + + + maven-clean-plugin + 3.4.1 + + + maven-resources-plugin + 3.3.1 + + + maven-jar-plugin + 3.4.2 + + + maven-source-plugin + 3.3.1 + + + maven-compiler-plugin + 3.14.0 + + + maven-javadoc-plugin + 3.11.2 + + + maven-surefire-plugin + 3.5.2 + + + maven-assembly-plugin + 3.7.1 + + + maven-site-plugin + 3.21.0 + + + maven-gpg-plugin + 3.2.5 + + + maven-install-plugin + 3.1.4 + + + maven-deploy-plugin + 3.1.4 + + + maven-shade-plugin + 3.6.0 + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.7.0 + + + + org.moditect + moditect-maven-plugin + 1.2.2.Final + + + add-module-infos + package + + add-module-info + + + 9 + true + + + + ${project.basedir}/src/main/moditect/module-info.java + + + + + + + + + + + + + gen-src + + + performRelease + true + + + + + + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + true + + + + + + + gen-javadoc + + + performRelease + true + + + + + *.internal:*.internal.*:*.internal.*.*:*.internal.*.*.*:*.internal.*.*.*.*:com/alibaba/fastjson2/benchmark + + + + + + maven-javadoc-plugin + + + attach-javadoc + + jar + + + + + protected + UTF-8 + UTF-8 + UTF-8 + + + ${javadoc.default.exclude.packages}:jdk.incubator.vector + + all,-missing + + https://docs.oracle.com/javase/8/docs/api + + + -J-Duser.language=en -J-Duser.country=US + + + + + + + + gen-sign + + + performRelease + true + + + + + + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + gen-git-properties + + + performRelease + true + + + + + + + io.github.git-commit-id + git-commit-id-maven-plugin + + 9.0.0 + + + get-the-git-infos + + revision + + + + validate-the-git-infos + + validateRevision + + + + + + + + validating git dirty + ${git.dirty} + false + + + true + + ${project.build.outputDirectory}/META-INF/scm/${project.groupId}/${project.artifactId}/git.properties + + + + + + + + gen-code-cov + + + + env.CI + true + + + + + + + org.jacoco + jacoco-maven-plugin + 0.8.12 + + + com/alibaba/fastjson2/benchmark + com/alibaba/example/springtest + com/alibaba/example/spring6test + + + + + + prepare-agent + + + + report + test + + report + + + + + + + + + enable-incubators-for-jdk17+ + + [17,) + + + example-graalvm-native + extension-spring6 + example-spring6-test + test-jdk17 + + + + enable-for-jdk21+ + + [21,) + + + benchmark_21 + + + + enable-codegen + + (,22] + + + codegen + codegen-test + + + + deploy-settings + + + performRelease + true + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + + + default-deploy + deploy + + deploy + + + + + ossrh + https://oss.sonatype.org/ + true + + ${maven.deploy.skip} + + + + + + + diff --git a/com/alibaba/fastjson2/fastjson2-parent/2.0.57/fastjson2-parent-2.0.57.pom.sha1 b/com/alibaba/fastjson2/fastjson2-parent/2.0.57/fastjson2-parent-2.0.57.pom.sha1 new file mode 100644 index 0000000..98de7ca --- /dev/null +++ b/com/alibaba/fastjson2/fastjson2-parent/2.0.57/fastjson2-parent-2.0.57.pom.sha1 @@ -0,0 +1 @@ +2d20ce77ecbff59924cb6c3c9c887eeec977c69b \ No newline at end of file diff --git a/com/alibaba/fastjson2/fastjson2/2.0.57/_remote.repositories b/com/alibaba/fastjson2/fastjson2/2.0.57/_remote.repositories new file mode 100644 index 0000000..19dc754 --- /dev/null +++ b/com/alibaba/fastjson2/fastjson2/2.0.57/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +fastjson2-2.0.57.pom>public= +fastjson2-2.0.57.jar>public= diff --git a/com/alibaba/fastjson2/fastjson2/2.0.57/fastjson2-2.0.57.jar b/com/alibaba/fastjson2/fastjson2/2.0.57/fastjson2-2.0.57.jar new file mode 100644 index 0000000..f5ae346 Binary files /dev/null and b/com/alibaba/fastjson2/fastjson2/2.0.57/fastjson2-2.0.57.jar differ diff --git a/com/alibaba/fastjson2/fastjson2/2.0.57/fastjson2-2.0.57.jar.sha1 b/com/alibaba/fastjson2/fastjson2/2.0.57/fastjson2-2.0.57.jar.sha1 new file mode 100644 index 0000000..b3a193d --- /dev/null +++ b/com/alibaba/fastjson2/fastjson2/2.0.57/fastjson2-2.0.57.jar.sha1 @@ -0,0 +1 @@ +e466e3591cb36eed9c05f44f8463ffa9c8872277 \ No newline at end of file diff --git a/com/alibaba/fastjson2/fastjson2/2.0.57/fastjson2-2.0.57.pom b/com/alibaba/fastjson2/fastjson2/2.0.57/fastjson2-2.0.57.pom new file mode 100644 index 0000000..bcb2a2f --- /dev/null +++ b/com/alibaba/fastjson2/fastjson2/2.0.57/fastjson2-2.0.57.pom @@ -0,0 +1,326 @@ + + + 4.0.0 + + com.alibaba.fastjson2 + fastjson2-parent + 2.0.57 + ../pom.xml + + + fastjson2 + fastjson2 + Fastjson is a JSON processor (JSON parser + JSON generator) written in Java + jar + https://github.com/alibaba/fastjson2 + 2022 + + + + Apache 2 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + https://github.com/alibaba/fastjson2 + scm:git:https://git@github.com/alibaba/fastjson2.git + + + + Alibaba Group + https://github.com/alibaba + + + + wenshao + wenshao + shaojin.wensj(at)alibaba-inc.com + + Developer + Tech Leader + + +8 + https://github.com/wenshao + + + oldratlee + Jerry Lee + oldratlee(at)gmail.com + + Developer + CI/SCM Engineer + + +8 + https://github.com/oldratlee + + + VictorZeng + Victor Zeng + Victor.Zxy(at)outlook.com + + Developer + + +8 + https://github.com/VictorZeng + + + kraity + 陆之岇 + kat(at)krait.cn + + Developer + + +8 + https://github.com/kraity + + + + + + org.jetbrains.kotlin + kotlin-reflect + provided + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + provided + + + com.alibaba + fastjson + ${fastjson1x.version} + test + + + cn.hutool + hutool-all + test + + + com.aliyun + alibaba-dingtalk-service-sdk + 2.0.0 + test + + + com.aliyun.odps + odps-sdk-udf + test + + + com.baomidou + mybatis-plus + 3.5.11 + test + + + com.carrotsearch + hppc + test + + + com.caucho + hessian + test + + + com.dameng + DmJdbcDriver18 + 8.1.3.62 + test + + + com.fasterxml.jackson.core + jackson-databind + test + + + com.google.code.gson + gson + test + + + com.google.guava + guava + test + + + com.google.protobuf + protobuf-java + test + + + com.google.protobuf + protobuf-java-util + test + + + com.jayway.jsonpath + json-path + test + + + com.oracle.ojdbc + ojdbc8 + test + + + commons-io + commons-io + test + + + commons-lang + commons-lang + test + + + io.projectreactor + reactor-core + test + + + io.springfox + springfox-spring-web + test + + + jakarta.validation + jakarta.validation-api + 2.0.2 + test + + + javax.money + money-api + test + + + joda-time + joda-time + test + + + net.sf.json-lib + json-lib + jdk15 + test + + + net.sf.trove4j + trove4j + test + + + org.apache.arrow + arrow-memory-netty + test + + + org.apache.arrow + arrow-vector + test + + + org.apache.commons + commons-lang3 + test + + + org.apache.dubbo + dubbo + 3.3.4 + test + + + com.alibaba.fastjson2 + fastjson2 + + + + + org.gitlab4j + gitlab4j-api + test + + + org.javamoney + moneta + test + + + org.mongodb + bson + 5.4.0 + test + + + org.msgpack + msgpack-core + test + + + org.skyscreamer + jsonassert + 1.5.3 + test + + + org.springframework + spring-aop + ${springframework5.version} + test + + + org.springframework + spring-core + ${springframework5.version} + test + + + org.yaml + snakeyaml + 2.4 + test + + + + + + + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + true + + + + maven-surefire-plugin + + + com/alibaba/fastjson2/**/*.java + + + Asia/Shanghai + + + + + org.moditect + moditect-maven-plugin + + + + diff --git a/com/alibaba/fastjson2/fastjson2/2.0.57/fastjson2-2.0.57.pom.sha1 b/com/alibaba/fastjson2/fastjson2/2.0.57/fastjson2-2.0.57.pom.sha1 new file mode 100644 index 0000000..e588e7f --- /dev/null +++ b/com/alibaba/fastjson2/fastjson2/2.0.57/fastjson2-2.0.57.pom.sha1 @@ -0,0 +1 @@ +ff65a986b91e7c59a9c5b35e3e45962b4f539bf3 \ No newline at end of file diff --git a/com/aliyun/endpoint-util/resolver-status.properties b/com/aliyun/endpoint-util/resolver-status.properties index af17862..af8413f 100644 --- a/com/aliyun/endpoint-util/resolver-status.properties +++ b/com/aliyun/endpoint-util/resolver-status.properties @@ -1,6 +1,6 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Fri Jun 20 14:54:52 CST 2025 -maven-metadata-alimaven.xml.lastUpdated=1750402492876 -maven-metadata-gitlab-maven.xml.lastUpdated=1750402492868 +#Mon Jul 07 09:25:41 CST 2025 +maven-metadata-alimaven.xml.lastUpdated=1751851541792 maven-metadata-gitlab-maven.xml.error= -maven-metadata-public.xml.lastUpdated=1750402492874 +maven-metadata-gitlab-maven.xml.lastUpdated=1751851541790 +maven-metadata-public.xml.lastUpdated=1751851541791 diff --git a/com/aliyun/tea-rpc-util/resolver-status.properties b/com/aliyun/tea-rpc-util/resolver-status.properties index d24799d..c48e570 100644 --- a/com/aliyun/tea-rpc-util/resolver-status.properties +++ b/com/aliyun/tea-rpc-util/resolver-status.properties @@ -1,6 +1,6 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Fri Jun 20 14:54:51 CST 2025 -maven-metadata-alimaven.xml.lastUpdated=1750402491920 -maven-metadata-gitlab-maven.xml.lastUpdated=1750402491902 +#Mon Jul 07 09:25:41 CST 2025 +maven-metadata-alimaven.xml.lastUpdated=1751851541508 maven-metadata-gitlab-maven.xml.error= -maven-metadata-public.xml.lastUpdated=1750402491918 +maven-metadata-gitlab-maven.xml.lastUpdated=1751851541505 +maven-metadata-public.xml.lastUpdated=1751851541507 diff --git a/com/aliyun/tea-util/resolver-status.properties b/com/aliyun/tea-util/resolver-status.properties index f2b974b..1b262aa 100644 --- a/com/aliyun/tea-util/resolver-status.properties +++ b/com/aliyun/tea-util/resolver-status.properties @@ -1,6 +1,6 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Fri Jun 20 14:54:50 CST 2025 -maven-metadata-alimaven.xml.lastUpdated=1750402490648 -maven-metadata-gitlab-maven.xml.lastUpdated=1750402490628 +#Mon Jul 07 09:25:38 CST 2025 +maven-metadata-alimaven.xml.lastUpdated=1751851538798 maven-metadata-gitlab-maven.xml.error= -maven-metadata-public.xml.lastUpdated=1750402490646 +maven-metadata-gitlab-maven.xml.lastUpdated=1751851538788 +maven-metadata-public.xml.lastUpdated=1751851538796 diff --git a/com/aliyun/tea/resolver-status.properties b/com/aliyun/tea/resolver-status.properties index 7af4569..7e61a9d 100644 --- a/com/aliyun/tea/resolver-status.properties +++ b/com/aliyun/tea/resolver-status.properties @@ -1,6 +1,6 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Fri Jun 20 14:54:53 CST 2025 -maven-metadata-alimaven.xml.lastUpdated=1750402493842 -maven-metadata-gitlab-maven.xml.lastUpdated=1750402493836 +#Mon Jul 07 09:25:42 CST 2025 +maven-metadata-alimaven.xml.lastUpdated=1751851542030 maven-metadata-gitlab-maven.xml.error= -maven-metadata-public.xml.lastUpdated=1750402493841 +maven-metadata-gitlab-maven.xml.lastUpdated=1751851542028 +maven-metadata-public.xml.lastUpdated=1751851542029 diff --git a/com/dameng/DmJdbcDriver18/8.1.2.79/DmJdbcDriver18-8.1.2.79.jar b/com/dameng/DmJdbcDriver18/8.1.2.79/DmJdbcDriver18-8.1.2.79.jar new file mode 100644 index 0000000..fb720c3 Binary files /dev/null and b/com/dameng/DmJdbcDriver18/8.1.2.79/DmJdbcDriver18-8.1.2.79.jar differ diff --git a/com/dameng/DmJdbcDriver18/8.1.2.79/DmJdbcDriver18-8.1.2.79.jar.lastUpdated b/com/dameng/DmJdbcDriver18/8.1.2.79/DmJdbcDriver18-8.1.2.79.jar.lastUpdated new file mode 100644 index 0000000..42a41a1 --- /dev/null +++ b/com/dameng/DmJdbcDriver18/8.1.2.79/DmJdbcDriver18-8.1.2.79.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:22 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361622529 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361622824 diff --git a/com/dameng/DmJdbcDriver18/8.1.2.79/DmJdbcDriver18-8.1.2.79.jar.sha1 b/com/dameng/DmJdbcDriver18/8.1.2.79/DmJdbcDriver18-8.1.2.79.jar.sha1 new file mode 100644 index 0000000..9f50ed1 --- /dev/null +++ b/com/dameng/DmJdbcDriver18/8.1.2.79/DmJdbcDriver18-8.1.2.79.jar.sha1 @@ -0,0 +1 @@ +3a7823e8c8b0d3adae848312838e105e36640ac6 \ No newline at end of file diff --git a/com/dameng/DmJdbcDriver18/8.1.2.79/DmJdbcDriver18-8.1.2.79.pom b/com/dameng/DmJdbcDriver18/8.1.2.79/DmJdbcDriver18-8.1.2.79.pom new file mode 100644 index 0000000..de3c507 --- /dev/null +++ b/com/dameng/DmJdbcDriver18/8.1.2.79/DmJdbcDriver18-8.1.2.79.pom @@ -0,0 +1,31 @@ + + 4.0.0 + com.dameng + 8.1.2.79 + DmJdbcDriver18 + DmJdbcDriver18 + DmJdbcDriver18 + https://gitee.com/dmedu/dm-jdbc-jars + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + dmtech + dmtech@dameng.com + dameng + http://www.dameng.com + + + + + https://gitee.com/dmedu/dm-jdbc-jars.git + + + \ No newline at end of file diff --git a/com/dameng/DmJdbcDriver18/8.1.2.79/DmJdbcDriver18-8.1.2.79.pom.lastUpdated b/com/dameng/DmJdbcDriver18/8.1.2.79/DmJdbcDriver18-8.1.2.79.pom.lastUpdated new file mode 100644 index 0000000..fc329af --- /dev/null +++ b/com/dameng/DmJdbcDriver18/8.1.2.79/DmJdbcDriver18-8.1.2.79.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:11 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361611300 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361611339 diff --git a/com/dameng/DmJdbcDriver18/8.1.2.79/DmJdbcDriver18-8.1.2.79.pom.sha1 b/com/dameng/DmJdbcDriver18/8.1.2.79/DmJdbcDriver18-8.1.2.79.pom.sha1 new file mode 100644 index 0000000..a853df6 --- /dev/null +++ b/com/dameng/DmJdbcDriver18/8.1.2.79/DmJdbcDriver18-8.1.2.79.pom.sha1 @@ -0,0 +1 @@ +b21e064f74c1e8550877ba6c76ca1a45e1380418 \ No newline at end of file diff --git a/com/dameng/DmJdbcDriver18/8.1.2.79/_remote.repositories b/com/dameng/DmJdbcDriver18/8.1.2.79/_remote.repositories new file mode 100644 index 0000000..027482a --- /dev/null +++ b/com/dameng/DmJdbcDriver18/8.1.2.79/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:22 CST 2025 +DmJdbcDriver18-8.1.2.79.pom>public= +DmJdbcDriver18-8.1.2.79.jar>public= diff --git a/com/fastbee/common-fastbee/2.7.0/_remote.repositories b/com/fastbee/common-fastbee/2.7.0/_remote.repositories new file mode 100644 index 0000000..a9eee8c --- /dev/null +++ b/com/fastbee/common-fastbee/2.7.0/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:19:54 CST 2025 +common-fastbee-2.7.0.pom>gitlab-maven= diff --git a/com/fastbee/common-fastbee/2.7.0/common-fastbee-2.7.0.pom b/com/fastbee/common-fastbee/2.7.0/common-fastbee-2.7.0.pom new file mode 100644 index 0000000..57e9ec0 --- /dev/null +++ b/com/fastbee/common-fastbee/2.7.0/common-fastbee-2.7.0.pom @@ -0,0 +1,375 @@ + + + 4.0.0 + + com.fastbee + common-fastbee + 2.7.0 + + common-fastbee + http://fastbee.cn + FastBee公共模块 + + + 2.7.0 + 2.7.0 + 1.8 + 2.5.14 + UTF-8 + UTF-8 + 1.21 + 3.0.0 + 2.3.3 + 2.2.0 + 3.5.3.1 + 3.5.3.1 + 1.5.2 + 1.4.6 + 4.3.1 + 3.9.1 + 5.1.1 + 3.3.2 + 1.2.23 + 8.7.2-20241022 + 2.0.20 + 6.1.6 + 2.11.0 + 1.4 + 3.2.2 + 4.1.2 + 0.9.1 + 1.5.36 + 1.18.22 + 5.8.20 + 1.5.5.Final + 1.3.6 + 32.0.1-jre + 3.3.1 + 3.23.1 + 2.2.7 + 3.3.3 + 1.2.5 + 3.0.4 + 3.1.1 + 1.2.1 + 2.6.1 + 1.33 + + + + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + + + com.alibaba + druid-spring-boot-starter + ${druid.version} + + + + p6spy + p6spy + ${p6spy.version} + + + + org.apache.shardingsphere + shardingsphere-jdbc-core-spring-boot-starter + ${shardingsphere.version} + + + + + eu.bitwalker + UserAgentUtils + ${bitwalker.version} + + + + + com.baomidou + mybatis-plus-boot-starter + ${mybatis-plus.version} + + + + com.baomidou + mybatis-plus-generator + ${mybatis-plus-generator.version} + + + + com.github.yulichang + mybatis-plus-join-boot-starter + ${mybatis-plus-join.version} + + + + com.github.yulichang + mybatis-plus-join-processor + ${mybatis-plus-join.version} + + + + io.github.linpeilie + mapstruct-plus-spring-boot-starter + ${mapstruct-plus.version} + + + + + + + + + + + + + + + + + + + + + + + + + + com.github.oshi + oshi-core + ${oshi.version} + + + + + io.springfox + springfox-boot-starter + ${swagger.version} + + + io.swagger + swagger-models + + + + + + + commons-io + commons-io + ${commons.io.version} + + + + + commons-fileupload + commons-fileupload + ${commons.fileupload.version} + + + + + org.apache.poi + poi-ooxml + ${poi.version} + + + + + + commons-collections + commons-collections + ${commons.collections.version} + + + + + org.projectlombok + lombok + ${lombok.version} + + + + + com.alibaba.fastjson2 + fastjson2 + ${fastjson.version} + + + + + io.jsonwebtoken + jjwt + ${jwt.version} + + + + + pro.fessional + kaptcha + ${kaptcha.version} + + + + + cn.hutool + hutool-all + ${hutool.version} + + + + + org.mapstruct + mapstruct + ${mapstruct.version} + + + org.mapstruct + mapstruct-jdk8 + ${mapstruct.version} + + + org.mapstruct + mapstruct-processor + ${mapstruct.version} + + + + com.google.guava + guava + ${guava.version} + + + + org.redisson + redisson-spring-boot-starter + ${redisson.version} + + + + com.baomidou + lock4j-redisson-spring-boot-starter + ${lock4j.version} + + + redisson-spring-boot-starter + org.redisson + + + + + + com.alibaba + easyexcel-core + ${easyexcel.version} + + + + com.google.zxing + core + ${zxing.version} + + + + com.google.zxing + javase + ${zxing.version} + + + + + com.fastbee + fastbee-framework + ${fastbee.version} + + + + + com.fastbee + fastbee-common + ${fastbee.version} + + + + de.schlichtherle.truelicense + truelicense-core + ${truelicense.version} + + + + + + + fastbee-framework + fastbee-common + + pom + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + ${java.version} + ${java.version} + ${project.build.sourceEncoding} + + + + + + + + gitlab-maven + https://code.fastbee.cn/api/v4/projects/14/packages/maven + + + gitlab-maven + https://code.fastbee.cn/api/v4/projects/14/packages/maven + + + + + + public + aliyun nexus + https://maven.aliyun.com/repository/public + + true + + + + + + + public + aliyun nexus + https://maven.aliyun.com/repository/public + + true + + + false + + + + + diff --git a/com/fastbee/common-fastbee/2.7.0/common-fastbee-2.7.0.pom.sha1 b/com/fastbee/common-fastbee/2.7.0/common-fastbee-2.7.0.pom.sha1 new file mode 100644 index 0000000..b4e6101 --- /dev/null +++ b/com/fastbee/common-fastbee/2.7.0/common-fastbee-2.7.0.pom.sha1 @@ -0,0 +1 @@ +b6b4424e478e5528274135c845d11c9216e93774 \ No newline at end of file diff --git a/com/fastbee/fastbee-common/2.7.0/_remote.repositories b/com/fastbee/fastbee-common/2.7.0/_remote.repositories new file mode 100644 index 0000000..c03043b --- /dev/null +++ b/com/fastbee/fastbee-common/2.7.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:07 CST 2025 +fastbee-common-2.7.0.pom>gitlab-maven= +fastbee-common-2.7.0.jar>gitlab-maven= diff --git a/com/fastbee/fastbee-common/2.7.0/fastbee-common-2.7.0.jar b/com/fastbee/fastbee-common/2.7.0/fastbee-common-2.7.0.jar new file mode 100644 index 0000000..4a61b09 Binary files /dev/null and b/com/fastbee/fastbee-common/2.7.0/fastbee-common-2.7.0.jar differ diff --git a/com/fastbee/fastbee-common/2.7.0/fastbee-common-2.7.0.jar.sha1 b/com/fastbee/fastbee-common/2.7.0/fastbee-common-2.7.0.jar.sha1 new file mode 100644 index 0000000..093f6ee --- /dev/null +++ b/com/fastbee/fastbee-common/2.7.0/fastbee-common-2.7.0.jar.sha1 @@ -0,0 +1 @@ +e1adfc0c15b4d808af419e185922fb3e5c714e03 \ No newline at end of file diff --git a/com/fastbee/fastbee-common/2.7.0/fastbee-common-2.7.0.pom b/com/fastbee/fastbee-common/2.7.0/fastbee-common-2.7.0.pom new file mode 100644 index 0000000..edfd89f --- /dev/null +++ b/com/fastbee/fastbee-common/2.7.0/fastbee-common-2.7.0.pom @@ -0,0 +1,362 @@ + + + + common-fastbee + com.fastbee + 2.7.0 + + + 4.0.0 + + fastbee-common + + + common通用工具 + + + + + + + org.springframework + spring-context-support + + + + + org.springframework + spring-web + + + + + org.springframework.boot + spring-boot-starter-security + + + + + com.baomidou + mybatis-plus-boot-starter + + + + com.baomidou + mybatis-plus-generator + ${mybatis-plus-generator.version} + + + + com.github.yulichang + mybatis-plus-join-boot-starter + + + + com.github.yulichang + mybatis-plus-join-processor + + + + io.github.linpeilie + mapstruct-plus-spring-boot-starter + + + + + + + + + + + org.springframework.boot + spring-boot-starter-validation + + + + + org.apache.commons + commons-lang3 + + + + + com.fasterxml.jackson.core + jackson-databind + + + + + com.alibaba.fastjson2 + fastjson2 + + + + + commons-io + commons-io + + + + + commons-fileupload + commons-fileupload + + + + + org.apache.poi + poi-ooxml + + + + + org.yaml + snakeyaml + + + + + io.jsonwebtoken + jjwt + + + + + javax.xml.bind + jaxb-api + + + + + org.springframework.boot + spring-boot-starter-data-redis + + + + + org.apache.commons + commons-pool2 + + + + + eu.bitwalker + UserAgentUtils + + + + + javax.servlet + javax.servlet-api + + + + org.projectlombok + lombok + + + + io.swagger + swagger-annotations + 1.6.2 + compile + + + + org.eclipse.paho + org.eclipse.paho.client.mqttv3 + ${pahomqtt.version} + compile + + + + cn.hutool + hutool-all + + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + + + + + com.google.guava + guava + + + + + com.alibaba + easyexcel-core + + + + + org.dromara.sms4j + sms4j-spring-boot-starter + ${sms4j.version} + + + + org.mapstruct + mapstruct + + + org.mapstruct + mapstruct-jdk8 + + + org.mapstruct + mapstruct-processor + + + + com.google.zxing + core + + + + com.google.zxing + javase + + + + de.schlichtherle.truelicense + truelicense-core + + + + commons-beanutils + commons-beanutils + 1.9.4 + compile + + + + + com.dtflys.forest + forest-spring-boot-starter + ${forest.version} + + + + + + + com.github.wvengen + proguard-maven-plugin + ${proguard-plugin.version} + + + + package + + proguard + + + + + + ${project.build.finalName}.jar + + ${project.build.finalName}.jar + + true + + ${project.basedir}/../proguard.cfg + + + ${java.home}/lib/rt.jar + ${java.home}/lib/jce.jar + ${java.home}/lib/jsse.jar + + + !META-INF/**,!META-INF/versions/9/**.class + + ${project.basedir}/target + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/com/fastbee/fastbee-common/2.7.0/fastbee-common-2.7.0.pom.sha1 b/com/fastbee/fastbee-common/2.7.0/fastbee-common-2.7.0.pom.sha1 new file mode 100644 index 0000000..33ddf27 --- /dev/null +++ b/com/fastbee/fastbee-common/2.7.0/fastbee-common-2.7.0.pom.sha1 @@ -0,0 +1 @@ +15e770967cbfe4516222a235cfa893818ccfbd3e \ No newline at end of file diff --git a/com/fastbee/fastbee-framework/2.7.0/_remote.repositories b/com/fastbee/fastbee-framework/2.7.0/_remote.repositories new file mode 100644 index 0000000..737114c --- /dev/null +++ b/com/fastbee/fastbee-framework/2.7.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:07 CST 2025 +fastbee-framework-2.7.0.pom>gitlab-maven= +fastbee-framework-2.7.0.jar>gitlab-maven= diff --git a/com/fastbee/fastbee-framework/2.7.0/fastbee-framework-2.7.0.jar b/com/fastbee/fastbee-framework/2.7.0/fastbee-framework-2.7.0.jar new file mode 100644 index 0000000..1e03e01 Binary files /dev/null and b/com/fastbee/fastbee-framework/2.7.0/fastbee-framework-2.7.0.jar differ diff --git a/com/fastbee/fastbee-framework/2.7.0/fastbee-framework-2.7.0.jar.sha1 b/com/fastbee/fastbee-framework/2.7.0/fastbee-framework-2.7.0.jar.sha1 new file mode 100644 index 0000000..c3e2ce4 --- /dev/null +++ b/com/fastbee/fastbee-framework/2.7.0/fastbee-framework-2.7.0.jar.sha1 @@ -0,0 +1 @@ +bc2b3d0b9d084923cb48c28a29d3a7544a756d14 \ No newline at end of file diff --git a/com/fastbee/fastbee-framework/2.7.0/fastbee-framework-2.7.0.pom b/com/fastbee/fastbee-framework/2.7.0/fastbee-framework-2.7.0.pom new file mode 100644 index 0000000..7b2a7b9 --- /dev/null +++ b/com/fastbee/fastbee-framework/2.7.0/fastbee-framework-2.7.0.pom @@ -0,0 +1,172 @@ + + + + common-fastbee + com.fastbee + 2.7.0 + + 4.0.0 + + fastbee-framework + + + framework框架核心 + + + + + com.fastbee + fastbee-common + + + + + org.springframework.boot + spring-boot-starter-web + + + + + org.springframework.boot + spring-boot-starter-aop + + + + + com.alibaba + druid-spring-boot-starter + ${druid.version} + + + + org.apache.shardingsphere + shardingsphere-jdbc-core-spring-boot-starter + ${shardingsphere.version} + + + + + org.apache.tomcat + tomcat-dbcp + 10.0.16 + + + + + com.baomidou + dynamic-datasource-spring-boot-starter + ${dynamic-datasource.version} + + + + + pro.fessional + kaptcha + + + javax.servlet-api + javax.servlet + + + + + + + org.redisson + redisson-spring-boot-starter + ${redisson.version} + + + org.redisson + redisson-spring-data-31 + + + + + + org.redisson + redisson-spring-data-25 + ${redisson.version} + + + + com.baomidou + lock4j-redisson-spring-boot-starter + ${lock4j.version} + + + redisson-spring-boot-starter + org.redisson + + + + + + com.github.ben-manes.caffeine + caffeine + + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + + + org.springframework.session + spring-session-data-redis + + + com.google.code.gson + gson + + + org.springframework.security + spring-security-web + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/com/fastbee/fastbee-framework/2.7.0/fastbee-framework-2.7.0.pom.sha1 b/com/fastbee/fastbee-framework/2.7.0/fastbee-framework-2.7.0.pom.sha1 new file mode 100644 index 0000000..0b9cb3e --- /dev/null +++ b/com/fastbee/fastbee-framework/2.7.0/fastbee-framework-2.7.0.pom.sha1 @@ -0,0 +1 @@ +42147fed19481588dc29282a149f072ad3926023 \ No newline at end of file diff --git a/com/fasterxml/jackson/core/jackson-annotations/2.12.7/_remote.repositories b/com/fasterxml/jackson/core/jackson-annotations/2.12.7/_remote.repositories new file mode 100644 index 0000000..f637425 --- /dev/null +++ b/com/fasterxml/jackson/core/jackson-annotations/2.12.7/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +jackson-annotations-2.12.7.pom>public= +jackson-annotations-2.12.7.jar>public= diff --git a/com/fasterxml/jackson/core/jackson-annotations/2.12.7/jackson-annotations-2.12.7.jar b/com/fasterxml/jackson/core/jackson-annotations/2.12.7/jackson-annotations-2.12.7.jar new file mode 100644 index 0000000..6c9006a Binary files /dev/null and b/com/fasterxml/jackson/core/jackson-annotations/2.12.7/jackson-annotations-2.12.7.jar differ diff --git a/com/fasterxml/jackson/core/jackson-annotations/2.12.7/jackson-annotations-2.12.7.jar.sha1 b/com/fasterxml/jackson/core/jackson-annotations/2.12.7/jackson-annotations-2.12.7.jar.sha1 new file mode 100644 index 0000000..09d307a --- /dev/null +++ b/com/fasterxml/jackson/core/jackson-annotations/2.12.7/jackson-annotations-2.12.7.jar.sha1 @@ -0,0 +1 @@ +2042461b754cd65ab2dd74a9f19f442b54625f19 \ No newline at end of file diff --git a/com/fasterxml/jackson/core/jackson-annotations/2.12.7/jackson-annotations-2.12.7.pom b/com/fasterxml/jackson/core/jackson-annotations/2.12.7/jackson-annotations-2.12.7.pom new file mode 100644 index 0000000..2f4236d --- /dev/null +++ b/com/fasterxml/jackson/core/jackson-annotations/2.12.7/jackson-annotations-2.12.7.pom @@ -0,0 +1,169 @@ + + + + + + + + 4.0.0 + + com.fasterxml.jackson + + jackson-parent + 2.12 + + + com.fasterxml.jackson.core + jackson-annotations + Jackson-annotations + 2.12.7 + bundle + Core annotations used for value types, used by Jackson data binding package. + + 2008 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + http://github.com/FasterXML/jackson + + scm:git:git@github.com:FasterXML/jackson-annotations.git + scm:git:git@github.com:FasterXML/jackson-annotations.git + http://github.com/FasterXML/jackson-annotations + jackson-annotations-2.12.7 + + + + + 1.6 + 1.6 + + 1.6 + 1.6 + + com.fasterxml.jackson.annotation.*;version=${project.version} + + + + + junit + junit + test + + + + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + false + true + + + + + + + + + + org.moditect + moditect-maven-plugin + + + add-module-infos + package + + add-module-info + + + true + + src/moditect/module-info.java + + + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + sonatype-nexus-staging + https://oss.sonatype.org/ + b34f19b9cc6224 + + + + + + de.jjohannes + gradle-module-metadata-maven-plugin + 0.2.0 + + + + gmm + + + + + + + com.fasterxml.jackson + jackson-bom + ${project.version} + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-resource + generate-resources + + add-resource + + + + + ${project.basedir} + META-INF + + LICENSE + + + + + + + + + + + + diff --git a/com/fasterxml/jackson/core/jackson-annotations/2.12.7/jackson-annotations-2.12.7.pom.sha1 b/com/fasterxml/jackson/core/jackson-annotations/2.12.7/jackson-annotations-2.12.7.pom.sha1 new file mode 100644 index 0000000..bb2065f --- /dev/null +++ b/com/fasterxml/jackson/core/jackson-annotations/2.12.7/jackson-annotations-2.12.7.pom.sha1 @@ -0,0 +1 @@ +097208ebc14b32d690f5029b3ac61f0291c82235 \ No newline at end of file diff --git a/com/fasterxml/jackson/core/jackson-core/2.12.7/_remote.repositories b/com/fasterxml/jackson/core/jackson-core/2.12.7/_remote.repositories new file mode 100644 index 0000000..d1f529b --- /dev/null +++ b/com/fasterxml/jackson/core/jackson-core/2.12.7/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:18 CST 2025 +jackson-core-2.12.7.jar>public= +jackson-core-2.12.7.pom>public= diff --git a/com/fasterxml/jackson/core/jackson-core/2.12.7/jackson-core-2.12.7.jar b/com/fasterxml/jackson/core/jackson-core/2.12.7/jackson-core-2.12.7.jar new file mode 100644 index 0000000..bb68b0b Binary files /dev/null and b/com/fasterxml/jackson/core/jackson-core/2.12.7/jackson-core-2.12.7.jar differ diff --git a/com/fasterxml/jackson/core/jackson-core/2.12.7/jackson-core-2.12.7.jar.sha1 b/com/fasterxml/jackson/core/jackson-core/2.12.7/jackson-core-2.12.7.jar.sha1 new file mode 100644 index 0000000..e9366a8 --- /dev/null +++ b/com/fasterxml/jackson/core/jackson-core/2.12.7/jackson-core-2.12.7.jar.sha1 @@ -0,0 +1 @@ +04669a54b799c105572aa8de2a1ae0fe64a17745 \ No newline at end of file diff --git a/com/fasterxml/jackson/core/jackson-core/2.12.7/jackson-core-2.12.7.pom b/com/fasterxml/jackson/core/jackson-core/2.12.7/jackson-core-2.12.7.pom new file mode 100644 index 0000000..d91b98f --- /dev/null +++ b/com/fasterxml/jackson/core/jackson-core/2.12.7/jackson-core-2.12.7.pom @@ -0,0 +1,149 @@ + + + + + + + 4.0.0 + + com.fasterxml.jackson + jackson-base + 2.12.7 + + + com.fasterxml.jackson.core + jackson-core + Jackson-core + 2.12.7 + bundle + Core Jackson processing abstractions (aka Streaming API), implementation for JSON + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + 2008 + + https://github.com/FasterXML/jackson-core + + scm:git:git@github.com:FasterXML/jackson-core.git + scm:git:git@github.com:FasterXML/jackson-core.git + http://github.com/FasterXML/jackson-core + jackson-core-2.12.7 + + + + + 1.6 + 1.6 + + 1.6 + 1.6 + + com.fasterxml.jackson.core;version=${project.version}, +com.fasterxml.jackson.core.*;version=${project.version} + + + + com/fasterxml/jackson/core/json + ${project.groupId}.json + + + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + false + true + + + + + + + + + org.jacoco + jacoco-maven-plugin + + + + prepare-agent + + + + report + test + + report + + + + + + + + maven-enforcer-plugin + + + enforce-properties + validate + enforce + + + + + + org.apache.maven.plugins + maven-site-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + ${version.plugin.surefire} + + ${surefire.redirectTestOutputToFile} + + **/failing/**/*.java + + + + + + + com.google.code.maven-replacer-plugin + replacer + + + + + org.moditect + moditect-maven-plugin + + + + org.codehaus.mojo + build-helper-maven-plugin + + + + de.jjohannes + gradle-module-metadata-maven-plugin + + + + + diff --git a/com/fasterxml/jackson/core/jackson-core/2.12.7/jackson-core-2.12.7.pom.sha1 b/com/fasterxml/jackson/core/jackson-core/2.12.7/jackson-core-2.12.7.pom.sha1 new file mode 100644 index 0000000..2196ce0 --- /dev/null +++ b/com/fasterxml/jackson/core/jackson-core/2.12.7/jackson-core-2.12.7.pom.sha1 @@ -0,0 +1 @@ +ab4bf909c355fb5a2090acc5c5a151207459c16e \ No newline at end of file diff --git a/com/fasterxml/jackson/core/jackson-databind/2.12.7.1/_remote.repositories b/com/fasterxml/jackson/core/jackson-databind/2.12.7.1/_remote.repositories new file mode 100644 index 0000000..1c7633c --- /dev/null +++ b/com/fasterxml/jackson/core/jackson-databind/2.12.7.1/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:18 CST 2025 +jackson-databind-2.12.7.1.pom>public= +jackson-databind-2.12.7.1.jar>public= diff --git a/com/fasterxml/jackson/core/jackson-databind/2.12.7.1/jackson-databind-2.12.7.1.jar b/com/fasterxml/jackson/core/jackson-databind/2.12.7.1/jackson-databind-2.12.7.1.jar new file mode 100644 index 0000000..84c73a8 Binary files /dev/null and b/com/fasterxml/jackson/core/jackson-databind/2.12.7.1/jackson-databind-2.12.7.1.jar differ diff --git a/com/fasterxml/jackson/core/jackson-databind/2.12.7.1/jackson-databind-2.12.7.1.jar.sha1 b/com/fasterxml/jackson/core/jackson-databind/2.12.7.1/jackson-databind-2.12.7.1.jar.sha1 new file mode 100644 index 0000000..251d2ea --- /dev/null +++ b/com/fasterxml/jackson/core/jackson-databind/2.12.7.1/jackson-databind-2.12.7.1.jar.sha1 @@ -0,0 +1 @@ +48d6674adb5a077f2c04b42795e2e7624997b8b9 \ No newline at end of file diff --git a/com/fasterxml/jackson/core/jackson-databind/2.12.7.1/jackson-databind-2.12.7.1.pom b/com/fasterxml/jackson/core/jackson-databind/2.12.7.1/jackson-databind-2.12.7.1.pom new file mode 100644 index 0000000..57eea91 --- /dev/null +++ b/com/fasterxml/jackson/core/jackson-databind/2.12.7.1/jackson-databind-2.12.7.1.pom @@ -0,0 +1,392 @@ + + + + + + + + 4.0.0 + + + com.fasterxml.jackson + jackson-base + 2.12.7 + + + com.fasterxml.jackson.core + jackson-databind + 2.12.7.1 + jackson-databind + bundle + General data-binding functionality for Jackson: works on core streaming API + http://github.com/FasterXML/jackson + 2008 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + scm:git:git@github.com:FasterXML/jackson-databind.git + scm:git:git@github.com:FasterXML/jackson-databind.git + http://github.com/FasterXML/jackson-databind + jackson-databind-2.12.7.1 + + + + + 1.7 + 1.7 + + + com.fasterxml.jackson.databind.*;version=${project.version} + + + org.w3c.dom.bootstrap;resolution:=optional, + * + + + + com/fasterxml/jackson/databind/cfg + com.fasterxml.jackson.databind.cfg + + 2.0.0 + + + + + + com.fasterxml.jackson.core + jackson-annotations + + ${jackson.version.annotations} + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version.core} + + + + + + org.powermock + powermock-core + ${version.powermock} + test + + + org.powermock + powermock-module-junit4 + ${version.powermock} + test + + + org.powermock + powermock-api-mockito2 + ${version.powermock} + test + + + + javax.measure + jsr-275 + 0.9.1 + test + + + + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + false + true + + + + + + + + org.jacoco + jacoco-maven-plugin + + + + prepare-agent + + + + + report + test + + report + + + + + + + + maven-enforcer-plugin + + + enforce-properties + validate + enforce + + + + + + org.apache.maven.plugins + ${version.plugin.surefire} + maven-surefire-plugin + + + javax.measure:jsr-275 + + + com/fasterxml/jackson/failing/*.java + + + 4 + classes + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + http://fasterxml.github.com/jackson-annotations/javadoc/2.12 + http://fasterxml.github.com/jackson-core/javadoc/2.12 + + + + + + + com.google.code.maven-replacer-plugin + replacer + + + + + org.moditect + moditect-maven-plugin + + + + org.codehaus.mojo + build-helper-maven-plugin + + + + de.jjohannes + gradle-module-metadata-maven-plugin + + + + + de.jjohannes + gradle-module-metadata-maven-plugin + + + + com.fasterxml.jackson + jackson-bom + ${project.parent.version} + + + + + + + + + + release + + true + true + + + + + java14+ + + [14,) + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-test-source + generate-test-sources + + add-test-source + + + + src/test-jdk14/java + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + true + + true + + 14 + 14 + + -parameters + --enable-preview + + + + + org.apache.maven.plugins + maven-surefire-plugin + + --enable-preview + + + + + + + errorprone + + + + org.apache.maven.plugins + maven-compiler-plugin + + + -XDcompilePolicy=simple + + -Xplugin:ErrorProne + + -XepExcludedPaths:.*/src/test/java/.* + + + + + + + -Xep:BoxedPrimitiveEquality:ERROR + + + + + + + -Xep:UnusedVariable:OFF + + -Xep:EqualsHashCode:OFF + + -Xep:MissingSummary:OFF + -Xep:InvalidInlineTag:OFF + -Xep:EmptyBlockTag:OFF + -Xep:AlmostJavadoc:OFF + -Xep:InvalidLink:OFF + + -Xep:UnnecessaryParentheses:OFF + + -Xep:InconsistentCapitalization:OFF + + -Xep:FallThrough:OFF + + -Xep:BadImport:OFF + + -Xep:MissingCasesInEnumSwitch:OFF + + -Xep:JavaLangClash:OFF + + -Xep:ProtectedMembersInFinalClass:OFF + + -Xep:PublicConstructorForAbstractClass:OFF + + -Xep:EmptyCatch:OFF + -Xep:EqualsGetClass:OFF + + -Xep:MixedMutabilityReturnType:OFF + + -Xep:TypeParameterUnusedInFormals:OFF + + -Xep:JdkObsolete:OFF + + -Xep:JUnit3FloatingPointComparisonWithoutDelta:OFF + + -Xep:StringSplitter:OFF + + -Xep:AnnotateFormatMethod:OFF + -Xep:GuardedBy:OFF + + -Xep:ReferenceEquality:OFF + + + + + com.google.errorprone + error_prone_core + 2.4.0 + + + + + + + + + + diff --git a/com/fasterxml/jackson/core/jackson-databind/2.12.7.1/jackson-databind-2.12.7.1.pom.sha1 b/com/fasterxml/jackson/core/jackson-databind/2.12.7.1/jackson-databind-2.12.7.1.pom.sha1 new file mode 100644 index 0000000..8579161 --- /dev/null +++ b/com/fasterxml/jackson/core/jackson-databind/2.12.7.1/jackson-databind-2.12.7.1.pom.sha1 @@ -0,0 +1 @@ +94c8353b5f9fb29f608f28822a055a7a06697b3a \ No newline at end of file diff --git a/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.7/_remote.repositories b/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.7/_remote.repositories new file mode 100644 index 0000000..b59e8db --- /dev/null +++ b/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.7/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:22 CST 2025 +jackson-datatype-jdk8-2.12.7.jar>public= +jackson-datatype-jdk8-2.12.7.pom>public= diff --git a/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.7/jackson-datatype-jdk8-2.12.7.jar b/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.7/jackson-datatype-jdk8-2.12.7.jar new file mode 100644 index 0000000..639c1b8 Binary files /dev/null and b/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.7/jackson-datatype-jdk8-2.12.7.jar differ diff --git a/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.7/jackson-datatype-jdk8-2.12.7.jar.sha1 b/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.7/jackson-datatype-jdk8-2.12.7.jar.sha1 new file mode 100644 index 0000000..a9363ec --- /dev/null +++ b/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.7/jackson-datatype-jdk8-2.12.7.jar.sha1 @@ -0,0 +1 @@ +3104f714c0e232740af8661aefb789491098bb3c \ No newline at end of file diff --git a/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.7/jackson-datatype-jdk8-2.12.7.pom b/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.7/jackson-datatype-jdk8-2.12.7.pom new file mode 100644 index 0000000..cba5286 --- /dev/null +++ b/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.7/jackson-datatype-jdk8-2.12.7.pom @@ -0,0 +1,64 @@ + + + + + + + + 4.0.0 + + com.fasterxml.jackson.module + jackson-modules-java8 + 2.12.7 + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + Jackson datatype: jdk8 + bundle + Add-on module for Jackson (http://jackson.codehaus.org) to support +JDK 8 data types. + + + + + 1.8 + 1.8 + + + com/fasterxml/jackson/datatype/jdk8 + ${project.groupId}.jdk8 + + + + + + org.apache.maven.plugins + ${version.plugin.surefire} + maven-surefire-plugin + + + com/fasterxml/jackson/failing/*.java + + + + + + com.google.code.maven-replacer-plugin + replacer + + + process-packageVersion + generate-sources + + + + + + org.moditect + moditect-maven-plugin + + + + diff --git a/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.7/jackson-datatype-jdk8-2.12.7.pom.sha1 b/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.7/jackson-datatype-jdk8-2.12.7.pom.sha1 new file mode 100644 index 0000000..dcc38ce --- /dev/null +++ b/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.7/jackson-datatype-jdk8-2.12.7.pom.sha1 @@ -0,0 +1 @@ +c1aee4036587bcadcbe67c327e85f7ca0341081e \ No newline at end of file diff --git a/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.7/_remote.repositories b/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.7/_remote.repositories new file mode 100644 index 0000000..3a3e08e --- /dev/null +++ b/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.7/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:21 CST 2025 +jackson-datatype-jsr310-2.12.7.pom>public= +jackson-datatype-jsr310-2.12.7.jar>public= diff --git a/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.7/jackson-datatype-jsr310-2.12.7.jar b/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.7/jackson-datatype-jsr310-2.12.7.jar new file mode 100644 index 0000000..cfa86a9 Binary files /dev/null and b/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.7/jackson-datatype-jsr310-2.12.7.jar differ diff --git a/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.7/jackson-datatype-jsr310-2.12.7.jar.sha1 b/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.7/jackson-datatype-jsr310-2.12.7.jar.sha1 new file mode 100644 index 0000000..56d5914 --- /dev/null +++ b/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.7/jackson-datatype-jsr310-2.12.7.jar.sha1 @@ -0,0 +1 @@ +6d9393fd0ea1e1900451b5ee05351523725392bb \ No newline at end of file diff --git a/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.7/jackson-datatype-jsr310-2.12.7.pom b/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.7/jackson-datatype-jsr310-2.12.7.pom new file mode 100644 index 0000000..df6f1b6 --- /dev/null +++ b/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.7/jackson-datatype-jsr310-2.12.7.pom @@ -0,0 +1,123 @@ + + + + + + + + 4.0.0 + + com.fasterxml.jackson.module + jackson-modules-java8 + 2.12.7 + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + Jackson datatype: JSR310 + bundle + Add-on module to support JSR-310 (Java 8 Date & Time API) data types. + + + beamerblvd + Nick Williams + nicholas@nicholaswilliams.net + -6 + + + + + + -Xdoclint:none + + + com/fasterxml/jackson/datatype/jsr310 + ${project.groupId}.jsr310 + 1.8 + 1.8 + + + + + + + + com.fasterxml.jackson.core + jackson-annotations + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-java + validate + + enforce + + + + + [1.8,) + [ERROR] The currently supported version of Java is 1.8 or higher + + + [3.0,) + [ERROR] The currently supported version of Maven is 3.0 or higher + + + true + true + true + clean,deploy,site + [ERROR] Best Practice is to always define plugin versions! + + + + + + + + + com.google.code.maven-replacer-plugin + replacer + + + process-packageVersion + generate-sources + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.0 + true + + ${javac.src.version} + ${javac.target.version} + true + true + true + + 10000 + 10000 + + + + + + + org.moditect + moditect-maven-plugin + + + + diff --git a/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.7/jackson-datatype-jsr310-2.12.7.pom.sha1 b/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.7/jackson-datatype-jsr310-2.12.7.pom.sha1 new file mode 100644 index 0000000..9298636 --- /dev/null +++ b/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.7/jackson-datatype-jsr310-2.12.7.pom.sha1 @@ -0,0 +1 @@ +e1f199086bcd6f570eaefaa7bc529ba664485161 \ No newline at end of file diff --git a/com/fasterxml/jackson/jackson-base/2.12.7/_remote.repositories b/com/fasterxml/jackson/jackson-base/2.12.7/_remote.repositories new file mode 100644 index 0000000..841db09 --- /dev/null +++ b/com/fasterxml/jackson/jackson-base/2.12.7/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:13 CST 2025 +jackson-base-2.12.7.pom>public= diff --git a/com/fasterxml/jackson/jackson-base/2.12.7/jackson-base-2.12.7.pom b/com/fasterxml/jackson/jackson-base/2.12.7/jackson-base-2.12.7.pom new file mode 100644 index 0000000..5239abc --- /dev/null +++ b/com/fasterxml/jackson/jackson-base/2.12.7/jackson-base-2.12.7.pom @@ -0,0 +1,282 @@ + + + 4.0.0 + + com.fasterxml.jackson + jackson-bom + 2.12.7 + + jackson-base + Jackson Base + pom + Parent pom for components of Jackson dataprocessor: includes base settings as well +as consistent set of dependencies across components. NOTE: NOT to be used by components outside +of Jackson: application code should only rely on `jackson-bom` + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + ${project.groupId} + ${project.artifactId} + ${project.version} + + + + + junit + junit + test + + + + + + + + javax.activation + javax.activation-api + ${javax.activation.version} + + + + + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-java + validate + + enforce + + + + + [3.0,) + [ERROR] The currently supported version of Maven is 3.0 or higher + + + true + true + true + clean,deploy,site + [ERROR] Best Practice is to always define plugin versions! + + + + + + enforce-properties + validate + + + + + + + packageVersion.package + + + packageVersion.dir + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + + + + false + + http://docs.oracle.com/javase/8/docs/api/ + + + + + + com.google.code.maven-replacer-plugin + replacer + + + process-packageVersion + generate-sources + + + + + + org.moditect + moditect-maven-plugin + + + add-module-infos + package + + add-module-info + + + true + + src/moditect/module-info.java + + + + + + + + de.jjohannes + gradle-module-metadata-maven-plugin + 0.2.0 + + + + gmm + + + + + + + com.fasterxml.jackson + jackson-bom + ${project.version} + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-resource + generate-resources + + add-resource + + + + + ${project.basedir} + META-INF + + LICENSE + + + + + + + + + + + + + + maven-enforcer-plugin + + + enforce-properties + none + + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + sonatype-nexus-staging + https://oss.sonatype.org/ + b34f19b9cc6224 + + + + + + + + + moditect + + + 1.9 + + + + + org.moditect + moditect-maven-plugin + + + generate-module-info + generate-sources + + generate-module-info + + + + + + ${moditect.sourceGroup} + ${moditect.sourceArtifact} + ${moditect.sourceVersion} + + + + + + + + + + + + diff --git a/com/fasterxml/jackson/jackson-base/2.12.7/jackson-base-2.12.7.pom.sha1 b/com/fasterxml/jackson/jackson-base/2.12.7/jackson-base-2.12.7.pom.sha1 new file mode 100644 index 0000000..6305992 --- /dev/null +++ b/com/fasterxml/jackson/jackson-base/2.12.7/jackson-base-2.12.7.pom.sha1 @@ -0,0 +1 @@ +abb091a327a773b3efd1cb8d708383929d12fc3d \ No newline at end of file diff --git a/com/fasterxml/jackson/jackson-bom/2.12.7.20221012/_remote.repositories b/com/fasterxml/jackson/jackson-bom/2.12.7.20221012/_remote.repositories new file mode 100644 index 0000000..cc1d3b1 --- /dev/null +++ b/com/fasterxml/jackson/jackson-bom/2.12.7.20221012/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:11 CST 2025 +jackson-bom-2.12.7.20221012.pom>public= diff --git a/com/fasterxml/jackson/jackson-bom/2.12.7.20221012/jackson-bom-2.12.7.20221012.pom b/com/fasterxml/jackson/jackson-bom/2.12.7.20221012/jackson-bom-2.12.7.20221012.pom new file mode 100644 index 0000000..475c853 --- /dev/null +++ b/com/fasterxml/jackson/jackson-bom/2.12.7.20221012/jackson-bom-2.12.7.20221012.pom @@ -0,0 +1,425 @@ + + + 4.0.0 + + + com.fasterxml.jackson + jackson-parent + + 2.12 + + + jackson-bom + Jackson BOM + Bill of Materials pom for getting full, complete set of compatible versions +of Jackson components maintained by FasterXML.com + + 2.12.7.20221012 + pom + + + base + + + + FasterXML + http://fasterxml.com/ + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + cowtowncoder + Tatu Saloranta + tatu@fasterxml.com + + + + https://github.com/FasterXML/jackson-bom + + scm:git:git@github.com:FasterXML/jackson-bom.git + scm:git:git@github.com:FasterXML/jackson-bom.git + https://github.com/FasterXML/jackson-bom + jackson-bom-2.12.7.20221012 + + + + 2.12.7 + + + ${jackson.version} + ${jackson.version} + 2.12.7.1 + ${jackson.version} + ${jackson.version} + ${jackson.version} + ${jackson.version} + + ${jackson.version} + ${jackson.version.module} + ${jackson.version.module} + + 1.2.0 + + + + + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version.annotations} + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version.core} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version.databind} + + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-avro + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-csv + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-ion + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-properties + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-protobuf + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-smile + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-toml + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + ${jackson.version.dataformat} + + + + + com.fasterxml.jackson.datatype + jackson-datatype-eclipse-collections + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-guava + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate3 + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate4 + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate5 + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-hppc + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-jakarta-jsonp + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-jaxrs + + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-jaxrs + ${jackson.version.datatype} + jakarta + + + com.fasterxml.jackson.datatype + jackson-datatype-joda + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-joda-money + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-json-org + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr353 + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-pcollections + ${jackson.version.datatype} + + + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + ${jackson.version.jaxrs} + + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + ${jackson.version.jaxrs} + jakarta + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-cbor-provider + ${jackson.version.jaxrs} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-cbor-provider + ${jackson.version.jaxrs} + jakarta + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + ${jackson.version.jaxrs} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + ${jackson.version.jaxrs} + jakarta + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-smile-provider + ${jackson.version.jaxrs} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-smile-provider + ${jackson.version.jaxrs} + jakarta + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-xml-provider + ${jackson.version.jaxrs} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-xml-provider + ${jackson.version.jaxrs} + jakarta + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-yaml-provider + ${jackson.version.jaxrs} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-yaml-provider + ${jackson.version.jaxrs} + jakarta + + + + + com.fasterxml.jackson.jr + jackson-jr-all + ${jackson.version.jacksonjr} + + + com.fasterxml.jackson.jr + jackson-jr-annotation-support + ${jackson.version.jacksonjr} + + + com.fasterxml.jackson.jr + jackson-jr-objects + ${jackson.version.jacksonjr} + + + com.fasterxml.jackson.jr + jackson-jr-retrofit2 + ${jackson.version.jacksonjr} + + + com.fasterxml.jackson.jr + jackson-jr-stree + ${jackson.version.jacksonjr} + + + + + com.fasterxml.jackson.module + jackson-module-afterburner + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-blackbird + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-guice + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + ${jackson.version.module} + jakarta + + + com.fasterxml.jackson.module + jackson-module-jsonSchema + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-kotlin + ${jackson.version.module.kotlin} + + + com.fasterxml.jackson.module + jackson-module-mrbean + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-osgi + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-parameter-names + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-paranamer + ${jackson.version.module} + + + + + + + + + com.fasterxml.jackson.module + jackson-module-scala_2.11 + ${jackson.version.module.scala} + + + com.fasterxml.jackson.module + jackson-module-scala_2.12 + ${jackson.version.module.scala} + + + com.fasterxml.jackson.module + jackson-module-scala_2.13 + ${jackson.version.module.scala} + + + + + + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + false + true + + + diff --git a/com/fasterxml/jackson/jackson-bom/2.12.7.20221012/jackson-bom-2.12.7.20221012.pom.sha1 b/com/fasterxml/jackson/jackson-bom/2.12.7.20221012/jackson-bom-2.12.7.20221012.pom.sha1 new file mode 100644 index 0000000..79c50d7 --- /dev/null +++ b/com/fasterxml/jackson/jackson-bom/2.12.7.20221012/jackson-bom-2.12.7.20221012.pom.sha1 @@ -0,0 +1 @@ +178afe836357881401581f291bd3597e8fa200d0 \ No newline at end of file diff --git a/com/fasterxml/jackson/jackson-bom/2.12.7/_remote.repositories b/com/fasterxml/jackson/jackson-bom/2.12.7/_remote.repositories new file mode 100644 index 0000000..c15eda6 --- /dev/null +++ b/com/fasterxml/jackson/jackson-bom/2.12.7/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:13 CST 2025 +jackson-bom-2.12.7.pom>public= diff --git a/com/fasterxml/jackson/jackson-bom/2.12.7/jackson-bom-2.12.7.pom b/com/fasterxml/jackson/jackson-bom/2.12.7/jackson-bom-2.12.7.pom new file mode 100644 index 0000000..95f8378 --- /dev/null +++ b/com/fasterxml/jackson/jackson-bom/2.12.7/jackson-bom-2.12.7.pom @@ -0,0 +1,425 @@ + + + 4.0.0 + + + com.fasterxml.jackson + jackson-parent + + 2.12 + + + jackson-bom + Jackson BOM + Bill of Materials pom for getting full, complete set of compatible versions +of Jackson components maintained by FasterXML.com + + 2.12.7 + pom + + + base + + + + FasterXML + http://fasterxml.com/ + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + cowtowncoder + Tatu Saloranta + tatu@fasterxml.com + + + + https://github.com/FasterXML/jackson-bom + + scm:git:git@github.com:FasterXML/jackson-bom.git + scm:git:git@github.com:FasterXML/jackson-bom.git + https://github.com/FasterXML/jackson-bom + jackson-bom-2.12.7 + + + + 2.12.7 + + + ${jackson.version} + ${jackson.version} + ${jackson.version} + ${jackson.version} + ${jackson.version} + ${jackson.version} + ${jackson.version} + + ${jackson.version} + ${jackson.version.module} + ${jackson.version.module} + + 1.2.0 + + + + + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version.annotations} + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version.core} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version.databind} + + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-avro + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-csv + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-ion + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-properties + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-protobuf + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-smile + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-toml + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + ${jackson.version.dataformat} + + + + + com.fasterxml.jackson.datatype + jackson-datatype-eclipse-collections + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-guava + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate3 + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate4 + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate5 + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-hppc + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-jakarta-jsonp + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-jaxrs + + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-jaxrs + ${jackson.version.datatype} + jakarta + + + com.fasterxml.jackson.datatype + jackson-datatype-joda + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-joda-money + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-json-org + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr353 + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-pcollections + ${jackson.version.datatype} + + + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + ${jackson.version.jaxrs} + + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + ${jackson.version.jaxrs} + jakarta + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-cbor-provider + ${jackson.version.jaxrs} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-cbor-provider + ${jackson.version.jaxrs} + jakarta + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + ${jackson.version.jaxrs} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + ${jackson.version.jaxrs} + jakarta + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-smile-provider + ${jackson.version.jaxrs} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-smile-provider + ${jackson.version.jaxrs} + jakarta + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-xml-provider + ${jackson.version.jaxrs} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-xml-provider + ${jackson.version.jaxrs} + jakarta + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-yaml-provider + ${jackson.version.jaxrs} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-yaml-provider + ${jackson.version.jaxrs} + jakarta + + + + + com.fasterxml.jackson.jr + jackson-jr-all + ${jackson.version.jacksonjr} + + + com.fasterxml.jackson.jr + jackson-jr-annotation-support + ${jackson.version.jacksonjr} + + + com.fasterxml.jackson.jr + jackson-jr-objects + ${jackson.version.jacksonjr} + + + com.fasterxml.jackson.jr + jackson-jr-retrofit2 + ${jackson.version.jacksonjr} + + + com.fasterxml.jackson.jr + jackson-jr-stree + ${jackson.version.jacksonjr} + + + + + com.fasterxml.jackson.module + jackson-module-afterburner + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-blackbird + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-guice + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + ${jackson.version.module} + jakarta + + + com.fasterxml.jackson.module + jackson-module-jsonSchema + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-kotlin + ${jackson.version.module.kotlin} + + + com.fasterxml.jackson.module + jackson-module-mrbean + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-osgi + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-parameter-names + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-paranamer + ${jackson.version.module} + + + + + + + + + com.fasterxml.jackson.module + jackson-module-scala_2.11 + ${jackson.version.module.scala} + + + com.fasterxml.jackson.module + jackson-module-scala_2.12 + ${jackson.version.module.scala} + + + com.fasterxml.jackson.module + jackson-module-scala_2.13 + ${jackson.version.module.scala} + + + + + + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + false + true + + + diff --git a/com/fasterxml/jackson/jackson-bom/2.12.7/jackson-bom-2.12.7.pom.sha1 b/com/fasterxml/jackson/jackson-bom/2.12.7/jackson-bom-2.12.7.pom.sha1 new file mode 100644 index 0000000..3eac771 --- /dev/null +++ b/com/fasterxml/jackson/jackson-bom/2.12.7/jackson-bom-2.12.7.pom.sha1 @@ -0,0 +1 @@ +e0c884fa3061d451a4d37ee974aa3e66fee28777 \ No newline at end of file diff --git a/com/fasterxml/jackson/jackson-bom/2.18.3/_remote.repositories b/com/fasterxml/jackson/jackson-bom/2.18.3/_remote.repositories new file mode 100644 index 0000000..cf75850 --- /dev/null +++ b/com/fasterxml/jackson/jackson-bom/2.18.3/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:15 CST 2025 +jackson-bom-2.18.3.pom>public= diff --git a/com/fasterxml/jackson/jackson-bom/2.18.3/jackson-bom-2.18.3.pom b/com/fasterxml/jackson/jackson-bom/2.18.3/jackson-bom-2.18.3.pom new file mode 100644 index 0000000..26f11d4 --- /dev/null +++ b/com/fasterxml/jackson/jackson-bom/2.18.3/jackson-bom-2.18.3.pom @@ -0,0 +1,456 @@ + + + 4.0.0 + + + com.fasterxml.jackson + jackson-parent + + 2.18.1 + + + jackson-bom + Jackson BOM + Bill of Materials pom for getting full, complete set of compatible versions +of Jackson components maintained by FasterXML.com + + 2.18.3 + pom + + + base + + + + FasterXML + http://fasterxml.com/ + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + cowtowncoder + Tatu Saloranta + tatu@fasterxml.com + + + + https://github.com/FasterXML/jackson-bom + + scm:git:git@github.com:FasterXML/jackson-bom.git + scm:git:git@github.com:FasterXML/jackson-bom.git + https://github.com/FasterXML/jackson-bom + jackson-bom-2.18.3 + + + + 2.18.3 + + + ${jackson.version} + ${jackson.version} + ${jackson.version} + ${jackson.version} + ${jackson.version} + ${jackson.version} + ${jackson.version} + ${jackson.version} + + ${jackson.version} + ${jackson.version.module} + ${jackson.version.module} + + 1.2.0 + + + 2025-02-28T23:15:46Z + + + + + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version.annotations} + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version.core} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version.databind} + + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-avro + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-csv + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-ion + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-properties + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-protobuf + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-smile + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-toml + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + ${jackson.version.dataformat} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + ${jackson.version.dataformat} + + + + + com.fasterxml.jackson.datatype + jackson-datatype-eclipse-collections + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-guava + ${jackson.version.datatype} + + + + + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate4 + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate5 + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate5-jakarta + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate6 + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-hppc + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-jakarta-jsonp + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-jaxrs + + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-joda + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-joda-money + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-json-org + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr353 + ${jackson.version.datatype} + + + com.fasterxml.jackson.datatype + jackson-datatype-pcollections + ${jackson.version.datatype} + + + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + ${jackson.version.jaxrs} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-cbor-provider + ${jackson.version.jaxrs} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + ${jackson.version.jaxrs} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-smile-provider + ${jackson.version.jaxrs} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-xml-provider + ${jackson.version.jaxrs} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-yaml-provider + ${jackson.version.jaxrs} + + + + + com.fasterxml.jackson.jakarta.rs + jackson-jakarta-rs-base + ${jackson.version.jakarta.rs} + + + com.fasterxml.jackson.jakarta.rs + jackson-jakarta-rs-cbor-provider + ${jackson.version.jakarta.rs} + + + com.fasterxml.jackson.jakarta.rs + jackson-jakarta-rs-json-provider + ${jackson.version.jakarta.rs} + + + com.fasterxml.jackson.jakarta.rs + jackson-jakarta-rs-smile-provider + ${jackson.version.jakarta.rs} + + + com.fasterxml.jackson.jakarta.rs + jackson-jakarta-rs-xml-provider + ${jackson.version.jakarta.rs} + + + com.fasterxml.jackson.jakarta.rs + jackson-jakarta-rs-yaml-provider + ${jackson.version.jakarta.rs} + + + + + com.fasterxml.jackson.jr + jackson-jr-all + ${jackson.version.jacksonjr} + + + com.fasterxml.jackson.jr + jackson-jr-annotation-support + ${jackson.version.jacksonjr} + + + com.fasterxml.jackson.jr + jackson-jr-extension-javatime + ${jackson.version.jacksonjr} + + + com.fasterxml.jackson.jr + jackson-jr-objects + ${jackson.version.jacksonjr} + + + com.fasterxml.jackson.jr + jackson-jr-retrofit2 + ${jackson.version.jacksonjr} + + + com.fasterxml.jackson.jr + jackson-jr-stree + ${jackson.version.jacksonjr} + + + + + com.fasterxml.jackson.module + jackson-module-afterburner + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-android-record + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-blackbird + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-guice + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-guice7 + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-jakarta-xmlbind-annotations + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-jsonSchema + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-jsonSchema-jakarta + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-kotlin + ${jackson.version.module.kotlin} + + + com.fasterxml.jackson.module + jackson-module-mrbean + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-no-ctor-deser + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-osgi + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-parameter-names + ${jackson.version.module} + + + com.fasterxml.jackson.module + jackson-module-paranamer + ${jackson.version.module} + + + + + + + com.fasterxml.jackson.module + jackson-module-scala_2.11 + ${jackson.version.module.scala} + + + com.fasterxml.jackson.module + jackson-module-scala_2.12 + ${jackson.version.module.scala} + + + com.fasterxml.jackson.module + jackson-module-scala_2.13 + ${jackson.version.module.scala} + + + com.fasterxml.jackson.module + jackson-module-scala_3 + ${jackson.version.module.scala} + + + + + + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + false + true + + + diff --git a/com/fasterxml/jackson/jackson-bom/2.18.3/jackson-bom-2.18.3.pom.sha1 b/com/fasterxml/jackson/jackson-bom/2.18.3/jackson-bom-2.18.3.pom.sha1 new file mode 100644 index 0000000..1858e86 --- /dev/null +++ b/com/fasterxml/jackson/jackson-bom/2.18.3/jackson-bom-2.18.3.pom.sha1 @@ -0,0 +1 @@ +a0020677d60a0b6a0467f1f9babdf89963a9a872 \ No newline at end of file diff --git a/com/fasterxml/jackson/jackson-parent/2.18.1/_remote.repositories b/com/fasterxml/jackson/jackson-parent/2.18.1/_remote.repositories new file mode 100644 index 0000000..85f873e --- /dev/null +++ b/com/fasterxml/jackson/jackson-parent/2.18.1/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:15 CST 2025 +jackson-parent-2.18.1.pom>public= diff --git a/com/fasterxml/jackson/jackson-parent/2.18.1/jackson-parent-2.18.1.pom b/com/fasterxml/jackson/jackson-parent/2.18.1/jackson-parent-2.18.1.pom new file mode 100644 index 0000000..a2c3f87 --- /dev/null +++ b/com/fasterxml/jackson/jackson-parent/2.18.1/jackson-parent-2.18.1.pom @@ -0,0 +1,173 @@ + + + 4.0.0 + + + com.fasterxml + oss-parent + 61 + + + com.fasterxml.jackson + jackson-parent + 2.18.1 + pom + + Jackson parent poms + Parent pom for all Jackson components + http://github.com/FasterXML/ + + FasterXML + http://fasterxml.com/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + cowtowncoder + Tatu Saloranta + tatu@fasterxml.com + + + + + scm:git:git@github.com:FasterXML/jackson-parent.git + scm:git:git@github.com:FasterXML/jackson-parent.git + http://github.com/FasterXML/jackson-parent + jackson-parent-2.18.1 + + + + + + 1.8 + 1.8 + ${javac.src.version} + ${javac.target.version} + + lines,source,vars + + + 1.1.0 + + + ${basedir}/src/main/java/${packageVersion.dir}/PackageVersion.java.in + ${generatedSourcesDir}/${packageVersion.dir}/PackageVersion.java + + 2024-10-28T22:52:39Z + + + + + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + false + true + + + + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-java + validate + + enforce + + + + + [3.6,) + [ERROR] The currently supported version of Maven is 3.6 or higher + + + true + true + true + clean,deploy,site + [ERROR] Best Practice is to always define plugin versions! + + + + + + + + + com.google.code.maven-replacer-plugin + replacer + ${version.plugin.replacer} + + + process-packageVersion + + replace + + + + + + ${packageVersion.template.input} + ${packageVersion.template.output} + + + @package@ + ${packageVersion.package} + + + @projectversion@ + ${project.version} + + + @projectgroupid@ + ${project.groupId} + + + @projectartifactid@ + ${project.artifactId} + + + + + + + + + diff --git a/com/fasterxml/jackson/jackson-parent/2.18.1/jackson-parent-2.18.1.pom.sha1 b/com/fasterxml/jackson/jackson-parent/2.18.1/jackson-parent-2.18.1.pom.sha1 new file mode 100644 index 0000000..10af8a7 --- /dev/null +++ b/com/fasterxml/jackson/jackson-parent/2.18.1/jackson-parent-2.18.1.pom.sha1 @@ -0,0 +1 @@ +fcd5c9c72aeebb63d13eb4330842fdb8ae4f9a1c \ No newline at end of file diff --git a/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.7/_remote.repositories b/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.7/_remote.repositories new file mode 100644 index 0000000..b8036c8 --- /dev/null +++ b/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.7/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:21 CST 2025 +jackson-module-parameter-names-2.12.7.jar>public= +jackson-module-parameter-names-2.12.7.pom>public= diff --git a/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.7/jackson-module-parameter-names-2.12.7.jar b/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.7/jackson-module-parameter-names-2.12.7.jar new file mode 100644 index 0000000..2992775 Binary files /dev/null and b/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.7/jackson-module-parameter-names-2.12.7.jar differ diff --git a/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.7/jackson-module-parameter-names-2.12.7.jar.sha1 b/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.7/jackson-module-parameter-names-2.12.7.jar.sha1 new file mode 100644 index 0000000..8f688da --- /dev/null +++ b/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.7/jackson-module-parameter-names-2.12.7.jar.sha1 @@ -0,0 +1 @@ +ba0ff8bb5fd340773b206e71543fb7239cd49ad0 \ No newline at end of file diff --git a/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.7/jackson-module-parameter-names-2.12.7.pom b/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.7/jackson-module-parameter-names-2.12.7.pom new file mode 100644 index 0000000..48e49d1 --- /dev/null +++ b/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.7/jackson-module-parameter-names-2.12.7.pom @@ -0,0 +1,117 @@ + + + + + + + + 4.0.0 + + com.fasterxml.jackson.module + jackson-modules-java8 + 2.12.7 + + jackson-module-parameter-names + Jackson-module-parameter-names + bundle + Add-on module for Jackson (http://jackson.codehaus.org) to support +introspection of method/constructor parameter names, without having to add explicit property name annotation. + + + + + 1.8 + 1.8 + + com/fasterxml/jackson/module/paramnames + ${project.groupId}.paramnames + + 3.8.0 + 1.10.19 + + + + + org.assertj + assertj-core + ${assertj-core.version} + test + + + org.mockito + mockito-core + ${mockito-core.version} + test + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-java + validate + + enforce + + + + + [1.8,) + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.2 + true + + ${javac.src.version} + ${javac.target.version} + true + true + true + + -Xlint + -parameters + + + + + + com.google.code.maven-replacer-plugin + replacer + + + process-packageVersion + generate-sources + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${version.plugin.surefire} + + + ${packageVersion.dir}/failing/*.java + + + + + + org.moditect + moditect-maven-plugin + + + + diff --git a/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.7/jackson-module-parameter-names-2.12.7.pom.sha1 b/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.7/jackson-module-parameter-names-2.12.7.pom.sha1 new file mode 100644 index 0000000..aca312e --- /dev/null +++ b/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.7/jackson-module-parameter-names-2.12.7.pom.sha1 @@ -0,0 +1 @@ +0bd64eee886d5618950ae5a32792c04be5397992 \ No newline at end of file diff --git a/com/fasterxml/jackson/module/jackson-modules-java8/2.12.7/_remote.repositories b/com/fasterxml/jackson/module/jackson-modules-java8/2.12.7/_remote.repositories new file mode 100644 index 0000000..4c4411b --- /dev/null +++ b/com/fasterxml/jackson/module/jackson-modules-java8/2.12.7/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:13 CST 2025 +jackson-modules-java8-2.12.7.pom>public= diff --git a/com/fasterxml/jackson/module/jackson-modules-java8/2.12.7/jackson-modules-java8-2.12.7.pom b/com/fasterxml/jackson/module/jackson-modules-java8/2.12.7/jackson-modules-java8-2.12.7.pom new file mode 100644 index 0000000..8309e9e --- /dev/null +++ b/com/fasterxml/jackson/module/jackson-modules-java8/2.12.7/jackson-modules-java8-2.12.7.pom @@ -0,0 +1,101 @@ + + 4.0.0 + + com.fasterxml.jackson + jackson-base + 2.12.7 + + com.fasterxml.jackson.module + jackson-modules-java8 + Jackson modules: Java 8 + 2.12.7 + pom + Parent pom for Jackson modules needed to support Java 8 features and types + + + + parameter-names + datatypes + datetime + + + https://github.com/FasterXML/jackson-modules-java8 + + scm:git:git@github.com:FasterXML/jackson-modules-java8.git + scm:git:git@github.com:FasterXML/jackson-modules-java8.git + http://github.com/FasterXML/jackson-modules-java8 + jackson-modules-java8-2.12.7 + + + https://github.com/FasterXML/jackson-modules-java8/issues + + + + + + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + + + + junit + junit + test + + + + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + false + true + + + + + + + + + com.google.code.maven-replacer-plugin + replacer + + + process-packageVersion + generate-sources + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + com/fasterxml/jackson/**/failing/*.java + + + + + + + + + + de.jjohannes + gradle-module-metadata-maven-plugin + + + + + diff --git a/com/fasterxml/jackson/module/jackson-modules-java8/2.12.7/jackson-modules-java8-2.12.7.pom.sha1 b/com/fasterxml/jackson/module/jackson-modules-java8/2.12.7/jackson-modules-java8-2.12.7.pom.sha1 new file mode 100644 index 0000000..76bf49e --- /dev/null +++ b/com/fasterxml/jackson/module/jackson-modules-java8/2.12.7/jackson-modules-java8-2.12.7.pom.sha1 @@ -0,0 +1 @@ +9729c71e36536e882af05222a33279cfc8fddcb4 \ No newline at end of file diff --git a/com/fasterxml/oss-parent/61/_remote.repositories b/com/fasterxml/oss-parent/61/_remote.repositories new file mode 100644 index 0000000..0886217 --- /dev/null +++ b/com/fasterxml/oss-parent/61/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:15 CST 2025 +oss-parent-61.pom>public= diff --git a/com/fasterxml/oss-parent/61/oss-parent-61.pom b/com/fasterxml/oss-parent/61/oss-parent-61.pom new file mode 100644 index 0000000..c29d894 --- /dev/null +++ b/com/fasterxml/oss-parent/61/oss-parent-61.pom @@ -0,0 +1,628 @@ + + + + 4.0.0 + + com.fasterxml + oss-parent + 61 + pom + + FasterXML.com parent pom + FasterXML.com parent pom + http://github.com/FasterXML/ + + FasterXML + http://fasterxml.com/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + + cowtowncoder + Tatu Saloranta + tatu@fasterxml.com + + + + + scm:git:git@github.com:FasterXML/oss-parent.git + scm:git:git@github.com:FasterXML/oss-parent.git + http://github.com/FasterXML/oss-parent + oss-parent-61 + + + GitHub Issue Management + https://github.com/FasterXML/${project.artifactId}/issues + + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + + + + sonatype-nexus-staging + Nexus Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + UTF-8 + UTF-8 + UTF-8 + + 2024-08-27T03:08:08Z + + ${project.build.directory}/generated-sources + + 1g + + + 1.6 + 1.6 + + + lines,source,vars + yyyy-MM-dd HH:mm:ssZ + + ${project.groupId}.*;version=${project.version} + * + + + + ${range;[===,=+);${@}} + {maven-resources} + + + + + + 5.1.9 + + 3.4.0 + 3.8.0 + 2.7 + 3.13.0 + 3.1.3 + 3.5.0 + 3.2.5 + + 3.1.3 + 0.8.12 + 3.4.2 + + 3.8.0 + + 1.2.2.Final + + 3.23.0 + 3.1.1 + 1.5.3 + 3.3.1 + + 2.1.0 + 3.6.0 + 4.0.0-M16 + + 3.3.1 + + 3.4.0 + + 3.3.2 + + + + + 4.13.2 + + + 5.10.2 + + 3.24.2 + + + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.6.0 + + + org.apache.maven.plugins + maven-clean-plugin + ${version.plugin.clean} + + + org.apache.maven.plugins + maven-dependency-plugin + ${version.plugin.dependency} + + + org.apache.maven.plugins + maven-deploy-plugin + ${version.plugin.deploy} + + + org.apache.maven.plugins + maven-gpg-plugin + ${version.plugin.gpg} + + + org.apache.maven.plugins + maven-install-plugin + ${version.plugin.install} + + + org.apache.maven.plugins + maven-javadoc-plugin + ${version.plugin.javadoc} + + + org.apache.maven.plugins + maven-resources-plugin + ${version.plugin.resources} + + + + org.apache.maven.plugins + maven-shade-plugin + ${version.plugin.shade} + + + org.apache.maven.plugins + maven-site-plugin + ${version.plugin.site} + + + org.apache.maven.plugins + maven-source-plugin + ${version.plugin.source} + + + org.apache.maven.plugins + maven-wrapper-plugin + ${version.plugin.wrapper} + + + + + org.moditect + moditect-maven-plugin + ${version.plugin.moditect} + + + + + com.google.code.maven-replacer-plugin + replacer + + ${version.plugin.replacer} + + + org.codehaus.mojo + cobertura-maven-plugin + ${version.plugin.cobertura} + + + + org.apache.felix + maven-bundle-plugin + ${version.plugin.bundle} + + + + + + + <_removeheaders>Include-Resource,JAVA_1_3_HOME,JAVA_1_4_HOME,JAVA_1_5_HOME,JAVA_1_6_HOME,JAVA_1_7_HOME + <_versionpolicy>${osgi.versionpolicy} + ${project.name} + ${project.groupId}.${project.artifactId} + ${project.description} + ${osgi.export} + ${osgi.private} + ${osgi.import} + ${osgi.dynamicImport} + ${osgi.includeResource} + ${project.url} + ${osgi.requiredExecutionEnvironment} + + ${javac.src.version} + ${javac.target.version} + + ${project.name} + ${project.version} + ${project.groupId} + ${project.organization.name} + + ${project.name} + ${project.version} + ${project.organization.name} + + ${osgi.mainClass} + + + + + + + + org.apache.maven.plugins + maven-release-plugin + ${version.plugin.release} + + forked-path + false + -Prelease + + + + + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-generated-sources + generate-sources + + add-source + + + + ${generatedSourcesDir} + + + + + + + + org.jacoco + jacoco-maven-plugin + ${version.plugin.jacoco} + + + + org.apache.maven.plugins + maven-compiler-plugin + ${version.plugin.compiler} + + + + org.ow2.asm + asm + 9.7 + + + + ${javac.src.version} + ${javac.target.version} + true + true + + true + ${javac.debuglevel} + + + + + org.apache.maven.plugins + maven-enforcer-plugin + ${version.plugin.enforcer} + + + enforce-java + validate + + enforce + + + + + + [1.6,) + [ERROR] The currently supported version of Java is 1.6 or higher + + + [3.0,) + [ERROR] The currently supported version of Maven is 3.0 or higher + + + true + true + true + clean,deploy,site + [ERROR] Best Practice is to always define plugin versions! + + + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + + org.apache.maven.plugins + maven-jar-plugin + ${version.plugin.jar} + + + + org.apache.maven.plugins + maven-scm-plugin + ${version.plugin.scm} + + + org.apache.maven.scm + maven-scm-provider-gitexe + ${version.plugin.scm} + + + + + + org.apache.maven.plugins + maven-site-plugin + + + attach-descriptor + + attach-descriptor + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${version.plugin.surefire} + + + + + + + org.apache.maven.scm + maven-scm-provider-gitexe + ${version.plugin.scm} + + + + org.apache.maven.scm + maven-scm-manager-plexus + ${version.plugin.scm} + + + + + org.kathrynhuxtable.maven.wagon + wagon-gitsite + 0.3.1 + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${version.plugin.javadoc} + + ${sun.boot.class.path} + com.google.doclava.Doclava + false + -J-Xmx1024m + ${javadoc.maxmemory} + + http://docs.oracle.com/javase/8/docs/api/ + + + com.google.doclava + doclava + 1.0.3 + + + -hdf project.name "${project.name}" + -d ${project.reporting.outputDirectory}/apidocs + + + + + default + + javadoc + + + + + + + org.apache.maven.plugins + maven-jxr-plugin + 3.5.0 + + + + org.codehaus.mojo + jdepend-maven-plugin + 2.0 + + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${version.plugin.surefire} + + + + org.apache.maven.plugins + maven-pmd-plugin + ${version.plugin.pmd} + + true + 100 + 1.5 + + + + + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + ${version.plugin.source} + + + attach-sources + + jar-no-fork + + + + + true + true + + + ${javac.src.version} + ${javac.target.version} + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${version.plugin.javadoc} + + + attach-javadocs + + jar + + + true + + + true + true + + + ${javac.src.version} + ${javac.target.version} + + + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + + diff --git a/com/fasterxml/oss-parent/61/oss-parent-61.pom.sha1 b/com/fasterxml/oss-parent/61/oss-parent-61.pom.sha1 new file mode 100644 index 0000000..06b9a3a --- /dev/null +++ b/com/fasterxml/oss-parent/61/oss-parent-61.pom.sha1 @@ -0,0 +1 @@ +8a4169cc2907589f72b053e7b9b02cb741bf1e46 \ No newline at end of file diff --git a/com/github/jsqlparser/jsqlparser/4.5/_remote.repositories b/com/github/jsqlparser/jsqlparser/4.5/_remote.repositories new file mode 100644 index 0000000..defec10 --- /dev/null +++ b/com/github/jsqlparser/jsqlparser/4.5/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:19 CST 2025 +jsqlparser-4.5.pom>public= +jsqlparser-4.5.jar>public= diff --git a/com/github/jsqlparser/jsqlparser/4.5/jsqlparser-4.5.jar b/com/github/jsqlparser/jsqlparser/4.5/jsqlparser-4.5.jar new file mode 100644 index 0000000..afd93c0 Binary files /dev/null and b/com/github/jsqlparser/jsqlparser/4.5/jsqlparser-4.5.jar differ diff --git a/com/github/jsqlparser/jsqlparser/4.5/jsqlparser-4.5.jar.sha1 b/com/github/jsqlparser/jsqlparser/4.5/jsqlparser-4.5.jar.sha1 new file mode 100644 index 0000000..be53671 --- /dev/null +++ b/com/github/jsqlparser/jsqlparser/4.5/jsqlparser-4.5.jar.sha1 @@ -0,0 +1 @@ +2ccfe4444a31cbffe643706ddabc2a6e55f29b94 \ No newline at end of file diff --git a/com/github/jsqlparser/jsqlparser/4.5/jsqlparser-4.5.pom b/com/github/jsqlparser/jsqlparser/4.5/jsqlparser-4.5.pom new file mode 100644 index 0000000..391c297 --- /dev/null +++ b/com/github/jsqlparser/jsqlparser/4.5/jsqlparser-4.5.pom @@ -0,0 +1,633 @@ + + 4.0.0 + com.github.jsqlparser + jsqlparser + 4.5 + JSQLParser library + 2004 + + JSQLParser + + bundle + https://github.com/JSQLParser/JSqlParser + + + + GNU Library or Lesser General Public License (LGPL) V2.1 + http://www.gnu.org/licenses/lgpl-2.1.html + repo + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + commons-io + commons-io + 2.7 + test + + + org.junit.jupiter + junit-jupiter + 5.8.1 + test + + + org.mockito + mockito-core + 3.12.4 + test + + + org.mockito + mockito-junit-jupiter + 3.12.4 + test + + + org.assertj + assertj-core + 3.16.1 + test + + + org.apache.commons + commons-lang3 + 3.10 + test + + + com.h2database + h2 + 1.4.200 + test + + + org.hamcrest + hamcrest-all + 1.3 + test + + + + + + Tobias Warneke + t.warneke@gmx.net + + + + + + sonatype-nexus-staging + https://oss.sonatype.org/service/local/staging/deploy/maven2 + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + + + + scm:git:https://github.com/JSQLParser/JSqlParser.git + scm:git:ssh://git@github.com:JSQLParser/JSqlParser.git + https://github.com/JSQLParser/JSqlParser.git + jsqlparser-4.5 + + + + GitHub Issues + https://github.com/JSQLParser/JSqlParser/issues + + + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.14.0 + + + + ${project.basedir}/config/pmd/ruleset.xml + + + **/*Bean.java + **/generated/*.java + + + target/generated-sources + target/generated-test-sources + + true + + + + pmd + + check + + process-sources + + + + + net.sourceforge.pmd + pmd-core + ${pmdVersion} + + + net.sourceforge.pmd + pmd-java + ${pmdVersion} + + + net.sourceforge.pmd + pmd-javascript + ${pmdVersion} + + + net.sourceforge.pmd + pmd-jsp + ${pmdVersion} + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.2.0 + + + add-source + generate-sources + + add-source + + + + ${project.build.directory}/generated-sources/javacc/ + ${project.build.directory}/generated-sources/jjtree/ + + + + + + + maven-compiler-plugin + 3.7.0 + + 1.8 + 1.8 + true + ${project.build.sourceEncoding} + true + + + + org.javacc.plugin + javacc-maven-plugin + 3.0.3 + + + + javacc + generate-sources + + jjtree-javacc + + + + + + jjtree + generate-sources + + jjtree + + + + + + net.java.dev.javacc + javacc + 7.0.11 + + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.9 + + + /target/generated-sources/javacc + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + ${project.build.sourceEncoding} + + + + org.codehaus.mojo + license-maven-plugin + 1.17 + + false + false + false + dual_lgpl_ap2 + ${project.baseUri}/src/license + + + + first + + update-file-header + + process-sources + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + forked-path + + + + org.apache.maven.scm + maven-scm-provider-gitexe + 1.9.5 + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.1 + + + attach-javadocs + + ${javadoc.opts} + net.sf.jsqlparser.parser + + + jar + + + + + + maven-site-plugin + 3.7.1 + + + attach-descriptor + + attach-descriptor + + + + + en + + + + org.eluder.coveralls + coveralls-maven-plugin + 3.1.0 + + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + xml + + + net/sf/jsqlparser/parser/*.class + net/sf/jsqlparser/JSQLParserException.class + + + + + + org.apache.felix + maven-bundle-plugin + 3.0.1 + true + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + false + + + + org.jacoco + jacoco-maven-plugin + 0.8.7 + + + + prepare-agent + + + + report + prepare-package + + report + + + + + + + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 3.0.0-M5 + + ${project.reporting.outputDirectory}/testresults + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.1 + + true + 800m + none + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.0.0 + + + org.apache.maven.plugins + maven-jxr-plugin + 3.0.0 + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 3.0.5 + + + + + + + org.javacc.plugin + javacc-maven-plugin + 3.0.3 + + + false + + + false + + + false + + + + + ${project.reporting.outputDirectory} + + + + + + + + sign-release-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + f22e0543 + + + + + + + + + + check.sources + + + !skipCheckSources + + [1.8,) + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.1.0 + + + verify-style + process-classes + + check + + + + + true + true + ${project.build.sourceDirectory} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.puppycrawl.tools + checkstyle + 8.29 + + + + + + + + + skip.all + + false + + + true + true + true + true + + + + + + UTF-8 + 6.46.0 + + + JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. + The generated hierarchy can be navigated using the Visitor Pattern. + diff --git a/com/github/jsqlparser/jsqlparser/4.5/jsqlparser-4.5.pom.sha1 b/com/github/jsqlparser/jsqlparser/4.5/jsqlparser-4.5.pom.sha1 new file mode 100644 index 0000000..ecfd953 --- /dev/null +++ b/com/github/jsqlparser/jsqlparser/4.5/jsqlparser-4.5.pom.sha1 @@ -0,0 +1 @@ +ad36f7181d0cce1dadbde0850fffa3119183c8c6 \ No newline at end of file diff --git a/com/github/luben/zstd-jni/1.5.5-11/_remote.repositories b/com/github/luben/zstd-jni/1.5.5-11/_remote.repositories index 148b7e7..231772f 100644 --- a/com/github/luben/zstd-jni/1.5.5-11/_remote.repositories +++ b/com/github/luben/zstd-jni/1.5.5-11/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:51 CST 2025 +#Mon Jun 23 10:26:47 CST 2025 zstd-jni-1.5.5-11.pom>public= +zstd-jni-1.5.5-11.jar>public= diff --git a/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar b/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar new file mode 100644 index 0000000..46759d4 Binary files /dev/null and b/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar differ diff --git a/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar.sha1 b/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar.sha1 new file mode 100644 index 0000000..5e1a838 --- /dev/null +++ b/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar.sha1 @@ -0,0 +1 @@ +ca6ab366315e179dd80645aad4a60bab959c6523 \ No newline at end of file diff --git a/com/github/luben/zstd-jni/1.5.6-3/_remote.repositories b/com/github/luben/zstd-jni/1.5.6-3/_remote.repositories new file mode 100644 index 0000000..e59714d --- /dev/null +++ b/com/github/luben/zstd-jni/1.5.6-3/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:28 CST 2025 +zstd-jni-1.5.6-3.pom>public= +zstd-jni-1.5.6-3.jar>public= diff --git a/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.jar b/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.jar new file mode 100644 index 0000000..b1d6d1c Binary files /dev/null and b/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.jar differ diff --git a/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.jar.lastUpdated b/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.jar.lastUpdated new file mode 100644 index 0000000..5dab966 --- /dev/null +++ b/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:28 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361625381 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361628033 diff --git a/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.jar.sha1 b/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.jar.sha1 new file mode 100644 index 0000000..0061cf4 --- /dev/null +++ b/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.jar.sha1 @@ -0,0 +1 @@ +823b794106e4bcb80110f49408d1641231f25927 \ No newline at end of file diff --git a/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.pom b/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.pom new file mode 100644 index 0000000..51180bc --- /dev/null +++ b/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.pom @@ -0,0 +1,51 @@ + + + 4.0.0 + com.github.luben + zstd-jni + jar + JNI bindings for Zstd native library that provides fast and high compression lossless algorithm for Java and all JVM languages. + 1.5.6-3 + + + BSD 2-Clause License + https://opensource.org/licenses/BSD-2-Clause + repo + + + zstd-jni + + com.github.luben + + https://github.com/luben/zstd-jni + + git@github.com:luben/zstd-jni.git + scm:git:git@github.com:luben/zstd-jni.git + + + + karavelov + Luben Karavelov + karavelov@gmail.com + com.github.luben + https://github.com/luben + + + + strict + + + + org.scalatest + scalatest_2.13 + 3.2.17 + test + + + org.scalatestplus + scalacheck-1-17_2.13 + 3.2.17.0 + test + + + \ No newline at end of file diff --git a/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.pom.lastUpdated b/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.pom.lastUpdated new file mode 100644 index 0000000..99e05e6 --- /dev/null +++ b/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:20 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361620237 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361620306 diff --git a/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.pom.sha1 b/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.pom.sha1 new file mode 100644 index 0000000..1bc7ca0 --- /dev/null +++ b/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.pom.sha1 @@ -0,0 +1 @@ +2f666dee96e782eee0dc6d4531452d2e92ce3fba \ No newline at end of file diff --git a/com/github/oshi/oshi-core/6.8.2/_remote.repositories b/com/github/oshi/oshi-core/6.8.2/_remote.repositories new file mode 100644 index 0000000..8b9d247 --- /dev/null +++ b/com/github/oshi/oshi-core/6.8.2/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:22 CST 2025 +oshi-core-6.8.2.pom>public= +oshi-core-6.8.2.jar>public= diff --git a/com/github/oshi/oshi-core/6.8.2/oshi-core-6.8.2.jar b/com/github/oshi/oshi-core/6.8.2/oshi-core-6.8.2.jar new file mode 100644 index 0000000..7f52abf Binary files /dev/null and b/com/github/oshi/oshi-core/6.8.2/oshi-core-6.8.2.jar differ diff --git a/com/github/oshi/oshi-core/6.8.2/oshi-core-6.8.2.jar.sha1 b/com/github/oshi/oshi-core/6.8.2/oshi-core-6.8.2.jar.sha1 new file mode 100644 index 0000000..1723e5d --- /dev/null +++ b/com/github/oshi/oshi-core/6.8.2/oshi-core-6.8.2.jar.sha1 @@ -0,0 +1 @@ +7657e8b1233add643562ba17f403e95af187634c \ No newline at end of file diff --git a/com/github/oshi/oshi-core/6.8.2/oshi-core-6.8.2.pom b/com/github/oshi/oshi-core/6.8.2/oshi-core-6.8.2.pom new file mode 100644 index 0000000..ebda698 --- /dev/null +++ b/com/github/oshi/oshi-core/6.8.2/oshi-core-6.8.2.pom @@ -0,0 +1,100 @@ + + + 4.0.0 + + + com.github.oshi + oshi-parent + 6.8.2 + + + oshi-core + jar + + oshi-core + + + + + + net.java.dev.jna + jna + ${jna.version} + + + net.java.dev.jna + jna-platform + ${jna.version} + + + + + + net.java.dev.jna + jna + + + net.java.dev.jna + jna-platform + + + org.slf4j + slf4j-api + ${slf4j.version} + + + io.github.pandalxb + jLibreHardwareMonitor + ${jlibrehardwaremonitor.version} + true + + + net.java.dev.jna + jna + + + net.java.dev.jna + jna-platform + + + org.slf4j + slf4j-api + + + + + org.slf4j + slf4j-simple + ${slf4j.version} + test + + + org.junit.jupiter + junit-jupiter-api + ${junit.version} + test + + + org.hamcrest + hamcrest + ${hamcrest.version} + test + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + com.github.oshi + + + + + + + diff --git a/com/github/oshi/oshi-core/6.8.2/oshi-core-6.8.2.pom.sha1 b/com/github/oshi/oshi-core/6.8.2/oshi-core-6.8.2.pom.sha1 new file mode 100644 index 0000000..43bf87b --- /dev/null +++ b/com/github/oshi/oshi-core/6.8.2/oshi-core-6.8.2.pom.sha1 @@ -0,0 +1 @@ +2e19caeecf25b5adffa4e8c1666d062903eb0d74 \ No newline at end of file diff --git a/com/github/oshi/oshi-parent/6.8.2/_remote.repositories b/com/github/oshi/oshi-parent/6.8.2/_remote.repositories new file mode 100644 index 0000000..d8ae0c0 --- /dev/null +++ b/com/github/oshi/oshi-parent/6.8.2/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:15 CST 2025 +oshi-parent-6.8.2.pom>public= diff --git a/com/github/oshi/oshi-parent/6.8.2/oshi-parent-6.8.2.pom b/com/github/oshi/oshi-parent/6.8.2/oshi-parent-6.8.2.pom new file mode 100644 index 0000000..c31067f --- /dev/null +++ b/com/github/oshi/oshi-parent/6.8.2/oshi-parent-6.8.2.pom @@ -0,0 +1,1132 @@ + + + 4.0.0 + + com.github.oshi + oshi-parent + 6.8.2 + pom + + Operating System and Hardware Information + A JNA-based (native) operating system information library for Java that aims to provide a + cross-platform implementation to retrieve system information, such as version, memory, CPU, disk, battery, etc. + https://github.com/oshi/oshi + 2010 + + oshi + https://github.com/oshi/ + + + + SPDX-License-Identifier: MIT + https://opensource.org/licenses/MIT + repo + + + + + + dblock + Daniel Doubrovkine + dblock@dblock.org + dblock.org + http://code.dblock.org/ + + + dbwiddis + Daniel Widdis + widdis@gmail.com + sometegroup.com + https://github.com/dbwiddis/ + + + + + oshi-core + oshi-demo + + + + scm:git:ssh://git@github.com/oshi/oshi.git + scm:git:ssh://git@github.com/oshi/oshi.git + oshi-parent-6.8.2 + https://github.com/oshi/oshi.git + + + Github + https://github.com/oshi/oshi/issues + + + Github + https://github.com/oshi/oshi/actions + + + + central + https://central.sonatype.com/repository/maven-snapshots/ + + + gh-pages + OSHI GitHub Pages + scm:git:ssh://git@github.com/oshi/oshi.git + + + + + 2010 - 2025 + yyyy-MM-dd HH:mm:ss + 8 + 8 + 8 + 8 + 3.6.3 + UTF-8 + UTF-8 + UTF-8 + + ${maven.multiModuleProjectDirectory} + + + 5.17.0 + 2.0.17 + org.slf4j;version="[1.7,3.0)" + 5.13.0 + 3.0 + + 3.4.1 + 3.14.0 + 3.1.4 + 3.5.0 + 2.6.1 + 3.2.7 + 3.1.4 + 3.3.1 + 3.3.0 + 3.21.0 + 3.5.3 + 2.1.0 + + 9.0.2 + 3.6.0 + 3.4.2 + 6.4.0 + 3.2.4 + 1.1.8 + + 3.6.0 + config/checkstyle.xml + config/checkstyle-suppressions.xml + 3.11.2 + 3.9 + + 3.1.0 + 3.7.1 + 3.8.1 + 3.1.1 + 0.7.0 + 3.3.1 + 1.2.1 + 0.8.13 + 4.0.0 + 2.44.5 + 1.0.5 + + 3.0.0-M1 + 3.6.0 + 3.9.0 + 3.5.3 + 3.2.1 + 2.18.0 + + 5.1.0.4751 + 1.24 + 12.1.1 + 10.24.0 + 1.0.0 + + + + + + + + org.apache.maven.plugins + maven-clean-plugin + ${maven-clean-plugin.version} + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + + false + + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + + + org.sonatype.central + central-publishing-maven-plugin + ${central-publishing-maven-plugin.version} + true + + central + true + + + + org.apache.maven.plugins + maven-enforcer-plugin + ${maven-enforcer-plugin.version} + + + de.skuzzle.enforcer + restrict-imports-enforcer-rule + ${restrict-imports-enforcer-rule.version} + + + + + de.thetaphi + forbiddenapis + ${forbiddenapis.version} + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + org.apache.maven.plugins + maven-install-plugin + ${maven-install-plugin.version} + + + org.apache.maven.plugins + maven-resources-plugin + ${maven-resources-plugin.version} + + + org.apache.maven.plugins + maven-site-plugin + ${maven-site-plugin.version} + + + true + false + + + + org.apache.maven.skins + maven-fluido-skin + ${maven-fluido-skin.version} + + + + + org.apache.maven.plugins + maven-scm-publish-plugin + ${maven-scm-publish-plugin.version} + + ${user.home}/maven-sites/oshi + gh-pages + true + true + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + -Xmx1024m -XX:MaxPermSize=256m + true + 4 + true + all + true + 120 + + + + + io.github.git-commit-id + git-commit-id-maven-plugin + ${git-commit-id-maven-plugin.version} + + + org.codehaus.mojo + build-helper-maven-plugin + ${build-helper-maven-plugin.version} + + + de.sormuras.junit + junit-platform-maven-plugin + ${junit-platform-maven-plugin.version} + true + + + 3600 + NONE + + true + concurrent + + JAVA + + + ${jacoco.java.option} + + + + + + + org.apache.maven.plugins + maven-jar-plugin + ${maven-jar-plugin.version} + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + true + true + + + ${maven.build.timestamp} + ${copyright} + ${git.commit.id} + ${os.name} + ${os.arch} + ${os.version} + ${maven.compiler.source} + ${maven.compiler.target} + + + + + + + biz.aQute.bnd + bnd-maven-plugin + ${bnd-maven-plugin.version} + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${maven-checkstyle-plugin.version} + + true + true + true + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + + true + true + + + ${maven.build.timestamp} + ${copyright} + ${git.commit.id} + ${os.name} + ${os.arch} + ${os.version} + ${maven.compiler.source} + ${maven.compiler.target} + + + 8 + src/main/java + true + false + + + + + org.apache.maven.plugins + maven-antrun-plugin + ${maven-antrun-plugin.version} + + + org.apache.maven.plugins + maven-assembly-plugin + ${maven-assembly-plugin.version} + + + org.apache.maven.plugins + maven-dependency-plugin + ${maven-dependency-plugin.version} + + + org.apache.maven.plugins + maven-release-plugin + ${maven-release-plugin.version} + + forked-path + release + true + + deploy + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + + true + true + + + ${maven.build.timestamp} + ${copyright} + ${git.commit.id} + ${os.name} + ${os.arch} + ${os.version} + ${maven.compiler.source} + ${maven.compiler.target} + + + 2 + ${project.name} + ${project.groupId}.${project.artifactId}.source + ${project.organization.name} + ${parsedVersion.osgiVersion} + ${project.groupId}.${project.artifactId};version="${parsedVersion.osgiVersion}";roots:="." + + + + + + + + + + org.codehaus.mojo + properties-maven-plugin + ${properties-maven-plugin.version} + + + + read-project-properties + + initialize + + + ${main.basedir}/config/sonar-project.properties + + + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless-plugin.version} + + + + + **/*.md + **/*.yml + **/*.yaml + + + + + true + 2 + + + + + **/*.xml + + + + + true + 4 + + + + + origin/master + + + + + ${main.basedir}/config/license-header.txt + + + ${main.basedir}/config/OSHIJavaFormatConventions.xml + + + + + + + check + + compile + + + + + + org.apache.maven.plugins + maven-changelog-plugin + ${maven-changelog-plugin.version} + + + org.apache.maven.plugins + maven-jxr-plugin + ${maven-jxr-plugin.version} + + + org.apache.maven.plugins + maven-project-info-reports-plugin + ${maven-project-info-reports-plugin.version} + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${maven-surefire-report-plugin.version} + + + org.codehaus.mojo + taglist-maven-plugin + ${taglist-maven-plugin.version} + + + + + FIXME Work + + + fixme + ignoreCase + + + @fixme + ignoreCase + + + + + Todo Work + + + todo + ignoreCase + + + @todo + ignoreCase + + + + + Deprecated Work + + + @deprecated + ignoreCase + + + + + + + + + org.codehaus.mojo + versions-maven-plugin + ${versions-maven-plugin.version} + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar-maven-plugin.version} + + + org.owasp + dependency-check-maven + ${dependency-check-maven.version} + + + + org.eclipse.m2e + lifecycle-mapping + ${m2e.lifecycle-mapping.version} + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + [1.0.0,) + + enforce + + + + + + + + + + + + + + + + io.github.git-commit-id + git-commit-id-maven-plugin + + .git + + + + git-commit-id + + revision + + validate + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + + parse-version + + + + + + biz.aQute.bnd + bnd-maven-plugin + + + + bnd-process + + + + + + de.sormuras.junit + junit-platform-maven-plugin + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + + ${maven.min-version} + + + + junit:junit + org.hamcrest:hamcrest-core + + + + + + + enforce-maven + + enforce + + + + enforce-clean + + enforce + + pre-clean + + + enforce-site + + enforce + + pre-site + + + ban-transitive-imports + + enforce + + process-sources + + + + Disallow dependencies not on + module path + true + + + ** + + + + oshi.** + + java.** + + com.sun.jna.** + io.github.pandalxb.jlibrehardwaremonitor.** + org.slf4j.** + org.junit.jupiter.api.** + static org.hamcrest.** + + + oshi.demo.** + + + + + + + + de.thetaphi + forbiddenapis + + false + + jdk-unsafe + jdk-deprecated + jdk-non-portable + jdk-reflection + jdk-system-out + + + ../config/forbidden-apis.txt + + + oshi.annotation.SuppressForbidden + + + + + + check + testCheck + + + + + + com.github.ekryd.sortpom + sortpom-maven-plugin + ${sortpom-plugin.version} + + false + \n + ${project.build.sourceEncoding} + scope + 4 + false + true + + + + + sort + + verify + + + + + + org.jacoco + jacoco-maven-plugin + + + **/driver/** + **/common/** + **/Abstract* + **/annotation/** + **/jna/** + **/platform/** + **/linux/** + **/mac/** + **/windows/** + **/unix/** + **/demo/** + + + + + + pre-unit-test + + prepare-agent + + + jacoco.java.option + + + + + post-unit-test + + report + + test + + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${surefireArgLine} + + **/*Test.java + **/*Tests.java + + + + + run-unit-tests + + test + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + com.puppycrawl.tools + checkstyle + ${puppycrawl.checkstyle.version} + + + + + + org.sonatype.central + central-publishing-maven-plugin + true + + central + true + + + + + + + + + org.apache.maven.plugins + maven-changelog-plugin + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.apache.maven.plugins + maven-jxr-plugin + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + org.jacoco + jacoco-maven-plugin + + + org.codehaus.mojo + versions-maven-plugin + + + org.codehaus.mojo + taglist-maven-plugin + + + org.owasp + dependency-check-maven + + + + aggregate + + + + + + + + + + jdk8 + + 1.8 + + + + + + org.codehaus.mojo + animal-sniffer-maven-plugin + ${animal-sniffer-maven-plugin.version} + + + org.codehaus.mojo.signature + java18 + 1.0 + + + + + test-sniffer + + check + + test + + + + + + + + java11 + + [11,) + + + + oshi-core-java11 + oshi-dist + + + + ${maven.compiler.target} + ${maven.compiler.testTarget} + + + + checks + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + + check + + + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + + + + sonar + + verify + + + + + org.jacoco + jacoco-maven-plugin + + + check + + check + + + + + BUNDLE + + + COMPLEXITY + COVEREDRATIO + ${jacoco.minimum.coverage} + + + + + + + + + + org.owasp + dependency-check-maven + + 25 + 32000 + + + + + check + + + + + + + + + sonar + + + + org.jacoco + jacoco-maven-plugin + + + org.sonarsource.scanner.maven + sonar-maven-plugin + + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + attach-test-javadocs + + test-jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + + sign + + verify + + ${gpg.keyname} + ${gpg.keyname} + + + --pinentry-mode + loopback + + + + + + + + org.apache.maven.plugins + maven-scm-publish-plugin + + + scm-publish + + publish-scm + + site-deploy + + + + + + + + diff --git a/com/github/oshi/oshi-parent/6.8.2/oshi-parent-6.8.2.pom.sha1 b/com/github/oshi/oshi-parent/6.8.2/oshi-parent-6.8.2.pom.sha1 new file mode 100644 index 0000000..4316c84 --- /dev/null +++ b/com/github/oshi/oshi-parent/6.8.2/oshi-parent-6.8.2.pom.sha1 @@ -0,0 +1 @@ +939fbcc30c5494c6beeda3fd1884a12943b2a4be \ No newline at end of file diff --git a/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.4.7/_remote.repositories b/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.4.7/_remote.repositories new file mode 100644 index 0000000..a9ea786 --- /dev/null +++ b/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.4.7/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +pagehelper-spring-boot-autoconfigure-1.4.7.pom>public= +pagehelper-spring-boot-autoconfigure-1.4.7.jar>public= diff --git a/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.4.7/pagehelper-spring-boot-autoconfigure-1.4.7.jar b/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.4.7/pagehelper-spring-boot-autoconfigure-1.4.7.jar new file mode 100644 index 0000000..94be723 Binary files /dev/null and b/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.4.7/pagehelper-spring-boot-autoconfigure-1.4.7.jar differ diff --git a/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.4.7/pagehelper-spring-boot-autoconfigure-1.4.7.jar.sha1 b/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.4.7/pagehelper-spring-boot-autoconfigure-1.4.7.jar.sha1 new file mode 100644 index 0000000..37b9802 --- /dev/null +++ b/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.4.7/pagehelper-spring-boot-autoconfigure-1.4.7.jar.sha1 @@ -0,0 +1 @@ +8b298c613526155ac09d225f1fe5f73ff9ec4fb1 \ No newline at end of file diff --git a/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.4.7/pagehelper-spring-boot-autoconfigure-1.4.7.pom b/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.4.7/pagehelper-spring-boot-autoconfigure-1.4.7.pom new file mode 100644 index 0000000..2f4a08b --- /dev/null +++ b/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.4.7/pagehelper-spring-boot-autoconfigure-1.4.7.pom @@ -0,0 +1,70 @@ + + + + 4.0.0 + + com.github.pagehelper + pagehelper-spring-boot + 1.4.7 + + com.github.pagehelper + pagehelper-spring-boot-autoconfigure + 1.4.7 + pagehelper-spring-boot-autoconfigure + + + The MIT License (MIT) + https://github.com/pagehelper/pagehelper-spring-boot/blob/master/LICENSE + + + + + org.springframework.boot + spring-boot-autoconfigure + + + org.mybatis + mybatis + 3.5.10 + true + + + com.github.pagehelper + pagehelper + true + + + org.mybatis.spring.boot + mybatis-spring-boot-autoconfigure + true + + + org.springframework.boot + spring-boot-configuration-processor + true + + + diff --git a/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.4.7/pagehelper-spring-boot-autoconfigure-1.4.7.pom.sha1 b/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.4.7/pagehelper-spring-boot-autoconfigure-1.4.7.pom.sha1 new file mode 100644 index 0000000..6b3cfae --- /dev/null +++ b/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.4.7/pagehelper-spring-boot-autoconfigure-1.4.7.pom.sha1 @@ -0,0 +1 @@ +85f5ccf355620c847ed9c8f93991be43ab163016 \ No newline at end of file diff --git a/com/github/pagehelper/pagehelper-spring-boot-starter/1.4.7/_remote.repositories b/com/github/pagehelper/pagehelper-spring-boot-starter/1.4.7/_remote.repositories new file mode 100644 index 0000000..c909003 --- /dev/null +++ b/com/github/pagehelper/pagehelper-spring-boot-starter/1.4.7/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:21 CST 2025 +pagehelper-spring-boot-starter-1.4.7.jar>public= +pagehelper-spring-boot-starter-1.4.7.pom>public= diff --git a/com/github/pagehelper/pagehelper-spring-boot-starter/1.4.7/pagehelper-spring-boot-starter-1.4.7.jar b/com/github/pagehelper/pagehelper-spring-boot-starter/1.4.7/pagehelper-spring-boot-starter-1.4.7.jar new file mode 100644 index 0000000..264cfb8 Binary files /dev/null and b/com/github/pagehelper/pagehelper-spring-boot-starter/1.4.7/pagehelper-spring-boot-starter-1.4.7.jar differ diff --git a/com/github/pagehelper/pagehelper-spring-boot-starter/1.4.7/pagehelper-spring-boot-starter-1.4.7.jar.sha1 b/com/github/pagehelper/pagehelper-spring-boot-starter/1.4.7/pagehelper-spring-boot-starter-1.4.7.jar.sha1 new file mode 100644 index 0000000..ce76d05 --- /dev/null +++ b/com/github/pagehelper/pagehelper-spring-boot-starter/1.4.7/pagehelper-spring-boot-starter-1.4.7.jar.sha1 @@ -0,0 +1 @@ +4fecb7699a3ad599ee9c74340a2d565e06a984d1 \ No newline at end of file diff --git a/com/github/pagehelper/pagehelper-spring-boot-starter/1.4.7/pagehelper-spring-boot-starter-1.4.7.pom b/com/github/pagehelper/pagehelper-spring-boot-starter/1.4.7/pagehelper-spring-boot-starter-1.4.7.pom new file mode 100644 index 0000000..1a58058 --- /dev/null +++ b/com/github/pagehelper/pagehelper-spring-boot-starter/1.4.7/pagehelper-spring-boot-starter-1.4.7.pom @@ -0,0 +1,61 @@ + + + + 4.0.0 + + com.github.pagehelper + pagehelper-spring-boot + 1.4.7 + + com.github.pagehelper + pagehelper-spring-boot-starter + 1.4.7 + pagehelper-spring-boot-starter + + + The MIT License (MIT) + https://github.com/pagehelper/pagehelper-spring-boot/blob/master/LICENSE + + + + + org.springframework.boot + spring-boot-starter + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + + + com.github.pagehelper + pagehelper-spring-boot-autoconfigure + + + com.github.pagehelper + pagehelper + + + diff --git a/com/github/pagehelper/pagehelper-spring-boot-starter/1.4.7/pagehelper-spring-boot-starter-1.4.7.pom.sha1 b/com/github/pagehelper/pagehelper-spring-boot-starter/1.4.7/pagehelper-spring-boot-starter-1.4.7.pom.sha1 new file mode 100644 index 0000000..56dfa5b --- /dev/null +++ b/com/github/pagehelper/pagehelper-spring-boot-starter/1.4.7/pagehelper-spring-boot-starter-1.4.7.pom.sha1 @@ -0,0 +1 @@ +efd213be95b4e6919ce738dcfddb0a38ebddb414 \ No newline at end of file diff --git a/com/github/pagehelper/pagehelper-spring-boot/1.4.7/_remote.repositories b/com/github/pagehelper/pagehelper-spring-boot/1.4.7/_remote.repositories new file mode 100644 index 0000000..53b7c36 --- /dev/null +++ b/com/github/pagehelper/pagehelper-spring-boot/1.4.7/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:13 CST 2025 +pagehelper-spring-boot-1.4.7.pom>public= diff --git a/com/github/pagehelper/pagehelper-spring-boot/1.4.7/pagehelper-spring-boot-1.4.7.pom b/com/github/pagehelper/pagehelper-spring-boot/1.4.7/pagehelper-spring-boot-1.4.7.pom new file mode 100644 index 0000000..57532ad --- /dev/null +++ b/com/github/pagehelper/pagehelper-spring-boot/1.4.7/pagehelper-spring-boot-1.4.7.pom @@ -0,0 +1,243 @@ + + + + 4.0.0 + com.github.pagehelper + pagehelper-spring-boot + 1.4.7 + pom + pagehelper-spring-boot + Spring Boot Support for PageHelper + https://github.com/pagehelper/pagehelper-spring-boot/ + + + The MIT License (MIT) + https://github.com/pagehelper/pagehelper-spring-boot/blob/master/LICENSE + + + + + abel533 + abel533@gmail.com + + + + pagehelper-spring-boot-autoconfigure + pagehelper-spring-boot-starter + pagehelper-spring-boot-samples + + + scm:git:git@github.com:pagehelper/pagehelper-spring-boot.git + scm:git:git@github.com:pagehelper/pagehelper-spring-boot.git + git@github.com:pagehelper/pagehelper-spring-boot.git + + + 3.5.13 + 2.7.12 + 8 + UTF-8 + 2.3.1 + UTF-8 + 1.4.7 + 5.3.3 + 8 + + + + + org.mybatis + mybatis + ${mybatis.version} + + + com.github.pagehelper + pagehelper + ${pagehelper.version} + + + org.mybatis.spring.boot + mybatis-spring-boot-autoconfigure + ${mybatis-spring-boot.version} + + + com.github.pagehelper + pagehelper-spring-boot-autoconfigure + ${project.version} + + + com.github.pagehelper + pagehelper-spring-boot-starter + ${project.version} + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + ${mybatis-spring-boot.version} + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + + + + + maven-source-plugin + 2.2.1 + + + package + + jar-no-fork + + + + true + + + org.codehaus.mojo + flatten-maven-plugin + 1.1.0 + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + + true + resolveCiFriendliesOnly + + + + + + + release + + + + maven-javadoc-plugin + 3.2.0 + + + package + + jar + + + + -Xdoclint:none + + + + + + + -Xdoclint:none + + + + + maven-gpg-plugin + 3.1.0 + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + + true + + + --pinentry-mode + loopback + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + + injected-nexus-deploy + deploy + + deploy + + + ossrh + https://oss.sonatype.org/ + true + + + + + ossrh + https://oss.sonatype.org/ + true + + + + + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots/ + + + + + diff --git a/com/github/pagehelper/pagehelper-spring-boot/1.4.7/pagehelper-spring-boot-1.4.7.pom.sha1 b/com/github/pagehelper/pagehelper-spring-boot/1.4.7/pagehelper-spring-boot-1.4.7.pom.sha1 new file mode 100644 index 0000000..c726101 --- /dev/null +++ b/com/github/pagehelper/pagehelper-spring-boot/1.4.7/pagehelper-spring-boot-1.4.7.pom.sha1 @@ -0,0 +1 @@ +4cf168519a3c0eb40b66438a9756d624a71e58dd \ No newline at end of file diff --git a/com/github/pagehelper/pagehelper/5.3.3/_remote.repositories b/com/github/pagehelper/pagehelper/5.3.3/_remote.repositories new file mode 100644 index 0000000..4b3a138 --- /dev/null +++ b/com/github/pagehelper/pagehelper/5.3.3/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +pagehelper-5.3.3.pom>public= +pagehelper-5.3.3.jar>public= diff --git a/com/github/pagehelper/pagehelper/5.3.3/pagehelper-5.3.3.jar b/com/github/pagehelper/pagehelper/5.3.3/pagehelper-5.3.3.jar new file mode 100644 index 0000000..92e0977 Binary files /dev/null and b/com/github/pagehelper/pagehelper/5.3.3/pagehelper-5.3.3.jar differ diff --git a/com/github/pagehelper/pagehelper/5.3.3/pagehelper-5.3.3.jar.sha1 b/com/github/pagehelper/pagehelper/5.3.3/pagehelper-5.3.3.jar.sha1 new file mode 100644 index 0000000..ca26cfa --- /dev/null +++ b/com/github/pagehelper/pagehelper/5.3.3/pagehelper-5.3.3.jar.sha1 @@ -0,0 +1 @@ +0f97da7f7b6a977bb1ab67fb29e8c09d11f64868 \ No newline at end of file diff --git a/com/github/pagehelper/pagehelper/5.3.3/pagehelper-5.3.3.pom b/com/github/pagehelper/pagehelper/5.3.3/pagehelper-5.3.3.pom new file mode 100644 index 0000000..4973e68 --- /dev/null +++ b/com/github/pagehelper/pagehelper/5.3.3/pagehelper-5.3.3.pom @@ -0,0 +1,314 @@ + + + + 4.0.0 + + com.github.pagehelper + pagehelper + 5.3.3 + jar + + pagehelper 5 + Mybatis Pagination Plugin + https://github.com/pagehelper/Mybatis-PageHelper + + + + The MIT License (MIT) + https://github.com/pagehelper/Mybatis-PageHelper/blob/master/LICENSE + + + + + + abel533 + abel533@gmail.com + + + + + scm:git:git@github.com:pagehelper/Mybatis-PageHelper.git + scm:git:git@github.com:pagehelper/Mybatis-PageHelper.git + git@github.com:pagehelper/Mybatis-PageHelper.git + + + + UTF-8 + UTF-8 + -Dfile.encoding=UTF-8 + + + + + com.github.jsqlparser + jsqlparser + 4.5 + + + org.mybatis + mybatis + 3.5.10 + compile + true + + + + com.google.guava + guava + 31.1-jre + compile + true + + + + com.zaxxer + + HikariCP-java6 + 2.3.13 + compile + + + slf4j-api + org.slf4j + + + true + + + com.alibaba + druid + 1.2.12 + compile + true + + + org.apache.tomcat + tomcat-jdbc + 10.0.20 + compile + true + + + com.mchange + c3p0 + 0.9.5.5 + compile + true + + + org.apache.commons + commons-dbcp2 + 2.9.0 + compile + true + + + + junit + junit + 4.13.2 + test + + + ch.qos.logback + logback-classic + 1.2.11 + test + + + org.hsqldb + hsqldb + 2.2.9 + test + + + + + + + dev + + true + + + + + + maven-compiler-plugin + + 1.6 + 1.6 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.0 + + + -Xdoclint:none + + + + + + + + release + + + + + maven-compiler-plugin + + 1.6 + 1.6 + + + + + org.apache.maven.plugins + maven-source-plugin + + + package + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + -Xdoclint:none + + + + + package + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + --pinentry-mode + loopback + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots/ + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + diff --git a/com/github/pagehelper/pagehelper/5.3.3/pagehelper-5.3.3.pom.sha1 b/com/github/pagehelper/pagehelper/5.3.3/pagehelper-5.3.3.pom.sha1 new file mode 100644 index 0000000..65c3822 --- /dev/null +++ b/com/github/pagehelper/pagehelper/5.3.3/pagehelper-5.3.3.pom.sha1 @@ -0,0 +1 @@ +e5e7125e38e9a6f85a6af74fa5f286049d6e8f0d \ No newline at end of file diff --git a/com/google/code/findbugs/jsr305/2.0.1/_remote.repositories b/com/google/code/findbugs/jsr305/2.0.1/_remote.repositories index 6da8fb8..19ddecf 100644 --- a/com/google/code/findbugs/jsr305/2.0.1/_remote.repositories +++ b/com/google/code/findbugs/jsr305/2.0.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:00 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 jsr305-2.0.1.pom>public= +jsr305-2.0.1.jar>public= diff --git a/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar b/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar new file mode 100644 index 0000000..43807b0 Binary files /dev/null and b/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar differ diff --git a/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar.sha1 b/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar.sha1 new file mode 100644 index 0000000..9c3d680 --- /dev/null +++ b/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar.sha1 @@ -0,0 +1 @@ +516c03b21d50a644d538de0f0369c620989cd8f0 \ No newline at end of file diff --git a/com/google/collections/google-collections/1.0/_remote.repositories b/com/google/collections/google-collections/1.0/_remote.repositories index 11fd9c7..6ba8c0f 100644 --- a/com/google/collections/google-collections/1.0/_remote.repositories +++ b/com/google/collections/google-collections/1.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:06 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 google-collections-1.0.pom>public= +google-collections-1.0.jar>public= diff --git a/com/google/collections/google-collections/1.0/google-collections-1.0.jar b/com/google/collections/google-collections/1.0/google-collections-1.0.jar new file mode 100644 index 0000000..8e394fa Binary files /dev/null and b/com/google/collections/google-collections/1.0/google-collections-1.0.jar differ diff --git a/com/google/collections/google-collections/1.0/google-collections-1.0.jar.sha1 b/com/google/collections/google-collections/1.0/google-collections-1.0.jar.sha1 new file mode 100644 index 0000000..8838620 --- /dev/null +++ b/com/google/collections/google-collections/1.0/google-collections-1.0.jar.sha1 @@ -0,0 +1 @@ +9ffe71ac6dcab6bc03ea13f5c2e7b2804e69b357 \ No newline at end of file diff --git a/com/google/guava/guava/19.0/_remote.repositories b/com/google/guava/guava/19.0/_remote.repositories index 5d8b8e5..bae4ab1 100644 --- a/com/google/guava/guava/19.0/_remote.repositories +++ b/com/google/guava/guava/19.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:13 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 +guava-19.0.jar>public= guava-19.0.pom>public= diff --git a/com/google/guava/guava/19.0/guava-19.0.jar b/com/google/guava/guava/19.0/guava-19.0.jar new file mode 100644 index 0000000..b175ca8 Binary files /dev/null and b/com/google/guava/guava/19.0/guava-19.0.jar differ diff --git a/com/google/guava/guava/19.0/guava-19.0.jar.sha1 b/com/google/guava/guava/19.0/guava-19.0.jar.sha1 new file mode 100644 index 0000000..02f937f --- /dev/null +++ b/com/google/guava/guava/19.0/guava-19.0.jar.sha1 @@ -0,0 +1 @@ +6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9 \ No newline at end of file diff --git a/com/google/inject/guice/4.0/_remote.repositories b/com/google/inject/guice/4.0/_remote.repositories index 46eddf9..f58ea74 100644 --- a/com/google/inject/guice/4.0/_remote.repositories +++ b/com/google/inject/guice/4.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:04 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 +guice-4.0-no_aop.jar>public= guice-4.0.pom>public= diff --git a/com/google/inject/guice/4.0/guice-4.0-no_aop.jar b/com/google/inject/guice/4.0/guice-4.0-no_aop.jar new file mode 100644 index 0000000..6b09fa0 Binary files /dev/null and b/com/google/inject/guice/4.0/guice-4.0-no_aop.jar differ diff --git a/com/google/inject/guice/4.0/guice-4.0-no_aop.jar.sha1 b/com/google/inject/guice/4.0/guice-4.0-no_aop.jar.sha1 new file mode 100644 index 0000000..2e6f078 --- /dev/null +++ b/com/google/inject/guice/4.0/guice-4.0-no_aop.jar.sha1 @@ -0,0 +1 @@ +199b7acaa05b570bbccf31be998f013963e5e752 \ No newline at end of file diff --git a/com/google/protobuf/protobuf-bom/3.25.3/_remote.repositories b/com/google/protobuf/protobuf-bom/3.25.3/_remote.repositories new file mode 100644 index 0000000..1f75f0d --- /dev/null +++ b/com/google/protobuf/protobuf-bom/3.25.3/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:15 CST 2025 +protobuf-bom-3.25.3.pom>public= diff --git a/com/google/protobuf/protobuf-bom/3.25.3/protobuf-bom-3.25.3.pom b/com/google/protobuf/protobuf-bom/3.25.3/protobuf-bom-3.25.3.pom new file mode 100644 index 0000000..f71ccb1 --- /dev/null +++ b/com/google/protobuf/protobuf-bom/3.25.3/protobuf-bom-3.25.3.pom @@ -0,0 +1,115 @@ + + + 4.0.0 + + com.google.protobuf + protobuf-bom + 3.25.3 + pom + + Protocol Buffers [BOM] + A compatible set of open source libraries for working with protocol buffers. + https://developers.google.com/protocol-buffers/ + + + Google LLC + https://protobuf.dev + + + + + protobuf + Protocol Buffers + protobuf@googlegroups.com + Google + https://protobuf.dev + America/Los_Angeles + + + + + + BSD-3-Clause + https://opensource.org/licenses/BSD-3-Clause + + + + + https://github.com/protocolbuffers/protobuf + scm:git:https://github.com/protocolbuffers/protobuf.git + + + + UTF-8 + + + + + sonatype-nexus-staging + https://oss.sonatype.org/content/repositories/snapshots + + + sonatype-nexus-staging + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + com.google.protobuf + protobuf-java + ${project.version} + + + com.google.protobuf + protobuf-java-util + ${project.version} + + + com.google.protobuf + protobuf-kotlin + ${project.version} + + + + + + + + release + + + + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.6 + true + + https://oss.sonatype.org/ + sonatype-nexus-staging + false + + + + + + + diff --git a/com/google/protobuf/protobuf-bom/3.25.3/protobuf-bom-3.25.3.pom.sha1 b/com/google/protobuf/protobuf-bom/3.25.3/protobuf-bom-3.25.3.pom.sha1 new file mode 100644 index 0000000..0d5afe6 --- /dev/null +++ b/com/google/protobuf/protobuf-bom/3.25.3/protobuf-bom-3.25.3.pom.sha1 @@ -0,0 +1 @@ +39c280de24d69c6e895be4540d6381fca180b87a \ No newline at end of file diff --git a/com/influxdb/influxdb-client-core/6.7.0/_remote.repositories b/com/influxdb/influxdb-client-core/6.7.0/_remote.repositories new file mode 100644 index 0000000..bffc17a --- /dev/null +++ b/com/influxdb/influxdb-client-core/6.7.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:25 CST 2025 +influxdb-client-core-6.7.0.jar>public= +influxdb-client-core-6.7.0.pom>public= diff --git a/com/influxdb/influxdb-client-core/6.7.0/influxdb-client-core-6.7.0.jar b/com/influxdb/influxdb-client-core/6.7.0/influxdb-client-core-6.7.0.jar new file mode 100644 index 0000000..d50b118 Binary files /dev/null and b/com/influxdb/influxdb-client-core/6.7.0/influxdb-client-core-6.7.0.jar differ diff --git a/com/influxdb/influxdb-client-core/6.7.0/influxdb-client-core-6.7.0.jar.lastUpdated b/com/influxdb/influxdb-client-core/6.7.0/influxdb-client-core-6.7.0.jar.lastUpdated new file mode 100644 index 0000000..5d82009 --- /dev/null +++ b/com/influxdb/influxdb-client-core/6.7.0/influxdb-client-core-6.7.0.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:25 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361625106 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361625200 diff --git a/com/influxdb/influxdb-client-core/6.7.0/influxdb-client-core-6.7.0.jar.sha1 b/com/influxdb/influxdb-client-core/6.7.0/influxdb-client-core-6.7.0.jar.sha1 new file mode 100644 index 0000000..6f8c487 --- /dev/null +++ b/com/influxdb/influxdb-client-core/6.7.0/influxdb-client-core-6.7.0.jar.sha1 @@ -0,0 +1 @@ +c6a6bf269e2e275f695098c26ab0e4d3a6a91b3c \ No newline at end of file diff --git a/com/influxdb/influxdb-client-core/6.7.0/influxdb-client-core-6.7.0.pom b/com/influxdb/influxdb-client-core/6.7.0/influxdb-client-core-6.7.0.pom new file mode 100644 index 0000000..21be8e6 --- /dev/null +++ b/com/influxdb/influxdb-client-core/6.7.0/influxdb-client-core-6.7.0.pom @@ -0,0 +1,200 @@ + + + + 4.0.0 + + + influxdb-client + com.influxdb + 6.7.0 + + + influxdb-client-core + jar + + The InfluxDB Client Core + InfluxDB Client Core - exceptions, validations, REST client + + https://github.com/influxdata/influxdb-client-java/tree/master/client-core + + + + The MIT License (MIT) + https://raw.githubusercontent.com/influxdata/influxdb-client-java/master/LICENSE + repo + + + + + + Jakub Bednar + jakub.bednar@bonitoo.io + Bonitoo + https://www.bonitoo.io + + + Robert Hajek + robert.hajek@bonitoo.io + Bonitoo + https://www.bonitoo.io + + + + + scm:git:git@github.com:influxdata/influxdb-client-java.git + scm:git:git@github.com:influxdata/influxdb-client-java.git + https://github.com/influxdata/influxdb-client-java/tree/master + v6.7.0 + + + + + + com.mycila + license-maven-plugin + +
../scripts/license_header.txt
+
+
+ + org.codehaus.mojo + versions-maven-plugin + + file://${project.basedir}/../scripts/maven-version-rules.xml + + +
+
+ + + + + com.influxdb + influxdb-client-utils + + + + com.squareup.okio + okio + + + org.jetbrains.kotlin + kotlin-stdlib + + + org.jetbrains.kotlin + kotlin-stdlib-common + + + + + + com.squareup.okhttp3 + okhttp + + + com.squareup.okio + okio + + + com.squareup.okio + okio-jvm + + + + + + com.squareup.retrofit2 + retrofit + + + com.squareup.okhttp3 + okhttp + + + + + + com.squareup.okhttp3 + logging-interceptor + + + com.squareup.okhttp3 + okhttp + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + + + + + + org.apache.commons + commons-csv + + + + com.google.code.gson + gson + + + + com.influxdb + influxdb-client-test + test + + + + com.squareup.okhttp3 + mockwebserver + + + com.squareup.okhttp3 + okhttp + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + + + test + + + + org.junit.jupiter + junit-jupiter-engine + test + + + + org.assertj + assertj-core + test + + + + +
\ No newline at end of file diff --git a/com/influxdb/influxdb-client-core/6.7.0/influxdb-client-core-6.7.0.pom.lastUpdated b/com/influxdb/influxdb-client-core/6.7.0/influxdb-client-core-6.7.0.pom.lastUpdated new file mode 100644 index 0000000..3ea4481 --- /dev/null +++ b/com/influxdb/influxdb-client-core/6.7.0/influxdb-client-core-6.7.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:12 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361612058 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361612127 diff --git a/com/influxdb/influxdb-client-core/6.7.0/influxdb-client-core-6.7.0.pom.sha1 b/com/influxdb/influxdb-client-core/6.7.0/influxdb-client-core-6.7.0.pom.sha1 new file mode 100644 index 0000000..394ae82 --- /dev/null +++ b/com/influxdb/influxdb-client-core/6.7.0/influxdb-client-core-6.7.0.pom.sha1 @@ -0,0 +1 @@ +267a78888f6155bd3b6a3a624315aa73c08cb053 \ No newline at end of file diff --git a/com/influxdb/influxdb-client-java/6.7.0/_remote.repositories b/com/influxdb/influxdb-client-java/6.7.0/_remote.repositories new file mode 100644 index 0000000..39e4846 --- /dev/null +++ b/com/influxdb/influxdb-client-java/6.7.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:25 CST 2025 +influxdb-client-java-6.7.0.pom>public= +influxdb-client-java-6.7.0.jar>public= diff --git a/com/influxdb/influxdb-client-java/6.7.0/influxdb-client-java-6.7.0.jar b/com/influxdb/influxdb-client-java/6.7.0/influxdb-client-java-6.7.0.jar new file mode 100644 index 0000000..ca30c74 Binary files /dev/null and b/com/influxdb/influxdb-client-java/6.7.0/influxdb-client-java-6.7.0.jar differ diff --git a/com/influxdb/influxdb-client-java/6.7.0/influxdb-client-java-6.7.0.jar.lastUpdated b/com/influxdb/influxdb-client-java/6.7.0/influxdb-client-java-6.7.0.jar.lastUpdated new file mode 100644 index 0000000..5665174 --- /dev/null +++ b/com/influxdb/influxdb-client-java/6.7.0/influxdb-client-java-6.7.0.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:25 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361624721 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361625052 diff --git a/com/influxdb/influxdb-client-java/6.7.0/influxdb-client-java-6.7.0.jar.sha1 b/com/influxdb/influxdb-client-java/6.7.0/influxdb-client-java-6.7.0.jar.sha1 new file mode 100644 index 0000000..2c1923b --- /dev/null +++ b/com/influxdb/influxdb-client-java/6.7.0/influxdb-client-java-6.7.0.jar.sha1 @@ -0,0 +1 @@ +9b5c1976337d36248dcbffc62e858466dec84e4b \ No newline at end of file diff --git a/com/influxdb/influxdb-client-java/6.7.0/influxdb-client-java-6.7.0.pom b/com/influxdb/influxdb-client-java/6.7.0/influxdb-client-java-6.7.0.pom new file mode 100644 index 0000000..2940857 --- /dev/null +++ b/com/influxdb/influxdb-client-java/6.7.0/influxdb-client-java-6.7.0.pom @@ -0,0 +1,153 @@ + + + + + influxdb-client + com.influxdb + 6.7.0 + + 4.0.0 + + influxdb-client-java + jar + + The Java InfluxDB 2.x Client + + The reference Java client that allows query, write + and management (bucket, organization, users) for the InfluxDB 2.x. + + + https://github.com/influxdata/influxdb-client-java/tree/master/client + + + + The MIT License (MIT) + https://raw.githubusercontent.com/influxdata/influxdb-client-java/master/LICENSE + repo + + + + + + Jakub Bednar + jakub.bednar@bonitoo.io + Bonitoo + https://www.bonitoo.io + + + Robert Hajek + robert.hajek@bonitoo.io + Bonitoo + https://www.bonitoo.io + + + + + scm:git:git@github.com:influxdata/influxdb-client-java.git + scm:git:git@github.com:influxdata/influxdb-client-java.git + https://github.com/influxdata/influxdb-client-java/tree/master + v6.7.0 + + + + + + com.mycila + license-maven-plugin + +
../scripts/license_header.txt
+
+
+ + org.codehaus.mojo + build-helper-maven-plugin + 3.3.0 + + + add-source + generate-sources + + add-source + + + + ${project.basedir}/src/generated/java + + + + + + + org.codehaus.mojo + versions-maven-plugin + + file://${project.basedir}/../scripts/maven-version-rules.xml + + +
+
+ + + + + com.influxdb + influxdb-client-core + + + + com.influxdb + influxdb-client-test + test + + + + io.reactivex.rxjava3 + rxjava + + + + com.squareup.retrofit2 + adapter-rxjava3 + + + + com.squareup.retrofit2 + converter-scalars + + + + com.squareup.retrofit2 + converter-gson + + + + com.moandjiezana.toml + toml4j + test + + + + +
\ No newline at end of file diff --git a/com/influxdb/influxdb-client-java/6.7.0/influxdb-client-java-6.7.0.pom.lastUpdated b/com/influxdb/influxdb-client-java/6.7.0/influxdb-client-java-6.7.0.pom.lastUpdated new file mode 100644 index 0000000..33b7645 --- /dev/null +++ b/com/influxdb/influxdb-client-java/6.7.0/influxdb-client-java-6.7.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:11 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361611828 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361611900 diff --git a/com/influxdb/influxdb-client-java/6.7.0/influxdb-client-java-6.7.0.pom.sha1 b/com/influxdb/influxdb-client-java/6.7.0/influxdb-client-java-6.7.0.pom.sha1 new file mode 100644 index 0000000..ab78d3b --- /dev/null +++ b/com/influxdb/influxdb-client-java/6.7.0/influxdb-client-java-6.7.0.pom.sha1 @@ -0,0 +1 @@ +a7159f306b1db928ca87151ef7737312a491b78a \ No newline at end of file diff --git a/com/influxdb/influxdb-client-utils/6.7.0/_remote.repositories b/com/influxdb/influxdb-client-utils/6.7.0/_remote.repositories new file mode 100644 index 0000000..81665e2 --- /dev/null +++ b/com/influxdb/influxdb-client-utils/6.7.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:25 CST 2025 +influxdb-client-utils-6.7.0.pom>public= +influxdb-client-utils-6.7.0.jar>public= diff --git a/com/influxdb/influxdb-client-utils/6.7.0/influxdb-client-utils-6.7.0.jar b/com/influxdb/influxdb-client-utils/6.7.0/influxdb-client-utils-6.7.0.jar new file mode 100644 index 0000000..bfb46dc Binary files /dev/null and b/com/influxdb/influxdb-client-utils/6.7.0/influxdb-client-utils-6.7.0.jar differ diff --git a/com/influxdb/influxdb-client-utils/6.7.0/influxdb-client-utils-6.7.0.jar.lastUpdated b/com/influxdb/influxdb-client-utils/6.7.0/influxdb-client-utils-6.7.0.jar.lastUpdated new file mode 100644 index 0000000..bb32be8 --- /dev/null +++ b/com/influxdb/influxdb-client-utils/6.7.0/influxdb-client-utils-6.7.0.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:25 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361625250 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361625307 diff --git a/com/influxdb/influxdb-client-utils/6.7.0/influxdb-client-utils-6.7.0.jar.sha1 b/com/influxdb/influxdb-client-utils/6.7.0/influxdb-client-utils-6.7.0.jar.sha1 new file mode 100644 index 0000000..e1eb3a2 --- /dev/null +++ b/com/influxdb/influxdb-client-utils/6.7.0/influxdb-client-utils-6.7.0.jar.sha1 @@ -0,0 +1 @@ +4b7fad9c1590d4871b0f03604b2ade6524eaf045 \ No newline at end of file diff --git a/com/influxdb/influxdb-client-utils/6.7.0/influxdb-client-utils-6.7.0.pom b/com/influxdb/influxdb-client-utils/6.7.0/influxdb-client-utils-6.7.0.pom new file mode 100644 index 0000000..d551ed4 --- /dev/null +++ b/com/influxdb/influxdb-client-utils/6.7.0/influxdb-client-utils-6.7.0.pom @@ -0,0 +1,107 @@ + + + + 4.0.0 + + + influxdb-client + com.influxdb + 6.7.0 + + + influxdb-client-utils + jar + + The InfluxDB Client Utils + InfluxDB Client Utils - base utils for other modules + + https://github.com/influxdata/influxdb-client-java/tree/master/client-utils + + + + The MIT License (MIT) + https://raw.githubusercontent.com/influxdata/influxdb-client-java/master/LICENSE + repo + + + + + + Jakub Bednar + jakub.bednar@bonitoo.io + Bonitoo + https://www.bonitoo.io + + + Robert Hajek + robert.hajek@bonitoo.io + Bonitoo + https://www.bonitoo.io + + + + + scm:git:git@github.com:influxdata/influxdb-client-java.git + scm:git:git@github.com:influxdata/influxdb-client-java.git + https://github.com/influxdata/influxdb-client-java/tree/master + v6.7.0 + + + + + + com.mycila + license-maven-plugin + +
../scripts/license_header.txt
+
+
+ + org.codehaus.mojo + versions-maven-plugin + + file://${project.basedir}/../scripts/maven-version-rules.xml + + +
+
+ + + + + org.junit.jupiter + junit-jupiter-engine + test + + + + org.assertj + assertj-core + test + + + + +
\ No newline at end of file diff --git a/com/influxdb/influxdb-client-utils/6.7.0/influxdb-client-utils-6.7.0.pom.lastUpdated b/com/influxdb/influxdb-client-utils/6.7.0/influxdb-client-utils-6.7.0.pom.lastUpdated new file mode 100644 index 0000000..f4879bb --- /dev/null +++ b/com/influxdb/influxdb-client-utils/6.7.0/influxdb-client-utils-6.7.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:12 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361612196 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361612245 diff --git a/com/influxdb/influxdb-client-utils/6.7.0/influxdb-client-utils-6.7.0.pom.sha1 b/com/influxdb/influxdb-client-utils/6.7.0/influxdb-client-utils-6.7.0.pom.sha1 new file mode 100644 index 0000000..12f451c --- /dev/null +++ b/com/influxdb/influxdb-client-utils/6.7.0/influxdb-client-utils-6.7.0.pom.sha1 @@ -0,0 +1 @@ +f5ad52d570ce92423a407fc24472bb5237d0d64f \ No newline at end of file diff --git a/com/influxdb/influxdb-client/6.7.0/_remote.repositories b/com/influxdb/influxdb-client/6.7.0/_remote.repositories new file mode 100644 index 0000000..bd578b0 --- /dev/null +++ b/com/influxdb/influxdb-client/6.7.0/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:12 CST 2025 +influxdb-client-6.7.0.pom>public= diff --git a/com/influxdb/influxdb-client/6.7.0/influxdb-client-6.7.0.pom b/com/influxdb/influxdb-client/6.7.0/influxdb-client-6.7.0.pom new file mode 100644 index 0000000..be0c5cd --- /dev/null +++ b/com/influxdb/influxdb-client/6.7.0/influxdb-client-6.7.0.pom @@ -0,0 +1,796 @@ + + + + 4.0.0 + + com.influxdb + influxdb-client + 6.7.0 + pom + + + client-utils + client-test + client-core + client-legacy + client + client-reactive + client-kotlin + client-scala/cross/2.12 + client-scala/cross/2.13 + client-osgi + karaf + spring + flux-dsl + examples + + + The InfluxDB 2.x JVM Based Clients + + The reference JVM clients for the InfluxDB 2.x - currently Java, Reactive, Kotlin and Scala clients are implemented. + + + https://github.com/influxdata/influxdb-client-java + 2018 + + + InfluxData, Inc. + https://influxdata.com + + + + + The MIT License (MIT) + https://raw.githubusercontent.com/influxdata/influxdb-client-java/master/LICENSE + repo + + + + + + Jakub Bednar + jakub.bednar@bonitoo.io + Bonitoo + https://www.bonitoo.io + + + Robert Hajek + robert.hajek@bonitoo.io + Bonitoo + https://www.bonitoo.io + + + + + scm:git:git@github.com:influxdata/influxdb-client-java.git + scm:git:git@github.com:influxdata/influxdb-client-java.git + http://github.com/influxdata/influxdb-client-java/tree/master + v6.7.0 + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + GitHubPages + https://influxdata.github.io/influxdb-client-java/ + + + + + UTF-8 + + 2.9.0 + 4.10.0 + 3.2.0 + 2.10 + 3.1.5 + + 3.0.0-M7 + 3.4.1 + 3.2.0 + 0.8.8 + 3.12.1 + 4.7.2 + + 2.6.20 + 1.7.20 + 5.9.1 + 1.6.4 + 4.8.1 + + + + + com.google.code.findbugs + jsr305 + + + + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + + true + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + + 1.8 + 1.8 + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${plugin.javadoc.version} + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${plugin.checkstyle.version} + + true + scripts/checkstyle.xml + true + false + **/examples/**,**/flowable/*.java + **/influx2.properties + + src/main/java + + + + + verify + + checkstyle + + + + + + + com.mycila + license-maven-plugin + +
scripts/license_header.txt
+ true + true + + SLASHSTAR_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + + false + **, **/META-INF/services/** + **/target/**, **/*.jar, **/.git/**, **/.*, **/*.png, **/*.iml, **/*.bolt, .idea/**, + **/*nightly*/**, **/.m2/**, LICENSE, **/*.md, **/PLACEHOLDER, **/.influxdb/**, **/generated/**, + **/openapi-generator/**, **/swagger.yml, **/*.json, **/spring.factories, **/PULL_REQUEST_TEMPLATE, + release.properties/, **/pom.xml.releaseBackup, **/pom.xml.tag, **/semantic.yml, **/test.txt, **/*.csv, + codecov.yml, **/flowable/*.java + + + ${project.organization.name} + + + + LICENSE_NAME + APPROVE + The MIT License (MIT) + + + LICENSE_NAME + APPROVE + The MIT License + + + LICENSE_NAME + APPROVE + Apache-2.0 + + + LICENSE_URL + APPROVE + http://www.apache.org/licenses/LICENSE-2.0.txt + + + LICENSE_URL + APPROVE + https://www.apache.org/licenses/LICENSE-2.0.txt + + + LICENSE_URL + APPROVE + https://www.apache.org/licenses/LICENSE-2.0 + + + LICENSE_URL + APPROVE + http://opensource.org/licenses/BSD-3-Clause + + + LICENSE_URL + APPROVE + https://www.eclipse.org/legal/epl-v20.html + + +
+ + + verify + + check + + + +
+ + + org.apache.maven.plugins + maven-surefire-plugin + ${plugin.surefire.version} + + + org.junit.vintage + junit-vintage-engine + ${junit-jupiter.version} + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + ${plugin.surefire.version} + + + + integration-test + verify + + + + + + org.junit.vintage + junit-vintage-engine + ${junit-jupiter.version} + + + + + + org.jacoco + jacoco-maven-plugin + ${plugin.jacoco.version} + + + + prepare-agent + prepare-agent-integration + + + + report + test + + report + + + + report-integration + integration-test + + report-integration + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + + + org.apache.maven.plugins + maven-site-plugin + ${plugin.site.version} + + scripts/site/ + + + + + org.codehaus.mojo + versions-maven-plugin + + file://${project.basedir}/scripts/maven-version-rules.xml + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-maven + + enforce + + + + + 3.3.9 + + + + + + + +
+ + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + com.mycila + license-maven-plugin + 4.2.rc2 + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + + org.codehaus.mojo + versions-maven-plugin + 2.13.0 + + + + org.apache.karaf.tooling + karaf-maven-plugin + ${karaf.version} + true + + true + true + + + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.1.0 + + + + + +
+ + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.4.1 + + true + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${plugin.javadoc.version} + + + default + + javadoc + aggregate + + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${plugin.surefire.version} + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${plugin.checkstyle.version} + + true + scripts/checkstyle.xml + true + false + **/example/**,**/flowable/*.java + **/influx2.properties + + src/main/java + + + + + org.jacoco + jacoco-maven-plugin + ${plugin.jacoco.version} + + + + report + + + + + + org.codehaus.mojo + versions-maven-plugin + 2.13.0 + + + + dependency-updates-report + plugin-updates-report + + + + + + + + + + + com.influxdb + influxdb-client-test + 6.7.0 + test + + + + com.influxdb + influxdb-client-core + 6.7.0 + + + + com.influxdb + influxdb-client-utils + 6.7.0 + + + + com.influxdb + influxdb-client-java + 6.7.0 + + + + com.influxdb + influxdb-client-reactive + 6.7.0 + + + + com.influxdb + influxdb-client-flux + 6.7.0 + + + + com.squareup.retrofit2 + retrofit + ${dependency.retrofit.version} + + + + com.squareup.retrofit2 + converter-scalars + ${dependency.retrofit.version} + + + + com.squareup.retrofit2 + converter-gson + ${dependency.retrofit.version} + + + com.google.code.gson + gson + + + + + + com.squareup.retrofit2 + adapter-rxjava3 + ${dependency.retrofit.version} + + + com.squareup.okhttp3 + okhttp + + + com.squareup.retrofit2 + retrofit + + + io.reactivex.rxjava3 + rxjava + + + org.reactivestreams + reactive-streams + + + + + + com.squareup.okio + okio + ${dependency.com.squareup.okio} + + + + com.squareup.okhttp3 + okhttp + ${dependency.okhttp3.version} + + + + com.squareup.okhttp3 + logging-interceptor + ${dependency.okhttp3.version} + + + + com.google.code.gson + gson + ${dependency.gson.version} + + + + io.reactivex.rxjava3 + rxjava + ${dependency.io.reactivex.rxjava3} + + + + org.apache.commons + commons-csv + 1.9.0 + + + + com.google.code.findbugs + jsr305 + 3.0.2 + + + + org.junit.jupiter + junit-jupiter-engine + ${junit-jupiter.version} + + + + org.hamcrest + hamcrest + 2.2 + + + + org.mockito + mockito-core + ${mockito.version} + + + net.bytebuddy + byte-buddy + + + + + + org.mockito + mockito-junit-jupiter + ${mockito.version} + + + org.junit.jupiter + junit-jupiter-api + + + + + + org.assertj + assertj-core + 3.23.1 + + + + com.squareup.okhttp3 + mockwebserver + ${dependency.okhttp3.version} + + + + com.moandjiezana.toml + toml4j + 0.7.2 + + + com.google.code.gson + gson + + + + + + org.jetbrains.kotlin + kotlin-stdlib + ${kotlin.version} + + + + org.jetbrains.kotlinx + kotlinx-coroutines-core + ${kotlin-coroutines.version} + + + + org.jetbrains.kotlinx + kotlinx-coroutines-core-jvm + ${kotlin-coroutines.version} + + + + + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + + + + + + + + + + spring-bundle-releases + Spring Bundle Releases + https://repository.springsource.com/maven/bundles/release + + + spring-bundle-external + Spring External Bundle Releases + https://repository.springsource.com/maven/bundles/external + + + +
diff --git a/com/influxdb/influxdb-client/6.7.0/influxdb-client-6.7.0.pom.lastUpdated b/com/influxdb/influxdb-client/6.7.0/influxdb-client-6.7.0.pom.lastUpdated new file mode 100644 index 0000000..87a3b52 --- /dev/null +++ b/com/influxdb/influxdb-client/6.7.0/influxdb-client-6.7.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:12 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361611959 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361612011 diff --git a/com/influxdb/influxdb-client/6.7.0/influxdb-client-6.7.0.pom.sha1 b/com/influxdb/influxdb-client/6.7.0/influxdb-client-6.7.0.pom.sha1 new file mode 100644 index 0000000..e822181 --- /dev/null +++ b/com/influxdb/influxdb-client/6.7.0/influxdb-client-6.7.0.pom.sha1 @@ -0,0 +1 @@ +fa6eff88a1ba4636ee1a2fee8fb8f3c40a7f6963 \ No newline at end of file diff --git a/com/mysql/mysql-connector-j/8.0.33/_remote.repositories b/com/mysql/mysql-connector-j/8.0.33/_remote.repositories new file mode 100644 index 0000000..2e817cb --- /dev/null +++ b/com/mysql/mysql-connector-j/8.0.33/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:22 CST 2025 +mysql-connector-j-8.0.33.pom>public= +mysql-connector-j-8.0.33.jar>public= diff --git a/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.jar b/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.jar new file mode 100644 index 0000000..3f741f5 Binary files /dev/null and b/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.jar differ diff --git a/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.jar.sha1 b/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.jar.sha1 new file mode 100644 index 0000000..3663c93 --- /dev/null +++ b/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.jar.sha1 @@ -0,0 +1 @@ +9e64d997873abc4318620264703d3fdb6b02dd5a \ No newline at end of file diff --git a/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.pom b/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.pom new file mode 100644 index 0000000..cefeee2 --- /dev/null +++ b/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.pom @@ -0,0 +1,84 @@ + + + + 4.0.0 + + com.mysql + mysql-connector-j + 8.0.33 + jar + + MySQL Connector/J + JDBC Type 4 driver for MySQL. + http://dev.mysql.com/doc/connector-j/en/ + + + + The GNU General Public License, v2 with Universal FOSS Exception, v1.0 + repo + For detailed license information see the LICENSE file in this distribution. + + + + + Oracle Corporation + https://www.oracle.com/ + + + + + Filipe Silva + filipe.silva@oracle.com + Oracle Corporation + https://www.oracle.com/ + + + + + scm:git:git@github.com:mysql/mysql-connector-j.git + https://github.com/mysql/mysql-connector-j + + + + + com.google.protobuf + protobuf-java + 3.21.9 + + + + com.oracle.oci.sdk + oci-java-sdk-common + 2.47.0 + true + + + diff --git a/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.pom.sha1 b/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.pom.sha1 new file mode 100644 index 0000000..fff0be5 --- /dev/null +++ b/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.pom.sha1 @@ -0,0 +1 @@ +5fd6372a2dfb7536081c551eaf2dbbac15055284 \ No newline at end of file diff --git a/com/squareup/okio/okio-jvm/3.2.0/_remote.repositories b/com/squareup/okio/okio-jvm/3.2.0/_remote.repositories new file mode 100644 index 0000000..2a69355 --- /dev/null +++ b/com/squareup/okio/okio-jvm/3.2.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:25 CST 2025 +okio-jvm-3.2.0.pom>public= +okio-jvm-3.2.0.jar>public= diff --git a/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.jar b/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.jar new file mode 100644 index 0000000..727688d Binary files /dev/null and b/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.jar differ diff --git a/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.jar.lastUpdated b/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.jar.lastUpdated new file mode 100644 index 0000000..06fa79e --- /dev/null +++ b/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:25 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361625452 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361625922 diff --git a/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.jar.sha1 b/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.jar.sha1 new file mode 100644 index 0000000..910f0da --- /dev/null +++ b/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.jar.sha1 @@ -0,0 +1 @@ +332d1c5dc82b0241cb1d35bb0901d28470cc89ca \ No newline at end of file diff --git a/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.pom b/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.pom new file mode 100644 index 0000000..8405a27 --- /dev/null +++ b/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.pom @@ -0,0 +1,47 @@ + + + + + + + + 4.0.0 + com.squareup.okio + okio-jvm + 3.2.0 + okio + A modern I/O API for Java + https://github.com/square/okio/ + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + square + Square, Inc. + + + + scm:git:git://github.com/square/okio.git + scm:git:ssh://git@github.com/square/okio.git + https://github.com/square/okio/ + + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + 1.6.20 + compile + + + org.jetbrains.kotlin + kotlin-stdlib-common + 1.6.20 + compile + + + diff --git a/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.pom.lastUpdated b/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.pom.lastUpdated new file mode 100644 index 0000000..bbe3d01 --- /dev/null +++ b/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:12 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361612430 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361612527 diff --git a/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.pom.sha1 b/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.pom.sha1 new file mode 100644 index 0000000..a2ad2eb --- /dev/null +++ b/com/squareup/okio/okio-jvm/3.2.0/okio-jvm-3.2.0.pom.sha1 @@ -0,0 +1 @@ +749720d97fe3dc16e0d84a05628f4c818b375a85 \ No newline at end of file diff --git a/com/squareup/okio/okio/3.2.0/_remote.repositories b/com/squareup/okio/okio/3.2.0/_remote.repositories new file mode 100644 index 0000000..d8718b4 --- /dev/null +++ b/com/squareup/okio/okio/3.2.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:25 CST 2025 +okio-3.2.0.pom>public= +okio-3.2.0.jar>public= diff --git a/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar b/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar new file mode 100644 index 0000000..65d110d Binary files /dev/null and b/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar differ diff --git a/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar.lastUpdated b/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar.lastUpdated new file mode 100644 index 0000000..5c34fa7 --- /dev/null +++ b/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:25 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361625353 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361625402 diff --git a/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar.sha1 b/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar.sha1 new file mode 100644 index 0000000..ad4cfa7 --- /dev/null +++ b/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar.sha1 @@ -0,0 +1 @@ +afd4b7185a6976c2ac6bfb7b126c257ee9b3e765 \ No newline at end of file diff --git a/com/squareup/okio/okio/3.2.0/okio-3.2.0.pom b/com/squareup/okio/okio/3.2.0/okio-3.2.0.pom new file mode 100644 index 0000000..9603378 --- /dev/null +++ b/com/squareup/okio/okio/3.2.0/okio-3.2.0.pom @@ -0,0 +1,41 @@ + + + + + + + + 4.0.0 + com.squareup.okio + okio + 3.2.0 + okio + A modern I/O API for Java + https://github.com/square/okio/ + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + square + Square, Inc. + + + + scm:git:git://github.com/square/okio.git + scm:git:ssh://git@github.com/square/okio.git + https://github.com/square/okio/ + + + + com.squareup.okio + okio-jvm + 3.2.0 + compile + + + diff --git a/com/squareup/okio/okio/3.2.0/okio-3.2.0.pom.lastUpdated b/com/squareup/okio/okio/3.2.0/okio-3.2.0.pom.lastUpdated new file mode 100644 index 0000000..bf6f7bb --- /dev/null +++ b/com/squareup/okio/okio/3.2.0/okio-3.2.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:12 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361612293 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361612347 diff --git a/com/squareup/okio/okio/3.2.0/okio-3.2.0.pom.sha1 b/com/squareup/okio/okio/3.2.0/okio-3.2.0.pom.sha1 new file mode 100644 index 0000000..e7fab91 --- /dev/null +++ b/com/squareup/okio/okio/3.2.0/okio-3.2.0.pom.sha1 @@ -0,0 +1 @@ +85284557b21661be1c4983910fef4e35532e1e34 \ No newline at end of file diff --git a/com/squareup/retrofit2/adapter-rxjava3/2.9.0/_remote.repositories b/com/squareup/retrofit2/adapter-rxjava3/2.9.0/_remote.repositories new file mode 100644 index 0000000..fb2c35f --- /dev/null +++ b/com/squareup/retrofit2/adapter-rxjava3/2.9.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:23 CST 2025 +adapter-rxjava3-2.9.0.pom>public= +adapter-rxjava3-2.9.0.jar>public= diff --git a/com/squareup/retrofit2/adapter-rxjava3/2.9.0/adapter-rxjava3-2.9.0.jar b/com/squareup/retrofit2/adapter-rxjava3/2.9.0/adapter-rxjava3-2.9.0.jar new file mode 100644 index 0000000..92b7107 Binary files /dev/null and b/com/squareup/retrofit2/adapter-rxjava3/2.9.0/adapter-rxjava3-2.9.0.jar differ diff --git a/com/squareup/retrofit2/adapter-rxjava3/2.9.0/adapter-rxjava3-2.9.0.jar.lastUpdated b/com/squareup/retrofit2/adapter-rxjava3/2.9.0/adapter-rxjava3-2.9.0.jar.lastUpdated new file mode 100644 index 0000000..db0c072 --- /dev/null +++ b/com/squareup/retrofit2/adapter-rxjava3/2.9.0/adapter-rxjava3-2.9.0.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:23 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361623446 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361623508 diff --git a/com/squareup/retrofit2/adapter-rxjava3/2.9.0/adapter-rxjava3-2.9.0.jar.sha1 b/com/squareup/retrofit2/adapter-rxjava3/2.9.0/adapter-rxjava3-2.9.0.jar.sha1 new file mode 100644 index 0000000..901d2aa --- /dev/null +++ b/com/squareup/retrofit2/adapter-rxjava3/2.9.0/adapter-rxjava3-2.9.0.jar.sha1 @@ -0,0 +1 @@ +fab8dc7defa024056fcd244980d1ca99f86d55b7 \ No newline at end of file diff --git a/com/squareup/retrofit2/adapter-rxjava3/2.9.0/adapter-rxjava3-2.9.0.pom b/com/squareup/retrofit2/adapter-rxjava3/2.9.0/adapter-rxjava3-2.9.0.pom new file mode 100644 index 0000000..9a70b8a --- /dev/null +++ b/com/squareup/retrofit2/adapter-rxjava3/2.9.0/adapter-rxjava3-2.9.0.pom @@ -0,0 +1,73 @@ + + + 4.0.0 + com.squareup.retrofit2 + adapter-rxjava3 + 2.9.0 + Adapter: RxJava 3 + A Retrofit CallAdapter for RxJava 3's stream types. + https://github.com/square/retrofit + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + square + Square, Inc. + + + + scm:git:git://github.com/square/retrofit.git + scm:git:ssh://git@github.com/square/retrofit.git + https://github.com/square/retrofit/ + + + + com.squareup.retrofit2 + retrofit + 2.9.0 + compile + + + io.reactivex.rxjava3 + rxjava + 3.0.0 + compile + + + org.reactivestreams + reactive-streams + 1.0.3 + compile + + + junit + junit + 4.13 + test + + + org.assertj + assertj-core + 3.13.2 + test + + + com.google.guava + guava + 28.1-jre + test + + + com.squareup.okhttp3 + mockwebserver + 3.14.9 + test + + + diff --git a/com/squareup/retrofit2/adapter-rxjava3/2.9.0/adapter-rxjava3-2.9.0.pom.lastUpdated b/com/squareup/retrofit2/adapter-rxjava3/2.9.0/adapter-rxjava3-2.9.0.pom.lastUpdated new file mode 100644 index 0000000..44be5bc --- /dev/null +++ b/com/squareup/retrofit2/adapter-rxjava3/2.9.0/adapter-rxjava3-2.9.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:13 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361613080 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361613132 diff --git a/com/squareup/retrofit2/adapter-rxjava3/2.9.0/adapter-rxjava3-2.9.0.pom.sha1 b/com/squareup/retrofit2/adapter-rxjava3/2.9.0/adapter-rxjava3-2.9.0.pom.sha1 new file mode 100644 index 0000000..7736d8e --- /dev/null +++ b/com/squareup/retrofit2/adapter-rxjava3/2.9.0/adapter-rxjava3-2.9.0.pom.sha1 @@ -0,0 +1 @@ +32a4f4a8cf2adf7eaa0daba7f1caade1dbe5c3da \ No newline at end of file diff --git a/com/squareup/retrofit2/converter-gson/2.9.0/_remote.repositories b/com/squareup/retrofit2/converter-gson/2.9.0/_remote.repositories new file mode 100644 index 0000000..f2d4d77 --- /dev/null +++ b/com/squareup/retrofit2/converter-gson/2.9.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:23 CST 2025 +converter-gson-2.9.0.pom>public= +converter-gson-2.9.0.jar>public= diff --git a/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.jar b/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.jar new file mode 100644 index 0000000..8d02e70 Binary files /dev/null and b/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.jar differ diff --git a/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.jar.lastUpdated b/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.jar.lastUpdated new file mode 100644 index 0000000..d506d3a --- /dev/null +++ b/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:23 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361623767 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361623820 diff --git a/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.jar.sha1 b/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.jar.sha1 new file mode 100644 index 0000000..879ad38 --- /dev/null +++ b/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.jar.sha1 @@ -0,0 +1 @@ +fc93484fc67ab52b1e0ccbdaa3922d8a6678e097 \ No newline at end of file diff --git a/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.pom b/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.pom new file mode 100644 index 0000000..41a37f8 --- /dev/null +++ b/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.pom @@ -0,0 +1,61 @@ + + + 4.0.0 + com.squareup.retrofit2 + converter-gson + 2.9.0 + Converter: Gson + A Retrofit Converter which uses Gson for serialization. + https://github.com/square/retrofit + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + square + Square, Inc. + + + + scm:git:git://github.com/square/retrofit.git + scm:git:ssh://git@github.com/square/retrofit.git + https://github.com/square/retrofit/ + + + + com.squareup.retrofit2 + retrofit + 2.9.0 + compile + + + com.google.code.gson + gson + 2.8.5 + compile + + + junit + junit + 4.13 + test + + + org.assertj + assertj-core + 3.13.2 + test + + + com.squareup.okhttp3 + mockwebserver + 3.14.9 + test + + + diff --git a/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.pom.lastUpdated b/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.pom.lastUpdated new file mode 100644 index 0000000..fb77f9e --- /dev/null +++ b/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:13 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361613297 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361613349 diff --git a/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.pom.sha1 b/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.pom.sha1 new file mode 100644 index 0000000..434f2f4 --- /dev/null +++ b/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.pom.sha1 @@ -0,0 +1 @@ +566f3b500a0bb427d3545205c129abae2898e06c \ No newline at end of file diff --git a/com/squareup/retrofit2/converter-scalars/2.9.0/_remote.repositories b/com/squareup/retrofit2/converter-scalars/2.9.0/_remote.repositories new file mode 100644 index 0000000..c12de42 --- /dev/null +++ b/com/squareup/retrofit2/converter-scalars/2.9.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:23 CST 2025 +converter-scalars-2.9.0.jar>public= +converter-scalars-2.9.0.pom>public= diff --git a/com/squareup/retrofit2/converter-scalars/2.9.0/converter-scalars-2.9.0.jar b/com/squareup/retrofit2/converter-scalars/2.9.0/converter-scalars-2.9.0.jar new file mode 100644 index 0000000..13d294e Binary files /dev/null and b/com/squareup/retrofit2/converter-scalars/2.9.0/converter-scalars-2.9.0.jar differ diff --git a/com/squareup/retrofit2/converter-scalars/2.9.0/converter-scalars-2.9.0.jar.lastUpdated b/com/squareup/retrofit2/converter-scalars/2.9.0/converter-scalars-2.9.0.jar.lastUpdated new file mode 100644 index 0000000..8797880 --- /dev/null +++ b/com/squareup/retrofit2/converter-scalars/2.9.0/converter-scalars-2.9.0.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:23 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361623569 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361623630 diff --git a/com/squareup/retrofit2/converter-scalars/2.9.0/converter-scalars-2.9.0.jar.sha1 b/com/squareup/retrofit2/converter-scalars/2.9.0/converter-scalars-2.9.0.jar.sha1 new file mode 100644 index 0000000..4877ad6 --- /dev/null +++ b/com/squareup/retrofit2/converter-scalars/2.9.0/converter-scalars-2.9.0.jar.sha1 @@ -0,0 +1 @@ +e9ee6f35fb7ba877a35519f9a8f55c648df820d4 \ No newline at end of file diff --git a/com/squareup/retrofit2/converter-scalars/2.9.0/converter-scalars-2.9.0.pom b/com/squareup/retrofit2/converter-scalars/2.9.0/converter-scalars-2.9.0.pom new file mode 100644 index 0000000..593943a --- /dev/null +++ b/com/squareup/retrofit2/converter-scalars/2.9.0/converter-scalars-2.9.0.pom @@ -0,0 +1,55 @@ + + + 4.0.0 + com.squareup.retrofit2 + converter-scalars + 2.9.0 + Converter: Scalars + A Retrofit Converter for Java's scalar value types. + https://github.com/square/retrofit + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + square + Square, Inc. + + + + scm:git:git://github.com/square/retrofit.git + scm:git:ssh://git@github.com/square/retrofit.git + https://github.com/square/retrofit/ + + + + com.squareup.retrofit2 + retrofit + 2.9.0 + compile + + + junit + junit + 4.13 + test + + + org.assertj + assertj-core + 3.13.2 + test + + + com.squareup.okhttp3 + mockwebserver + 3.14.9 + test + + + diff --git a/com/squareup/retrofit2/converter-scalars/2.9.0/converter-scalars-2.9.0.pom.lastUpdated b/com/squareup/retrofit2/converter-scalars/2.9.0/converter-scalars-2.9.0.pom.lastUpdated new file mode 100644 index 0000000..136dad6 --- /dev/null +++ b/com/squareup/retrofit2/converter-scalars/2.9.0/converter-scalars-2.9.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:13 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361613187 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361613236 diff --git a/com/squareup/retrofit2/converter-scalars/2.9.0/converter-scalars-2.9.0.pom.sha1 b/com/squareup/retrofit2/converter-scalars/2.9.0/converter-scalars-2.9.0.pom.sha1 new file mode 100644 index 0000000..566252c --- /dev/null +++ b/com/squareup/retrofit2/converter-scalars/2.9.0/converter-scalars-2.9.0.pom.sha1 @@ -0,0 +1 @@ +a4341f2a8d1eee644877612d2e7b79307338032a \ No newline at end of file diff --git a/com/squareup/retrofit2/retrofit/2.9.0/_remote.repositories b/com/squareup/retrofit2/retrofit/2.9.0/_remote.repositories new file mode 100644 index 0000000..6876849 --- /dev/null +++ b/com/squareup/retrofit2/retrofit/2.9.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:23 CST 2025 +retrofit-2.9.0.pom>public= +retrofit-2.9.0.jar>public= diff --git a/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.jar b/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.jar new file mode 100644 index 0000000..b899846 Binary files /dev/null and b/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.jar differ diff --git a/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.jar.lastUpdated b/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.jar.lastUpdated new file mode 100644 index 0000000..71918ad --- /dev/null +++ b/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:23 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361623676 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361623724 diff --git a/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.jar.sha1 b/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.jar.sha1 new file mode 100644 index 0000000..7bdfc74 --- /dev/null +++ b/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.jar.sha1 @@ -0,0 +1 @@ +d8fdfbd5da952141a665a403348b74538efc05ff \ No newline at end of file diff --git a/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.pom b/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.pom new file mode 100644 index 0000000..4b57650 --- /dev/null +++ b/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.pom @@ -0,0 +1,78 @@ + + + 4.0.0 + com.squareup.retrofit2 + retrofit + 2.9.0 + Retrofit + A type-safe HTTP client for Android and Java. + https://github.com/square/retrofit + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + square + Square, Inc. + + + + scm:git:git://github.com/square/retrofit.git + scm:git:ssh://git@github.com/square/retrofit.git + https://github.com/square/retrofit/ + + + + com.squareup.okhttp3 + okhttp + 3.14.9 + compile + + + org.jetbrains.kotlin + kotlin-stdlib + 1.3.50 + test + + + org.jetbrains.kotlinx + kotlinx-coroutines-core + 1.3.2 + test + + + retrofit.retrofit + test-helpers + unspecified + test + + + junit + junit + 4.13 + test + + + org.assertj + assertj-core + 3.13.2 + test + + + com.google.guava + guava + 28.1-jre + test + + + com.squareup.okhttp3 + mockwebserver + 3.14.9 + test + + + diff --git a/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.pom.lastUpdated b/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.pom.lastUpdated new file mode 100644 index 0000000..db51b94 --- /dev/null +++ b/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:12 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361612763 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361612807 diff --git a/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.pom.sha1 b/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.pom.sha1 new file mode 100644 index 0000000..b8a18fc --- /dev/null +++ b/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.pom.sha1 @@ -0,0 +1 @@ +007531ed205c184d938c4692b70f302e3ff94875 \ No newline at end of file diff --git a/com/sun/xml/bind/jaxb-bom-ext/2.3.8/_remote.repositories b/com/sun/xml/bind/jaxb-bom-ext/2.3.8/_remote.repositories new file mode 100644 index 0000000..8bd265d --- /dev/null +++ b/com/sun/xml/bind/jaxb-bom-ext/2.3.8/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:14 CST 2025 +jaxb-bom-ext-2.3.8.pom>public= diff --git a/com/sun/xml/bind/jaxb-bom-ext/2.3.8/jaxb-bom-ext-2.3.8.pom b/com/sun/xml/bind/jaxb-bom-ext/2.3.8/jaxb-bom-ext-2.3.8.pom new file mode 100644 index 0000000..4fd884f --- /dev/null +++ b/com/sun/xml/bind/jaxb-bom-ext/2.3.8/jaxb-bom-ext-2.3.8.pom @@ -0,0 +1,92 @@ + + + + + 4.0.0 + + + org.glassfish.jaxb + jaxb-bom + ../bom/pom.xml + 2.3.8 + + + com.sun.xml.bind + jaxb-bom-ext + + pom + JAXB BOM with ALL dependencies + + JAXB Bill of Materials (BOM) with all dependencies. + If you are not sure - DON'T USE THIS BOM. Use com.sun.xml.bind:jaxb-bom instead. + + https://eclipse-ee4j.github.io/jaxb-ri/ + + + ${project.version} + 1.4.5 + ${project.version} + ${project.version} + 1.10.11 + + + + + + com.sun.xml.bind.external + rngom + ${relaxng.version} + + + + org.glassfish.jaxb + xsom + ${xsom.version} + + + com.sun.xml.dtd-parser + dtd-parser + ${dtd-parser.version} + + + com.sun.istack + istack-commons-tools + ${istack.version} + + + org.glassfish.jaxb + codemodel + ${codemodel.version} + + + + org.glassfish.jaxb + txw2 + ${project.version} + + + + org.apache.ant + ant + ${ant.version} + + + com.sun.xml.bind.external + relaxng-datatype + ${relaxng.version} + + + + + diff --git a/com/sun/xml/bind/jaxb-bom-ext/2.3.8/jaxb-bom-ext-2.3.8.pom.sha1 b/com/sun/xml/bind/jaxb-bom-ext/2.3.8/jaxb-bom-ext-2.3.8.pom.sha1 new file mode 100644 index 0000000..453f760 --- /dev/null +++ b/com/sun/xml/bind/jaxb-bom-ext/2.3.8/jaxb-bom-ext-2.3.8.pom.sha1 @@ -0,0 +1 @@ +64709e6360008ef77976cde3e45efdac36a8105a \ No newline at end of file diff --git a/com/sun/xml/bind/mvn/jaxb-parent/2.3.8/_remote.repositories b/com/sun/xml/bind/mvn/jaxb-parent/2.3.8/_remote.repositories new file mode 100644 index 0000000..cdb24dc --- /dev/null +++ b/com/sun/xml/bind/mvn/jaxb-parent/2.3.8/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:14 CST 2025 +jaxb-parent-2.3.8.pom>public= diff --git a/com/sun/xml/bind/mvn/jaxb-parent/2.3.8/jaxb-parent-2.3.8.pom b/com/sun/xml/bind/mvn/jaxb-parent/2.3.8/jaxb-parent-2.3.8.pom new file mode 100644 index 0000000..0247a61 --- /dev/null +++ b/com/sun/xml/bind/mvn/jaxb-parent/2.3.8/jaxb-parent-2.3.8.pom @@ -0,0 +1,664 @@ + + + + + 4.0.0 + + + com.sun.xml.bind + jaxb-bom-ext + 2.3.8 + boms/bom-ext/pom.xml + + + com.sun.xml.bind.mvn + jaxb-parent + 2.3.8 + pom + Jakarta XML Binding Implementation + + Open source Implementation of Jakarta XML Binding (formerly JSR-222) + + + https://eclipse-ee4j.github.io/jaxb-ri + + scm:git:ssh://git@github.com/eclipse-ee4j/jaxb-ri + scm:git:ssh://git@github.com/eclipse-ee4j/jaxb-ri.git + https://github.com/eclipse-ee4j/jaxb-ri.git + HEAD + + + + + Eclipse Distribution License - v 1.0 + http://www.eclipse.org/org/documents/edl-v10.php + repo + + + + + + Roman Grigoriadi + roman.grigoriadi@oracle.com + Oracle Corporation + + + + + github + https://github.com/eclipse-ee4j/jaxb-ri/issues + + + + + Jakarta XML Binding Implementation mailing list + jaxb-impl-dev@eclipse.org + https://accounts.eclipse.org/mailing-list/jaxb-impl-dev + https://accounts.eclipse.org/mailing-list/jaxb-impl-dev + https://accounts.eclipse.org/mailing-list/jaxb-impl-dev + + + + + ${project.build.directory}/common-resources + ${project.build.commonResourcesDirectory}/legal + ${project.build.commonResourcesDirectory}/config/copyright-exclude + false + true + ${project.build.commonResourcesDirectory}/config/copyright.txt + false + + false + High + 4.3.0 + + 4.13.2 + + ${project.build.directory}/mods + + true + 1.0.0 + 6.0.0 + 1.34 + ${project.basedir}/src/main/java-mr + 8 + 9 + true + Eclipse Foundation + org.eclipse + + + + + + + org.jmockit + jmockit + ${jmockit.version} + + + junit + junit + ${junit.version} + + + + + com.sun.org.apache.xml.internal + resolver + 20050927 + + + + + + org.checkerframework + compiler + 2.4.0 + + + + + + + + + + org.apache.maven.plugins + maven-clean-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-resources-plugin + 3.2.0 + + \ + + + + org.apache.felix + maven-bundle-plugin + 5.1.1 + + true + + <_noextraheaders>true + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + + false + + + + META-INF/jpms.args + + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.2.0 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + + -Xlint:all + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + + Jakarta XML Binding + ${jaxb-api.majorVersion}.${jaxb-api.minorVersion} + Jakarta XML Binding Implementation + ${project.version} + ${vendor.name} + ${vendor.id} + ${buildNumber} + ${project.scm.connection} + ${project.version} + JAXB RI ${project.version} + ${jaxb.majorVersion}.${jaxb.minorVersion}.${jaxb.incrementalVersion} + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.3.0 + + + + Jakarta XML Binding + ${jaxb-api.majorVersion}.${jaxb-api.minorVersion} + Jakarta XML Binding Implementation + ${project.version} + ${vendor.name} + ${vendor.id} + ${buildNumber} + ${project.scm.connection} + ${project.version} + JAXB RI ${project.version} + ${jaxb.majorVersion}.${jaxb.minorVersion}.${jaxb.incrementalVersion} + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.3.0 + + + + false + + + 11 + true + false + + com.sun.xml.bind:* + com.sun.tools.xjc:* + com.sun.tools.jxc:* + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.2.0 + + + org.glassfish.copyright + glassfish-copyright-maven-plugin + 2.4 + + ${copyright.template} + ${copyright.exclude} + + ${copyright.scmonly} + + ${copyright.update} + + ${copyright.ignoreyear} + false + + + + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs.version} + + ${spotbugs.skip} + ${spotbugs.threshold} + true + + ${spotbugs.exclude} + + true + + + + org.codehaus.mojo + properties-maven-plugin + 1.0.0 + + + org.codehaus.mojo + buildnumber-maven-plugin + 1.4 + + en-US + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + + + org.apache.maven.plugins + maven-antrun-plugin + 3.0.0 + + + org.apache.ant + ant + 1.10.9 + + + org.apache.ant + ant-junit + 1.10.9 + + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + jaxb.version + + parse-version + + validate + + jaxb + + + + jaxb-api.version + + parse-version + + validate + + jaxb-api + ${jaxb-api.version} + + + + add-legal-resource + generate-resources + + add-resource + + + + + ${legal.doc.source} + META-INF + + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-versions + + enforce + + + + + + + [11,) + + + [3.6.0,) + + + + + + + org.codehaus.mojo + buildnumber-maven-plugin + + + create-buildnumber + + create + + + true + 7 + unknown + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + common-resources + generate-resources + + single + + false + + + src/main/assembly/resources.xml + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-resource + generate-resources + + unpack + + + + + com.sun.xml.bind.mvn + jaxb-parent + ${project.version} + resources + zip + ${project.build.commonResourcesDirectory} + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + default-compile + + ${upper.java.level} + ${upper.java.level} + + + + base-compile + + compile + + + ${base.java.level} + + module-info.java + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + default-jar + + + + false + + + Jakarta XML Binding + ${jaxb-api.majorVersion}.${jaxb-api.minorVersion} + Jakarta XML Binding Implementation + ${project.version} + ${vendor.name} + ${vendor.id} + ${buildNumber} + ${project.scm.connection} + ${project.version} + JAXB RI ${project.version} + ${jaxb.majorVersion}.${jaxb.minorVersion}.${jaxb.incrementalVersion} + + + + META-INF/jpms.args + + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + false + + + + + + + + + + + boms/bom + boms/bom-ext + external + xsom + txw + codemodel + runtime + xjc + jxc + bundles + + + + + default-profile + + + !dev + + + + + docs + tools/osgi_tests + + + + oss-release + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-no-snapshots + + enforce + + + + + No SNAPSHOT dependency allowed! + + + release version no SNAPSHOT Allowed! + + + ${oss.disallow.snapshots} + + + + + + + + + dev-impl + + + dev + + + + + coverage + + + jacoco-build + + + + + + + org.jacoco + jacoco-maven-plugin + 0.8.7 + + + + + + org.jacoco + jacoco-maven-plugin + + + default-prepare-agent + + prepare-agent + + + + default-report + + report + + + + + com/sun/istack/logging/StackHelper.class + com/sun/xml/bind/StackHelper.class + com/sun/tools/jxc/SchemaGenerator.class + com/sun/tools/jxc/SchemaGenerator$JavacOptions.class + com/sun/tools/jxc/SchemaGenerator$Runner.class + com/sun/tools/jxc/SchemaGenTask.class + com/sun/tools/xjc/CatalogUtil.class + com/sun/xml/bind/v2/runtime/reflect/opt/*.class + + + + + + + + + + diff --git a/com/sun/xml/bind/mvn/jaxb-parent/2.3.8/jaxb-parent-2.3.8.pom.sha1 b/com/sun/xml/bind/mvn/jaxb-parent/2.3.8/jaxb-parent-2.3.8.pom.sha1 new file mode 100644 index 0000000..db8205b --- /dev/null +++ b/com/sun/xml/bind/mvn/jaxb-parent/2.3.8/jaxb-parent-2.3.8.pom.sha1 @@ -0,0 +1 @@ +281e412d1e42b9705c44c57aacd1601a75f65843 \ No newline at end of file diff --git a/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.8/_remote.repositories b/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.8/_remote.repositories new file mode 100644 index 0000000..f04a3f6 --- /dev/null +++ b/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.8/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:14 CST 2025 +jaxb-runtime-parent-2.3.8.pom>public= diff --git a/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.8/jaxb-runtime-parent-2.3.8.pom b/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.8/jaxb-runtime-parent-2.3.8.pom new file mode 100644 index 0000000..39c6465 --- /dev/null +++ b/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.8/jaxb-runtime-parent-2.3.8.pom @@ -0,0 +1,36 @@ + + + + + 4.0.0 + + + com.sun.xml.bind.mvn + jaxb-parent + 2.3.8 + ../pom.xml + + + jaxb-runtime-parent + + pom + JAXB Runtime parent + JAXB Runtime parent module. Contains sources used during runtime processing. + https://eclipse-ee4j.github.io/jaxb-ri/ + + + impl + + + diff --git a/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.8/jaxb-runtime-parent-2.3.8.pom.sha1 b/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.8/jaxb-runtime-parent-2.3.8.pom.sha1 new file mode 100644 index 0000000..73e5ece --- /dev/null +++ b/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.8/jaxb-runtime-parent-2.3.8.pom.sha1 @@ -0,0 +1 @@ +fbc90e32277f9c4d5bbad7b7b2a054587e568c01 \ No newline at end of file diff --git a/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.8/_remote.repositories b/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.8/_remote.repositories new file mode 100644 index 0000000..0eaefc7 --- /dev/null +++ b/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.8/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:14 CST 2025 +jaxb-txw-parent-2.3.8.pom>public= diff --git a/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.8/jaxb-txw-parent-2.3.8.pom b/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.8/jaxb-txw-parent-2.3.8.pom new file mode 100644 index 0000000..c6ef22e --- /dev/null +++ b/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.8/jaxb-txw-parent-2.3.8.pom @@ -0,0 +1,53 @@ + + + + + 4.0.0 + + + com.sun.xml.bind.mvn + jaxb-parent + 2.3.8 + ../pom.xml + + + jaxb-txw-parent + pom + JAXB TXW parent + JAXB TXW parent module. Contains sources for TXW component. + https://eclipse-ee4j.github.io/jaxb-ri/ + + + compiler + runtime + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + default-compile + + ${upper.java.level} + + + + + + + + diff --git a/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.8/jaxb-txw-parent-2.3.8.pom.sha1 b/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.8/jaxb-txw-parent-2.3.8.pom.sha1 new file mode 100644 index 0000000..c8a400b --- /dev/null +++ b/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.8/jaxb-txw-parent-2.3.8.pom.sha1 @@ -0,0 +1 @@ +d45befb476a4b9cb6dc76265e5cf1d4904bab306 \ No newline at end of file diff --git a/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/_remote.repositories b/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/_remote.repositories new file mode 100644 index 0000000..8538734 --- /dev/null +++ b/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:23 CST 2025 +taos-jdbcdriver-3.4.0.pom>public= +taos-jdbcdriver-3.4.0.jar>public= diff --git a/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/taos-jdbcdriver-3.4.0.jar b/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/taos-jdbcdriver-3.4.0.jar new file mode 100644 index 0000000..eb8aa52 Binary files /dev/null and b/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/taos-jdbcdriver-3.4.0.jar differ diff --git a/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/taos-jdbcdriver-3.4.0.jar.lastUpdated b/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/taos-jdbcdriver-3.4.0.jar.lastUpdated new file mode 100644 index 0000000..5e5719d --- /dev/null +++ b/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/taos-jdbcdriver-3.4.0.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:23 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361622866 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361623240 diff --git a/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/taos-jdbcdriver-3.4.0.jar.sha1 b/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/taos-jdbcdriver-3.4.0.jar.sha1 new file mode 100644 index 0000000..adabda0 --- /dev/null +++ b/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/taos-jdbcdriver-3.4.0.jar.sha1 @@ -0,0 +1 @@ +f17b0d681fc1991cbbc0108cfde4a8a68b37be32 \ No newline at end of file diff --git a/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/taos-jdbcdriver-3.4.0.pom b/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/taos-jdbcdriver-3.4.0.pom new file mode 100644 index 0000000..3656a21 --- /dev/null +++ b/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/taos-jdbcdriver-3.4.0.pom @@ -0,0 +1,240 @@ + + + 4.0.0 + + com.taosdata.jdbc + taos-jdbcdriver + 3.4.0 + jar + + JDBCDriver + https://github.com/taosdata/taos-connector-jdbc + TDengine JDBC Driver + + + + MIT License + https://github.com/taosdata/taos-connector-jdbc/blob/main/LICENSE + repo + + + + + scm:git:git://github.com/taosdata/taos-connector-jdbc.git + scm:git:git@github.com:taosdata/taos-connector-jdbc.git + https://github.com/taosdata/taos-connector-jdbc + HEAD + + + + + taosdata + support@taosdata.com + https://www.taosdata.com/ + https://www.taosdata.com/ + + + + + TDengine + 3.0.0.0 + UTF-8 + 1.8 + 2.18.0 + + + + + junit + junit + 4.13.2 + test + + + + org.apache.httpcomponents + httpclient + 4.5.13 + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + ${jackson.version} + + + com.google.guava + guava + 32.1.3-jre + + + org.java-websocket + Java-WebSocket + 1.5.4 + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.0.0 + + + src/main/assembly/assembly-jar.xml + + + + + make-assembly + package + + single + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + UTF-8 + 8 + 8 + true + true + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + UTF-8 + UTF-8 + UTF-8 + + + + attach-javadocs + + jar + + + none + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + default-deploy + deploy + + deploy + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + true + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh-td + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + forked-path + -Dgpg.passphrase=${gpg.passphrase} + + + + org.apache.maven.scm + maven-scm-provider-gitexe + 1.11.2 + + + + + + + + src/main/resources + true + + **/*.md + + + + + + + + ossrh-td + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh-td + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + diff --git a/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/taos-jdbcdriver-3.4.0.pom.lastUpdated b/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/taos-jdbcdriver-3.4.0.pom.lastUpdated new file mode 100644 index 0000000..3b6fb31 --- /dev/null +++ b/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/taos-jdbcdriver-3.4.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:11 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361611383 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361611761 diff --git a/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/taos-jdbcdriver-3.4.0.pom.sha1 b/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/taos-jdbcdriver-3.4.0.pom.sha1 new file mode 100644 index 0000000..efb39a0 --- /dev/null +++ b/com/taosdata/jdbc/taos-jdbcdriver/3.4.0/taos-jdbcdriver-3.4.0.pom.sha1 @@ -0,0 +1 @@ +b81aaea4eb873417b06aed0f7a6e3a13e125cbcc \ No newline at end of file diff --git a/com/thoughtworks/qdox/qdox/2.0.3/_remote.repositories b/com/thoughtworks/qdox/qdox/2.0.3/_remote.repositories index 38b7fb9..be6a480 100644 --- a/com/thoughtworks/qdox/qdox/2.0.3/_remote.repositories +++ b/com/thoughtworks/qdox/qdox/2.0.3/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:59 CST 2025 +#Mon Jun 23 10:26:46 CST 2025 qdox-2.0.3.pom>public= +qdox-2.0.3.jar>public= diff --git a/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar b/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar new file mode 100644 index 0000000..72aee86 Binary files /dev/null and b/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar differ diff --git a/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar.sha1 b/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar.sha1 new file mode 100644 index 0000000..f0478e1 --- /dev/null +++ b/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar.sha1 @@ -0,0 +1 @@ +d70143d2a58e7b16a8ec73a495508d43a085d83b \ No newline at end of file diff --git a/com/yomahub/liteflow-core/2.13.1/_remote.repositories b/com/yomahub/liteflow-core/2.13.1/_remote.repositories new file mode 100644 index 0000000..0d8cbfa --- /dev/null +++ b/com/yomahub/liteflow-core/2.13.1/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:13 CST 2025 +liteflow-core-2.13.1.pom>public= +liteflow-core-2.13.1.jar>public= diff --git a/com/yomahub/liteflow-core/2.13.1/liteflow-core-2.13.1.jar b/com/yomahub/liteflow-core/2.13.1/liteflow-core-2.13.1.jar new file mode 100644 index 0000000..35bfe98 Binary files /dev/null and b/com/yomahub/liteflow-core/2.13.1/liteflow-core-2.13.1.jar differ diff --git a/com/yomahub/liteflow-core/2.13.1/liteflow-core-2.13.1.jar.lastUpdated b/com/yomahub/liteflow-core/2.13.1/liteflow-core-2.13.1.jar.lastUpdated new file mode 100644 index 0000000..2635407 --- /dev/null +++ b/com/yomahub/liteflow-core/2.13.1/liteflow-core-2.13.1.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:13 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361612918 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361613614 diff --git a/com/yomahub/liteflow-core/2.13.1/liteflow-core-2.13.1.jar.sha1 b/com/yomahub/liteflow-core/2.13.1/liteflow-core-2.13.1.jar.sha1 new file mode 100644 index 0000000..fecc927 --- /dev/null +++ b/com/yomahub/liteflow-core/2.13.1/liteflow-core-2.13.1.jar.sha1 @@ -0,0 +1 @@ +21365b5aa203c1f30d959dc82359e091a2c662ad \ No newline at end of file diff --git a/com/yomahub/liteflow-core/2.13.1/liteflow-core-2.13.1.pom b/com/yomahub/liteflow-core/2.13.1/liteflow-core-2.13.1.pom new file mode 100644 index 0000000..f1967ad --- /dev/null +++ b/com/yomahub/liteflow-core/2.13.1/liteflow-core-2.13.1.pom @@ -0,0 +1,72 @@ + + + 4.0.0 + + com.yomahub + liteflow + 2.13.1 + + com.yomahub + liteflow-core + 2.13.1 + liteflow core + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + + cn.hutool + hutool-core + + + cn.hutool + hutool-crypto + ${hutool.version} + + + org.slf4j + slf4j-api + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + + + org.yaml + snakeyaml + + + org.dom4j + dom4j + + + com.alibaba + transmittable-thread-local + + + net.bytebuddy + byte-buddy + + + com.alibaba + QLExpress + + + commons-beanutils + commons-beanutils + + + commons-io + commons-io + + + diff --git a/com/yomahub/liteflow-core/2.13.1/liteflow-core-2.13.1.pom.lastUpdated b/com/yomahub/liteflow-core/2.13.1/liteflow-core-2.13.1.pom.lastUpdated new file mode 100644 index 0000000..f3c499c --- /dev/null +++ b/com/yomahub/liteflow-core/2.13.1/liteflow-core-2.13.1.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:08 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361608233 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361608831 diff --git a/com/yomahub/liteflow-core/2.13.1/liteflow-core-2.13.1.pom.sha1 b/com/yomahub/liteflow-core/2.13.1/liteflow-core-2.13.1.pom.sha1 new file mode 100644 index 0000000..23ef4e7 --- /dev/null +++ b/com/yomahub/liteflow-core/2.13.1/liteflow-core-2.13.1.pom.sha1 @@ -0,0 +1 @@ +e5aa3945cdb87ca18dfb6a62ed5e33539adaca52 \ No newline at end of file diff --git a/com/yomahub/liteflow-el-builder/2.13.1/_remote.repositories b/com/yomahub/liteflow-el-builder/2.13.1/_remote.repositories new file mode 100644 index 0000000..43ad2cb --- /dev/null +++ b/com/yomahub/liteflow-el-builder/2.13.1/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:11 CST 2025 +liteflow-el-builder-2.13.1.jar>public= +liteflow-el-builder-2.13.1.pom>public= diff --git a/com/yomahub/liteflow-el-builder/2.13.1/liteflow-el-builder-2.13.1.jar b/com/yomahub/liteflow-el-builder/2.13.1/liteflow-el-builder-2.13.1.jar new file mode 100644 index 0000000..6890dce Binary files /dev/null and b/com/yomahub/liteflow-el-builder/2.13.1/liteflow-el-builder-2.13.1.jar differ diff --git a/com/yomahub/liteflow-el-builder/2.13.1/liteflow-el-builder-2.13.1.jar.lastUpdated b/com/yomahub/liteflow-el-builder/2.13.1/liteflow-el-builder-2.13.1.jar.lastUpdated new file mode 100644 index 0000000..811fa81 --- /dev/null +++ b/com/yomahub/liteflow-el-builder/2.13.1/liteflow-el-builder-2.13.1.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:11 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361611280 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361611799 diff --git a/com/yomahub/liteflow-el-builder/2.13.1/liteflow-el-builder-2.13.1.jar.sha1 b/com/yomahub/liteflow-el-builder/2.13.1/liteflow-el-builder-2.13.1.jar.sha1 new file mode 100644 index 0000000..a0e596d --- /dev/null +++ b/com/yomahub/liteflow-el-builder/2.13.1/liteflow-el-builder-2.13.1.jar.sha1 @@ -0,0 +1 @@ +2c2a5b31d03545ab878e32293bf4f5f3a1508e41 \ No newline at end of file diff --git a/com/yomahub/liteflow-el-builder/2.13.1/liteflow-el-builder-2.13.1.pom b/com/yomahub/liteflow-el-builder/2.13.1/liteflow-el-builder-2.13.1.pom new file mode 100644 index 0000000..864aab7 --- /dev/null +++ b/com/yomahub/liteflow-el-builder/2.13.1/liteflow-el-builder-2.13.1.pom @@ -0,0 +1,34 @@ + + + 4.0.0 + + com.yomahub + liteflow + 2.13.1 + + com.yomahub + liteflow-el-builder + 2.13.1 + liteflow el builder + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + + com.yomahub + liteflow-core + ${revision} + provided + true + + + cn.hutool + hutool-core + + + diff --git a/com/yomahub/liteflow-el-builder/2.13.1/liteflow-el-builder-2.13.1.pom.lastUpdated b/com/yomahub/liteflow-el-builder/2.13.1/liteflow-el-builder-2.13.1.pom.lastUpdated new file mode 100644 index 0000000..7c0b297 --- /dev/null +++ b/com/yomahub/liteflow-el-builder/2.13.1/liteflow-el-builder-2.13.1.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:10 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361609623 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361610187 diff --git a/com/yomahub/liteflow-el-builder/2.13.1/liteflow-el-builder-2.13.1.pom.sha1 b/com/yomahub/liteflow-el-builder/2.13.1/liteflow-el-builder-2.13.1.pom.sha1 new file mode 100644 index 0000000..b151bf9 --- /dev/null +++ b/com/yomahub/liteflow-el-builder/2.13.1/liteflow-el-builder-2.13.1.pom.sha1 @@ -0,0 +1 @@ +6eb97a2f35997dc41414b38e805dd7ef523d376f \ No newline at end of file diff --git a/com/yomahub/liteflow-rule-sql/2.13.1/_remote.repositories b/com/yomahub/liteflow-rule-sql/2.13.1/_remote.repositories new file mode 100644 index 0000000..cf97bae --- /dev/null +++ b/com/yomahub/liteflow-rule-sql/2.13.1/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:11 CST 2025 +liteflow-rule-sql-2.13.1.pom>public= +liteflow-rule-sql-2.13.1.jar>public= diff --git a/com/yomahub/liteflow-rule-sql/2.13.1/liteflow-rule-sql-2.13.1.jar b/com/yomahub/liteflow-rule-sql/2.13.1/liteflow-rule-sql-2.13.1.jar new file mode 100644 index 0000000..e842533 Binary files /dev/null and b/com/yomahub/liteflow-rule-sql/2.13.1/liteflow-rule-sql-2.13.1.jar differ diff --git a/com/yomahub/liteflow-rule-sql/2.13.1/liteflow-rule-sql-2.13.1.jar.lastUpdated b/com/yomahub/liteflow-rule-sql/2.13.1/liteflow-rule-sql-2.13.1.jar.lastUpdated new file mode 100644 index 0000000..da7ecd4 --- /dev/null +++ b/com/yomahub/liteflow-rule-sql/2.13.1/liteflow-rule-sql-2.13.1.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:11 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361610730 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361611233 diff --git a/com/yomahub/liteflow-rule-sql/2.13.1/liteflow-rule-sql-2.13.1.jar.sha1 b/com/yomahub/liteflow-rule-sql/2.13.1/liteflow-rule-sql-2.13.1.jar.sha1 new file mode 100644 index 0000000..8e737a5 --- /dev/null +++ b/com/yomahub/liteflow-rule-sql/2.13.1/liteflow-rule-sql-2.13.1.jar.sha1 @@ -0,0 +1 @@ +0af9b487f7bc82d64117026f8f1016b651c9e62f \ No newline at end of file diff --git a/com/yomahub/liteflow-rule-sql/2.13.1/liteflow-rule-sql-2.13.1.pom b/com/yomahub/liteflow-rule-sql/2.13.1/liteflow-rule-sql-2.13.1.pom new file mode 100644 index 0000000..f67d86a --- /dev/null +++ b/com/yomahub/liteflow-rule-sql/2.13.1/liteflow-rule-sql-2.13.1.pom @@ -0,0 +1,48 @@ + + + 4.0.0 + + com.yomahub + liteflow + 2.13.1 + ../../pom.xml + + com.yomahub + liteflow-rule-sql + 2.13.1 + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + + com.yomahub + liteflow-core + ${revision} + provided + true + + + cn.hutool + hutool-crypto + + + com.baomidou + dynamic-datasource-spring + ${dynamic-datasource.version} + provided + true + + + org.apache.shardingsphere + sharding-jdbc-core + ${sharding-jdbc.version} + provided + true + + + diff --git a/com/yomahub/liteflow-rule-sql/2.13.1/liteflow-rule-sql-2.13.1.pom.lastUpdated b/com/yomahub/liteflow-rule-sql/2.13.1/liteflow-rule-sql-2.13.1.pom.lastUpdated new file mode 100644 index 0000000..a71f65c --- /dev/null +++ b/com/yomahub/liteflow-rule-sql/2.13.1/liteflow-rule-sql-2.13.1.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:09 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361608931 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361609572 diff --git a/com/yomahub/liteflow-rule-sql/2.13.1/liteflow-rule-sql-2.13.1.pom.sha1 b/com/yomahub/liteflow-rule-sql/2.13.1/liteflow-rule-sql-2.13.1.pom.sha1 new file mode 100644 index 0000000..e8eeb3b --- /dev/null +++ b/com/yomahub/liteflow-rule-sql/2.13.1/liteflow-rule-sql-2.13.1.pom.sha1 @@ -0,0 +1 @@ +13b498b39f81d7d4144ecffac7889e7182d29dc9 \ No newline at end of file diff --git a/com/yomahub/liteflow-script-groovy/2.13.1/_remote.repositories b/com/yomahub/liteflow-script-groovy/2.13.1/_remote.repositories new file mode 100644 index 0000000..b36e7bd --- /dev/null +++ b/com/yomahub/liteflow-script-groovy/2.13.1/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:23 CST 2025 +liteflow-script-groovy-2.13.1.pom>public= +liteflow-script-groovy-2.13.1.jar>public= diff --git a/com/yomahub/liteflow-script-groovy/2.13.1/liteflow-script-groovy-2.13.1.jar b/com/yomahub/liteflow-script-groovy/2.13.1/liteflow-script-groovy-2.13.1.jar new file mode 100644 index 0000000..148997c Binary files /dev/null and b/com/yomahub/liteflow-script-groovy/2.13.1/liteflow-script-groovy-2.13.1.jar differ diff --git a/com/yomahub/liteflow-script-groovy/2.13.1/liteflow-script-groovy-2.13.1.jar.lastUpdated b/com/yomahub/liteflow-script-groovy/2.13.1/liteflow-script-groovy-2.13.1.jar.lastUpdated new file mode 100644 index 0000000..1115e07 --- /dev/null +++ b/com/yomahub/liteflow-script-groovy/2.13.1/liteflow-script-groovy-2.13.1.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:23 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361623314 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361623815 diff --git a/com/yomahub/liteflow-script-groovy/2.13.1/liteflow-script-groovy-2.13.1.jar.sha1 b/com/yomahub/liteflow-script-groovy/2.13.1/liteflow-script-groovy-2.13.1.jar.sha1 new file mode 100644 index 0000000..2bdac60 --- /dev/null +++ b/com/yomahub/liteflow-script-groovy/2.13.1/liteflow-script-groovy-2.13.1.jar.sha1 @@ -0,0 +1 @@ +1d0accdaf28da99bc98fa7bce8f365beee2c9c1d \ No newline at end of file diff --git a/com/yomahub/liteflow-script-groovy/2.13.1/liteflow-script-groovy-2.13.1.pom b/com/yomahub/liteflow-script-groovy/2.13.1/liteflow-script-groovy-2.13.1.pom new file mode 100644 index 0000000..684e5e2 --- /dev/null +++ b/com/yomahub/liteflow-script-groovy/2.13.1/liteflow-script-groovy-2.13.1.pom @@ -0,0 +1,33 @@ + + + 4.0.0 + + com.yomahub + liteflow-script-plugin + 2.13.1 + + com.yomahub + liteflow-script-groovy + 2.13.1 + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + + com.yomahub + liteflow-core + ${revision} + provided + true + + + org.codehaus.groovy + groovy-jsr223 + + + diff --git a/com/yomahub/liteflow-script-groovy/2.13.1/liteflow-script-groovy-2.13.1.pom.lastUpdated b/com/yomahub/liteflow-script-groovy/2.13.1/liteflow-script-groovy-2.13.1.pom.lastUpdated new file mode 100644 index 0000000..7282122 --- /dev/null +++ b/com/yomahub/liteflow-script-groovy/2.13.1/liteflow-script-groovy-2.13.1.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:10 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361609624 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361610493 diff --git a/com/yomahub/liteflow-script-groovy/2.13.1/liteflow-script-groovy-2.13.1.pom.sha1 b/com/yomahub/liteflow-script-groovy/2.13.1/liteflow-script-groovy-2.13.1.pom.sha1 new file mode 100644 index 0000000..5fc5db6 --- /dev/null +++ b/com/yomahub/liteflow-script-groovy/2.13.1/liteflow-script-groovy-2.13.1.pom.sha1 @@ -0,0 +1 @@ +380756fe31eb2b07958cb7d618969decde26a4e6 \ No newline at end of file diff --git a/com/yomahub/liteflow-script-plugin/2.13.1/_remote.repositories b/com/yomahub/liteflow-script-plugin/2.13.1/_remote.repositories new file mode 100644 index 0000000..9804fa7 --- /dev/null +++ b/com/yomahub/liteflow-script-plugin/2.13.1/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:11 CST 2025 +liteflow-script-plugin-2.13.1.pom>public= diff --git a/com/yomahub/liteflow-script-plugin/2.13.1/liteflow-script-plugin-2.13.1.pom b/com/yomahub/liteflow-script-plugin/2.13.1/liteflow-script-plugin-2.13.1.pom new file mode 100644 index 0000000..cf5ac9f --- /dev/null +++ b/com/yomahub/liteflow-script-plugin/2.13.1/liteflow-script-plugin-2.13.1.pom @@ -0,0 +1,34 @@ + + + 4.0.0 + + com.yomahub + liteflow + 2.13.1 + + com.yomahub + liteflow-script-plugin + 2.13.1 + pom + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + liteflow-script-qlexpress + liteflow-script-groovy + liteflow-script-javascript + liteflow-script-graaljs + liteflow-script-python + liteflow-script-lua + liteflow-script-aviator + liteflow-script-java + liteflow-script-javax + liteflow-script-javax-pro + liteflow-script-kotlin + + diff --git a/com/yomahub/liteflow-script-plugin/2.13.1/liteflow-script-plugin-2.13.1.pom.lastUpdated b/com/yomahub/liteflow-script-plugin/2.13.1/liteflow-script-plugin-2.13.1.pom.lastUpdated new file mode 100644 index 0000000..3113083 --- /dev/null +++ b/com/yomahub/liteflow-script-plugin/2.13.1/liteflow-script-plugin-2.13.1.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:11 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361610553 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361611138 diff --git a/com/yomahub/liteflow-script-plugin/2.13.1/liteflow-script-plugin-2.13.1.pom.sha1 b/com/yomahub/liteflow-script-plugin/2.13.1/liteflow-script-plugin-2.13.1.pom.sha1 new file mode 100644 index 0000000..9e43cca --- /dev/null +++ b/com/yomahub/liteflow-script-plugin/2.13.1/liteflow-script-plugin-2.13.1.pom.sha1 @@ -0,0 +1 @@ +5c7b26b1b7f57ade386cacf784f964d01cccf407 \ No newline at end of file diff --git a/com/yomahub/liteflow-spring-boot-starter/2.13.1/_remote.repositories b/com/yomahub/liteflow-spring-boot-starter/2.13.1/_remote.repositories new file mode 100644 index 0000000..4cb2bbd --- /dev/null +++ b/com/yomahub/liteflow-spring-boot-starter/2.13.1/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:12 CST 2025 +liteflow-spring-boot-starter-2.13.1.pom>public= +liteflow-spring-boot-starter-2.13.1.jar>public= diff --git a/com/yomahub/liteflow-spring-boot-starter/2.13.1/liteflow-spring-boot-starter-2.13.1.jar b/com/yomahub/liteflow-spring-boot-starter/2.13.1/liteflow-spring-boot-starter-2.13.1.jar new file mode 100644 index 0000000..be7657e Binary files /dev/null and b/com/yomahub/liteflow-spring-boot-starter/2.13.1/liteflow-spring-boot-starter-2.13.1.jar differ diff --git a/com/yomahub/liteflow-spring-boot-starter/2.13.1/liteflow-spring-boot-starter-2.13.1.jar.lastUpdated b/com/yomahub/liteflow-spring-boot-starter/2.13.1/liteflow-spring-boot-starter-2.13.1.jar.lastUpdated new file mode 100644 index 0000000..dd4784c --- /dev/null +++ b/com/yomahub/liteflow-spring-boot-starter/2.13.1/liteflow-spring-boot-starter-2.13.1.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:12 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361611853 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361612232 diff --git a/com/yomahub/liteflow-spring-boot-starter/2.13.1/liteflow-spring-boot-starter-2.13.1.jar.sha1 b/com/yomahub/liteflow-spring-boot-starter/2.13.1/liteflow-spring-boot-starter-2.13.1.jar.sha1 new file mode 100644 index 0000000..18c47c7 --- /dev/null +++ b/com/yomahub/liteflow-spring-boot-starter/2.13.1/liteflow-spring-boot-starter-2.13.1.jar.sha1 @@ -0,0 +1 @@ +ca71e49083c08cf76fea18a7ea333dcddc4fb32e \ No newline at end of file diff --git a/com/yomahub/liteflow-spring-boot-starter/2.13.1/liteflow-spring-boot-starter-2.13.1.pom b/com/yomahub/liteflow-spring-boot-starter/2.13.1/liteflow-spring-boot-starter-2.13.1.pom new file mode 100644 index 0000000..b740f9e --- /dev/null +++ b/com/yomahub/liteflow-spring-boot-starter/2.13.1/liteflow-spring-boot-starter-2.13.1.pom @@ -0,0 +1,45 @@ + + + 4.0.0 + + com.yomahub + liteflow + 2.13.1 + + com.yomahub + liteflow-spring-boot-starter + 2.13.1 + liteflow springboot starter + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + + com.yomahub + liteflow-spring + ${revision} + + + org.springframework.boot + spring-boot-autoconfigure + + + org.springframework.boot + spring-boot-configuration-processor + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${springboot.version} + + + + diff --git a/com/yomahub/liteflow-spring-boot-starter/2.13.1/liteflow-spring-boot-starter-2.13.1.pom.lastUpdated b/com/yomahub/liteflow-spring-boot-starter/2.13.1/liteflow-spring-boot-starter-2.13.1.pom.lastUpdated new file mode 100644 index 0000000..d87afd0 --- /dev/null +++ b/com/yomahub/liteflow-spring-boot-starter/2.13.1/liteflow-spring-boot-starter-2.13.1.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:07 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361606633 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361607455 diff --git a/com/yomahub/liteflow-spring-boot-starter/2.13.1/liteflow-spring-boot-starter-2.13.1.pom.sha1 b/com/yomahub/liteflow-spring-boot-starter/2.13.1/liteflow-spring-boot-starter-2.13.1.pom.sha1 new file mode 100644 index 0000000..b3c5d1f --- /dev/null +++ b/com/yomahub/liteflow-spring-boot-starter/2.13.1/liteflow-spring-boot-starter-2.13.1.pom.sha1 @@ -0,0 +1 @@ +16b8b1d398fb8b23b4d0711cbe00f96f047c8df2 \ No newline at end of file diff --git a/com/yomahub/liteflow-spring/2.13.1/_remote.repositories b/com/yomahub/liteflow-spring/2.13.1/_remote.repositories new file mode 100644 index 0000000..b83d24c --- /dev/null +++ b/com/yomahub/liteflow-spring/2.13.1/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:12 CST 2025 +liteflow-spring-2.13.1.pom>public= +liteflow-spring-2.13.1.jar>public= diff --git a/com/yomahub/liteflow-spring/2.13.1/liteflow-spring-2.13.1.jar b/com/yomahub/liteflow-spring/2.13.1/liteflow-spring-2.13.1.jar new file mode 100644 index 0000000..d3a860f Binary files /dev/null and b/com/yomahub/liteflow-spring/2.13.1/liteflow-spring-2.13.1.jar differ diff --git a/com/yomahub/liteflow-spring/2.13.1/liteflow-spring-2.13.1.jar.lastUpdated b/com/yomahub/liteflow-spring/2.13.1/liteflow-spring-2.13.1.jar.lastUpdated new file mode 100644 index 0000000..c5a50f8 --- /dev/null +++ b/com/yomahub/liteflow-spring/2.13.1/liteflow-spring-2.13.1.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:12 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361612275 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361612871 diff --git a/com/yomahub/liteflow-spring/2.13.1/liteflow-spring-2.13.1.jar.sha1 b/com/yomahub/liteflow-spring/2.13.1/liteflow-spring-2.13.1.jar.sha1 new file mode 100644 index 0000000..f06495a --- /dev/null +++ b/com/yomahub/liteflow-spring/2.13.1/liteflow-spring-2.13.1.jar.sha1 @@ -0,0 +1 @@ +f82f649b9ab666ed48b30149eb891bc3fbaf8b61 \ No newline at end of file diff --git a/com/yomahub/liteflow-spring/2.13.1/liteflow-spring-2.13.1.pom b/com/yomahub/liteflow-spring/2.13.1/liteflow-spring-2.13.1.pom new file mode 100644 index 0000000..98a09e5 --- /dev/null +++ b/com/yomahub/liteflow-spring/2.13.1/liteflow-spring-2.13.1.pom @@ -0,0 +1,43 @@ + + + 4.0.0 + + com.yomahub + liteflow + 2.13.1 + + com.yomahub + liteflow-spring + 2.13.1 + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + + com.yomahub + liteflow-core + ${revision} + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-aop + + + org.springframework + spring-expression + + + diff --git a/com/yomahub/liteflow-spring/2.13.1/liteflow-spring-2.13.1.pom.lastUpdated b/com/yomahub/liteflow-spring/2.13.1/liteflow-spring-2.13.1.pom.lastUpdated new file mode 100644 index 0000000..ba6991e --- /dev/null +++ b/com/yomahub/liteflow-spring/2.13.1/liteflow-spring-2.13.1.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:08 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361608044 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361608559 diff --git a/com/yomahub/liteflow-spring/2.13.1/liteflow-spring-2.13.1.pom.sha1 b/com/yomahub/liteflow-spring/2.13.1/liteflow-spring-2.13.1.pom.sha1 new file mode 100644 index 0000000..e043a7f --- /dev/null +++ b/com/yomahub/liteflow-spring/2.13.1/liteflow-spring-2.13.1.pom.sha1 @@ -0,0 +1 @@ +6501c0232492fdcb5942473e0faead980def7db2 \ No newline at end of file diff --git a/com/yomahub/liteflow/2.13.1/_remote.repositories b/com/yomahub/liteflow/2.13.1/_remote.repositories new file mode 100644 index 0000000..258a23b --- /dev/null +++ b/com/yomahub/liteflow/2.13.1/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:07 CST 2025 +liteflow-2.13.1.pom>public= diff --git a/com/yomahub/liteflow/2.13.1/liteflow-2.13.1.pom b/com/yomahub/liteflow/2.13.1/liteflow-2.13.1.pom new file mode 100644 index 0000000..75236b6 --- /dev/null +++ b/com/yomahub/liteflow/2.13.1/liteflow-2.13.1.pom @@ -0,0 +1,449 @@ + + + 4.0.0 + com.yomahub + liteflow + 2.13.1 + pom + liteflow + Small but powerful rules engine + https://github.com/bryan31/liteflow + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + + bryan31 + bryan.zhang + weenyc31@163.com + https://github.com/bryan31 + + + + liteflow-core + liteflow-script-plugin + liteflow-rule-plugin + liteflow-spring-boot-starter + liteflow-spring + liteflow-solon-plugin + liteflow-testcase-el + liteflow-el-builder + liteflow-benchmark + + + scm:git@github.com:bryan31/liteflow.git + scm:git@github.com:bryan31/liteflow.git + git@github.com:bryan31/liteflow.git + + + Github Issue + https://github.com/bryan31/liteflow/issues + + + + sonatype + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots/ + + + + 0.7.3 + 0.10 + 5.4.3 + 3.1.12 + 8 + 3.0.1 + 5.8.2 + 2.6.8 + 4.1.1 + 1.4.4 + 2.11.0 + 1.32 + 1.8.13 + 2.16.0 + UTF-8 + 4.5.13 + 4.1.84.Final + 5.1.0 + 1.14.10 + 1.7.32 + 5.8.26 + 2.12.3 + 2.1.0 + 3.21.0 + 1.4.0 + 2.7.3 + 8 + 1.3.5 + UTF-8 + 3.3.2 + 1.9.23 + 1.2.3 + 1.9.4 + 4.3.1 + 5.3.0 + 3.0.8 + 5.3.20 + 2.1.4 + 3.0.1 + 2.13.1 + 22.0.0 + + + + + org.springframework + spring-beans + ${spring.version} + provided + true + + + org.springframework + spring-context + ${spring.version} + provided + true + + + org.springframework + spring-aop + ${spring.version} + provided + true + + + org.springframework + spring-expression + ${spring.version} + provided + true + + + org.springframework + spring-test + ${spring.version} + test + true + + + jakarta.annotation + jakarta.annotation-api + ${jakarta.version} + provided + true + + + org.slf4j + slf4j-api + ${org.slf4j.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + ${jackson.version} + + + org.yaml + snakeyaml + ${snakeyaml.version} + + + org.dom4j + dom4j + ${dom4j.version} + + + org.junit.jupiter + junit-jupiter + ${junit.version} + test + + + org.apache.curator + curator-framework + ${curator.version} + + + log4j + log4j + + + slf4j-api + org.slf4j + + + + + org.apache.curator + curator-recipes + ${curator.version} + + + cn.hutool + hutool-core + ${hutool.version} + + + cn.hutool + hutool-crypto + ${hutool.version} + + + com.alibaba + transmittable-thread-local + ${transmittable-thread-local.version} + + + org.apache.curator + curator-test + ${curator-test.version} + test + + + com.101tec + zkclient + ${zkclient.version} + + + io.etcd + jetcd-core + ${jetcd.version} + + + com.alibaba.nacos + nacos-client + ${nacos.version} + + + jackson-databind + com.fasterxml.jackson.core + + + jackson-core + com.fasterxml.jackson.core + + + + + com.alibaba + QLExpress + ${qlexpress.version} + + + org.codehaus.groovy + groovy + ${groovy.version} + + + org.codehaus.groovy + groovy-jsr223 + ${groovy.version} + + + net.bytebuddy + byte-buddy + ${bytebuddy.version} + + + org.graalvm.js + js + ${graalvm.version} + + + commons-beanutils + commons-beanutils + ${commons-beanutils.version} + + + org.aspectj + aspectjweaver + ${aspectjweaver.version} + provided + true + + + ch.qos.logback + logback-classic + ${logback-classic.version} + provided + true + + + org.springframework.boot + spring-boot-starter-test + ${springboot.version} + test + true + + + org.springframework.boot + spring-boot-autoconfigure + ${springboot.version} + provided + true + + + org.springframework.boot + spring-boot-configuration-processor + ${springboot.version} + provided + true + + + com.ctrip.framework.apollo + apollo-client + ${apollo.version} + + + org.python + jython-standalone + ${jython.version} + + + org.luaj + luaj-jse + ${luaj.version} + + + com.googlecode.aviator + aviator + ${aviator.version} + + + commons-io + commons-io + ${common-io.version} + + + org.codehaus.janino + janino + ${janino.version} + + + org.redisson + redisson + ${redisson.version} + + + org.jetbrains.kotlin + kotlin-scripting-jsr223 + ${kotlin.version} + + + org.noear + liquor-eval + ${liquor.version} + + + + + + + maven-jar-plugin + 3.2.2 + + + + true + + + + + + maven-surefire-plugin + 2.18.1 + + true + + + + maven-source-plugin + 2.4 + + + package + + jar-no-fork + + + + + true + + + + maven-site-plugin + 3.7.1 + + + maven-javadoc-plugin + 3.0.1 + + + package + + jar + + + + + + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + org.codehaus.mojo + flatten-maven-plugin + 1.2.7 + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + + true + resolveCiFriendliesOnly + + + + io.spring.javaformat + spring-javaformat-maven-plugin + 0.0.38 + + + + diff --git a/com/yomahub/liteflow/2.13.1/liteflow-2.13.1.pom.lastUpdated b/com/yomahub/liteflow/2.13.1/liteflow-2.13.1.pom.lastUpdated new file mode 100644 index 0000000..f6ff8ee --- /dev/null +++ b/com/yomahub/liteflow/2.13.1/liteflow-2.13.1.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:07 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361607579 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361607994 diff --git a/com/yomahub/liteflow/2.13.1/liteflow-2.13.1.pom.sha1 b/com/yomahub/liteflow/2.13.1/liteflow-2.13.1.pom.sha1 new file mode 100644 index 0000000..8dd6856 --- /dev/null +++ b/com/yomahub/liteflow/2.13.1/liteflow-2.13.1.pom.sha1 @@ -0,0 +1 @@ +6f19f7b8423a5f5df12d11c85c455c269c0f4310 \ No newline at end of file diff --git a/commons-codec/commons-codec/1.11/_remote.repositories b/commons-codec/commons-codec/1.11/_remote.repositories index b167df3..b465ed1 100644 --- a/commons-codec/commons-codec/1.11/_remote.repositories +++ b/commons-codec/commons-codec/1.11/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:08 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 commons-codec-1.11.pom>public= +commons-codec-1.11.jar>public= diff --git a/commons-codec/commons-codec/1.11/commons-codec-1.11.jar b/commons-codec/commons-codec/1.11/commons-codec-1.11.jar new file mode 100644 index 0000000..2245120 Binary files /dev/null and b/commons-codec/commons-codec/1.11/commons-codec-1.11.jar differ diff --git a/commons-codec/commons-codec/1.11/commons-codec-1.11.jar.sha1 b/commons-codec/commons-codec/1.11/commons-codec-1.11.jar.sha1 new file mode 100644 index 0000000..b08f71a --- /dev/null +++ b/commons-codec/commons-codec/1.11/commons-codec-1.11.jar.sha1 @@ -0,0 +1 @@ +3acb4705652e16236558f0f4f2192cc33c3bd189 \ No newline at end of file diff --git a/commons-codec/commons-codec/1.16.1/_remote.repositories b/commons-codec/commons-codec/1.16.1/_remote.repositories index ed5e58b..de84b2d 100644 --- a/commons-codec/commons-codec/1.16.1/_remote.repositories +++ b/commons-codec/commons-codec/1.16.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:48 CST 2025 +#Mon Jun 23 10:26:47 CST 2025 commons-codec-1.16.1.pom>public= +commons-codec-1.16.1.jar>public= diff --git a/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar b/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar new file mode 100644 index 0000000..f896649 Binary files /dev/null and b/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar differ diff --git a/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar.sha1 b/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar.sha1 new file mode 100644 index 0000000..6b88030 --- /dev/null +++ b/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar.sha1 @@ -0,0 +1 @@ +47bd4d333fba53406f6c6c51884ddbca435c8862 \ No newline at end of file diff --git a/commons-io/commons-io/2.15.1/_remote.repositories b/commons-io/commons-io/2.15.1/_remote.repositories index 9b2fac5..6bdb54d 100644 --- a/commons-io/commons-io/2.15.1/_remote.repositories +++ b/commons-io/commons-io/2.15.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:58 CST 2025 +#Mon Jun 23 10:26:46 CST 2025 commons-io-2.15.1.pom>public= +commons-io-2.15.1.jar>public= diff --git a/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar b/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar new file mode 100644 index 0000000..d53be1f Binary files /dev/null and b/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar differ diff --git a/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar.sha1 b/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar.sha1 new file mode 100644 index 0000000..47c5d13 --- /dev/null +++ b/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar.sha1 @@ -0,0 +1 @@ +f11560da189ab563a5c8e351941415430e9304ea \ No newline at end of file diff --git a/commons-io/commons-io/2.16.1/_remote.repositories b/commons-io/commons-io/2.16.1/_remote.repositories index 47f14d5..a5075c4 100644 --- a/commons-io/commons-io/2.16.1/_remote.repositories +++ b/commons-io/commons-io/2.16.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:45 CST 2025 +#Mon Jun 23 10:26:47 CST 2025 commons-io-2.16.1.pom>public= +commons-io-2.16.1.jar>public= diff --git a/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar b/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar new file mode 100644 index 0000000..eb3c2b0 Binary files /dev/null and b/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar differ diff --git a/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar.sha1 b/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar.sha1 new file mode 100644 index 0000000..a1c1421 --- /dev/null +++ b/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar.sha1 @@ -0,0 +1 @@ +377d592e740dc77124e0901291dbfaa6810a200e \ No newline at end of file diff --git a/commons-io/commons-io/2.19.0/_remote.repositories b/commons-io/commons-io/2.19.0/_remote.repositories new file mode 100644 index 0000000..a7a5b5f --- /dev/null +++ b/commons-io/commons-io/2.19.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +commons-io-2.19.0.jar>public= +commons-io-2.19.0.pom>public= diff --git a/commons-io/commons-io/2.19.0/commons-io-2.19.0.jar b/commons-io/commons-io/2.19.0/commons-io-2.19.0.jar new file mode 100644 index 0000000..38e7fd2 Binary files /dev/null and b/commons-io/commons-io/2.19.0/commons-io-2.19.0.jar differ diff --git a/commons-io/commons-io/2.19.0/commons-io-2.19.0.jar.sha1 b/commons-io/commons-io/2.19.0/commons-io-2.19.0.jar.sha1 new file mode 100644 index 0000000..76aa7e2 --- /dev/null +++ b/commons-io/commons-io/2.19.0/commons-io-2.19.0.jar.sha1 @@ -0,0 +1 @@ +1f8d4a99ba72b77aa69101175efc79b0c7dcdd7e \ No newline at end of file diff --git a/commons-io/commons-io/2.19.0/commons-io-2.19.0.pom b/commons-io/commons-io/2.19.0/commons-io-2.19.0.pom new file mode 100644 index 0000000..15f0daf --- /dev/null +++ b/commons-io/commons-io/2.19.0/commons-io-2.19.0.pom @@ -0,0 +1,599 @@ + + + + + org.apache.commons + commons-parent + 81 + + 4.0.0 + commons-io + commons-io + 2.19.0 + Apache Commons IO + 2002 + +The Apache Commons IO library contains utility classes, stream implementations, file filters, +file comparators, endian transformation classes, and much more. + + https://commons.apache.org/proper/commons-io/ + + jira + https://issues.apache.org/jira/browse/IO + + + + apache.website + Apache Commons Site + scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/ + + + + scm:git:https://gitbox.apache.org/repos/asf/commons-io.git + scm:git:https://gitbox.apache.org/repos/asf/commons-io.git + https://gitbox.apache.org/repos/asf?p=commons-io.git + rel/commons-io-2.19.0 + + + + org.junit.jupiter + junit-jupiter + test + + + org.junit-pioneer + junit-pioneer + test + + + + net.bytebuddy + byte-buddy + ${commons.bytebuddy.version} + test + + + + net.bytebuddy + byte-buddy-agent + ${commons.bytebuddy.version} + test + + + org.mockito + mockito-inline + ${commons.mockito.version} + test + + + com.google.jimfs + jimfs + 1.3.0 + test + + + org.apache.commons + commons-lang3 + 3.17.0 + test + + + commons-codec + commons-codec + 1.18.0 + test + + + org.openjdk.jmh + jmh-core + ${commons.jmh.version} + test + + + + 1.8 + 1.8 + io + org.apache.commons.io + RC1 + 2.18.0 + 2.19.0 + 2.19.1 + + 2025-04-08T21:53:27Z + (requires Java 8) + IO + 12310477 + + + org.apache.commons.io; + org.apache.commons.io.comparator; + org.apache.commons.io.filefilter; + org.apache.commons.io.input; + org.apache.commons.io.output;version=1.4.9999;-noimport:=true, + + org.apache.commons.io; + org.apache.commons.io.comparator; + org.apache.commons.io.filefilter; + org.apache.commons.io.input; + org.apache.commons.io.output; + org.apache.commons.io.*;version=${project.version};-noimport:=true + + + + sun.nio.ch;resolution:=optional, + sun.misc;resolution:=optional, + * + + https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/ + site-content + 1.17.5 + false + true + + ${env.JACOCO_SKIP} + true + 0.98 + 0.90 + 0.90 + 0.85 + 0.90 + 0.85 + + + + clean verify apache-rat:check japicmp:cmp checkstyle:check spotbugs:check pmd:check javadoc:javadoc + + + + org.apache.rat + apache-rat-plugin + + + src/test/resources/**/*.bin + src/test/resources/dir-equals-tests/** + test/** + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + ${basedir}/src/conf/checkstyle.xml + ${basedir}/src/conf/checkstyle-suppressions.xml + false + true + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + + ${commons.module.name} + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + xerces:xercesImpl + + 1 + false + + + ${argLine} -Xmx25M + + + **/*Test*.class + + + **/*AbstractTestCase* + **/testtools/** + + **/*$* + + + + + maven-assembly-plugin + + + src/assembly/bin.xml + src/assembly/src.xml + + gnu + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + org.apache.maven.plugins + maven-scm-publish-plugin + + + javadocs + + + + + com.github.spotbugs + spotbugs-maven-plugin + + ${basedir}/src/conf/spotbugs-exclude-filter.xml + + + + com.github.siom79.japicmp + japicmp-maven-plugin + + + org.apache.maven.plugins + maven-pmd-plugin + + + src/conf/maven-pmd-plugin.xml + + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + com.github.spotbugs + spotbugs-maven-plugin + + ${basedir}/src/conf/spotbugs-exclude-filter.xml + + + + com.github.siom79.japicmp + japicmp-maven-plugin + + + + + org.apache.commons.io.StreamIterator + + + + + + + + + setup-checkout + + + site-content + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + prepare-checkout + pre-site + + run + + + + + + + + + + + + + + + + + + + + + + + + + java9-compile + + [9,) + + + 8 + + + + + benchmark + + + org.openjdk.jmh + jmh-generator-annprocess + ${commons.jmh.version} + test + + + + true + org.apache + + + + + maven-compiler-plugin + ${commons.compiler.version} + + + **/* + + + + + org.codehaus.mojo + exec-maven-plugin + + + benchmark + test + + exec + + + test + java + + -classpath + + org.openjdk.jmh.Main + -rf + json + -rff + target/jmh-result.${benchmark}.json + ${benchmark} + + + + + + + + + + + + Scott Sanders + sanders + sanders@apache.org + + + Java Developer + + + + dIon Gillard + + dion + dion@apache.org + + + Java Developer + + + + Nicola Ken Barozzi + nicolaken + nicolaken@apache.org + + + Java Developer + + + + Henri Yandell + bayard + bayard@apache.org + + + Java Developer + + + + Stephen Colebourne + scolebourne + + + Java Developer + + 0 + + + Jeremias Maerki + jeremias + jeremias@apache.org + + + Java Developer + + +1 + + + Matthew Hawthorne + matth + matth@apache.org + + + Java Developer + + + + Martin Cooper + martinc + martinc@apache.org + + + Java Developer + + + + Rob Oxspring + roxspring + roxspring@apache.org + + + Java Developer + + + + Jochen Wiedmann + jochen + jochen.wiedmann@gmail.com + + + Niall Pemberton + niallp + + Java Developer + + + + Jukka Zitting + jukka + + Java Developer + + + + ggregory + Gary Gregory + ggregory at apache.org + https://www.garygregory.com + The Apache Software Foundation + https://www.apache.org/ + + PMC Member + + America/New_York + + https://people.apache.org/~ggregory/img/garydgregory80.png + + + + Kristian Rosenvold + krosenvold + krosenvold@apache.org + +1 + + + + + Rahul Akolkar + + + Jason Anderson + + + Nathan Beyer + + + Emmanuel Bourg + + + Chris Eldredge + + + Magnus Grimsell + + + Jim Harrington + + + Thomas Ledoux + + + Andy Lehane + + + Marcelo Liberato + + + Alban Peignier + alban.peignier at free.fr + + + Adam Retter + Evolved Binary + + + Ian Springer + + + Dominik Stadler + + + Masato Tezuka + + + James Urie + + + Frank W. Zammetti + + + Martin Grigorov + mgrigorov@apache.org + + + Arturo Bernal + + + Miguel Muñoz + + + diff --git a/commons-io/commons-io/2.19.0/commons-io-2.19.0.pom.sha1 b/commons-io/commons-io/2.19.0/commons-io-2.19.0.pom.sha1 new file mode 100644 index 0000000..3aed00e --- /dev/null +++ b/commons-io/commons-io/2.19.0/commons-io-2.19.0.pom.sha1 @@ -0,0 +1 @@ +7770a915ed425859779080dcf74ce581c7345a70 \ No newline at end of file diff --git a/commons-io/commons-io/2.5/_remote.repositories b/commons-io/commons-io/2.5/_remote.repositories index fc65d85..ec98a66 100644 --- a/commons-io/commons-io/2.5/_remote.repositories +++ b/commons-io/commons-io/2.5/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:55 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 commons-io-2.5.pom>public= +commons-io-2.5.jar>public= diff --git a/commons-io/commons-io/2.5/commons-io-2.5.jar b/commons-io/commons-io/2.5/commons-io-2.5.jar new file mode 100644 index 0000000..107b061 Binary files /dev/null and b/commons-io/commons-io/2.5/commons-io-2.5.jar differ diff --git a/commons-io/commons-io/2.5/commons-io-2.5.jar.sha1 b/commons-io/commons-io/2.5/commons-io-2.5.jar.sha1 new file mode 100644 index 0000000..b7f1d93 --- /dev/null +++ b/commons-io/commons-io/2.5/commons-io-2.5.jar.sha1 @@ -0,0 +1 @@ +2852e6e05fbb95076fc091f6d1780f1f8fe35e0f \ No newline at end of file diff --git a/commons-io/commons-io/2.6/_remote.repositories b/commons-io/commons-io/2.6/_remote.repositories index 1ba6aff..9095173 100644 --- a/commons-io/commons-io/2.6/_remote.repositories +++ b/commons-io/commons-io/2.6/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:45 CST 2025 +#Mon Jun 23 10:26:22 CST 2025 commons-io-2.6.pom>public= +commons-io-2.6.jar>public= diff --git a/commons-io/commons-io/2.6/commons-io-2.6.jar b/commons-io/commons-io/2.6/commons-io-2.6.jar new file mode 100644 index 0000000..00556b1 Binary files /dev/null and b/commons-io/commons-io/2.6/commons-io-2.6.jar differ diff --git a/commons-io/commons-io/2.6/commons-io-2.6.jar.sha1 b/commons-io/commons-io/2.6/commons-io-2.6.jar.sha1 new file mode 100644 index 0000000..75f7934 --- /dev/null +++ b/commons-io/commons-io/2.6/commons-io-2.6.jar.sha1 @@ -0,0 +1 @@ +815893df5f31da2ece4040fe0a12fd44b577afaf \ No newline at end of file diff --git a/commons-logging/commons-logging-api/1.1/_remote.repositories b/commons-logging/commons-logging-api/1.1/_remote.repositories index 87e07bd..a1605d8 100644 --- a/commons-logging/commons-logging-api/1.1/_remote.repositories +++ b/commons-logging/commons-logging-api/1.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:10 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 commons-logging-api-1.1.pom>public= +commons-logging-api-1.1.jar>public= diff --git a/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar b/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar new file mode 100644 index 0000000..d1abcbb Binary files /dev/null and b/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar differ diff --git a/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar.sha1 b/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar.sha1 new file mode 100644 index 0000000..2f76f7c --- /dev/null +++ b/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar.sha1 @@ -0,0 +1 @@ +7d4cf5231d46c8524f9b9ed75bb2d1c69ab93322 \ No newline at end of file diff --git a/io/dropwizard/metrics/metrics-bom/4.1.36/_remote.repositories b/io/dropwizard/metrics/metrics-bom/4.1.36/_remote.repositories new file mode 100644 index 0000000..faa0daf --- /dev/null +++ b/io/dropwizard/metrics/metrics-bom/4.1.36/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:11 CST 2025 +metrics-bom-4.1.36.pom>public= diff --git a/io/dropwizard/metrics/metrics-bom/4.1.36/metrics-bom-4.1.36.pom b/io/dropwizard/metrics/metrics-bom/4.1.36/metrics-bom-4.1.36.pom new file mode 100644 index 0000000..5936295 --- /dev/null +++ b/io/dropwizard/metrics/metrics-bom/4.1.36/metrics-bom-4.1.36.pom @@ -0,0 +1,126 @@ + + + 4.0.0 + + + io.dropwizard.metrics + metrics-parent + 4.1.36 + + + metrics-bom + Metrics BOM + pom + Bill of Materials for Metrics + + + + + io.dropwizard.metrics + metrics-annotation + ${project.version} + + + io.dropwizard.metrics + metrics-caffeine + ${project.version} + + + io.dropwizard.metrics + metrics-core + ${project.version} + + + io.dropwizard.metrics + metrics-collectd + ${project.version} + + + io.dropwizard.metrics + metrics-ehcache + ${project.version} + + + io.dropwizard.metrics + metrics-graphite + ${project.version} + + + io.dropwizard.metrics + metrics-healthchecks + ${project.version} + + + io.dropwizard.metrics + metrics-httpclient + ${project.version} + + + io.dropwizard.metrics + metrics-httpasyncclient + ${project.version} + + + io.dropwizard.metrics + metrics-jcache + ${project.version} + + + io.dropwizard.metrics + metrics-jdbi + ${project.version} + + + io.dropwizard.metrics + metrics-jdbi3 + ${project.version} + + + io.dropwizard.metrics + metrics-jersey2 + ${project.version} + + + io.dropwizard.metrics + metrics-jetty9 + ${project.version} + + + io.dropwizard.metrics + metrics-jmx + ${project.version} + + + io.dropwizard.metrics + metrics-json + ${project.version} + + + io.dropwizard.metrics + metrics-jvm + ${project.version} + + + io.dropwizard.metrics + metrics-log4j2 + ${project.version} + + + io.dropwizard.metrics + metrics-logback + ${project.version} + + + io.dropwizard.metrics + metrics-servlet + ${project.version} + + + io.dropwizard.metrics + metrics-servlets + ${project.version} + + + + + diff --git a/io/dropwizard/metrics/metrics-bom/4.1.36/metrics-bom-4.1.36.pom.sha1 b/io/dropwizard/metrics/metrics-bom/4.1.36/metrics-bom-4.1.36.pom.sha1 new file mode 100644 index 0000000..413b93b --- /dev/null +++ b/io/dropwizard/metrics/metrics-bom/4.1.36/metrics-bom-4.1.36.pom.sha1 @@ -0,0 +1 @@ +b4139722390f21cfae7857f38a0e95e87d61ceb1 \ No newline at end of file diff --git a/io/dropwizard/metrics/metrics-bom/4.2.18/_remote.repositories b/io/dropwizard/metrics/metrics-bom/4.2.18/_remote.repositories new file mode 100644 index 0000000..77b2154 --- /dev/null +++ b/io/dropwizard/metrics/metrics-bom/4.2.18/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:13 CST 2025 +metrics-bom-4.2.18.pom>public= diff --git a/io/dropwizard/metrics/metrics-bom/4.2.18/metrics-bom-4.2.18.pom b/io/dropwizard/metrics/metrics-bom/4.2.18/metrics-bom-4.2.18.pom new file mode 100644 index 0000000..6047c4a --- /dev/null +++ b/io/dropwizard/metrics/metrics-bom/4.2.18/metrics-bom-4.2.18.pom @@ -0,0 +1,176 @@ + + + 4.0.0 + + + io.dropwizard.metrics + metrics-parent + 4.2.18 + + + metrics-bom + Metrics BOM + pom + Bill of Materials for Metrics + + + + + io.dropwizard.metrics + metrics-annotation + ${project.version} + + + io.dropwizard.metrics + metrics-caffeine + ${project.version} + + + io.dropwizard.metrics + metrics-caffeine3 + ${project.version} + + + io.dropwizard.metrics + metrics-core + ${project.version} + + + io.dropwizard.metrics + metrics-collectd + ${project.version} + + + io.dropwizard.metrics + metrics-ehcache + ${project.version} + + + io.dropwizard.metrics + metrics-graphite + ${project.version} + + + io.dropwizard.metrics + metrics-healthchecks + ${project.version} + + + io.dropwizard.metrics + metrics-httpclient + ${project.version} + + + io.dropwizard.metrics + metrics-httpclient5 + ${project.version} + + + io.dropwizard.metrics + metrics-httpasyncclient + ${project.version} + + + io.dropwizard.metrics + metrics-jakarta-servlet + ${project.version} + + + io.dropwizard.metrics + metrics-jakarta-servlets + ${project.version} + + + io.dropwizard.metrics + metrics-jcache + ${project.version} + + + io.dropwizard.metrics + metrics-jdbi + ${project.version} + + + io.dropwizard.metrics + metrics-jdbi3 + ${project.version} + + + io.dropwizard.metrics + metrics-jersey2 + ${project.version} + + + io.dropwizard.metrics + metrics-jersey3 + ${project.version} + + + io.dropwizard.metrics + metrics-jersey31 + ${project.version} + + + io.dropwizard.metrics + metrics-jetty9 + ${project.version} + + + io.dropwizard.metrics + metrics-jetty10 + ${project.version} + + + io.dropwizard.metrics + metrics-jetty11 + ${project.version} + + + io.dropwizard.metrics + metrics-jmx + ${project.version} + + + io.dropwizard.metrics + metrics-json + ${project.version} + + + io.dropwizard.metrics + metrics-jvm + ${project.version} + + + io.dropwizard.metrics + metrics-log4j2 + ${project.version} + + + io.dropwizard.metrics + metrics-logback + ${project.version} + + + io.dropwizard.metrics + metrics-logback13 + ${project.version} + + + io.dropwizard.metrics + metrics-logback14 + ${project.version} + + + io.dropwizard.metrics + metrics-servlet + ${project.version} + + + io.dropwizard.metrics + metrics-servlets + ${project.version} + + + + + diff --git a/io/dropwizard/metrics/metrics-bom/4.2.18/metrics-bom-4.2.18.pom.sha1 b/io/dropwizard/metrics/metrics-bom/4.2.18/metrics-bom-4.2.18.pom.sha1 new file mode 100644 index 0000000..51e6a44 --- /dev/null +++ b/io/dropwizard/metrics/metrics-bom/4.2.18/metrics-bom-4.2.18.pom.sha1 @@ -0,0 +1 @@ +ad3d682a518e526dcf364f760e6d8ba0a9f28da2 \ No newline at end of file diff --git a/io/dropwizard/metrics/metrics-parent/4.1.36/_remote.repositories b/io/dropwizard/metrics/metrics-parent/4.1.36/_remote.repositories new file mode 100644 index 0000000..930cffc --- /dev/null +++ b/io/dropwizard/metrics/metrics-parent/4.1.36/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:11 CST 2025 +metrics-parent-4.1.36.pom>public= diff --git a/io/dropwizard/metrics/metrics-parent/4.1.36/metrics-parent-4.1.36.pom b/io/dropwizard/metrics/metrics-parent/4.1.36/metrics-parent-4.1.36.pom new file mode 100644 index 0000000..005cd87 --- /dev/null +++ b/io/dropwizard/metrics/metrics-parent/4.1.36/metrics-parent-4.1.36.pom @@ -0,0 +1,418 @@ + + + 4.0.0 + + io.dropwizard.metrics + metrics-parent + 4.1.36 + pom + Metrics Parent + + The Metrics library. + + https://metrics.dropwizard.io + + + docs + metrics-bom + metrics-annotation + metrics-benchmarks + metrics-caffeine + metrics-core + metrics-collectd + metrics-ehcache + metrics-graphite + metrics-healthchecks + metrics-httpclient + metrics-httpclient5 + metrics-httpasyncclient + metrics-jcache + metrics-jcstress + metrics-jdbi + metrics-jdbi3 + metrics-jersey2 + metrics-jetty9 + metrics-jmx + metrics-json + metrics-jvm + metrics-log4j2 + metrics-logback + metrics-servlet + metrics-servlets + + + + 2011-02-24T06:12:03Z + UTF-8 + UTF-8 + + 2.9.10.20210106 + 9.4.50.v20221201 + 1.7.36 + 3.23.1 + 4.6.1 + 4.13.1 + 1.3 + 3.10.1 + 9+181-r4173-1 + + dropwizard_metrics + dropwizard + https://sonarcloud.io + ${project.artifactId} + + + + + Coda Hale + coda.hale@gmail.com + America/Los_Angeles + + architect + + + + Ryan Tenney + ryan@10e.us + America/New_York + + committer + + + + Artem Prigoda + prigoda.artem@ya.ru + Europe/Berlin + + committer + + + + + + + Apache License 2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + + scm:git:git://github.com/dropwizard/metrics.git + scm:git:git@github.com:dropwizard/metrics.git + https://github.com/dropwizard/metrics/ + v4.1.36 + + + + github + https://github.com/dropwizard/metrics/issues/ + + + + + ossrh + Sonatype Nexus Snapshots + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + Nexus Release Repository + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + jdk8 + + 1.8 + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + true + + -J-Xbootclasspath/p:${settings.localRepository}/com/google/errorprone/javac/${errorprone.javac.version}/javac-${errorprone.javac.version}.jar + + + + + + + + release-sign-artifacts + + + performRelease + true + + + + EDA86E9FB607B5FC9223FB767D4868B53E31E7AD + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.4.1 + + 8 + none + true + true + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + --pinentry-mode + loopback + + + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + + ossrh + https://s01.oss.sonatype.org/ + true + + + + nexus-deploy + deploy + + deploy + + + + + + org.cyclonedx + cyclonedx-maven-plugin + 2.7.4 + + + package + + makeAggregateBom + + + + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 1.8 + 1.8 + true + + -Xlint:all + -XDcompilePolicy=simple + -Xplugin:ErrorProne -XepExcludedPaths:.*/target/generated-sources/.* + + + + com.google.errorprone + error_prone_core + 2.10.0 + + + + + + org.apache.felix + maven-bundle-plugin + 5.1.8 + true + + + + + ${javaModuleName} + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + @{argLine} -Djava.net.preferIPv4Stack=true + + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.4.1 + + + enforce + + + + + + + enforce + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.5.0 + + + analyze + + analyze-only + analyze-dep-mgt + analyze-duplicate + + verify + + true + true + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + forked-path + v@{project.version} + clean test + + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + + true + + + ${javaModuleName} + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.2.1 + + checkstyle.xml + true + + + + org.apache.maven.plugins + maven-site-plugin + 3.12.1 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.4.2 + + + org.jacoco + jacoco-maven-plugin + 0.8.8 + + + prepare-agent + + prepare-agent + + + + report + + report + + + + + + + diff --git a/io/dropwizard/metrics/metrics-parent/4.1.36/metrics-parent-4.1.36.pom.sha1 b/io/dropwizard/metrics/metrics-parent/4.1.36/metrics-parent-4.1.36.pom.sha1 new file mode 100644 index 0000000..9edd044 --- /dev/null +++ b/io/dropwizard/metrics/metrics-parent/4.1.36/metrics-parent-4.1.36.pom.sha1 @@ -0,0 +1 @@ +34736e198927310b108fb495d15afaa025860f4e \ No newline at end of file diff --git a/io/dropwizard/metrics/metrics-parent/4.2.18/_remote.repositories b/io/dropwizard/metrics/metrics-parent/4.2.18/_remote.repositories new file mode 100644 index 0000000..05c04dd --- /dev/null +++ b/io/dropwizard/metrics/metrics-parent/4.2.18/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:13 CST 2025 +metrics-parent-4.2.18.pom>public= diff --git a/io/dropwizard/metrics/metrics-parent/4.2.18/metrics-parent-4.2.18.pom b/io/dropwizard/metrics/metrics-parent/4.2.18/metrics-parent-4.2.18.pom new file mode 100644 index 0000000..6e4f7bb --- /dev/null +++ b/io/dropwizard/metrics/metrics-parent/4.2.18/metrics-parent-4.2.18.pom @@ -0,0 +1,471 @@ + + + 4.0.0 + + io.dropwizard.metrics + metrics-parent + 4.2.18 + pom + Metrics Parent + + The Metrics library. + + https://metrics.dropwizard.io + + + docs + metrics-bom + metrics-annotation + metrics-benchmarks + metrics-caffeine + metrics-caffeine3 + metrics-core + metrics-collectd + metrics-ehcache + metrics-graphite + metrics-healthchecks + metrics-httpclient + metrics-httpclient5 + metrics-httpasyncclient + metrics-jakarta-servlet + metrics-jakarta-servlets + metrics-jcache + metrics-jcstress + metrics-jdbi + metrics-jdbi3 + metrics-jersey2 + metrics-jersey3 + metrics-jersey31 + metrics-jetty9 + metrics-jetty10 + metrics-jetty11 + metrics-jmx + metrics-json + metrics-jvm + metrics-log4j2 + metrics-logback + metrics-logback13 + metrics-logback14 + metrics-servlet + metrics-servlets + + + + 2011-02-24T06:12:03Z + UTF-8 + UTF-8 + + 2.12.3 + 9.4.51.v20230217 + 10.0.14 + 11.0.14 + 1.7.36 + 3.24.2 + 1.14.2 + 5.2.0 + 4.13.1 + 1.3 + 3.11.0 + 2.18.0 + 9+181-r4173-1 + + dropwizard_metrics + dropwizard + https://sonarcloud.io + ${project.artifactId} + + + + + Coda Hale + coda.hale@gmail.com + America/Los_Angeles + + architect + + + + Ryan Tenney + ryan@10e.us + America/New_York + + committer + + + + Artem Prigoda + prigoda.artem@ya.ru + Europe/Berlin + + committer + + + + + + + Apache License 2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + + scm:git:git://github.com/dropwizard/metrics.git + scm:git:git@github.com:dropwizard/metrics.git + https://github.com/dropwizard/metrics/ + v4.2.18 + + + + github + https://github.com/dropwizard/metrics/issues/ + + + + + ossrh + Sonatype Nexus Snapshots + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + Nexus Release Repository + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + jdk8 + + 1.8 + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + true + + -J-Xbootclasspath/p:${settings.localRepository}/com/google/errorprone/javac/${errorprone.javac.version}/javac-${errorprone.javac.version}.jar + + + + + + + + jdk17 + + [17,) + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + true + + -Xlint:all + -XDcompilePolicy=simple + -Xplugin:ErrorProne -XepExcludedPaths:.*/target/generated-sources/.* + -J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED + -J--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED + -J--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED + -J--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED + -J--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED + -J--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED + -J--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED + -J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED + -J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED + -J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED + + + + com.google.errorprone + error_prone_core + ${errorprone.version} + + + + + + + + + release-sign-artifacts + + + performRelease + true + + + + EDA86E9FB607B5FC9223FB767D4868B53E31E7AD + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + 8 + none + true + true + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + --pinentry-mode + loopback + + + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + + ossrh + https://s01.oss.sonatype.org/ + true + + + + nexus-deploy + deploy + + deploy + + + + + + org.cyclonedx + cyclonedx-maven-plugin + 2.7.5 + + + package + + makeAggregateBom + + + + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.0 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 1.8 + 1.8 + true + + -Xlint:all + -XDcompilePolicy=simple + -Xplugin:ErrorProne -XepExcludedPaths:.*/target/generated-sources/.* + + + + com.google.errorprone + error_prone_core + ${errorprone.version} + + + + + + org.apache.felix + maven-bundle-plugin + 5.1.8 + true + + + + + ${javaModuleName} + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0 + + @{argLine} -Djava.net.preferIPv4Stack=true + + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.4.1 + + + enforce + + + + + + + enforce + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.5.0 + + + analyze + + analyze-only + analyze-dep-mgt + analyze-duplicate + + verify + + true + true + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + forked-path + v@{project.version} + clean test + + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + + true + + + ${javaModuleName} + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.2.1 + + checkstyle.xml + true + + + + org.apache.maven.plugins + maven-site-plugin + 3.12.1 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.4.2 + + + org.jacoco + jacoco-maven-plugin + 0.8.8 + + + prepare-agent + + prepare-agent + + + + report + + report + + + + + + + diff --git a/io/dropwizard/metrics/metrics-parent/4.2.18/metrics-parent-4.2.18.pom.sha1 b/io/dropwizard/metrics/metrics-parent/4.2.18/metrics-parent-4.2.18.pom.sha1 new file mode 100644 index 0000000..a26ac20 --- /dev/null +++ b/io/dropwizard/metrics/metrics-parent/4.2.18/metrics-parent-4.2.18.pom.sha1 @@ -0,0 +1 @@ +feb5434b162f9aa4672ce73e2e8ce02b0f33de72 \ No newline at end of file diff --git a/io/lettuce/lettuce-core/6.1.10.RELEASE/_remote.repositories b/io/lettuce/lettuce-core/6.1.10.RELEASE/_remote.repositories new file mode 100644 index 0000000..d53d777 --- /dev/null +++ b/io/lettuce/lettuce-core/6.1.10.RELEASE/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:21 CST 2025 +lettuce-core-6.1.10.RELEASE.jar>public= +lettuce-core-6.1.10.RELEASE.pom>public= diff --git a/io/lettuce/lettuce-core/6.1.10.RELEASE/lettuce-core-6.1.10.RELEASE.jar b/io/lettuce/lettuce-core/6.1.10.RELEASE/lettuce-core-6.1.10.RELEASE.jar new file mode 100644 index 0000000..9eb39b3 Binary files /dev/null and b/io/lettuce/lettuce-core/6.1.10.RELEASE/lettuce-core-6.1.10.RELEASE.jar differ diff --git a/io/lettuce/lettuce-core/6.1.10.RELEASE/lettuce-core-6.1.10.RELEASE.jar.sha1 b/io/lettuce/lettuce-core/6.1.10.RELEASE/lettuce-core-6.1.10.RELEASE.jar.sha1 new file mode 100644 index 0000000..e5df3f5 --- /dev/null +++ b/io/lettuce/lettuce-core/6.1.10.RELEASE/lettuce-core-6.1.10.RELEASE.jar.sha1 @@ -0,0 +1 @@ +46270d00622e48f1084dcda3da81670314456d12 \ No newline at end of file diff --git a/io/lettuce/lettuce-core/6.1.10.RELEASE/lettuce-core-6.1.10.RELEASE.pom b/io/lettuce/lettuce-core/6.1.10.RELEASE/lettuce-core-6.1.10.RELEASE.pom new file mode 100644 index 0000000..4d97be2 --- /dev/null +++ b/io/lettuce/lettuce-core/6.1.10.RELEASE/lettuce-core-6.1.10.RELEASE.pom @@ -0,0 +1,218 @@ + + + 4.0.0 + io.lettuce + lettuce-core + 6.1.10.RELEASE + Lettuce + Advanced and thread-safe Java Redis client for synchronous, asynchronous, and + reactive usage. Supports Cluster, Sentinel, Pipelining, Auto-Reconnect, Codecs + and much more. + http://github.com/lettuce-io/lettuce-core + + lettuce.io + https://lettuce.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + mp911de + Mark Paluch + + + will + Will Glozer + + + + scm:git:https://github.com/lettuce-io/lettuce-core.git + scm:git:https://github.com/lettuce-io/lettuce-core.git + 6.1.10.RELEASE + http://github.com/lettuce-io/lettuce-core + + + Github + https://github.com/lettuce-io/lettuce-core/issues + + + Travis CI + https://travis-ci.com/lettuce-io/lettuce-core + + + + io.netty + netty-common + 4.1.82.Final + compile + + + io.netty + netty-handler + 4.1.82.Final + compile + + + io.netty + netty-transport + 4.1.82.Final + compile + + + io.projectreactor + reactor-core + 3.3.22.RELEASE + compile + + + org.apache.commons + commons-pool2 + 2.9.0 + compile + true + + + org.jetbrains.kotlin + kotlin-stdlib + 1.4.32 + compile + true + + + org.jetbrains.kotlinx + kotlinx-coroutines-reactive + 1.4.3 + compile + true + + + org.jetbrains.kotlinx + kotlinx-coroutines-jdk8 + 1.4.3 + compile + true + + + io.netty + netty-tcnative + 2.0.54.Final + osx-x86_64 + compile + true + + + io.netty + netty-resolver-dns + 4.1.82.Final + compile + true + + + io.netty + netty-transport-native-epoll + 4.1.82.Final + linux-x86_64 + compile + true + + + io.netty + netty-transport-native-kqueue + 4.1.82.Final + osx-x86_64 + compile + true + + + io.netty.incubator + netty-incubator-transport-native-io_uring + 0.0.15.Final + linux-x86_64 + compile + true + + + io.zipkin.brave + brave + 5.13.7 + compile + true + + + org.latencyutils + LatencyUtils + 2.0.3 + compile + true + + + io.micrometer + micrometer-core + 1.6.13 + compile + true + + + org.hdrhistogram + HdrHistogram + 2.1.12 + compile + true + + + io.reactivex + rxjava + 1.3.8 + compile + true + + + io.reactivex + rxjava-reactive-streams + 1.2.1 + compile + true + + + io.reactivex.rxjava2 + rxjava + 2.2.21 + compile + true + + + io.reactivex.rxjava3 + rxjava + 3.0.13 + compile + true + + + javax.enterprise + cdi-api + 2.0.SP1 + compile + true + + + javax.inject + javax.inject + 1 + compile + true + + + com.google.code.findbugs + jsr305 + 3.0.2 + compile + true + + + diff --git a/io/lettuce/lettuce-core/6.1.10.RELEASE/lettuce-core-6.1.10.RELEASE.pom.sha1 b/io/lettuce/lettuce-core/6.1.10.RELEASE/lettuce-core-6.1.10.RELEASE.pom.sha1 new file mode 100644 index 0000000..b34be3d --- /dev/null +++ b/io/lettuce/lettuce-core/6.1.10.RELEASE/lettuce-core-6.1.10.RELEASE.pom.sha1 @@ -0,0 +1 @@ +61995e7602203c8ce027a191e67f3d6597619095 \ No newline at end of file diff --git a/io/micrometer/micrometer-bom/1.9.11/_remote.repositories b/io/micrometer/micrometer-bom/1.9.11/_remote.repositories new file mode 100644 index 0000000..e2b4e08 --- /dev/null +++ b/io/micrometer/micrometer-bom/1.9.11/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:14 CST 2025 +micrometer-bom-1.9.11.pom>public= diff --git a/io/micrometer/micrometer-bom/1.9.11/micrometer-bom-1.9.11.pom b/io/micrometer/micrometer-bom/1.9.11/micrometer-bom-1.9.11.pom new file mode 100644 index 0000000..fc95513 --- /dev/null +++ b/io/micrometer/micrometer-bom/1.9.11/micrometer-bom-1.9.11.pom @@ -0,0 +1,182 @@ + + + 4.0.0 + io.micrometer + micrometer-bom + 1.9.11 + pom + micrometer-bom + Micrometer BOM (Bill of Materials) for managing Micrometer artifact versions + https://github.com/micrometer-metrics/micrometer + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + shakuzen + Tommy Ludwig + tludwig@vmware.com + + + + git@github.com:micrometer-metrics/micrometer.git + + + + + io.micrometer + micrometer-core + 1.9.11 + + + io.micrometer + micrometer-registry-appoptics + 1.9.11 + + + io.micrometer + micrometer-registry-atlas + 1.9.11 + + + io.micrometer + micrometer-registry-azure-monitor + 1.9.11 + + + io.micrometer + micrometer-registry-cloudwatch + 1.9.11 + + + io.micrometer + micrometer-registry-cloudwatch2 + 1.9.11 + + + io.micrometer + micrometer-registry-datadog + 1.9.11 + + + io.micrometer + micrometer-registry-dynatrace + 1.9.11 + + + io.micrometer + micrometer-registry-elastic + 1.9.11 + + + io.micrometer + micrometer-registry-ganglia + 1.9.11 + + + io.micrometer + micrometer-registry-graphite + 1.9.11 + + + io.micrometer + micrometer-registry-health + 1.9.11 + + + io.micrometer + micrometer-registry-humio + 1.9.11 + + + io.micrometer + micrometer-registry-influx + 1.9.11 + + + io.micrometer + micrometer-registry-jmx + 1.9.11 + + + io.micrometer + micrometer-registry-kairos + 1.9.11 + + + io.micrometer + micrometer-registry-new-relic + 1.9.11 + + + io.micrometer + micrometer-registry-opentsdb + 1.9.11 + + + io.micrometer + micrometer-registry-otlp + 1.9.11 + + + io.micrometer + micrometer-registry-prometheus + 1.9.11 + + + io.micrometer + micrometer-registry-signalfx + 1.9.11 + + + io.micrometer + micrometer-registry-stackdriver + 1.9.11 + + + io.micrometer + micrometer-registry-statsd + 1.9.11 + + + io.micrometer + micrometer-registry-wavefront + 1.9.11 + + + io.micrometer + micrometer-test + 1.9.11 + + + + + 1.0 + io.micrometer#micrometer-bom;1.9.11 + 1.9.11 + integration + circleci + Linux + Etc/UTC + 2023-05-09T01:45:18.290257005Z + 2023-05-09_01:45:18 + 8.1.1 + /micrometer-bom + git@github.com:micrometer-metrics/micrometer.git + 83ecee4 + 83ecee482da9ab8b7683bd3c5b874272a21c4a4b + 83ecee482da9ab8b7683bd3c5b874272a21c4a4b + e853e1d4904f + deploy + 22071 + 22071 + https://circleci.com/gh/micrometer-metrics/micrometer/22071 + 19.0.2+7 (Eclipse Adoptium) + tludwig@vmware.com + tludwig@vmware.com + + diff --git a/io/micrometer/micrometer-bom/1.9.11/micrometer-bom-1.9.11.pom.sha1 b/io/micrometer/micrometer-bom/1.9.11/micrometer-bom-1.9.11.pom.sha1 new file mode 100644 index 0000000..a8f3c61 --- /dev/null +++ b/io/micrometer/micrometer-bom/1.9.11/micrometer-bom-1.9.11.pom.sha1 @@ -0,0 +1 @@ +0b7d20c82dba55c04ff6bd4da0cb44eb355009aa \ No newline at end of file diff --git a/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/_remote.repositories b/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/_remote.repositories new file mode 100644 index 0000000..432cc20 --- /dev/null +++ b/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:26 CST 2025 +netty-incubator-codec-classes-quic-0.0.26.Final.pom>public= +netty-incubator-codec-classes-quic-0.0.26.Final.jar>public= diff --git a/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/netty-incubator-codec-classes-quic-0.0.26.Final.jar b/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/netty-incubator-codec-classes-quic-0.0.26.Final.jar new file mode 100644 index 0000000..4b495f6 Binary files /dev/null and b/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/netty-incubator-codec-classes-quic-0.0.26.Final.jar differ diff --git a/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/netty-incubator-codec-classes-quic-0.0.26.Final.jar.lastUpdated b/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/netty-incubator-codec-classes-quic-0.0.26.Final.jar.lastUpdated new file mode 100644 index 0000000..cc888b4 --- /dev/null +++ b/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/netty-incubator-codec-classes-quic-0.0.26.Final.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:26 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361626246 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361626926 diff --git a/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/netty-incubator-codec-classes-quic-0.0.26.Final.jar.sha1 b/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/netty-incubator-codec-classes-quic-0.0.26.Final.jar.sha1 new file mode 100644 index 0000000..ea88797 --- /dev/null +++ b/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/netty-incubator-codec-classes-quic-0.0.26.Final.jar.sha1 @@ -0,0 +1 @@ +092523c835e44674c92cfa9ac0291c947c98403b \ No newline at end of file diff --git a/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/netty-incubator-codec-classes-quic-0.0.26.Final.pom b/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/netty-incubator-codec-classes-quic-0.0.26.Final.pom new file mode 100644 index 0000000..d6c38fb --- /dev/null +++ b/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/netty-incubator-codec-classes-quic-0.0.26.Final.pom @@ -0,0 +1,92 @@ + + + + 4.0.0 + + io.netty.incubator + netty-incubator-codec-parent-quic + 0.0.26.Final + + + netty-incubator-codec-classes-quic + 0.0.26.Final + Netty/Incubator/Codec/Classes/Quic + jar + + + io.netty.incubator.codec.classes.quic + + + + + + maven-jar-plugin + 3.2.0 + + + default-jar + + + + true + + + ${javaModuleName} + + true + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + + + + + + + io.netty + netty-common + + + io.netty + netty-buffer + + + io.netty + netty-codec + + + io.netty + netty-handler + + + io.netty + netty-transport + + + commons-codec + commons-codec + + + io.netty + netty-transport-classes-epoll + + true + + + diff --git a/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/netty-incubator-codec-classes-quic-0.0.26.Final.pom.lastUpdated b/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/netty-incubator-codec-classes-quic-0.0.26.Final.pom.lastUpdated new file mode 100644 index 0000000..1426fad --- /dev/null +++ b/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/netty-incubator-codec-classes-quic-0.0.26.Final.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:10 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361609853 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361610023 diff --git a/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/netty-incubator-codec-classes-quic-0.0.26.Final.pom.sha1 b/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/netty-incubator-codec-classes-quic-0.0.26.Final.pom.sha1 new file mode 100644 index 0000000..c6aea2f --- /dev/null +++ b/io/netty/incubator/netty-incubator-codec-classes-quic/0.0.26.Final/netty-incubator-codec-classes-quic-0.0.26.Final.pom.sha1 @@ -0,0 +1 @@ +249d7f3e9b80563a459ff4a6d8f36019ecfd05f9 \ No newline at end of file diff --git a/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/_remote.repositories b/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/_remote.repositories new file mode 100644 index 0000000..8c9508f --- /dev/null +++ b/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:26 CST 2025 +netty-incubator-codec-native-quic-0.0.26.Final-linux-x86_64.jar>public= +netty-incubator-codec-native-quic-0.0.26.Final.pom>public= diff --git a/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/netty-incubator-codec-native-quic-0.0.26.Final-linux-x86_64.jar b/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/netty-incubator-codec-native-quic-0.0.26.Final-linux-x86_64.jar new file mode 100644 index 0000000..806e937 Binary files /dev/null and b/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/netty-incubator-codec-native-quic-0.0.26.Final-linux-x86_64.jar differ diff --git a/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/netty-incubator-codec-native-quic-0.0.26.Final-linux-x86_64.jar.lastUpdated b/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/netty-incubator-codec-native-quic-0.0.26.Final-linux-x86_64.jar.lastUpdated new file mode 100644 index 0000000..60e067d --- /dev/null +++ b/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/netty-incubator-codec-native-quic-0.0.26.Final-linux-x86_64.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:26 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361625080 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361626193 diff --git a/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/netty-incubator-codec-native-quic-0.0.26.Final-linux-x86_64.jar.sha1 b/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/netty-incubator-codec-native-quic-0.0.26.Final-linux-x86_64.jar.sha1 new file mode 100644 index 0000000..acddc4e --- /dev/null +++ b/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/netty-incubator-codec-native-quic-0.0.26.Final-linux-x86_64.jar.sha1 @@ -0,0 +1 @@ +546cbd7970d62d05c278be8a7f5c838e937732bc \ No newline at end of file diff --git a/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/netty-incubator-codec-native-quic-0.0.26.Final.pom b/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/netty-incubator-codec-native-quic-0.0.26.Final.pom new file mode 100644 index 0000000..9cee639 --- /dev/null +++ b/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/netty-incubator-codec-native-quic-0.0.26.Final.pom @@ -0,0 +1,1091 @@ + + + + 4.0.0 + + io.netty.incubator + netty-incubator-codec-parent-quic + 0.0.26.Final + + + netty-incubator-codec-native-quic + 0.0.26.Final + Netty/Incubator/Codec/Native/Quic + ${packaging.type} + + + io.netty.incubator.codec.quic + io.netty.incubator.netty-incubator-codec-classes-quic + ${project.basedir}/src/main/c + ${project.build.directory}/native-lib-only + false + jar + ${os.detected.name}-${os.detected.arch} + netty_quiche_${os.detected.name}_${os.detected.arch} + ${project.build.directory}/netty-jni-util/ + ${project.build.directory}/boringssl-source + ${boringsslSourceDir}/build-target + ${project.build.directory}/boringssl + ${boringsslHomeDir}/build + ${boringsslHomeDir}/include + https://boringssl.googlesource.com/boringssl + + + master + f1c75347daa2ea81a941e953f2263e0a4d970c8d + + ${project.build.directory}/quiche-source + ${quicheSourceDir}/target/release + ${project.build.directory}/quiche + ${quicheHomeDir}/build + ${quicheHomeDir}/quiche/include + https://github.com/cloudflare/quiche + master + 380caca202b3ee19eac3f7aa7525b311355553f0 + ${project.build.directory}/generated-sources + ${project.build.directory}/template + + -std=gnu99 -Werror -fno-omit-frame-pointer -fvisibility=hidden -Wunused -Wno-unused-value -O3 -I${quicheHomeIncludeDir} -I${boringsslHomeIncludeDir} + -L${quicheHomeBuildDir} -lquiche -L${boringsslHomeBuildDir} -lssl -lcrypto + + + + + + + + + + + + + + windows + + + windows + + + + ${boringsslHomeDir}/build/RelWithDebInfo + x86_64-pc-windows-msvc + --target=${quicheTarget} + ${quicheSourceDir}/target/${quicheTarget}/release + + + /MT + + /MT /wd4091 + ssl.lib + crypto.lib + quiche.lib + META-INF/native/${jniLibName}.dll;osname=win32;processor=${os.detected.arch} + + + + mac + + + mac + + + + + 10.12 + -O3 -fno-omit-frame-pointer + -O3 -fno-omit-frame-pointer + + -Wa,--noexecstack + ${extraCflags} -DOPENSSL_C11_ATOMIC + + ${extraCflags} -DOPENSSL_C11_ATOMIC -Wno-error=range-loop-analysis + libssl.a + libcrypto.a + libquiche.a + -Wl,-exported_symbol,_JNI_* -Wl,-platform_version,macos,${macosxDeploymentTarget},${macosxDeploymentTarget} + MACOSX_DEPLOYMENT_TARGET=${macosxDeploymentTarget} + META-INF/native/lib${jniLibName}.jnilib;osname=macos;osname=macosx;processor=${os.detected.arch} + + + + mac-m1-cross-compile + + netty_quiche_osx_aarch_64 + osx-aarch_64 + 11.0 + -O3 -fno-omit-frame-pointer -target arm64-apple-macos11 + -O3 -fno-omit-frame-pointer -target arm64-apple-macos11 + + -Wa,--noexecstack -target arm64-apple-macos11 + -DCMAKE_SYSTEM_PROCESSOR=arm64 -DCMAKE_OSX_ARCHITECTURES=arm64 + ${extraCflags} -DOPENSSL_C11_ATOMIC + + ${extraCflags} -DOPENSSL_C11_ATOMIC -Wno-error=range-loop-analysis + libssl.a + libcrypto.a + libquiche.a + -arch arm64 -Wl,-exported_symbol,_JNI_* -Wl,-platform_version,macos,${macosxDeploymentTarget},${macosxDeploymentTarget} + --host=aarch64-apple-darwin + META-INF/native/lib${jniLibName}.jnilib;osname=macos;osname=macosx;processor=aarch_64 + + true + mac + aarch64-apple-darwin + --target=${quicheTarget} + ${quicheSourceDir}/target/${quicheTarget}/release + + + + linux + + + linux + + + !android + + + + -O3 -fno-omit-frame-pointer + -O3 -fno-omit-frame-pointer + + -Wa,--noexecstack + ${extraCflags} -DOPENSSL_C11_ATOMIC + + ${extraCxxflags} -DOPENSSL_C11_ATOMIC -Wno-error=maybe-uninitialized -Wno-error=shadow -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS + libssl.a + libcrypto.a + libquiche.a + -Wl,--strip-debug -Wl,--exclude-libs,ALL -Wl,-lrt + META-INF/native/lib${jniLibName}.so;osname=linux;processor=${os.detected.arch} + + + + android-armeabi-v7a + + + linux + + + android + + + + + + armeabi-v7a + armv7a-linux-androideabi + arm-linux-androideabi + armv7-linux-androideabi + + + + android-arm64-v8a + + arm64-v8a + aarch64-linux-android + aarch64-linux-android + aarch64-linux-android + + + + android-x86 + + x86 + i686-linux-android + i686-linux-android + i686-linux-android + + + + android-x86_64 + + x86_64 + x86_64-linux-android + x86_64-linux-android + x86_64-linux-android + + + + android + + + linux + + + android + + + + aar + true + android + 21 + 21 + --target=${quicheTarget} + false + ${project.build.directory}/native-lib-only/${androidAbi} + ${quicheSourceDir}/target/${quicheTarget}/release + -O3 -fno-omit-frame-pointer + -O3 -fno-omit-frame-pointer + + -Wa,--noexecstack + ${extraCflags} -DOPENSSL_C11_ATOMIC + + ${extraCxxflags} -DOPENSSL_C11_ATOMIC -Wno-error=shadow -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS + libssl.a + libcrypto.a + libquiche.a + + + netty_quiche + ${platform} + -std=c99 -Werror -fno-omit-frame-pointer -fvisibility=hidden -Wunused -Wno-unused-value -O3 -I${quicheHomeIncludeDir} -I${boringsslHomeIncludeDir} + META-INF/native/${jniLibName}.dll;osname=android;processor=${androidAbi} + ${ANDROID_NDK_HOME}/toolchains/llvm/prebuilt/linux-x86_64 + -Wl,-soname=${jniLibName}.so -Wl,--strip-debug -Wl,--exclude-libs,ALL -lm + + --host=${androidTriple} + + ${boringsslSourceDir}/build/${androidAbi} + ${project.build.directory}/boringssl/${androidAbi} + ${project.build.directory}/quiche/${androidAbi} + ${project.build.directory}/native-build/${androidAbi} + + + + + com.soebes.maven.plugins + iterator-maven-plugin + + 0.5.0 + + + package + + invoker + + + + + arm64-v8a + + true + + + + x86 + + true + + + + x86_64 + + true + + + + + package + + android-@item@,android + ${skipIteration} + + + + + + org.fusesource.hawtjni + hawtjni-maven-plugin + + + generate-native-lib + + + ${extraConfigureArg} + ${extraConfigureArg2} + CFLAGS=${cflags} + LDFLAGS=${ldflags} ${extraLdflags} + --libdir=${hawtjniBuildDir}/native-build/target/lib + + TOOLCHAIN=${ndkToolchain} + TARGET=${androidTriple} + API=${androidMinSdkVersion} + AR=${ndkToolchain}/bin/${androidTriple2}-ar + CC=${ndkToolchain}/bin/${androidTriple}${androidMinSdkVersion}-clang + AS=${ndkToolchain}/bin/${androidTriple2}-as + CXX=${ndkToolchain}/bin/${androidTriple}${androidMinSdkVersion}-clang++ + LD=${ndkToolchain}/bin/${androidTriple2}-ld + RANLIB=${ndkToolchain}/bin/${androidTriple2}-ranlib + STRIP=${ndkToolchain}/bin/${androidTriple2}-strip + + ${hawtjniBuildDir} + + + generate + build + + + + + + maven-jar-plugin + + + native-jar + none + + + + + org.apache.felix + maven-bundle-plugin + + + generate-manifest + none + + + + + maven-antrun-plugin + + + + copy-android-native-lib + initialize + + run + + + + + + + + + + + + + + + + + + copy-native-lib-and-license + none + + + + copy-android-native-libs + process-test-resources + + run + + + + + + + + + + + + + + + + + + + + + linux-aarch64 + + -O3 -fno-omit-frame-pointer + -O3 -fno-omit-frame-pointer + + -Wa,--noexecstack + ${extraCflags} -DOPENSSL_C11_ATOMIC + + ${extraCxxflags} -DOPENSSL_C11_ATOMIC -Wno-error=maybe-uninitialized -Wno-error=shadow -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS + libssl.a + libcrypto.a + libquiche.a + -Wl,--strip-debug -Wl,--exclude-libs,ALL + META-INF/native/lib${jniLibName}.so;osname=linux;processor=aarch_64 + netty_quiche_linux_aarch_64 + linux-aarch_64 + --host=aarch64-linux-gnu + CC=aarch64-none-linux-gnu-gcc + -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=aarch64 -DCMAKE_C_COMPILER=aarch64-none-linux-gnu-gcc -DCMAKE_CXX_COMPILER=aarch64-none-linux-gnu-g++ + + true + linux + aarch64-unknown-linux-gnu + --target=${quicheTarget} + ${quicheSourceDir}/target/${quicheTarget}/release + + + + leak + + -Dio.netty.leakDetectionLevel=paranoid -Dio.netty.leakDetection.targetRecords=32 + + + + + + + + kr.motd.maven + os-maven-plugin + 1.7.0 + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + generate-sources + + add-source + + + + ${nativeSourceDirectory} + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + unpack + generate-sources + + unpack-dependencies + + + io.netty + netty-jni-util + sources + ${jniUtilIncludeDir} + **.h,**.c + false + true + + + + + + maven-antrun-plugin + + + + + build-boringssl + generate-sources + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + build-quiche + generate-sources + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + copy-src + generate-sources + + run + + + + + + + + + + + + + + + + + + + setup-template + generate-sources + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + copy-native-lib-and-license + process-test-resources + + run + + + + + + + + + + + + + + + + + + + + + + + + copy-manifest + prepare-package + + run + + + + + + + + + + + + + org.apache.felix + maven-bundle-plugin + + + generate-manifest + process-classes + + manifest + + + + jar + bundle + + + ${project.groupId}.* + ${boringsslCommitSha} + ${boringsslBranch} + ${quicheCommitSha} + ${quicheBranch} + + + + + + + + maven-source-plugin + + + + + 2 + ${project.name} + ${project.groupId}.${project.artifactId}.source + ${project.organization.name} + ${parsedVersion.osgiVersion} + ${project.groupId}.${project.artifactId};version="${parsedVersion.osgiVersion}";roots:="." + + + + + + + attach-sources + prepare-package + + jar-no-fork + + + + attach-test-sources + prepare-package + + test-jar-no-fork + + + + + + + org.fusesource.hawtjni + hawtjni-maven-plugin + + + generate-native-lib + + ${jniLibName} + ${generatedSourcesDir} + ${templateDir} + msbuild + true + v140 + ${nativeLibOnlyDir} + + ${extraConfigureArg} + ${extraConfigureArg2} + CFLAGS=${cflags} + LDFLAGS=${ldflags} ${extraLdflags} + --libdir=${project.build.directory}/native-build/target/lib + + + + generate + build + + + + + + + maven-jar-plugin + + + default-jar + + + + META-INF/native/** + META-INF/license/** + META-INF/NOTICE.txt + META-INF/LICENSE.txt + + + + true + + + ${javaModuleName} + + true + ${project.build.directory}/manifests/MANIFEST.MF + + + + + + native-jar + + jar + + + + + true + + + ${javaModuleName} + ${fragmentHost} + ${bundleNativeCode} + + true + ${project.build.directory}/manifests/MANIFEST-native.MF + + ${jni.classifier} + + + + + + com.simpligility.maven.plugins + android-maven-plugin + true + + + ${androidMinSdkVersion} + + ${project.build.directory}/android-build/AndroidManifest.xml + ${project.build.directory}/android-build/native-libs + + META-INF + + ${jni.classifier} + + + + package + + + + + + + + + io.netty + netty-jni-util + 0.0.3.Final + sources + true + + + ${project.groupId} + netty-incubator-codec-classes-quic + ${project.version} + compile + + + io.netty + netty-transport-native-epoll + ${netty.version} + linux-x86_64 + test + + + org.junit.jupiter + junit-jupiter-api + ${junit.version} + test + + + org.junit.jupiter + junit-jupiter-engine + ${junit.version} + test + + + org.junit.jupiter + junit-jupiter-params + ${junit.version} + test + + + org.hamcrest + hamcrest-library + 1.3 + test + + + io.netty + netty-build-common + ${netty.build.version} + test + + + ch.qos.logback + logback-classic + 1.2.0 + test + + + + org.bouncycastle + bcpkix-jdk15on + 1.68 + test + + + org.assertj + assertj-core + 3.20.2 + test + + + diff --git a/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/netty-incubator-codec-native-quic-0.0.26.Final.pom.lastUpdated b/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/netty-incubator-codec-native-quic-0.0.26.Final.pom.lastUpdated new file mode 100644 index 0000000..1a827e4 --- /dev/null +++ b/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/netty-incubator-codec-native-quic-0.0.26.Final.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:09 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361609030 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361609344 diff --git a/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/netty-incubator-codec-native-quic-0.0.26.Final.pom.sha1 b/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/netty-incubator-codec-native-quic-0.0.26.Final.pom.sha1 new file mode 100644 index 0000000..c7b07be --- /dev/null +++ b/io/netty/incubator/netty-incubator-codec-native-quic/0.0.26.Final/netty-incubator-codec-native-quic-0.0.26.Final.pom.sha1 @@ -0,0 +1 @@ +06637e7979b34fb26049f4bc061f0ac41000d08a \ No newline at end of file diff --git a/io/netty/incubator/netty-incubator-codec-parent-quic/0.0.26.Final/_remote.repositories b/io/netty/incubator/netty-incubator-codec-parent-quic/0.0.26.Final/_remote.repositories new file mode 100644 index 0000000..cdd6c61 --- /dev/null +++ b/io/netty/incubator/netty-incubator-codec-parent-quic/0.0.26.Final/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:09 CST 2025 +netty-incubator-codec-parent-quic-0.0.26.Final.pom>public= diff --git a/io/netty/incubator/netty-incubator-codec-parent-quic/0.0.26.Final/netty-incubator-codec-parent-quic-0.0.26.Final.pom b/io/netty/incubator/netty-incubator-codec-parent-quic/0.0.26.Final/netty-incubator-codec-parent-quic-0.0.26.Final.pom new file mode 100644 index 0000000..dee77f8 --- /dev/null +++ b/io/netty/incubator/netty-incubator-codec-parent-quic/0.0.26.Final/netty-incubator-codec-parent-quic-0.0.26.Final.pom @@ -0,0 +1,464 @@ + + + + 4.0.0 + + org.sonatype.oss + oss-parent + 9 + + + io.netty.incubator + netty-incubator-codec-parent-quic + 0.0.26.Final + Netty/Incubator/Codec/Parent/Quic + pom + https://netty.io/ + + Netty is an asynchronous event-driven network application framework for + rapid development of maintainable high performance protocol servers and + clients. + + + + The Netty Project + https://netty.io/ + + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + 2020 + + + https://github.com/netty/netty-incubator-codec-quic + scm:git:git://github.com/netty/netty-incubator-codec-quic.git + scm:git:ssh://git@github.com/netty/netty-incubator-codec-quic.git + netty-incubator-codec-parent-quic-0.0.26.Final + + + + + netty.io + The Netty Project Contributors + netty@googlegroups.com + https://netty.io/ + The Netty Project + https://netty.io/ + + + + + codec-classes-quic + codec-native-quic + + + + false + jar + 4.1.74.Final + 30 + 1.15 + 5.7.0 + -D_ + + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.2.0 + + + org.apache.maven.plugins + maven-dependency-plugin + 3.1.2 + + + maven-antrun-plugin + 1.8 + + + org.apache.ant + ant + 1.10.11 + + + org.apache.ant + ant-commons-net + 1.9.6 + + + ant-contrib + ant-contrib + 1.0b3 + + + + + maven-compiler-plugin + 3.8.0 + + + maven-checkstyle-plugin + 3.1.0 + + + com.puppycrawl.tools + checkstyle + 8.29 + + + io.netty + netty-build-common + ${netty.build.version} + + + + + maven-surefire-plugin + 2.22.1 + + + maven-javadoc-plugin + 2.10.4 + + + org.apache.felix + maven-bundle-plugin + 2.5.4 + + + maven-deploy-plugin + 2.8.2 + + + maven-source-plugin + 3.2.1 + + + maven-release-plugin + 2.5.3 + + + org.apache.maven.scm + maven-scm-api + 1.9.4 + + + org.apache.maven.scm + maven-scm-provider-gitexe + 1.9.4 + + + + + org.fusesource.hawtjni + hawtjni-maven-plugin + 1.18 + + + maven-jar-plugin + 3.2.0 + + + com.simpligility.maven.plugins + android-maven-plugin + 4.6.0 + + + + + + + kr.motd.maven + os-maven-plugin + 1.7.0 + + + + + maven-compiler-plugin + + 1.8 + true + 1.8 + 1.8 + true + true + true + true + -Xlint:-options + 256m + 1024m + + **/package-info.java + + + + + maven-checkstyle-plugin + + + check-style + + check + + validate + + true + true + true + true + io/netty/checkstyle.xml + + ${project.build.sourceDirectory} + ${project.build.testSourceDirectory} + + + false + + + + + maven-surefire-plugin + + + **/*Test*.java + + + **/Abstract* + + random + + src/test/resources/logback-test.xml + info + + + + listener + io.netty.build.junit.TimedOutTestsListener + + + + false + ${test.argLine} + + + + + org.apache.felix + maven-bundle-plugin + + + generate-manifest + process-classes + + manifest + + + + jar + bundle + + + ${project.groupId}.* + + + + + + + + maven-source-plugin + + + + + 2 + ${project.name} + ${project.groupId}.${project.artifactId}.source + ${project.organization.name} + ${parsedVersion.osgiVersion} + ${project.groupId}.${project.artifactId};version="${parsedVersion.osgiVersion}";roots:="." + + + + + + + attach-sources + prepare-package + + jar-no-fork + + + + attach-test-sources + prepare-package + + test-jar-no-fork + + + + + + maven-javadoc-plugin + + false + true + false + false + true + 8 + + + + maven-deploy-plugin + + 10 + + + + maven-release-plugin + + false + -P restricted-release,sonatype-oss-release,full + true + false + ${project.artifactId}-@{project.version} + + + + + + + + + io.netty + netty-jni-util + 0.0.3.Final + sources + true + + + io.netty + netty-common + ${netty.version} + + + io.netty + netty-buffer + ${netty.version} + + + io.netty + netty-codec + ${netty.version} + + + io.netty + netty-handler + ${netty.version} + + + io.netty + netty-transport + ${netty.version} + + + commons-codec + commons-codec + ${commons.codec.version} + + + io.netty + netty-transport-classes-epoll + ${netty.version} + compile + + true + + + io.netty + netty-transport-native-epoll + ${netty.version} + linux-x86_64 + test + + + org.junit.jupiter + junit-jupiter-api + ${junit.version} + test + + + org.junit.jupiter + junit-jupiter-engine + ${junit.version} + test + + + org.junit.jupiter + junit-jupiter-params + ${junit.version} + test + + + org.hamcrest + hamcrest-library + 1.3 + test + + + io.netty + netty-build-common + ${netty.build.version} + test + + + ch.qos.logback + logback-classic + 1.2.0 + test + + + + org.bouncycastle + bcpkix-jdk15on + 1.68 + test + + + org.assertj + assertj-core + 3.20.2 + test + + + + + diff --git a/io/netty/incubator/netty-incubator-codec-parent-quic/0.0.26.Final/netty-incubator-codec-parent-quic-0.0.26.Final.pom.lastUpdated b/io/netty/incubator/netty-incubator-codec-parent-quic/0.0.26.Final/netty-incubator-codec-parent-quic-0.0.26.Final.pom.lastUpdated new file mode 100644 index 0000000..43ed27f --- /dev/null +++ b/io/netty/incubator/netty-incubator-codec-parent-quic/0.0.26.Final/netty-incubator-codec-parent-quic-0.0.26.Final.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:09 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361609394 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361609803 diff --git a/io/netty/incubator/netty-incubator-codec-parent-quic/0.0.26.Final/netty-incubator-codec-parent-quic-0.0.26.Final.pom.sha1 b/io/netty/incubator/netty-incubator-codec-parent-quic/0.0.26.Final/netty-incubator-codec-parent-quic-0.0.26.Final.pom.sha1 new file mode 100644 index 0000000..2f78d33 --- /dev/null +++ b/io/netty/incubator/netty-incubator-codec-parent-quic/0.0.26.Final/netty-incubator-codec-parent-quic-0.0.26.Final.pom.sha1 @@ -0,0 +1 @@ +073bba53810aabee10fbac18208bdb3cfbd7723a \ No newline at end of file diff --git a/io/netty/netty-bom/4.1.110.Final/_remote.repositories b/io/netty/netty-bom/4.1.110.Final/_remote.repositories new file mode 100644 index 0000000..4af3d0e --- /dev/null +++ b/io/netty/netty-bom/4.1.110.Final/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:14 CST 2025 +netty-bom-4.1.110.Final.pom>public= diff --git a/io/netty/netty-bom/4.1.110.Final/netty-bom-4.1.110.Final.pom b/io/netty/netty-bom/4.1.110.Final/netty-bom-4.1.110.Final.pom new file mode 100644 index 0000000..f391580 --- /dev/null +++ b/io/netty/netty-bom/4.1.110.Final/netty-bom-4.1.110.Final.pom @@ -0,0 +1,387 @@ + + + + 4.0.0 + + org.sonatype.oss + oss-parent + 7 + + + + io.netty + netty-bom + 4.1.110.Final + pom + + Netty/BOM + Netty (Bill of Materials) + https://netty.io/ + + + The Netty Project + https://netty.io/ + + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + 2008 + + + https://github.com/netty/netty + scm:git:git://github.com/netty/netty.git + scm:git:ssh://git@github.com/netty/netty.git + netty-4.1.110.Final + + + + + netty.io + The Netty Project Contributors + netty@googlegroups.com + https://netty.io/ + The Netty Project + https://netty.io/ + + + + + + 2.0.65.Final + + + + + + com.commsen.maven + bom-helper-maven-plugin + 0.4.0 + + + + + + + + io.netty + netty-buffer + ${project.version} + + + io.netty + netty-codec + ${project.version} + + + io.netty + netty-codec-dns + ${project.version} + + + io.netty + netty-codec-haproxy + ${project.version} + + + io.netty + netty-codec-http + ${project.version} + + + io.netty + netty-codec-http2 + ${project.version} + + + io.netty + netty-codec-memcache + ${project.version} + + + io.netty + netty-codec-mqtt + ${project.version} + + + io.netty + netty-codec-redis + ${project.version} + + + io.netty + netty-codec-smtp + ${project.version} + + + io.netty + netty-codec-socks + ${project.version} + + + io.netty + netty-codec-stomp + ${project.version} + + + io.netty + netty-codec-xml + ${project.version} + + + io.netty + netty-common + ${project.version} + + + io.netty + netty-dev-tools + ${project.version} + + + io.netty + netty-handler + ${project.version} + + + io.netty + netty-handler-proxy + ${project.version} + + + io.netty + netty-handler-ssl-ocsp + ${project.version} + + + io.netty + netty-resolver + ${project.version} + + + io.netty + netty-resolver-dns + ${project.version} + + + io.netty + netty-transport + ${project.version} + + + io.netty + netty-transport-rxtx + ${project.version} + + + io.netty + netty-transport-sctp + ${project.version} + + + io.netty + netty-transport-udt + ${project.version} + + + io.netty + netty-example + ${project.version} + + + io.netty + netty-all + ${project.version} + + + io.netty + netty-resolver-dns-classes-macos + ${project.version} + + + io.netty + netty-resolver-dns-native-macos + ${project.version} + + + io.netty + netty-resolver-dns-native-macos + ${project.version} + osx-x86_64 + + + io.netty + netty-resolver-dns-native-macos + ${project.version} + osx-aarch_64 + + + io.netty + netty-transport-native-unix-common + ${project.version} + + + io.netty + netty-transport-native-unix-common + ${project.version} + linux-aarch_64 + + + io.netty + netty-transport-native-unix-common + ${project.version} + linux-riscv64 + + + io.netty + netty-transport-native-unix-common + ${project.version} + linux-x86_64 + + + io.netty + netty-transport-native-unix-common + ${project.version} + osx-x86_64 + + + io.netty + netty-transport-native-unix-common + ${project.version} + osx-aarch_64 + + + io.netty + netty-transport-classes-epoll + ${project.version} + + + io.netty + netty-transport-native-epoll + ${project.version} + + + io.netty + netty-transport-native-epoll + ${project.version} + linux-aarch_64 + + + io.netty + netty-transport-native-epoll + ${project.version} + linux-riscv64 + + + io.netty + netty-transport-native-epoll + ${project.version} + linux-x86_64 + + + io.netty + netty-transport-classes-kqueue + ${project.version} + + + io.netty + netty-transport-native-kqueue + ${project.version} + + + io.netty + netty-transport-native-kqueue + ${project.version} + osx-x86_64 + + + io.netty + netty-transport-native-kqueue + ${project.version} + osx-aarch_64 + + + + io.netty + netty-tcnative-classes + ${tcnative.version} + + + io.netty + netty-tcnative + ${tcnative.version} + linux-x86_64 + + + io.netty + netty-tcnative + ${tcnative.version} + linux-x86_64-fedora + + + io.netty + netty-tcnative + ${tcnative.version} + linux-aarch_64-fedora + + + io.netty + netty-tcnative + ${tcnative.version} + osx-x86_64 + + + io.netty + netty-tcnative-boringssl-static + ${tcnative.version} + + + io.netty + netty-tcnative-boringssl-static + ${tcnative.version} + linux-x86_64 + + + io.netty + netty-tcnative-boringssl-static + ${tcnative.version} + linux-aarch_64 + + + io.netty + netty-tcnative-boringssl-static + ${tcnative.version} + osx-x86_64 + + + io.netty + netty-tcnative-boringssl-static + ${tcnative.version} + osx-aarch_64 + + + io.netty + netty-tcnative-boringssl-static + ${tcnative.version} + windows-x86_64 + + + + diff --git a/io/netty/netty-bom/4.1.110.Final/netty-bom-4.1.110.Final.pom.lastUpdated b/io/netty/netty-bom/4.1.110.Final/netty-bom-4.1.110.Final.pom.lastUpdated new file mode 100644 index 0000000..1c7d725 --- /dev/null +++ b/io/netty/netty-bom/4.1.110.Final/netty-bom-4.1.110.Final.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:14 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361614790 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361614842 diff --git a/io/netty/netty-bom/4.1.110.Final/netty-bom-4.1.110.Final.pom.sha1 b/io/netty/netty-bom/4.1.110.Final/netty-bom-4.1.110.Final.pom.sha1 new file mode 100644 index 0000000..ebc72a3 --- /dev/null +++ b/io/netty/netty-bom/4.1.110.Final/netty-bom-4.1.110.Final.pom.sha1 @@ -0,0 +1 @@ +a86b95fdfd5562c2f00e4ce7cad8da0aa73a7939 \ No newline at end of file diff --git a/io/netty/netty-bom/4.1.92.Final/_remote.repositories b/io/netty/netty-bom/4.1.92.Final/_remote.repositories new file mode 100644 index 0000000..a8c502b --- /dev/null +++ b/io/netty/netty-bom/4.1.92.Final/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:12 CST 2025 +netty-bom-4.1.92.Final.pom>public= diff --git a/io/netty/netty-bom/4.1.92.Final/netty-bom-4.1.92.Final.pom b/io/netty/netty-bom/4.1.92.Final/netty-bom-4.1.92.Final.pom new file mode 100644 index 0000000..ca87d06 --- /dev/null +++ b/io/netty/netty-bom/4.1.92.Final/netty-bom-4.1.92.Final.pom @@ -0,0 +1,375 @@ + + + + 4.0.0 + + org.sonatype.oss + oss-parent + 7 + + + + io.netty + netty-bom + 4.1.92.Final + pom + + Netty/BOM + Netty (Bill of Materials) + https://netty.io/ + + + The Netty Project + https://netty.io/ + + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + 2008 + + + https://github.com/netty/netty + scm:git:git://github.com/netty/netty.git + scm:git:ssh://git@github.com/netty/netty.git + netty-4.1.92.Final + + + + + netty.io + The Netty Project Contributors + netty@googlegroups.com + https://netty.io/ + The Netty Project + https://netty.io/ + + + + + + 2.0.60.Final + + + + + + com.commsen.maven + bom-helper-maven-plugin + 0.4.0 + + + + + + + + io.netty + netty-buffer + ${project.version} + + + io.netty + netty-codec + ${project.version} + + + io.netty + netty-codec-dns + ${project.version} + + + io.netty + netty-codec-haproxy + ${project.version} + + + io.netty + netty-codec-http + ${project.version} + + + io.netty + netty-codec-http2 + ${project.version} + + + io.netty + netty-codec-memcache + ${project.version} + + + io.netty + netty-codec-mqtt + ${project.version} + + + io.netty + netty-codec-redis + ${project.version} + + + io.netty + netty-codec-smtp + ${project.version} + + + io.netty + netty-codec-socks + ${project.version} + + + io.netty + netty-codec-stomp + ${project.version} + + + io.netty + netty-codec-xml + ${project.version} + + + io.netty + netty-common + ${project.version} + + + io.netty + netty-dev-tools + ${project.version} + + + io.netty + netty-handler + ${project.version} + + + io.netty + netty-handler-proxy + ${project.version} + + + io.netty + netty-handler-ssl-ocsp + ${project.version} + + + io.netty + netty-resolver + ${project.version} + + + io.netty + netty-resolver-dns + ${project.version} + + + io.netty + netty-transport + ${project.version} + + + io.netty + netty-transport-rxtx + ${project.version} + + + io.netty + netty-transport-sctp + ${project.version} + + + io.netty + netty-transport-udt + ${project.version} + + + io.netty + netty-example + ${project.version} + + + io.netty + netty-all + ${project.version} + + + io.netty + netty-resolver-dns-classes-macos + ${project.version} + + + io.netty + netty-resolver-dns-native-macos + ${project.version} + + + io.netty + netty-resolver-dns-native-macos + ${project.version} + osx-x86_64 + + + io.netty + netty-resolver-dns-native-macos + ${project.version} + osx-aarch_64 + + + io.netty + netty-transport-native-unix-common + ${project.version} + + + io.netty + netty-transport-native-unix-common + ${project.version} + linux-aarch_64 + + + io.netty + netty-transport-native-unix-common + ${project.version} + linux-x86_64 + + + io.netty + netty-transport-native-unix-common + ${project.version} + osx-x86_64 + + + io.netty + netty-transport-native-unix-common + ${project.version} + osx-aarch_64 + + + io.netty + netty-transport-classes-epoll + ${project.version} + + + io.netty + netty-transport-native-epoll + ${project.version} + + + io.netty + netty-transport-native-epoll + ${project.version} + linux-aarch_64 + + + io.netty + netty-transport-native-epoll + ${project.version} + linux-x86_64 + + + io.netty + netty-transport-classes-kqueue + ${project.version} + + + io.netty + netty-transport-native-kqueue + ${project.version} + + + io.netty + netty-transport-native-kqueue + ${project.version} + osx-x86_64 + + + io.netty + netty-transport-native-kqueue + ${project.version} + osx-aarch_64 + + + + io.netty + netty-tcnative-classes + ${tcnative.version} + + + io.netty + netty-tcnative + ${tcnative.version} + linux-x86_64 + + + io.netty + netty-tcnative + ${tcnative.version} + linux-x86_64-fedora + + + io.netty + netty-tcnative + ${tcnative.version} + linux-aarch_64-fedora + + + io.netty + netty-tcnative + ${tcnative.version} + osx-x86_64 + + + io.netty + netty-tcnative-boringssl-static + ${tcnative.version} + + + io.netty + netty-tcnative-boringssl-static + ${tcnative.version} + linux-x86_64 + + + io.netty + netty-tcnative-boringssl-static + ${tcnative.version} + linux-aarch_64 + + + io.netty + netty-tcnative-boringssl-static + ${tcnative.version} + osx-x86_64 + + + io.netty + netty-tcnative-boringssl-static + ${tcnative.version} + osx-aarch_64 + + + io.netty + netty-tcnative-boringssl-static + ${tcnative.version} + windows-x86_64 + + + + diff --git a/io/netty/netty-bom/4.1.92.Final/netty-bom-4.1.92.Final.pom.sha1 b/io/netty/netty-bom/4.1.92.Final/netty-bom-4.1.92.Final.pom.sha1 new file mode 100644 index 0000000..a71f167 --- /dev/null +++ b/io/netty/netty-bom/4.1.92.Final/netty-bom-4.1.92.Final.pom.sha1 @@ -0,0 +1 @@ +8ad730c4522cb714e4913c33bf77d02d57794198 \ No newline at end of file diff --git a/io/netty/netty-buffer/4.1.92.Final/_remote.repositories b/io/netty/netty-buffer/4.1.92.Final/_remote.repositories new file mode 100644 index 0000000..880505d --- /dev/null +++ b/io/netty/netty-buffer/4.1.92.Final/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:18 CST 2025 +netty-buffer-4.1.92.Final.pom>public= +netty-buffer-4.1.92.Final.jar>public= diff --git a/io/netty/netty-buffer/4.1.92.Final/netty-buffer-4.1.92.Final.jar b/io/netty/netty-buffer/4.1.92.Final/netty-buffer-4.1.92.Final.jar new file mode 100644 index 0000000..d2a2708 Binary files /dev/null and b/io/netty/netty-buffer/4.1.92.Final/netty-buffer-4.1.92.Final.jar differ diff --git a/io/netty/netty-buffer/4.1.92.Final/netty-buffer-4.1.92.Final.jar.sha1 b/io/netty/netty-buffer/4.1.92.Final/netty-buffer-4.1.92.Final.jar.sha1 new file mode 100644 index 0000000..6026c5f --- /dev/null +++ b/io/netty/netty-buffer/4.1.92.Final/netty-buffer-4.1.92.Final.jar.sha1 @@ -0,0 +1 @@ +5ff1ba7ec68c20e635fc0f2b792c38c951f688d6 \ No newline at end of file diff --git a/io/netty/netty-buffer/4.1.92.Final/netty-buffer-4.1.92.Final.pom b/io/netty/netty-buffer/4.1.92.Final/netty-buffer-4.1.92.Final.pom new file mode 100644 index 0000000..0eb7574 --- /dev/null +++ b/io/netty/netty-buffer/4.1.92.Final/netty-buffer-4.1.92.Final.pom @@ -0,0 +1,46 @@ + + + + + 4.0.0 + + io.netty + netty-parent + 4.1.92.Final + + + netty-buffer + jar + + Netty/Buffer + + + io.netty.buffer + + + + + ${project.groupId} + netty-common + ${project.version} + + + org.mockito + mockito-core + + + diff --git a/io/netty/netty-buffer/4.1.92.Final/netty-buffer-4.1.92.Final.pom.sha1 b/io/netty/netty-buffer/4.1.92.Final/netty-buffer-4.1.92.Final.pom.sha1 new file mode 100644 index 0000000..c71f4c8 --- /dev/null +++ b/io/netty/netty-buffer/4.1.92.Final/netty-buffer-4.1.92.Final.pom.sha1 @@ -0,0 +1 @@ +8b475e2024c7ce9b80ded277730820dd961e1c18 \ No newline at end of file diff --git a/io/netty/netty-codec/4.1.92.Final/_remote.repositories b/io/netty/netty-codec/4.1.92.Final/_remote.repositories new file mode 100644 index 0000000..729c661 --- /dev/null +++ b/io/netty/netty-codec/4.1.92.Final/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:19 CST 2025 +netty-codec-4.1.92.Final.jar>public= +netty-codec-4.1.92.Final.pom>public= diff --git a/io/netty/netty-codec/4.1.92.Final/netty-codec-4.1.92.Final.jar b/io/netty/netty-codec/4.1.92.Final/netty-codec-4.1.92.Final.jar new file mode 100644 index 0000000..0b285ca Binary files /dev/null and b/io/netty/netty-codec/4.1.92.Final/netty-codec-4.1.92.Final.jar differ diff --git a/io/netty/netty-codec/4.1.92.Final/netty-codec-4.1.92.Final.jar.sha1 b/io/netty/netty-codec/4.1.92.Final/netty-codec-4.1.92.Final.jar.sha1 new file mode 100644 index 0000000..41a140b --- /dev/null +++ b/io/netty/netty-codec/4.1.92.Final/netty-codec-4.1.92.Final.jar.sha1 @@ -0,0 +1 @@ +9496b3d59290edcc6480cbe064f33560873f7484 \ No newline at end of file diff --git a/io/netty/netty-codec/4.1.92.Final/netty-codec-4.1.92.Final.pom b/io/netty/netty-codec/4.1.92.Final/netty-codec-4.1.92.Final.pom new file mode 100644 index 0000000..f6b5db3 --- /dev/null +++ b/io/netty/netty-codec/4.1.92.Final/netty-codec-4.1.92.Final.pom @@ -0,0 +1,164 @@ + + + + + 4.0.0 + + io.netty + netty-parent + 4.1.92.Final + + + netty-codec + jar + + Netty/Codec + + + io.netty.codec + + + + + ${project.groupId} + netty-common + ${project.version} + + + ${project.groupId} + netty-buffer + ${project.version} + + + ${project.groupId} + netty-transport + ${project.version} + + + com.google.protobuf + protobuf-java + true + + + com.google.protobuf.nano + protobuf-javanano + true + + + org.jboss.marshalling + jboss-marshalling + true + + + com.jcraft + jzlib + true + + + com.ning + compress-lzf + true + + + net.jpountz.lz4 + lz4 + true + + + com.github.jponge + lzma-java + true + + + com.github.luben + zstd-jni + true + + + com.aayushatharva.brotli4j + brotli4j + true + + + com.aayushatharva.brotli4j + native-linux-x86_64 + true + + + com.aayushatharva.brotli4j + native-linux-aarch64 + true + + + com.aayushatharva.brotli4j + native-osx-x86_64 + true + + + com.aayushatharva.brotli4j + native-osx-aarch64 + true + + + com.aayushatharva.brotli4j + native-windows-x86_64 + true + + + + org.mockito + mockito-core + + + + + org.jboss.marshalling + jboss-marshalling-serial + test + + + org.jboss.marshalling + jboss-marshalling-river + test + + + + + org.apache.commons + commons-compress + test + + + + + org.reflections + reflections + + + com.google.code.gson + gson + + + ${project.groupId} + netty-transport + ${project.version} + test-jar + test + + + + diff --git a/io/netty/netty-codec/4.1.92.Final/netty-codec-4.1.92.Final.pom.sha1 b/io/netty/netty-codec/4.1.92.Final/netty-codec-4.1.92.Final.pom.sha1 new file mode 100644 index 0000000..f02fe5e --- /dev/null +++ b/io/netty/netty-codec/4.1.92.Final/netty-codec-4.1.92.Final.pom.sha1 @@ -0,0 +1 @@ +729760b57e046071a8ea3605218141494ac30bb3 \ No newline at end of file diff --git a/io/netty/netty-common/4.1.92.Final/_remote.repositories b/io/netty/netty-common/4.1.92.Final/_remote.repositories new file mode 100644 index 0000000..e7621d4 --- /dev/null +++ b/io/netty/netty-common/4.1.92.Final/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:19 CST 2025 +netty-common-4.1.92.Final.pom>public= +netty-common-4.1.92.Final.jar>public= diff --git a/io/netty/netty-common/4.1.92.Final/netty-common-4.1.92.Final.jar b/io/netty/netty-common/4.1.92.Final/netty-common-4.1.92.Final.jar new file mode 100644 index 0000000..23c6d86 Binary files /dev/null and b/io/netty/netty-common/4.1.92.Final/netty-common-4.1.92.Final.jar differ diff --git a/io/netty/netty-common/4.1.92.Final/netty-common-4.1.92.Final.jar.sha1 b/io/netty/netty-common/4.1.92.Final/netty-common-4.1.92.Final.jar.sha1 new file mode 100644 index 0000000..ca0ac0f --- /dev/null +++ b/io/netty/netty-common/4.1.92.Final/netty-common-4.1.92.Final.jar.sha1 @@ -0,0 +1 @@ +66133f9ad31816a227acf3030632903cb9e4c5a2 \ No newline at end of file diff --git a/io/netty/netty-common/4.1.92.Final/netty-common-4.1.92.Final.pom b/io/netty/netty-common/4.1.92.Final/netty-common-4.1.92.Final.pom new file mode 100644 index 0000000..4206742 --- /dev/null +++ b/io/netty/netty-common/4.1.92.Final/netty-common-4.1.92.Final.pom @@ -0,0 +1,351 @@ + + + + netty-parent + io.netty + 4.1.92.Final + + 4.0.0 + netty-common + Netty/Common + + + + maven-shade-plugin + + + package + + shade + + + + + org.jctools + + + + + org.jctools. + io.netty.util.internal.shaded.org.jctools. + + + true + true + true + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + generate-sources + + add-source + + + + ${collection.src.dir} + + + + + add-test-source + generate-test-sources + + add-test-source + + + + ${collection.testsrc.dir} + + + + + + + org.codehaus.gmaven + groovy-maven-plugin + 2.1.1 + + + generate-collections + generate-sources + + execute + + + ${project.basedir}/src/main/script/codegen.groovy + + + + + + org.codehaus.groovy + groovy + 3.0.9 + + + ant + ant-optional + 1.5.3-1 + + + + + org.apache.felix + maven-bundle-plugin + + + generate-manifest + process-classes + + manifest + + + + * + !org.jctools.*;sun.misc;resolution:=optional;* + + + + + + + + + + org.graalvm.nativeimage + svm + 19.3.6 + provided + + + svm-hosted-native-linux-amd64 + org.graalvm.nativeimage + + + svm-hosted-native-darwin-amd64 + org.graalvm.nativeimage + + + svm-hosted-native-windows-amd64 + org.graalvm.nativeimage + + + graal-sdk + org.graalvm.sdk + + + objectfile + org.graalvm.nativeimage + + + pointsto + org.graalvm.nativeimage + + + truffle-nfi + org.graalvm.truffle + + + compiler + org.graalvm.compiler + + + + + org.jetbrains + annotations-java5 + 23.0.0 + provided + + + org.slf4j + slf4j-api + 1.7.30 + compile + true + + + commons-logging + commons-logging + 1.2 + compile + true + + + org.apache.logging.log4j + log4j-1.2-api + 2.17.2 + compile + + + mail + javax.mail + + + jms + javax.jms + + + jmxtools + com.sun.jdmk + + + jmxri + com.sun.jmx + + + true + + + org.apache.logging.log4j + log4j-api + 2.17.2 + compile + true + + + org.apache.logging.log4j + log4j-core + 2.17.2 + test + + + io.projectreactor.tools + blockhound + 1.0.6.RELEASE + compile + true + + + org.mockito + mockito-core + 2.18.3 + test + + + byte-buddy + net.bytebuddy + + + byte-buddy-agent + net.bytebuddy + + + objenesis + org.objenesis + + + + + io.netty + netty-dev-tools + 4.1.92.Final + test + true + + + org.junit.jupiter + junit-jupiter-api + 5.9.0 + test + + + opentest4j + org.opentest4j + + + junit-platform-commons + org.junit.platform + + + apiguardian-api + org.apiguardian + + + + + org.junit.jupiter + junit-jupiter-engine + 5.9.0 + test + + + junit-platform-engine + org.junit.platform + + + apiguardian-api + org.apiguardian + + + + + org.junit.jupiter + junit-jupiter-params + 5.9.0 + test + + + apiguardian-api + org.apiguardian + + + + + io.netty + netty-build-common + 31 + test + + + checkstyle + com.puppycrawl.tools + + + + + org.hamcrest + hamcrest-library + 1.3 + test + + + hamcrest-core + org.hamcrest + + + + + org.assertj + assertj-core + 3.18.0 + test + + + ch.qos.logback + logback-classic + 1.2.3 + test + + + logback-core + ch.qos.logback + + + + + + ${project.basedir}/src/test/templates + ${project.build.directory}/generated-test-sources/collections/java + io.netty.common + ${project.basedir}/src/main/templates + ${project.build.directory}/generated-sources/collections/java + + diff --git a/io/netty/netty-common/4.1.92.Final/netty-common-4.1.92.Final.pom.sha1 b/io/netty/netty-common/4.1.92.Final/netty-common-4.1.92.Final.pom.sha1 new file mode 100644 index 0000000..de89eec --- /dev/null +++ b/io/netty/netty-common/4.1.92.Final/netty-common-4.1.92.Final.pom.sha1 @@ -0,0 +1 @@ +8956e5cc1e998eab0f6cc06ee3326b121a696061 \ No newline at end of file diff --git a/io/netty/netty-handler/4.1.92.Final/_remote.repositories b/io/netty/netty-handler/4.1.92.Final/_remote.repositories new file mode 100644 index 0000000..b924dd2 --- /dev/null +++ b/io/netty/netty-handler/4.1.92.Final/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:21 CST 2025 +netty-handler-4.1.92.Final.pom>public= +netty-handler-4.1.92.Final.jar>public= diff --git a/io/netty/netty-handler/4.1.92.Final/netty-handler-4.1.92.Final.jar b/io/netty/netty-handler/4.1.92.Final/netty-handler-4.1.92.Final.jar new file mode 100644 index 0000000..371c075 Binary files /dev/null and b/io/netty/netty-handler/4.1.92.Final/netty-handler-4.1.92.Final.jar differ diff --git a/io/netty/netty-handler/4.1.92.Final/netty-handler-4.1.92.Final.jar.sha1 b/io/netty/netty-handler/4.1.92.Final/netty-handler-4.1.92.Final.jar.sha1 new file mode 100644 index 0000000..8c0acee --- /dev/null +++ b/io/netty/netty-handler/4.1.92.Final/netty-handler-4.1.92.Final.jar.sha1 @@ -0,0 +1 @@ +d8e961d89a966c0cdea88105bbb2353408a41d12 \ No newline at end of file diff --git a/io/netty/netty-handler/4.1.92.Final/netty-handler-4.1.92.Final.pom b/io/netty/netty-handler/4.1.92.Final/netty-handler-4.1.92.Final.pom new file mode 100644 index 0000000..296841c --- /dev/null +++ b/io/netty/netty-handler/4.1.92.Final/netty-handler-4.1.92.Final.pom @@ -0,0 +1,136 @@ + + + + + 4.0.0 + + io.netty + netty-parent + 4.1.92.Final + + + netty-handler + jar + + + io.netty.handler + + --add-exports java.base/sun.security.x509=ALL-UNNAMED + + + Netty/Handler + + + + ${project.groupId} + netty-common + ${project.version} + + + ${project.groupId} + netty-resolver + ${project.version} + + + ${project.groupId} + netty-buffer + ${project.version} + + + ${project.groupId} + netty-transport + ${project.version} + + + ${project.groupId} + netty-transport-native-unix-common + ${project.version} + + + ${project.groupId} + netty-codec + ${project.version} + + + ${project.groupId} + netty-tcnative-classes + true + + + ${project.groupId} + ${tcnative.artifactId} + ${tcnative.classifier} + true + + + org.bouncycastle + bcpkix-jdk15on + true + + + org.bouncycastle + bctls-jdk15on + true + + + org.eclipse.jetty.npn + npn-api + true + + + org.eclipse.jetty.alpn + alpn-api + true + + + ${conscrypt.groupId} + ${conscrypt.artifactId} + ${conscrypt.classifier} + true + + + org.mockito + mockito-core + + + + software.amazon.cryptools + AmazonCorrettoCryptoProvider + 1.1.0 + linux-x86_64 + test + + + + + org.reflections + reflections + + + com.google.code.gson + gson + + + ${project.groupId} + netty-transport + ${project.version} + test-jar + test + + + + diff --git a/io/netty/netty-handler/4.1.92.Final/netty-handler-4.1.92.Final.pom.sha1 b/io/netty/netty-handler/4.1.92.Final/netty-handler-4.1.92.Final.pom.sha1 new file mode 100644 index 0000000..8d20bf0 --- /dev/null +++ b/io/netty/netty-handler/4.1.92.Final/netty-handler-4.1.92.Final.pom.sha1 @@ -0,0 +1 @@ +ad5c57f58346d480abaa5209507a9a622eb4b575 \ No newline at end of file diff --git a/io/netty/netty-parent/4.1.92.Final/_remote.repositories b/io/netty/netty-parent/4.1.92.Final/_remote.repositories new file mode 100644 index 0000000..bc5017b --- /dev/null +++ b/io/netty/netty-parent/4.1.92.Final/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:17 CST 2025 +netty-parent-4.1.92.Final.pom>public= diff --git a/io/netty/netty-parent/4.1.92.Final/netty-parent-4.1.92.Final.pom b/io/netty/netty-parent/4.1.92.Final/netty-parent-4.1.92.Final.pom new file mode 100644 index 0000000..167b4b3 --- /dev/null +++ b/io/netty/netty-parent/4.1.92.Final/netty-parent-4.1.92.Final.pom @@ -0,0 +1,2103 @@ + + + + + 4.0.0 + + org.sonatype.oss + oss-parent + 9 + + + io.netty + netty-parent + pom + 4.1.92.Final + + Netty + https://netty.io/ + + Netty is an asynchronous event-driven network application framework for + rapid development of maintainable high performance protocol servers and + clients. + + + + The Netty Project + https://netty.io/ + + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + 2008 + + + https://github.com/netty/netty + scm:git:git://github.com/netty/netty.git + scm:git:ssh://git@github.com/netty/netty.git + netty-4.1.92.Final + + + + + netty.io + The Netty Project Contributors + netty@googlegroups.com + https://netty.io/ + The Netty Project + https://netty.io/ + + + + + + aggregate + + true + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + aggregate + + aggregate + + + + + + netty-all,netty-bom,netty-testsuite,netty-testsuite-autobahn,netty-testsuite-http2, + netty-testsuite-native,netty-testsuite-native-image,netty-testsuite-native-image-client, + netty-testsuite-native-image-client-runtime-init,netty-testsuite-osgi,netty-testsuite-shading, + netty-transport-blockhound-tests,netty-transport-native-unix-common-tests,netty-microbench, + netty-dev-tools,netty-example + + + **/com/sun/**/*.java + **/example/**/*.java + **/testsuite/**/*.java + **/microbench/**/*.java + **/microbenchmark/**/*.java + **/generated/**/*.java + **/*Benchmark.java + **/*Bench.java + **/*Test.java + + true + ${project.build.directory}/api + ${project.basedir}/src/javadoc/overview.html + Netty API Reference (${project.version}) + Netty API Reference (${project.version}) + false + + https://docs.oracle.com/javase/8/docs/api/ + https://developers.google.com/protocol-buffers/docs/reference/java/ + https://www.slf4j.org/apidocs/ + + + + Low-level data representation + io.netty.buffer* + + + Central interface for all I/O operations + io.netty.channel* + + + Client & Server bootstrapping utilities + io.netty.bootstrap* + + + Reusable I/O event interceptors + io.netty.handler* + + + DNS / Host resolvers + io.netty.resolver* + + + Utils + io.netty.util* + + + en_US + + + + org.apache.maven.plugins + maven-jxr-plugin + + + aggregate + + aggregate + + + + + true + ${project.build.directory}/site/xref + ${project.build.directory}/site/apidocs + Netty Source Xref (${project.version}) + Netty Source Xref (${project.version}) + + **/com/sun/**/*.java + **/microbench/**/*.java + **/microbenchmark/**/*.java + + + + + + + + + graal + + + + ${java.home}/bin/gu + + + + false + true + + + + + java20 + + 20 + + + + + + + --illegal-access=deny ${argLine.java9.extras} + true + + 2.0.5.Final + + 1.8 + 1.8 + + true + true + + + + java19 + + 19 + + + + + + + --illegal-access=deny ${argLine.java9.extras} + true + + 2.0.5.Final + + 1.8 + 1.8 + + true + true + + + + java18 + + 18 + + + + + + + --illegal-access=deny ${argLine.java9.extras} + true + + 2.0.5.Final + + 1.7 + 1.7 + + true + true + + + + java17 + + 17 + + + + + + + --illegal-access=deny ${argLine.java9.extras} + true + + 2.0.5.Final + + 1.7 + 1.7 + + true + + + + + + java16 + + 16 + + + + + + + --illegal-access=deny ${argLine.java9.extras} + true + + 2.0.5.Final + + 1.7 + 1.7 + + true + + + + + + java15 + + 15 + + + + + --illegal-access=deny ${argLine.java9.extras} + + + true + + 2.0.5.Final + + 1.7 + 1.7 + + true + + + + + java14 + + 14 + + + + + --illegal-access=deny ${argLine.java9.extras} + + + true + + 2.0.5.Final + + 1.7 + 1.7 + + true + + + + + java13 + + 13 + + + + + --illegal-access=deny ${argLine.java9.extras} + + + true + + 2.0.5.Final + + 1.7 + 1.7 + + true + + + + + + java12 + + 12 + + + + + --illegal-access=deny ${argLine.java9.extras} + + + true + + 2.0.5.Final + + 1.7 + 1.7 + + true + + + + + + java11 + + 11 + + + + + --illegal-access=deny ${argLine.java9.extras} + + + true + + 2.0.5.Final + + true + + + + + + java10 + + 10 + + + + + --illegal-access=deny --add-modules java.xml.bind ${argLine.java9.extras} + + + true + + 3.0.0-M3 + + 2.0.5.Final + + + + + + java9 + + + + --illegal-access=deny --add-modules java.xml.bind ${argLine.java9.extras} + + + + true + + 3.0.0-M1 + + + 9 + + + + + boringssl-mac-aarch64 + + + + mac + aarch64 + + + + netty-tcnative-boringssl-static + + + + + boringssl-linux-aarch64 + + + + linux + aarch64 + + + + netty-tcnative-boringssl-static + + + + + boringssl + + + + windows + + + + netty-tcnative-boringssl-static + + + + + leak + + -Dio.netty.leakDetectionLevel=paranoid -Dio.netty.leakDetection.targetRecords=32 + + + + noPrintGC + + -D_ + + + + noUnsafe + + -Dio.netty.noUnsafe=true + + + + + fast + + true + true + true + true + true + true + true + true + true + true + true + + + + coverage + + ${jacoco.argLine} + + + + + org.jacoco + jacoco-maven-plugin + 0.7.7.201606060606 + + + jacoco-prepare-agent + + prepare-agent + + + jacoco.argLine + + + + + + + + + jdk8 + + [1.8,) + + + + false + + + + + forcenpn + + + forcenpn + true + + + + forceNpn=true + + + + + + 1.6 + 1.6 + ${project.build.directory}/dev-tools + UTF-8 + UTF-8 + 31 + 1.4.11.Final + 2.0.10 + "${settings.localRepository}"/org/mortbay/jetty/alpn/jetty-alpn-agent/${jetty.alpnAgent.version}/jetty-alpn-agent-${jetty.alpnAgent.version}.jar + + -server + -dsa -da -ea:io.netty... + -XX:+HeapDumpOnOutOfMemoryError + + + -javaagent:${jetty.alpnAgent.path}=${jetty.alpnAgent.option} + -D_ + -D_ + -D_ + -XX:+PrintGCDetails + + -D_ + + + 1.7.1 + + fedora,suse,arch + netty-tcnative + + 2.0.60.Final + ${os.detected.classifier} + org.conscrypt + conscrypt-openjdk-uber + 2.5.2 + + ${os.detected.name}-${os.detected.arch} + ${project.basedir}/../common/src/test/resources/logback-test.xml + debug + 2.17.2 + 3.0.0 + 5.9.0 + false + ${java.home} + ${testJavaHome}/bin/java + false + false + false + 19.3.6 + 1.11.0 + + true + false + false + + + + all + dev-tools + common + buffer + codec + codec-dns + codec-haproxy + codec-http + codec-http2 + codec-memcache + codec-mqtt + codec-redis + codec-smtp + codec-socks + codec-stomp + codec-xml + resolver + resolver-dns + resolver-dns-classes-macos + resolver-dns-native-macos + transport + transport-native-unix-common-tests + transport-native-unix-common + transport-classes-epoll + transport-native-epoll + transport-classes-kqueue + transport-native-kqueue + transport-rxtx + transport-sctp + transport-udt + handler + handler-proxy + handler-ssl-ocsp + example + testsuite + testsuite-autobahn + testsuite-http2 + testsuite-osgi + testsuite-shading + testsuite-native + testsuite-native-image + testsuite-native-image-client + testsuite-native-image-client-runtime-init + transport-blockhound-tests + microbench + bom + + + + + + io.netty + netty-jni-util + 0.0.6.Final + sources + true + + + + ${project.groupId} + netty-dev-tools + ${project.version} + + + + + com.sun.activation + javax.activation + 1.2.0 + + + + + org.jboss.marshalling + jboss-marshalling + ${jboss.marshalling.version} + compile + true + + + + + org.eclipse.jetty.npn + npn-api + 1.1.1.v20141010 + provided + + + org.eclipse.jetty.alpn + alpn-api + 1.1.2.v20150522 + provided + + + + + com.google.protobuf + protobuf-java + 2.6.1 + + + com.google.protobuf.nano + protobuf-javanano + 3.0.0-alpha-5 + + + + + ${project.groupId} + netty-tcnative-classes + ${tcnative.version} + compile + true + + + ${project.groupId} + ${tcnative.artifactId} + ${tcnative.version} + ${tcnative.classifier} + runtime + true + + + + + ${conscrypt.groupId} + ${conscrypt.artifactId} + ${conscrypt.classifier} + ${conscrypt.version} + compile + true + + + + + org.bouncycastle + bcpkix-jdk15on + 1.69 + compile + true + + + + + org.bouncycastle + bcprov-jdk15on + 1.69 + compile + true + + + + + org.bouncycastle + bctls-jdk15on + 1.69 + compile + true + + + + com.fasterxml + aalto-xml + 1.0.0 + + + + com.jcraft + jzlib + 1.1.3 + + + com.ning + compress-lzf + 1.0.3 + + + net.jpountz.lz4 + lz4 + 1.3.0 + + + com.github.jponge + lzma-java + 1.3 + + + com.github.luben + zstd-jni + 1.5.0-2 + true + + + com.aayushatharva.brotli4j + brotli4j + ${brotli4j.version} + + + com.aayushatharva.brotli4j + native-linux-x86_64 + ${brotli4j.version} + + + com.aayushatharva.brotli4j + native-linux-aarch64 + ${brotli4j.version} + + + com.aayushatharva.brotli4j + native-linux-armv7 + ${brotli4j.version} + + + com.aayushatharva.brotli4j + native-osx-x86_64 + ${brotli4j.version} + + + com.aayushatharva.brotli4j + native-osx-aarch64 + ${brotli4j.version} + + + com.aayushatharva.brotli4j + native-windows-x86_64 + ${brotli4j.version} + + + + + org.jctools + jctools-core + 3.1.0 + + + + + org.jetbrains + annotations-java5 + 23.0.0 + provided + + + + org.rxtx + rxtx + 2.1.7 + + + + com.barchart.udt + barchart-udt-bundle + 2.3.0 + + + + javax.servlet + servlet-api + 2.5 + + + + org.slf4j + slf4j-api + 1.7.30 + + + commons-logging + commons-logging + 1.2 + + + org.apache.logging.log4j + log4j-api + ${log4j2.version} + + + org.apache.logging.log4j + log4j-1.2-api + ${log4j2.version} + + + mail + javax.mail + + + jms + javax.jms + + + jmxtools + com.sun.jdmk + + + jmxri + com.sun.jmx + + + true + + + + + com.yammer.metrics + metrics-core + 2.2.0 + + + + + org.junit.jupiter + junit-jupiter-api + ${junit.version} + test + + + org.junit.jupiter + junit-jupiter-engine + ${junit.version} + test + + + org.junit.jupiter + junit-jupiter-params + ${junit.version} + test + + + ${project.groupId} + netty-build-common + ${netty.build.version} + test + + + org.hamcrest + hamcrest-library + 1.3 + test + + + org.assertj + assertj-core + 3.18.0 + test + + + org.mockito + mockito-core + 2.18.3 + test + + + org.reflections + reflections + 0.10.2 + test + + + ch.qos.logback + logback-classic + 1.2.3 + test + + + io.github.artsok + rerunner-jupiter + 2.1.6 + test + + + + + org.jboss.marshalling + jboss-marshalling-serial + ${jboss.marshalling.version} + test + + + org.jboss.marshalling + jboss-marshalling-river + ${jboss.marshalling.version} + test + + + + + com.google.caliper + caliper + 0.5-rc1 + test + + + + + org.apache.commons + commons-compress + 1.21 + test + + + + + commons-io + commons-io + 2.8.0 + test + + + + + com.google.code.gson + gson + 2.8.9 + test + + + + + org.tukaani + xz + 1.5 + + + + + org.apache.directory.server + apacheds-protocol-dns + 1.5.7 + test + + + + + org.apache.logging.log4j + log4j-core + ${log4j2.version} + test + + + + + io.projectreactor.tools + blockhound + 1.0.6.RELEASE + + + + + + + + org.junit.jupiter + junit-jupiter-api + test + + + org.junit.jupiter + junit-jupiter-engine + test + + + org.junit.jupiter + junit-jupiter-params + test + + + ${project.groupId} + netty-build-common + test + + + org.hamcrest + hamcrest-library + test + + + org.assertj + assertj-core + test + + + ch.qos.logback + logback-classic + test + + + + + + + kr.motd.maven + os-maven-plugin + ${osmaven.version} + + + + + + org.revapi + revapi-maven-plugin + 0.14.6 + + + org.revapi + revapi-java + 0.26.1 + + + + + + + + + java-package + /.*\.internal\..*/ + + + java-package + /org\.openjdk\.jmh\..*/ + + + java + @io.netty.util.internal.UnstableApi ^*; + + + + + + @io.netty.util.internal.UnstableApi + + + + + + + true + java.missing.oldClass + missing-class org.slf4j.Logger + missing-class org.slf4j.Logger + The com.barchart.udt library exposes this class in their API, but slf4j is an optional dependency to Netty. + + + true + java.missing.newClass + missing-class org.slf4j.Logger + missing-class org.slf4j.Logger + The com.barchart.udt library exposes this class in their API, but slf4j is an optional dependency to Netty. + + + true + java.class.externalClassExposedInAPI + true + io\.netty\..* + They're not "external classes" if they're from a Netty package. + + + true + java.field.removed + io.netty.util.internal.InternalThreadLocalMap + Ignore cache padding. + + + true + java.method.removed + method java.lang.String io.netty.testsuite.util.TestUtils::testMethodName(org.junit.rules.TestName) + This should be test-only, and we're removing support for JUnit 4. + + + + true + java.method.finalMethodAddedToNonFinalClass + method void io.netty.util.AbstractReferenceCounted::setRefCnt(int) @ io.netty.handler.codec.http.multipart.MixedAttribute + Acceptable incompatibility for required change + + + true + java.method.finalMethodAddedToNonFinalClass + method void io.netty.util.AbstractReferenceCounted::setRefCnt(int) @ io.netty.handler.codec.http.multipart.MixedFileUpload + Acceptable incompatibility for required change + + + true + java.class.nonFinalClassInheritsFromNewClass + class io.netty.handler.codec.http.multipart.MixedFileUpload + class io.netty.handler.codec.http.multipart.MixedFileUpload + io.netty.handler.codec.http.multipart.AbstractMixedHttpData<io.netty.handler.codec.http.multipart.FileUpload> + Acceptable incompatibility for required change + + + true + java.class.nonFinalClassInheritsFromNewClass + class io.netty.handler.codec.http.multipart.MixedAttribute + class io.netty.handler.codec.http.multipart.MixedAttribute + io.netty.handler.codec.http.multipart.AbstractMixedHttpData<io.netty.handler.codec.http.multipart.Attribute> + Acceptable incompatibility for required change + + + true + java.annotation.removed + @io.netty.channel.ChannelHandlerMask.Skip + No change in compatibility + + + true + java.method.finalMethodAddedToNonFinalClass + method io.netty.channel.unix.DomainSocketAddress io.netty.channel.unix.Socket::localDomainSocketAddress() + Acceptable incompatibility for required change + + + true + java.method.finalMethodAddedToNonFinalClass + method io.netty.channel.unix.DomainSocketAddress io.netty.channel.unix.Socket::remoteDomainSocketAddress() + Acceptable incompatibility for required change + + + + + + + + api-check + + check + + + + + + com.github.siom79.japicmp + japicmp-maven-plugin + 0.15.4 + + + true + true + true + \d+\.\d+\.\d+\.Final + + + ^(?!io\.netty\.).* + ^io\.netty\.internal\.tcnative\..* + + + @io.netty.util.internal.UnstableApi + io.netty.util.internal.shaded + + + + FIELD_REMOVED + true + true + PATCH + + + + + + + verify + + cmp + + + + + + maven-enforcer-plugin + ${enforcer.plugin.version} + + + enforce-tools + + enforce + + + + + + + [1.8.0,) + + + [3.1.1,) + + + + x86_64/AARCH64/PPCLE64/s390x_64/loongarch64 JDK must be used. + + os.detected.arch + ^(x86_64|aarch_64|ppcle_64|s390_64|loongarch_64)$ + + + + + + + + maven-compiler-plugin + 3.8.0 + + 1.8 + true + ${maven.compiler.source} + ${maven.compiler.target} + true + true + true + true + -Xlint:-options + + + 256m + 1024m + + **/package-info.java + + + + + + org.codehaus.mojo + animal-sniffer-maven-plugin + 1.16 + + + org.codehaus.mojo.signature + java16 + 1.1 + + + java.nio.ByteBuffer + + + io.netty.util.internal.SuppressJava6Requirement + + + + + process-classes + + check + + + + + + maven-checkstyle-plugin + 3.1.0 + + + check-style + + check + + validate + + true + true + true + true + io/netty/checkstyle.xml + + ${project.build.sourceDirectory} + ${project.build.testSourceDirectory} + + + + + nohttp-checkstyle-validation + validate + + + nohttp-checkstyle.xml + nohttp-checkstyle-suppressions.xml + + UTF-8 + ${basedir} + **/* + nohttp-checkstyle-suppressions.xml,**/.git/**/*,**/.idea/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class + + + check + + false + + + + + com.puppycrawl.tools + checkstyle + 8.29 + + + ${project.groupId} + netty-build-common + ${netty.build.version} + + + io.spring.nohttp + nohttp-checkstyle + 0.0.5.RELEASE + + + + + org.codehaus.mojo + xml-maven-plugin + 1.0.1 + + + check-style + + check-format + + validate + + + + + + ${project.basedir} + + **/pom.xml + + + **/target/** + + + + false + + + + + maven-dependency-plugin + + + get-jetty-alpn-agent + validate + + get + + + org.mortbay.jetty.alpn + jetty-alpn-agent + ${jetty.alpnAgent.version} + + + + + + maven-surefire-plugin + + + **/*Test*.java + **/*Benchmark*.java + + + **/Abstract* + **/*TestUtil* + + random + + ${logging.config} + ${logging.logLevel} + + ${project.groupId} + ${project.artifactId} + + ${argLine.common} ${argLine.printGC} ${argLine.alpnAgent} ${argLine.leak} ${argLine.coverage} ${argLine.noUnsafe} ${argLine.java9} ${argLine.javaProperties} + + + listener + io.netty.build.junit.TimedOutTestsListener + + + ${skipTests} + ${testJvm} + + false + + + + + org.apache.felix + maven-bundle-plugin + 5.1.8 + + + generate-manifest + process-classes + + manifest + + + + jar + bundle + + + ${project.groupId}.* + + sun.net.dns.*;resolution:=optional,sun.misc.*;resolution:=optional,sun.nio.ch;resolution:=optional,sun.security.*;resolution:=optional,org.eclipse.jetty.npn;version="[1,2)";resolution:=optional,org.eclipse.jetty.alpn;version="[1,2)";resolution:=optional,* + + !* + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.10 + + + parse-version + + parse-version + + + + + + + maven-source-plugin + 3.2.0 + + + + + 2 + ${project.name} + ${project.groupId}.${project.artifactId}.source + ${project.organization.name} + ${parsedVersion.osgiVersion} + ${project.groupId}.${project.artifactId};version="${parsedVersion.osgiVersion}";roots:="." + + + + + + + attach-sources + prepare-package + + jar-no-fork + + + + attach-test-sources + prepare-package + + test-jar-no-fork + + + + + + maven-javadoc-plugin + 2.10.4 + + false + true + false + false + true + + + + maven-deploy-plugin + 2.8.2 + + 10 + ${skipDeploy} + + + + maven-release-plugin + + 2.5.3 + + false + -P restricted-release,sonatype-oss-release,full + true + false + netty-@{project.version} + + + + org.apache.maven.scm + maven-scm-api + 1.9.4 + + + org.apache.maven.scm + maven-scm-provider-gitexe + 1.9.4 + + + + + + + maven-antrun-plugin + + + + write-version-properties + initialize + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Current commit: ${shortCommitHash} on ${commitDate} + + + + + + + + + + + + + + + + + + + + + + + org.apache.ant + ant + 1.10.11 + + + org.apache.ant + ant-launcher + 1.9.7 + + + ant-contrib + ant-contrib + 1.0b3 + + + ant + ant + + + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + 1.5 + + + de.thetaphi + forbiddenapis + 2.2 + + + + + + + + maven-surefire-plugin + 2.22.2 + + + + maven-failsafe-plugin + 2.22.2 + + + maven-clean-plugin + 3.0.0 + + + maven-resources-plugin + 3.0.1 + + + default-testResources + process-test-resources + + testResources + + + + + ${project.basedir}/src/test/resources + + + ${project.build.outputDirectory} + + + META-INF/native/*.* + + + + *.* + + + + + + + + + org.ops4j.pax.exam + maven-paxexam-plugin + 1.2.4 + + + maven-jar-plugin + 3.0.2 + + + default-jar + + + + true + + + ${javaModuleName} + + true + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + + test-jar + + + + + + maven-dependency-plugin + 2.10 + + + maven-assembly-plugin + 2.6 + + + maven-jxr-plugin + 3.1.1 + + + maven-antrun-plugin + 1.8 + + + ant-contrib + ant-contrib + 1.0b3 + + + ant + ant + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.10 + + + org.fusesource.hawtjni + hawtjni-maven-plugin + 1.18 + + + kr.motd.maven + exec-maven-plugin + 1.0.0.Final + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.1 + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [1.7,) + + run + + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + [1.0,) + + check + + + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + [1.0,) + + enforce + + + + + + + + + org.apache.maven.plugins + maven-clean-plugin + [1.0,) + + clean + + + + + + + + + org.apache.felix + maven-bundle-plugin + [2.4,) + + manifest + + + + + + + + + org.fusesource.hawtjni + hawtjni-maven-plugin + [1.10,) + + generate + build + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.8,) + + get + copy + properties + + + + + + + + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + 1.5 + + + io.netty:netty-dev-tools:${project.version} + + ${netty.dev.tools.directory} + + false + false + + + + + process + + + + + + de.thetaphi + forbiddenapis + 2.2 + + + check-forbidden-apis + + ${maven.compiler.target} + + false + + false + + + + + + + + + ${netty.dev.tools.directory}/forbidden/signatures.txt + + **.SuppressForbidden + + compile + + check + + + + check-forbidden-test-apis + + ${maven.compiler.target} + + true + + false + + + + + + + + ${netty.dev.tools.directory}/forbidden/signatures.txt + + **.SuppressForbidden + + test-compile + + testCheck + + + + + + + + diff --git a/io/netty/netty-parent/4.1.92.Final/netty-parent-4.1.92.Final.pom.sha1 b/io/netty/netty-parent/4.1.92.Final/netty-parent-4.1.92.Final.pom.sha1 new file mode 100644 index 0000000..14bb8de --- /dev/null +++ b/io/netty/netty-parent/4.1.92.Final/netty-parent-4.1.92.Final.pom.sha1 @@ -0,0 +1 @@ +7c6b6e037e64cc32db2542c1cadbf529d7d8b616 \ No newline at end of file diff --git a/io/netty/netty-resolver/4.1.92.Final/_remote.repositories b/io/netty/netty-resolver/4.1.92.Final/_remote.repositories new file mode 100644 index 0000000..c8fecfa --- /dev/null +++ b/io/netty/netty-resolver/4.1.92.Final/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +netty-resolver-4.1.92.Final.pom>public= +netty-resolver-4.1.92.Final.jar>public= diff --git a/io/netty/netty-resolver/4.1.92.Final/netty-resolver-4.1.92.Final.jar b/io/netty/netty-resolver/4.1.92.Final/netty-resolver-4.1.92.Final.jar new file mode 100644 index 0000000..59440ac Binary files /dev/null and b/io/netty/netty-resolver/4.1.92.Final/netty-resolver-4.1.92.Final.jar differ diff --git a/io/netty/netty-resolver/4.1.92.Final/netty-resolver-4.1.92.Final.jar.sha1 b/io/netty/netty-resolver/4.1.92.Final/netty-resolver-4.1.92.Final.jar.sha1 new file mode 100644 index 0000000..af4bc83 --- /dev/null +++ b/io/netty/netty-resolver/4.1.92.Final/netty-resolver-4.1.92.Final.jar.sha1 @@ -0,0 +1 @@ +fe96e210a4e139cb043d26702792b6098b93b13f \ No newline at end of file diff --git a/io/netty/netty-resolver/4.1.92.Final/netty-resolver-4.1.92.Final.pom b/io/netty/netty-resolver/4.1.92.Final/netty-resolver-4.1.92.Final.pom new file mode 100644 index 0000000..a5a92e2 --- /dev/null +++ b/io/netty/netty-resolver/4.1.92.Final/netty-resolver-4.1.92.Final.pom @@ -0,0 +1,47 @@ + + + + + 4.0.0 + + io.netty + netty-parent + 4.1.92.Final + + + netty-resolver + jar + + Netty/Resolver + + + io.netty.resolver + + + + + ${project.groupId} + netty-common + ${project.version} + + + org.mockito + mockito-core + + + + diff --git a/io/netty/netty-resolver/4.1.92.Final/netty-resolver-4.1.92.Final.pom.sha1 b/io/netty/netty-resolver/4.1.92.Final/netty-resolver-4.1.92.Final.pom.sha1 new file mode 100644 index 0000000..5441693 --- /dev/null +++ b/io/netty/netty-resolver/4.1.92.Final/netty-resolver-4.1.92.Final.pom.sha1 @@ -0,0 +1 @@ +c8102c9e1d72007808437af1f36ceff4eab036e9 \ No newline at end of file diff --git a/io/netty/netty-transport-native-unix-common/4.1.92.Final/_remote.repositories b/io/netty/netty-transport-native-unix-common/4.1.92.Final/_remote.repositories new file mode 100644 index 0000000..48e2413 --- /dev/null +++ b/io/netty/netty-transport-native-unix-common/4.1.92.Final/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:19 CST 2025 +netty-transport-native-unix-common-4.1.92.Final.jar>public= +netty-transport-native-unix-common-4.1.92.Final.pom>public= diff --git a/io/netty/netty-transport-native-unix-common/4.1.92.Final/netty-transport-native-unix-common-4.1.92.Final.jar b/io/netty/netty-transport-native-unix-common/4.1.92.Final/netty-transport-native-unix-common-4.1.92.Final.jar new file mode 100644 index 0000000..b419c38 Binary files /dev/null and b/io/netty/netty-transport-native-unix-common/4.1.92.Final/netty-transport-native-unix-common-4.1.92.Final.jar differ diff --git a/io/netty/netty-transport-native-unix-common/4.1.92.Final/netty-transport-native-unix-common-4.1.92.Final.jar.sha1 b/io/netty/netty-transport-native-unix-common/4.1.92.Final/netty-transport-native-unix-common-4.1.92.Final.jar.sha1 new file mode 100644 index 0000000..35f7146 --- /dev/null +++ b/io/netty/netty-transport-native-unix-common/4.1.92.Final/netty-transport-native-unix-common-4.1.92.Final.jar.sha1 @@ -0,0 +1 @@ +22364cca56b752abb49fb7972f0f6299b8d6be98 \ No newline at end of file diff --git a/io/netty/netty-transport-native-unix-common/4.1.92.Final/netty-transport-native-unix-common-4.1.92.Final.pom b/io/netty/netty-transport-native-unix-common/4.1.92.Final/netty-transport-native-unix-common-4.1.92.Final.pom new file mode 100644 index 0000000..4c6455d --- /dev/null +++ b/io/netty/netty-transport-native-unix-common/4.1.92.Final/netty-transport-native-unix-common-4.1.92.Final.pom @@ -0,0 +1,626 @@ + + + + 4.0.0 + + io.netty + netty-parent + 4.1.92.Final + + netty-transport-native-unix-common + + Netty/Transport/Native/Unix/Common + jar + + Static library which contains common unix utilities. + + + + io.netty.transport.unix.common + + make + gcc + ar + libnetty-unix-common + ${project.basedir}/src/main/c + ${project.build.directory}/netty-jni-util/ + ${project.build.directory}/native-jar-work + ${project.build.directory}/native-objs-only + ${project.build.directory}/native-lib-only + ${project.build.directory}/${project.build.finalName}.jar + ${project.build.directory}/${project.build.finalName}-${jni.classifier}.jar + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + unpack + generate-sources + + unpack-dependencies + + + io.netty + netty-jni-util + sources + ${jniUtilIncludeDir} + **.h,**.c + false + true + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + generate-sources + + add-source + + + + ${nativeIncludeDir} + + + + + + + + + + + mac + + + mac + + + + clang + darwin + + + + + maven-antrun-plugin + + + + native-jar + package + + run + + + + + + + + + + + + + + + + + + + + + + + + + + build-native-lib + generate-sources + + run + + + + + + + + + + + + + + + + + + + + + + + + + mac-m1-cross-compile + + clang + darwin + + ${os.detected.name}-aarch_64 + + + + + maven-antrun-plugin + + + + native-jar + package + + run + + + + + + + + + + + + + + + + + + + + + + + + + + build-native-lib + generate-sources + + run + + + + + + + + + + + + + + + + + + + + + + + + mac-intel-cross-compile + + clang + darwin + + ${os.detected.name}-x86_64 + + + + + maven-antrun-plugin + + + + native-jar + package + + run + + + + + + + + + + + + + + + + + + + + + + + + + + build-native-lib + generate-sources + + run + + + + + + + + + + + + + + + + + + + + + + + + linux + + + linux + + + + linux + + + + + maven-antrun-plugin + + + + native-jar + package + + run + + + + + + + + + + + + + + + + + + + + + + + + + + build-native-lib + generate-sources + + run + + + + + + + + + + + + + + + + + + + + + + + linux-aarch64 + + + ${os.detected.name}-aarch_64 + linux + aarch64-none-linux-gnu-gcc + aarch64-none-linux-gnu-ar + + + + + maven-antrun-plugin + + + + native-jar + package + + run + + + + + + + + + + + + + + + + + + + + + + + + + + build-native-lib + generate-sources + + run + + + + + + + + + + + + + + + + + + + + + + + freebsd + + + unix + freebsd + + + + clang + gmake + freebsd + + + + + maven-antrun-plugin + + + + native-jar + package + + run + + + + + + + + + + + + + + + + + + + + + + + + + + build-native-lib + generate-sources + + run + + + + + + + + + + + + + + + + + + + + + + + openbsd + + + unix + openbsd + + + + clang + gmake + openbsd + + + + + maven-antrun-plugin + + + + native-jar + package + + run + + + + + + + + + + + + + + + + + + + + + + + + + + build-native-lib + generate-sources + + run + + + + + + + + + + + + + + + + + + + + + + + + + + io.netty + netty-jni-util + sources + true + + + io.netty + netty-common + ${project.version} + + + io.netty + netty-buffer + ${project.version} + + + io.netty + netty-transport + ${project.version} + + + diff --git a/io/netty/netty-transport-native-unix-common/4.1.92.Final/netty-transport-native-unix-common-4.1.92.Final.pom.sha1 b/io/netty/netty-transport-native-unix-common/4.1.92.Final/netty-transport-native-unix-common-4.1.92.Final.pom.sha1 new file mode 100644 index 0000000..bdf041e --- /dev/null +++ b/io/netty/netty-transport-native-unix-common/4.1.92.Final/netty-transport-native-unix-common-4.1.92.Final.pom.sha1 @@ -0,0 +1 @@ +485fa837753de57b3e34f11dac9aa852b6d88790 \ No newline at end of file diff --git a/io/netty/netty-transport/4.1.92.Final/_remote.repositories b/io/netty/netty-transport/4.1.92.Final/_remote.repositories new file mode 100644 index 0000000..be4eb3d --- /dev/null +++ b/io/netty/netty-transport/4.1.92.Final/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:18 CST 2025 +netty-transport-4.1.92.Final.pom>public= +netty-transport-4.1.92.Final.jar>public= diff --git a/io/netty/netty-transport/4.1.92.Final/netty-transport-4.1.92.Final.jar b/io/netty/netty-transport/4.1.92.Final/netty-transport-4.1.92.Final.jar new file mode 100644 index 0000000..2739323 Binary files /dev/null and b/io/netty/netty-transport/4.1.92.Final/netty-transport-4.1.92.Final.jar differ diff --git a/io/netty/netty-transport/4.1.92.Final/netty-transport-4.1.92.Final.jar.sha1 b/io/netty/netty-transport/4.1.92.Final/netty-transport-4.1.92.Final.jar.sha1 new file mode 100644 index 0000000..e20008e --- /dev/null +++ b/io/netty/netty-transport/4.1.92.Final/netty-transport-4.1.92.Final.jar.sha1 @@ -0,0 +1 @@ +e0cf483b7c04af7207c02a6ff0c861592b09c97a \ No newline at end of file diff --git a/io/netty/netty-transport/4.1.92.Final/netty-transport-4.1.92.Final.pom b/io/netty/netty-transport/4.1.92.Final/netty-transport-4.1.92.Final.pom new file mode 100644 index 0000000..822f52e --- /dev/null +++ b/io/netty/netty-transport/4.1.92.Final/netty-transport-4.1.92.Final.pom @@ -0,0 +1,66 @@ + + + + + 4.0.0 + + io.netty + netty-parent + 4.1.92.Final + + + netty-transport + jar + + Netty/Transport + + + io.netty.transport + + + + + ${project.groupId} + netty-common + ${project.version} + + + ${project.groupId} + netty-buffer + ${project.version} + + + ${project.groupId} + netty-resolver + ${project.version} + + + org.mockito + mockito-core + + + + org.reflections + reflections + + + com.google.code.gson + gson + + + + diff --git a/io/netty/netty-transport/4.1.92.Final/netty-transport-4.1.92.Final.pom.sha1 b/io/netty/netty-transport/4.1.92.Final/netty-transport-4.1.92.Final.pom.sha1 new file mode 100644 index 0000000..8e9b185 --- /dev/null +++ b/io/netty/netty-transport/4.1.92.Final/netty-transport-4.1.92.Final.pom.sha1 @@ -0,0 +1 @@ +611bca3b66cc805d34301ea8ab621a9ba8492daa \ No newline at end of file diff --git a/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/_remote.repositories b/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/_remote.repositories new file mode 100644 index 0000000..dab8ebd --- /dev/null +++ b/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:25 CST 2025 +reactor-netty-incubator-quic-0.0.8.pom>public= +reactor-netty-incubator-quic-0.0.8.jar>public= diff --git a/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/reactor-netty-incubator-quic-0.0.8.jar b/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/reactor-netty-incubator-quic-0.0.8.jar new file mode 100644 index 0000000..fc714f0 Binary files /dev/null and b/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/reactor-netty-incubator-quic-0.0.8.jar differ diff --git a/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/reactor-netty-incubator-quic-0.0.8.jar.lastUpdated b/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/reactor-netty-incubator-quic-0.0.8.jar.lastUpdated new file mode 100644 index 0000000..259e5c0 --- /dev/null +++ b/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/reactor-netty-incubator-quic-0.0.8.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:25 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361624615 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361625030 diff --git a/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/reactor-netty-incubator-quic-0.0.8.jar.sha1 b/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/reactor-netty-incubator-quic-0.0.8.jar.sha1 new file mode 100644 index 0000000..565420b --- /dev/null +++ b/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/reactor-netty-incubator-quic-0.0.8.jar.sha1 @@ -0,0 +1 @@ +875871b4c33e0780d49fe01208be9270188d4f99 \ No newline at end of file diff --git a/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/reactor-netty-incubator-quic-0.0.8.pom b/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/reactor-netty-incubator-quic-0.0.8.pom new file mode 100644 index 0000000..9f6a6fb --- /dev/null +++ b/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/reactor-netty-incubator-quic-0.0.8.pom @@ -0,0 +1,69 @@ + + + 4.0.0 + io.projectreactor.netty.incubator + reactor-netty-incubator-quic + 0.0.8 + QUIC functionality for the Reactor Netty library + QUIC functionality for the Reactor Netty library + https://github.com/reactor/reactor-netty + + reactor + https://github.com/reactor + + + + The Apache Software License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + simonbasle + Simon Baslé + sbasle@vmware.com + + + violetagg + Violeta Georgieva + violetag@vmware.com + + + + scm:git:git://github.com/reactor/reactor-netty + scm:git:git://github.com/reactor/reactor-netty + https://github.com/reactor/reactor-netty + + + GitHub Issues + https://github.com/reactor/reactor-netty/issues + + + + io.netty.incubator + netty-incubator-codec-native-quic + 0.0.26.Final + linux-x86_64 + compile + + + commons-logging + commons-logging + + + + + io.projectreactor.netty + reactor-netty-core + 1.0.19 + compile + + + commons-logging + commons-logging + + + + + diff --git a/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/reactor-netty-incubator-quic-0.0.8.pom.lastUpdated b/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/reactor-netty-incubator-quic-0.0.8.pom.lastUpdated new file mode 100644 index 0000000..c1fdf43 --- /dev/null +++ b/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/reactor-netty-incubator-quic-0.0.8.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:08 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361608322 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361608974 diff --git a/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/reactor-netty-incubator-quic-0.0.8.pom.sha1 b/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/reactor-netty-incubator-quic-0.0.8.pom.sha1 new file mode 100644 index 0000000..8193327 --- /dev/null +++ b/io/projectreactor/netty/incubator/reactor-netty-incubator-quic/0.0.8/reactor-netty-incubator-quic-0.0.8.pom.sha1 @@ -0,0 +1 @@ +9c458d134b6be34e67f9d4330c34505dc14c3faa \ No newline at end of file diff --git a/io/projectreactor/netty/reactor-netty-core/1.0.19/_remote.repositories b/io/projectreactor/netty/reactor-netty-core/1.0.19/_remote.repositories new file mode 100644 index 0000000..0a86f52 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty-core/1.0.19/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:24 CST 2025 +reactor-netty-core-1.0.19.jar>public= +reactor-netty-core-1.0.19.pom>public= diff --git a/io/projectreactor/netty/reactor-netty-core/1.0.19/reactor-netty-core-1.0.19.jar b/io/projectreactor/netty/reactor-netty-core/1.0.19/reactor-netty-core-1.0.19.jar new file mode 100644 index 0000000..7528dc6 Binary files /dev/null and b/io/projectreactor/netty/reactor-netty-core/1.0.19/reactor-netty-core-1.0.19.jar differ diff --git a/io/projectreactor/netty/reactor-netty-core/1.0.19/reactor-netty-core-1.0.19.jar.lastUpdated b/io/projectreactor/netty/reactor-netty-core/1.0.19/reactor-netty-core-1.0.19.jar.lastUpdated new file mode 100644 index 0000000..fb110b3 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty-core/1.0.19/reactor-netty-core-1.0.19.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:24 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361624468 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361624567 diff --git a/io/projectreactor/netty/reactor-netty-core/1.0.19/reactor-netty-core-1.0.19.jar.sha1 b/io/projectreactor/netty/reactor-netty-core/1.0.19/reactor-netty-core-1.0.19.jar.sha1 new file mode 100644 index 0000000..74df264 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty-core/1.0.19/reactor-netty-core-1.0.19.jar.sha1 @@ -0,0 +1 @@ +adb58ba62d297b56d6b7915a50f048eddcfc81a6 \ No newline at end of file diff --git a/io/projectreactor/netty/reactor-netty-core/1.0.19/reactor-netty-core-1.0.19.pom b/io/projectreactor/netty/reactor-netty-core/1.0.19/reactor-netty-core-1.0.19.pom new file mode 100644 index 0000000..42a945a --- /dev/null +++ b/io/projectreactor/netty/reactor-netty-core/1.0.19/reactor-netty-core-1.0.19.pom @@ -0,0 +1,118 @@ + + + 4.0.0 + io.projectreactor.netty + reactor-netty-core + 1.0.19 + Core functionality for the Reactor Netty library + Core functionality for the Reactor Netty library + https://github.com/reactor/reactor-netty + + reactor + https://github.com/reactor + + + + The Apache Software License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + simonbasle + Simon Baslé + sbasle@vmware.com + + + violetagg + Violeta Georgieva + violetag@vmware.com + + + + scm:git:git://github.com/reactor/reactor-netty + scm:git:git://github.com/reactor/reactor-netty + https://github.com/reactor/reactor-netty + + + GitHub Issues + https://github.com/reactor/reactor-netty/issues + + + + io.netty + netty-handler + 4.1.77.Final + compile + + + commons-logging + commons-logging + + + + + io.netty + netty-handler-proxy + 4.1.77.Final + compile + + + commons-logging + commons-logging + + + + + io.netty + netty-resolver-dns + 4.1.77.Final + compile + + + commons-logging + commons-logging + + + + + io.netty + netty-resolver-dns-native-macos + 4.1.77.Final + osx-x86_64 + compile + + + commons-logging + commons-logging + + + + + io.netty + netty-transport-native-epoll + 4.1.77.Final + linux-x86_64 + compile + + + commons-logging + commons-logging + + + + + io.projectreactor + reactor-core + 3.4.18 + compile + + + commons-logging + commons-logging + + + + + diff --git a/io/projectreactor/netty/reactor-netty-core/1.0.19/reactor-netty-core-1.0.19.pom.lastUpdated b/io/projectreactor/netty/reactor-netty-core/1.0.19/reactor-netty-core-1.0.19.pom.lastUpdated new file mode 100644 index 0000000..73a7229 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty-core/1.0.19/reactor-netty-core-1.0.19.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:08 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361608068 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361608165 diff --git a/io/projectreactor/netty/reactor-netty-core/1.0.19/reactor-netty-core-1.0.19.pom.sha1 b/io/projectreactor/netty/reactor-netty-core/1.0.19/reactor-netty-core-1.0.19.pom.sha1 new file mode 100644 index 0000000..942db13 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty-core/1.0.19/reactor-netty-core-1.0.19.pom.sha1 @@ -0,0 +1 @@ +c0cf1dee777d68ac76bd203b47d06ed53b2b0f42 \ No newline at end of file diff --git a/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/_remote.repositories b/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/_remote.repositories new file mode 100644 index 0000000..e8049c9 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:27 CST 2025 +reactor-netty-http-brave-1.0.19.pom>public= +reactor-netty-http-brave-1.0.19.jar>public= diff --git a/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/reactor-netty-http-brave-1.0.19.jar b/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/reactor-netty-http-brave-1.0.19.jar new file mode 100644 index 0000000..dcc01fc Binary files /dev/null and b/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/reactor-netty-http-brave-1.0.19.jar differ diff --git a/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/reactor-netty-http-brave-1.0.19.jar.lastUpdated b/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/reactor-netty-http-brave-1.0.19.jar.lastUpdated new file mode 100644 index 0000000..417348c --- /dev/null +++ b/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/reactor-netty-http-brave-1.0.19.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:27 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361626983 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361627408 diff --git a/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/reactor-netty-http-brave-1.0.19.jar.sha1 b/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/reactor-netty-http-brave-1.0.19.jar.sha1 new file mode 100644 index 0000000..33864f8 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/reactor-netty-http-brave-1.0.19.jar.sha1 @@ -0,0 +1 @@ +0f751e166de2ac525e5f03b2b176b611f14a169e \ No newline at end of file diff --git a/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/reactor-netty-http-brave-1.0.19.pom b/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/reactor-netty-http-brave-1.0.19.pom new file mode 100644 index 0000000..1c21c9b --- /dev/null +++ b/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/reactor-netty-http-brave-1.0.19.pom @@ -0,0 +1,68 @@ + + + 4.0.0 + io.projectreactor.netty + reactor-netty-http-brave + 1.0.19 + Brave instrumentation for Reactor Netty HTTP + Brave instrumentation for Reactor Netty HTTP + https://github.com/reactor/reactor-netty + + reactor + https://github.com/reactor + + + + The Apache Software License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + simonbasle + Simon Baslé + sbasle@vmware.com + + + violetagg + Violeta Georgieva + violetag@vmware.com + + + + scm:git:git://github.com/reactor/reactor-netty + scm:git:git://github.com/reactor/reactor-netty + https://github.com/reactor/reactor-netty + + + GitHub Issues + https://github.com/reactor/reactor-netty/issues + + + + io.projectreactor.netty + reactor-netty-http + 1.0.19 + compile + + + commons-logging + commons-logging + + + + + io.zipkin.brave + brave-instrumentation-http + 5.13.9 + compile + + + commons-logging + commons-logging + + + + + diff --git a/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/reactor-netty-http-brave-1.0.19.pom.lastUpdated b/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/reactor-netty-http-brave-1.0.19.pom.lastUpdated new file mode 100644 index 0000000..4004d24 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/reactor-netty-http-brave-1.0.19.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:10 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361610081 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361610362 diff --git a/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/reactor-netty-http-brave-1.0.19.pom.sha1 b/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/reactor-netty-http-brave-1.0.19.pom.sha1 new file mode 100644 index 0000000..931e112 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty-http-brave/1.0.19/reactor-netty-http-brave-1.0.19.pom.sha1 @@ -0,0 +1 @@ +0c722a50e6b2e4574aed988426568eefa78ae919 \ No newline at end of file diff --git a/io/projectreactor/netty/reactor-netty-http/1.0.19/_remote.repositories b/io/projectreactor/netty/reactor-netty-http/1.0.19/_remote.repositories new file mode 100644 index 0000000..36f967c --- /dev/null +++ b/io/projectreactor/netty/reactor-netty-http/1.0.19/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:24 CST 2025 +reactor-netty-http-1.0.19.jar>public= +reactor-netty-http-1.0.19.pom>public= diff --git a/io/projectreactor/netty/reactor-netty-http/1.0.19/reactor-netty-http-1.0.19.jar b/io/projectreactor/netty/reactor-netty-http/1.0.19/reactor-netty-http-1.0.19.jar new file mode 100644 index 0000000..3468613 Binary files /dev/null and b/io/projectreactor/netty/reactor-netty-http/1.0.19/reactor-netty-http-1.0.19.jar differ diff --git a/io/projectreactor/netty/reactor-netty-http/1.0.19/reactor-netty-http-1.0.19.jar.lastUpdated b/io/projectreactor/netty/reactor-netty-http/1.0.19/reactor-netty-http-1.0.19.jar.lastUpdated new file mode 100644 index 0000000..e2ef060 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty-http/1.0.19/reactor-netty-http-1.0.19.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:24 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361624320 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361624447 diff --git a/io/projectreactor/netty/reactor-netty-http/1.0.19/reactor-netty-http-1.0.19.jar.sha1 b/io/projectreactor/netty/reactor-netty-http/1.0.19/reactor-netty-http-1.0.19.jar.sha1 new file mode 100644 index 0000000..76fc1b8 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty-http/1.0.19/reactor-netty-http-1.0.19.jar.sha1 @@ -0,0 +1 @@ +bcb2d93714306e8d1235e16cc953ac2bf88ac93c \ No newline at end of file diff --git a/io/projectreactor/netty/reactor-netty-http/1.0.19/reactor-netty-http-1.0.19.pom b/io/projectreactor/netty/reactor-netty-http/1.0.19/reactor-netty-http-1.0.19.pom new file mode 100644 index 0000000..9039cd3 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty-http/1.0.19/reactor-netty-http-1.0.19.pom @@ -0,0 +1,130 @@ + + + 4.0.0 + io.projectreactor.netty + reactor-netty-http + 1.0.19 + HTTP functionality for the Reactor Netty library + HTTP functionality for the Reactor Netty library + https://github.com/reactor/reactor-netty + + reactor + https://github.com/reactor + + + + The Apache Software License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + simonbasle + Simon Baslé + sbasle@vmware.com + + + violetagg + Violeta Georgieva + violetag@vmware.com + + + + scm:git:git://github.com/reactor/reactor-netty + scm:git:git://github.com/reactor/reactor-netty + https://github.com/reactor/reactor-netty + + + GitHub Issues + https://github.com/reactor/reactor-netty/issues + + + + io.netty + netty-codec-http + 4.1.77.Final + compile + + + commons-logging + commons-logging + + + + + io.netty + netty-codec-http2 + 4.1.77.Final + compile + + + commons-logging + commons-logging + + + + + io.netty + netty-resolver-dns + 4.1.77.Final + compile + + + commons-logging + commons-logging + + + + + io.netty + netty-resolver-dns-native-macos + 4.1.77.Final + osx-x86_64 + compile + + + commons-logging + commons-logging + + + + + io.netty + netty-transport-native-epoll + 4.1.77.Final + linux-x86_64 + compile + + + commons-logging + commons-logging + + + + + io.projectreactor.netty + reactor-netty-core + 1.0.19 + compile + + + commons-logging + commons-logging + + + + + io.projectreactor + reactor-core + 3.4.18 + compile + + + commons-logging + commons-logging + + + + + diff --git a/io/projectreactor/netty/reactor-netty-http/1.0.19/reactor-netty-http-1.0.19.pom.lastUpdated b/io/projectreactor/netty/reactor-netty-http/1.0.19/reactor-netty-http-1.0.19.pom.lastUpdated new file mode 100644 index 0000000..8461e83 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty-http/1.0.19/reactor-netty-http-1.0.19.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:08 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361608220 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361608264 diff --git a/io/projectreactor/netty/reactor-netty-http/1.0.19/reactor-netty-http-1.0.19.pom.sha1 b/io/projectreactor/netty/reactor-netty-http/1.0.19/reactor-netty-http-1.0.19.pom.sha1 new file mode 100644 index 0000000..ca89fa5 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty-http/1.0.19/reactor-netty-http-1.0.19.pom.sha1 @@ -0,0 +1 @@ +53e3df58db619c97427b13bb29a9ab95e29001ab \ No newline at end of file diff --git a/io/projectreactor/netty/reactor-netty/1.0.19/_remote.repositories b/io/projectreactor/netty/reactor-netty/1.0.19/_remote.repositories new file mode 100644 index 0000000..42f30f4 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty/1.0.19/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:28 CST 2025 +reactor-netty-1.0.19.pom>public= +reactor-netty-1.0.19.jar>public= diff --git a/io/projectreactor/netty/reactor-netty/1.0.19/reactor-netty-1.0.19.jar b/io/projectreactor/netty/reactor-netty/1.0.19/reactor-netty-1.0.19.jar new file mode 100644 index 0000000..25bcf27 Binary files /dev/null and b/io/projectreactor/netty/reactor-netty/1.0.19/reactor-netty-1.0.19.jar differ diff --git a/io/projectreactor/netty/reactor-netty/1.0.19/reactor-netty-1.0.19.jar.lastUpdated b/io/projectreactor/netty/reactor-netty/1.0.19/reactor-netty-1.0.19.jar.lastUpdated new file mode 100644 index 0000000..f060531 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty/1.0.19/reactor-netty-1.0.19.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:28 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361628168 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361628775 diff --git a/io/projectreactor/netty/reactor-netty/1.0.19/reactor-netty-1.0.19.jar.sha1 b/io/projectreactor/netty/reactor-netty/1.0.19/reactor-netty-1.0.19.jar.sha1 new file mode 100644 index 0000000..57c0332 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty/1.0.19/reactor-netty-1.0.19.jar.sha1 @@ -0,0 +1 @@ +5a71fc8ec4562cbad2bea2c17bb58b67cab93713 \ No newline at end of file diff --git a/io/projectreactor/netty/reactor-netty/1.0.19/reactor-netty-1.0.19.pom b/io/projectreactor/netty/reactor-netty/1.0.19/reactor-netty-1.0.19.pom new file mode 100644 index 0000000..97f11b9 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty/1.0.19/reactor-netty-1.0.19.pom @@ -0,0 +1,92 @@ + + + 4.0.0 + io.projectreactor.netty + reactor-netty + 1.0.19 + Reactor Netty with all modules + Reactor Netty with all modules + https://github.com/reactor/reactor-netty + + reactor + https://github.com/reactor + + + + The Apache Software License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + simonbasle + Simon Baslé + sbasle@vmware.com + + + violetagg + Violeta Georgieva + violetag@vmware.com + + + + scm:git:git://github.com/reactor/reactor-netty + scm:git:git://github.com/reactor/reactor-netty + https://github.com/reactor/reactor-netty + + + GitHub Issues + https://github.com/reactor/reactor-netty/issues + + + + io.projectreactor.netty + reactor-netty-core + 1.0.19 + compile + + + commons-logging + commons-logging + + + + + io.projectreactor.netty + reactor-netty-http + 1.0.19 + compile + + + commons-logging + commons-logging + + + + + io.projectreactor.netty.incubator + reactor-netty-incubator-quic + 0.0.8 + runtime + + + commons-logging + commons-logging + + + + + io.projectreactor.netty + reactor-netty-http-brave + 1.0.19 + runtime + + + commons-logging + commons-logging + + + + + diff --git a/io/projectreactor/netty/reactor-netty/1.0.19/reactor-netty-1.0.19.pom.lastUpdated b/io/projectreactor/netty/reactor-netty/1.0.19/reactor-netty-1.0.19.pom.lastUpdated new file mode 100644 index 0000000..87637d1 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty/1.0.19/reactor-netty-1.0.19.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:07 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361607853 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361607994 diff --git a/io/projectreactor/netty/reactor-netty/1.0.19/reactor-netty-1.0.19.pom.sha1 b/io/projectreactor/netty/reactor-netty/1.0.19/reactor-netty-1.0.19.pom.sha1 new file mode 100644 index 0000000..122d795 --- /dev/null +++ b/io/projectreactor/netty/reactor-netty/1.0.19/reactor-netty-1.0.19.pom.sha1 @@ -0,0 +1 @@ +5ce8cb00214b39e618f1b6151da395d8fd0fc2eb \ No newline at end of file diff --git a/io/projectreactor/reactor-bom/2020.0.32/_remote.repositories b/io/projectreactor/reactor-bom/2020.0.32/_remote.repositories new file mode 100644 index 0000000..b11e22b --- /dev/null +++ b/io/projectreactor/reactor-bom/2020.0.32/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:12 CST 2025 +reactor-bom-2020.0.32.pom>public= diff --git a/io/projectreactor/reactor-bom/2020.0.32/reactor-bom-2020.0.32.pom b/io/projectreactor/reactor-bom/2020.0.32/reactor-bom-2020.0.32.pom new file mode 100644 index 0000000..38b632e --- /dev/null +++ b/io/projectreactor/reactor-bom/2020.0.32/reactor-bom-2020.0.32.pom @@ -0,0 +1,128 @@ + + + + + + + + 4.0.0 + io.projectreactor + reactor-bom + 2020.0.32 + pom + Project Reactor 3 Release Train - BOM + Bill of materials to make sure a consistent set of versions is used for Reactor 3. + https://projectreactor.io + + reactor + https://github.com/reactor + + + + The Apache Software License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + simonbasle + Simon Baslé + sbasle at vmware.com + + + violetagg + Violeta Georgieva + violetag at vmware.com + + + odokuka + Oleh Dokuka + odokuka at vmware.com + + + + scm:git:git://github.com/reactor/reactor + scm:git:git://github.com/reactor/reactor + https://github.com/reactor/reactor + + + GitHub Issues + https://github.com/reactor + + + + + org.reactivestreams + reactive-streams + 1.0.4 + + + io.projectreactor + reactor-core + 3.4.29 + + + io.projectreactor + reactor-test + 3.4.29 + + + io.projectreactor + reactor-tools + 3.4.29 + + + io.projectreactor.addons + reactor-extra + 3.4.10 + + + io.projectreactor.addons + reactor-adapter + 3.4.10 + + + io.projectreactor.netty + reactor-netty + 1.0.32 + + + io.projectreactor.netty + reactor-netty-core + 1.0.32 + + + io.projectreactor.netty + reactor-netty-http + 1.0.32 + + + io.projectreactor.netty + reactor-netty-http-brave + 1.0.32 + + + io.projectreactor.addons + reactor-pool + 0.2.11 + + + io.projectreactor.kafka + reactor-kafka + 1.3.18 + + + io.projectreactor.rabbitmq + reactor-rabbitmq + 1.5.6 + + + io.projectreactor.kotlin + reactor-kotlin-extensions + 1.1.10 + + + + diff --git a/io/projectreactor/reactor-bom/2020.0.32/reactor-bom-2020.0.32.pom.sha1 b/io/projectreactor/reactor-bom/2020.0.32/reactor-bom-2020.0.32.pom.sha1 new file mode 100644 index 0000000..0a0dd3c --- /dev/null +++ b/io/projectreactor/reactor-bom/2020.0.32/reactor-bom-2020.0.32.pom.sha1 @@ -0,0 +1 @@ +d8fe1a8127571937768ba019f0da12f2b99388b7 \ No newline at end of file diff --git a/io/projectreactor/reactor-core/3.4.29/_remote.repositories b/io/projectreactor/reactor-core/3.4.29/_remote.repositories new file mode 100644 index 0000000..50f8fd7 --- /dev/null +++ b/io/projectreactor/reactor-core/3.4.29/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +reactor-core-3.4.29.pom>public= +reactor-core-3.4.29.jar>public= diff --git a/io/projectreactor/reactor-core/3.4.29/reactor-core-3.4.29.jar b/io/projectreactor/reactor-core/3.4.29/reactor-core-3.4.29.jar new file mode 100644 index 0000000..a6273a8 Binary files /dev/null and b/io/projectreactor/reactor-core/3.4.29/reactor-core-3.4.29.jar differ diff --git a/io/projectreactor/reactor-core/3.4.29/reactor-core-3.4.29.jar.sha1 b/io/projectreactor/reactor-core/3.4.29/reactor-core-3.4.29.jar.sha1 new file mode 100644 index 0000000..43cbc87 --- /dev/null +++ b/io/projectreactor/reactor-core/3.4.29/reactor-core-3.4.29.jar.sha1 @@ -0,0 +1 @@ +f8335f4138df2bf56a62ea0d3a18cabba043bbe6 \ No newline at end of file diff --git a/io/projectreactor/reactor-core/3.4.29/reactor-core-3.4.29.pom b/io/projectreactor/reactor-core/3.4.29/reactor-core-3.4.29.pom new file mode 100644 index 0000000..6d7c5e5 --- /dev/null +++ b/io/projectreactor/reactor-core/3.4.29/reactor-core-3.4.29.pom @@ -0,0 +1,55 @@ + + + + + + + + 4.0.0 + io.projectreactor + reactor-core + 3.4.29 + Non-Blocking Reactive Foundation for the JVM + Non-Blocking Reactive Foundation for the JVM + https://github.com/reactor/reactor-core + + reactor + https://github.com/reactor + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + simonbasle + Simon Baslé + sbasle@vmware.com + + + odokuka + Oleh Dokuka + odokuka@vmware.com + + + + scm:git:git://github.com/reactor/reactor-core + scm:git:git://github.com/reactor/reactor-core + https://github.com/reactor/reactor-core + + + GitHub Issues + https://github.com/reactor/reactor-core/issues + + + + org.reactivestreams + reactive-streams + 1.0.4 + compile + + + diff --git a/io/projectreactor/reactor-core/3.4.29/reactor-core-3.4.29.pom.sha1 b/io/projectreactor/reactor-core/3.4.29/reactor-core-3.4.29.pom.sha1 new file mode 100644 index 0000000..0667d45 --- /dev/null +++ b/io/projectreactor/reactor-core/3.4.29/reactor-core-3.4.29.pom.sha1 @@ -0,0 +1 @@ +edf94df714f042720297bd60fb7c9e8c061b1483 \ No newline at end of file diff --git a/io/reactivex/rxjava3/rxjava/3.1.5/_remote.repositories b/io/reactivex/rxjava3/rxjava/3.1.5/_remote.repositories new file mode 100644 index 0000000..30ac068 --- /dev/null +++ b/io/reactivex/rxjava3/rxjava/3.1.5/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:23 CST 2025 +rxjava-3.1.5.pom>public= +rxjava-3.1.5.jar>public= diff --git a/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.jar b/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.jar new file mode 100644 index 0000000..92a1572 Binary files /dev/null and b/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.jar differ diff --git a/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.jar.lastUpdated b/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.jar.lastUpdated new file mode 100644 index 0000000..f14fc8e --- /dev/null +++ b/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:23 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361622642 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361623278 diff --git a/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.jar.sha1 b/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.jar.sha1 new file mode 100644 index 0000000..712c804 --- /dev/null +++ b/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.jar.sha1 @@ -0,0 +1 @@ +f640172f6d3a066ef68b185b321059ecfc63a890 \ No newline at end of file diff --git a/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.pom b/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.pom new file mode 100644 index 0000000..211dff2 --- /dev/null +++ b/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.pom @@ -0,0 +1,44 @@ + + + + + + + + 4.0.0 + io.reactivex.rxjava3 + rxjava + 3.1.5 + RxJava + Reactive Extensions for Java + https://github.com/ReactiveX/RxJava + 2013 + + + The Apache Software License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + akarnokd + David Karnok + https://github.com/akarnokd/ + + + + scm:git:git://github.com/ReactiveX/RxJava.git + scm:git:ssh://git@github.com/ReactiveX/RxJava.git + https://github.com/ReactiveX/RxJava + + + + org.reactivestreams + reactive-streams + 1.0.4 + compile + + + diff --git a/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.pom.lastUpdated b/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.pom.lastUpdated new file mode 100644 index 0000000..c6bdb35 --- /dev/null +++ b/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:13 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361612956 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361613036 diff --git a/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.pom.sha1 b/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.pom.sha1 new file mode 100644 index 0000000..348d038 --- /dev/null +++ b/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.pom.sha1 @@ -0,0 +1 @@ +704fce2d23e8af22344fd520bd7d919ea72bc85c \ No newline at end of file diff --git a/io/zipkin/brave/brave-instrumentation-http/5.13.9/_remote.repositories b/io/zipkin/brave/brave-instrumentation-http/5.13.9/_remote.repositories new file mode 100644 index 0000000..8832d9a --- /dev/null +++ b/io/zipkin/brave/brave-instrumentation-http/5.13.9/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:27 CST 2025 +brave-instrumentation-http-5.13.9.pom>public= +brave-instrumentation-http-5.13.9.jar>public= diff --git a/io/zipkin/brave/brave-instrumentation-http/5.13.9/brave-instrumentation-http-5.13.9.jar b/io/zipkin/brave/brave-instrumentation-http/5.13.9/brave-instrumentation-http-5.13.9.jar new file mode 100644 index 0000000..396a100 Binary files /dev/null and b/io/zipkin/brave/brave-instrumentation-http/5.13.9/brave-instrumentation-http-5.13.9.jar differ diff --git a/io/zipkin/brave/brave-instrumentation-http/5.13.9/brave-instrumentation-http-5.13.9.jar.lastUpdated b/io/zipkin/brave/brave-instrumentation-http/5.13.9/brave-instrumentation-http-5.13.9.jar.lastUpdated new file mode 100644 index 0000000..35028b2 --- /dev/null +++ b/io/zipkin/brave/brave-instrumentation-http/5.13.9/brave-instrumentation-http-5.13.9.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:27 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361627460 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361627539 diff --git a/io/zipkin/brave/brave-instrumentation-http/5.13.9/brave-instrumentation-http-5.13.9.jar.sha1 b/io/zipkin/brave/brave-instrumentation-http/5.13.9/brave-instrumentation-http-5.13.9.jar.sha1 new file mode 100644 index 0000000..ead46ab --- /dev/null +++ b/io/zipkin/brave/brave-instrumentation-http/5.13.9/brave-instrumentation-http-5.13.9.jar.sha1 @@ -0,0 +1 @@ +41adea20fa6b51e35b0f9a0c64e44a8fc16521fc \ No newline at end of file diff --git a/io/zipkin/brave/brave-instrumentation-http/5.13.9/brave-instrumentation-http-5.13.9.pom b/io/zipkin/brave/brave-instrumentation-http/5.13.9/brave-instrumentation-http-5.13.9.pom new file mode 100644 index 0000000..af98230 --- /dev/null +++ b/io/zipkin/brave/brave-instrumentation-http/5.13.9/brave-instrumentation-http-5.13.9.pom @@ -0,0 +1,53 @@ + + + + + io.zipkin.brave + brave-instrumentation-parent + 5.13.9 + + 4.0.0 + + brave-instrumentation-http + Brave Instrumentation: Http Adapters + + + + brave.http + + ${project.basedir}/../.. + 1.6 + java16 + + + + + + io.zipkin.zipkin2 + zipkin + ${zipkin.version} + true + + + + ${project.groupId} + brave-tests + ${project.version} + test + + + diff --git a/io/zipkin/brave/brave-instrumentation-http/5.13.9/brave-instrumentation-http-5.13.9.pom.lastUpdated b/io/zipkin/brave/brave-instrumentation-http/5.13.9/brave-instrumentation-http-5.13.9.pom.lastUpdated new file mode 100644 index 0000000..0962527 --- /dev/null +++ b/io/zipkin/brave/brave-instrumentation-http/5.13.9/brave-instrumentation-http-5.13.9.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:10 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361610418 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361610479 diff --git a/io/zipkin/brave/brave-instrumentation-http/5.13.9/brave-instrumentation-http-5.13.9.pom.sha1 b/io/zipkin/brave/brave-instrumentation-http/5.13.9/brave-instrumentation-http-5.13.9.pom.sha1 new file mode 100644 index 0000000..1b39118 --- /dev/null +++ b/io/zipkin/brave/brave-instrumentation-http/5.13.9/brave-instrumentation-http-5.13.9.pom.sha1 @@ -0,0 +1 @@ +a4ccf3ac8da31b4df582b37df13ae4d13160a685 \ No newline at end of file diff --git a/io/zipkin/brave/brave-instrumentation-parent/5.13.9/_remote.repositories b/io/zipkin/brave/brave-instrumentation-parent/5.13.9/_remote.repositories new file mode 100644 index 0000000..66f3fcd --- /dev/null +++ b/io/zipkin/brave/brave-instrumentation-parent/5.13.9/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:10 CST 2025 +brave-instrumentation-parent-5.13.9.pom>public= diff --git a/io/zipkin/brave/brave-instrumentation-parent/5.13.9/brave-instrumentation-parent-5.13.9.pom b/io/zipkin/brave/brave-instrumentation-parent/5.13.9/brave-instrumentation-parent-5.13.9.pom new file mode 100644 index 0000000..cb4bbd0 --- /dev/null +++ b/io/zipkin/brave/brave-instrumentation-parent/5.13.9/brave-instrumentation-parent-5.13.9.pom @@ -0,0 +1,93 @@ + + + + 4.0.0 + + + io.zipkin.brave + brave-parent + 5.13.9 + + + brave-instrumentation-parent + Brave: Instrumentation + pom + + + ${project.basedir}/.. + + + + http + http-tests + dubbo + dubbo-rpc + grpc + httpasyncclient + httpclient + jaxrs2 + jersey-server + jms + messaging + mongodb + mysql + mysql6 + mysql8 + okhttp3 + p6spy + rpc + servlet + sparkjava + spring-rabbit + spring-web + spring-webmvc + kafka-clients + kafka-streams + netty-codec-http + vertx-web + + + + + + + ${project.groupId} + brave-instrumentation-http + ${project.version} + + + ${project.groupId} + brave-instrumentation-http-tests + ${project.version} + + + ${project.groupId} + brave-instrumentation-servlet + ${project.version} + + + + + + + ${project.groupId} + brave + ${project.version} + + + diff --git a/io/zipkin/brave/brave-instrumentation-parent/5.13.9/brave-instrumentation-parent-5.13.9.pom.lastUpdated b/io/zipkin/brave/brave-instrumentation-parent/5.13.9/brave-instrumentation-parent-5.13.9.pom.lastUpdated new file mode 100644 index 0000000..7c98ed4 --- /dev/null +++ b/io/zipkin/brave/brave-instrumentation-parent/5.13.9/brave-instrumentation-parent-5.13.9.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:10 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361610541 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361610590 diff --git a/io/zipkin/brave/brave-instrumentation-parent/5.13.9/brave-instrumentation-parent-5.13.9.pom.sha1 b/io/zipkin/brave/brave-instrumentation-parent/5.13.9/brave-instrumentation-parent-5.13.9.pom.sha1 new file mode 100644 index 0000000..db6a61c --- /dev/null +++ b/io/zipkin/brave/brave-instrumentation-parent/5.13.9/brave-instrumentation-parent-5.13.9.pom.sha1 @@ -0,0 +1 @@ +c3bb72e85d1629cdfd65a3edc211c47869f25905 \ No newline at end of file diff --git a/io/zipkin/brave/brave-parent/5.13.9/_remote.repositories b/io/zipkin/brave/brave-parent/5.13.9/_remote.repositories new file mode 100644 index 0000000..40384b2 --- /dev/null +++ b/io/zipkin/brave/brave-parent/5.13.9/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:10 CST 2025 +brave-parent-5.13.9.pom>public= diff --git a/io/zipkin/brave/brave-parent/5.13.9/brave-parent-5.13.9.pom b/io/zipkin/brave/brave-parent/5.13.9/brave-parent-5.13.9.pom new file mode 100644 index 0000000..d3d38f7 --- /dev/null +++ b/io/zipkin/brave/brave-parent/5.13.9/brave-parent-5.13.9.pom @@ -0,0 +1,843 @@ + + + + 4.0.0 + + io.zipkin.brave + brave-parent + 5.13.9 + pom + + Brave (parent) + + Java distributed tracing implementation compatible with Zipkin backend services. + + https://github.com/openzipkin/brave + 2013 + + + OpenZipkin + https://zipkin.io/ + + + + + The Apache Software License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + https://github.com/openzipkin/brave + scm:git:https://github.com/openzipkin/brave.git + scm:git:https://github.com/openzipkin/brave.git + 5.13.9 + + + + + + openzipkin + OpenZipkin Gitter + https://gitter.im/openzipkin/zipkin + + + + + ${project.basedir} + + UTF-8 + UTF-8 + UTF-8 + UTF-8 + + + 1.7 + java17 + + + 1.8 + 1.8 + + + + 2.4.0 + + + 2.23.2 + 2.16.3 + + + 1.3.2 + + 5.0.0-BETA-1 + + + 5.3.2 + 3.2.18.RELEASE + + + + 9.4.35.v20201120 + 7.6.21.v20160908 + 3.14.0.Final + + 3.0.0 + 5.16.0 + 2.3.2 + + 20.12.0 + 2.17.1 + 4.9.0 + 4.5.13 + + 1.34.1 + 3.12.0 + + 4.1.51.Final + + 4.1.4 + 2.9.3 + + + 4.13.1 + 3.18.1 + 2.0.9 + 3.6.28 + 2.33 + + 4.2.1 + 1.15.1 + + ${skipTests} + + 1.19 + 1.2.8 + + 4.0.rc2 + 5.1.1 + 3.8.1 + + 3.1.2 + 3.0.0-M1 + 3.0.0-M3 + + 3.2.0 + 3.0.0-M1 + 3.2.1 + 3.2.0 + 3.2.0 + 3.0.0-M1 + 3.2.4 + 3.2.1 + 3.0.0-M5 + 1.6.8 + + + + brave + brave-bom + brave-tests + context + instrumentation + spring-beans + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + Github + https://github.com/openzipkin/brave/issues + + + + + + + + + + + junit + junit + ${junit.version} + test + + + org.assertj + assertj-core + ${assertj.version} + test + + + + org.apache.logging.log4j + log4j-core + ${log4j.version} + test + + + + org.apache.logging.log4j + log4j-jul + ${log4j.version} + test + + + + org.apache.logging.log4j + log4j-1.2-api + ${log4j.version} + test + + + + org.apache.logging.log4j + log4j-slf4j-impl + ${log4j.version} + test + + + org.mockito + mockito-core + ${mockito.version} + test + + + + + + + + + io.takari + maven + 0.7.7 + + 3.6.3 + + + + + + de.qaware.maven + go-offline-maven-plugin + ${go-offline-maven-plugin.version} + + + + + org.codehaus.mojo.signature + ${main.signature.artifact} + 1.0 + signature + MAIN + + + com.mycila + license-maven-plugin-git + ${license-maven-plugin.version} + MAIN + + + com.google.errorprone + error_prone_core + ${errorprone.version} + MAIN + + + org.apache.maven.surefire + surefire-junit-platform + ${maven-surefire-plugin.version} + PLUGIN + + + + + + + maven-compiler-plugin + ${maven-compiler-plugin.version} + true + + + 1.8 + 1.8 + + true + true + + + + + + maven-deploy-plugin + ${maven-deploy-plugin.version} + + + + maven-install-plugin + ${maven-install-plugin.version} + + + + maven-jar-plugin + ${maven-jar-plugin.version} + + + + false + + + + + + maven-release-plugin + ${maven-release-plugin.version} + + false + release + true + @{project.version} + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus-staging-maven-plugin.version} + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + [3.7,) + + compile + testCompile + + + + + org.eclipse.m2e.jdt.javaConfigurator + + + + + + + + + maven-eclipse-plugin + 2.10 + + true + true + + + + + maven-shade-plugin + ${maven-shade-plugin.version} + + + + maven-invoker-plugin + ${maven-invoker-plugin.version} + + ${project.build.directory}/it + ${main.basedir}/src/it/settings.xml + + !release + + true + ${project.build.directory}/local-repo + verify + true + ${skipTests} + true + -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN + + + + + install + run + + + + + + + + + + + maven-dependency-plugin + ${maven-dependency-plugin.version} + + + maven-help-plugin + ${maven-help-plugin.version} + + + + net.orfjackal.retrolambda + retrolambda-maven-plugin + 2.5.7 + + + + process-main + + + ${main.java.version} + true + true + + + + + + + org.codehaus.mojo + animal-sniffer-maven-plugin + ${animal-sniffer-maven-plugin.version} + + + org.codehaus.mojo.signature + ${main.signature.artifact} + 1.0 + + false + + + + + check + + + + + + + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + false + + + org.apache.logging.log4j:log4j-jul + + + + + + maven-failsafe-plugin + ${maven-surefire-plugin.version} + + + integration-test + verify + + integration-test + verify + + + + + + false + + false + + + org.apache.logging.log4j.jul.LogManager + + + false + + + + + maven-enforcer-plugin + ${maven-enforcer-plugin.version} + + + enforce-java + + enforce + + + + + + [11,15) + + + + + + + + + com.mycila + license-maven-plugin + ${license-maven-plugin.version} + + ${license.skip} + +
${main.basedir}/src/etc/header.txt
+ + + SLASHSTAR_STYLE + SCRIPT_STYLE + + SCRIPT_STYLE + + SCRIPT_STYLE + SCRIPT_STYLE + + SCRIPT_STYLE + + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + + + **/log4j2.properties + .editorconfig + .gitattributes + .gitignore + .mailmap + .mvn/** + mvnw* + etc/header.txt + **/.idea/** + **/.editorconfig + LICENSE + NOTICE + **/*.md + **/*.bnd + src/test/resources/** + .github/** + build-bin/* + + **/com.alibaba.dubbo.rpc.Filter + + src/test/proto/** + + **/Hello*.java + **/GreeterGrpc*.java + **/GraterGrpc*.java + + true +
+ + + com.mycila + license-maven-plugin-git + ${license-maven-plugin.version} + + + + + + check + + compile + + +
+
+ + + + false + src/main/resources + + + false + src/main/java + + ** + + + **/*.java + + + + + false + ${main.basedir} + META-INF/ + + LICENSE + NOTICE + + + + + + false + src/test/java + + ** + + + **/*.java + + + + false + src/test/resources + + +
+ + + + + include-benchmarks + + + !skipTests + + + + instrumentation/benchmarks + + + + + error-prone + + true + + + + + maven-compiler-plugin + ${maven-compiler-plugin.version} + true + + + 1.8 + 1.8 + 1.8 + + true + true + + + + + default-compile + compile + + compile + + + true + + -XDcompilePolicy=simple + -Xplugin:ErrorProne ${errorprone.args} + + + + com.google.errorprone + error_prone_core + ${errorprone.version} + + + + + + + + + + + + release + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ossrh + https://oss.sonatype.org/ + + 30 + true + + + + + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + + + + + + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + + jar + + + + + + + + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + **/internal/*.java + **/Internal*.java + + *.internal.* + false + + none + + 8 + + + + attach-javadocs + + jar + + package + + + + + + + + + module-info + + + + bnd.bnd + + + + + + + org.apache.felix + maven-bundle-plugin + ${maven-bundle-plugin.version} + + NONE + + <_include>-bnd.bnd + + + + + process-classes + + manifest + + + + + + maven-jar-plugin + + + default-jar + + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + ${module.name} + + + + + jar + + + + + + + + +
diff --git a/io/zipkin/brave/brave-parent/5.13.9/brave-parent-5.13.9.pom.lastUpdated b/io/zipkin/brave/brave-parent/5.13.9/brave-parent-5.13.9.pom.lastUpdated new file mode 100644 index 0000000..08435a7 --- /dev/null +++ b/io/zipkin/brave/brave-parent/5.13.9/brave-parent-5.13.9.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:10 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361610637 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361610691 diff --git a/io/zipkin/brave/brave-parent/5.13.9/brave-parent-5.13.9.pom.sha1 b/io/zipkin/brave/brave-parent/5.13.9/brave-parent-5.13.9.pom.sha1 new file mode 100644 index 0000000..e0110b0 --- /dev/null +++ b/io/zipkin/brave/brave-parent/5.13.9/brave-parent-5.13.9.pom.sha1 @@ -0,0 +1 @@ +6257729220132d5612db0f06ea64a38ea693c1ae \ No newline at end of file diff --git a/io/zipkin/brave/brave/5.13.9/_remote.repositories b/io/zipkin/brave/brave/5.13.9/_remote.repositories new file mode 100644 index 0000000..c4e043d --- /dev/null +++ b/io/zipkin/brave/brave/5.13.9/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:27 CST 2025 +brave-5.13.9.pom>public= +brave-5.13.9.jar>public= diff --git a/io/zipkin/brave/brave/5.13.9/brave-5.13.9.jar b/io/zipkin/brave/brave/5.13.9/brave-5.13.9.jar new file mode 100644 index 0000000..65764b0 Binary files /dev/null and b/io/zipkin/brave/brave/5.13.9/brave-5.13.9.jar differ diff --git a/io/zipkin/brave/brave/5.13.9/brave-5.13.9.jar.lastUpdated b/io/zipkin/brave/brave/5.13.9/brave-5.13.9.jar.lastUpdated new file mode 100644 index 0000000..eb4d7d7 --- /dev/null +++ b/io/zipkin/brave/brave/5.13.9/brave-5.13.9.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:27 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361627594 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361627747 diff --git a/io/zipkin/brave/brave/5.13.9/brave-5.13.9.jar.sha1 b/io/zipkin/brave/brave/5.13.9/brave-5.13.9.jar.sha1 new file mode 100644 index 0000000..e9d7073 --- /dev/null +++ b/io/zipkin/brave/brave/5.13.9/brave-5.13.9.jar.sha1 @@ -0,0 +1 @@ +7b135359db4c21e976a0351261d878c7134b8953 \ No newline at end of file diff --git a/io/zipkin/brave/brave/5.13.9/brave-5.13.9.pom b/io/zipkin/brave/brave/5.13.9/brave-5.13.9.pom new file mode 100644 index 0000000..e66b2dd --- /dev/null +++ b/io/zipkin/brave/brave/5.13.9/brave-5.13.9.pom @@ -0,0 +1,139 @@ + + + 4.0.0 + + io.zipkin.brave + brave-parent + 5.13.9 + + + brave + jar + Brave + Brave: Core Libary + + + + brave + + ${project.basedir}/.. + 1.6 + java16 + + + -Xep:EqualsUnsafeCast:OFF + + + + + + io.zipkin.reporter2 + zipkin-reporter-brave + ${zipkin-reporter.version} + + + org.jvnet + animal-sniffer-annotation + 1.0 + + provided + + + + + com.blogspot.mydailyjava + weak-lock-free + 0.18 + test + + + + org.powermock + powermock-module-junit4 + ${powermock.version} + test + + + org.powermock + powermock-api-mockito2 + ${powermock.version} + test + + + io.opentracing + opentracing-api + 0.33.0 + test + + + com.squareup.okhttp3 + mockwebserver + ${okhttp.version} + test + + + io.grpc + grpc-core + ${grpc.version} + test + + + com.twitter + finagle-core_2.12 + ${finagle.version} + test + + + io.micrometer + micrometer-core + 1.6.2 + test + + + org.springframework + spring-context + ${spring5.version} + test + + + org.aspectj + aspectjweaver + 1.9.6 + test + + + org.springframework + spring-test + ${spring5.version} + test + + + io.zipkin.reporter2 + zipkin-sender-okhttp3 + ${zipkin-reporter.version} + test + + + + + + maven-invoker-plugin + + + + diff --git a/io/zipkin/brave/brave/5.13.9/brave-5.13.9.pom.lastUpdated b/io/zipkin/brave/brave/5.13.9/brave-5.13.9.pom.lastUpdated new file mode 100644 index 0000000..5c305a0 --- /dev/null +++ b/io/zipkin/brave/brave/5.13.9/brave-5.13.9.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:10 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361610739 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361610785 diff --git a/io/zipkin/brave/brave/5.13.9/brave-5.13.9.pom.sha1 b/io/zipkin/brave/brave/5.13.9/brave-5.13.9.pom.sha1 new file mode 100644 index 0000000..0fef68e --- /dev/null +++ b/io/zipkin/brave/brave/5.13.9/brave-5.13.9.pom.sha1 @@ -0,0 +1 @@ +8d89ccdd533ea746ae2149c2b767255520cea4ea \ No newline at end of file diff --git a/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/_remote.repositories b/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/_remote.repositories new file mode 100644 index 0000000..5f81e06 --- /dev/null +++ b/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:27 CST 2025 +zipkin-reporter-brave-2.16.3.pom>public= +zipkin-reporter-brave-2.16.3.jar>public= diff --git a/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/zipkin-reporter-brave-2.16.3.jar b/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/zipkin-reporter-brave-2.16.3.jar new file mode 100644 index 0000000..cfa27d1 Binary files /dev/null and b/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/zipkin-reporter-brave-2.16.3.jar differ diff --git a/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/zipkin-reporter-brave-2.16.3.jar.lastUpdated b/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/zipkin-reporter-brave-2.16.3.jar.lastUpdated new file mode 100644 index 0000000..ff54b69 --- /dev/null +++ b/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/zipkin-reporter-brave-2.16.3.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:27 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361627796 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361627863 diff --git a/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/zipkin-reporter-brave-2.16.3.jar.sha1 b/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/zipkin-reporter-brave-2.16.3.jar.sha1 new file mode 100644 index 0000000..6212789 --- /dev/null +++ b/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/zipkin-reporter-brave-2.16.3.jar.sha1 @@ -0,0 +1 @@ +4d5017d71e4de139b6a31612cfd837b7c71d288c \ No newline at end of file diff --git a/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/zipkin-reporter-brave-2.16.3.pom b/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/zipkin-reporter-brave-2.16.3.pom new file mode 100644 index 0000000..631cada --- /dev/null +++ b/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/zipkin-reporter-brave-2.16.3.pom @@ -0,0 +1,69 @@ + + + + + io.zipkin.reporter2 + zipkin-reporter-parent + 2.16.3 + + 4.0.0 + + zipkin-reporter-brave + Zipkin Reporter Brave + Adapts a Reporter to a Brave SpanHandler + + + + zipkin2.reporter.brave + + ${project.basedir}/.. + + + + + ${project.groupId} + zipkin-reporter + ${project.version} + + + io.zipkin.brave + brave + ${brave.version} + + + * + * + + + + provided + + + + io.zipkin.reporter2 + zipkin-sender-okhttp3 + ${project.version} + test + + + io.zipkin.zipkin2 + zipkin-junit + ${zipkin.version} + test + + + diff --git a/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/zipkin-reporter-brave-2.16.3.pom.lastUpdated b/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/zipkin-reporter-brave-2.16.3.pom.lastUpdated new file mode 100644 index 0000000..bc01b88 --- /dev/null +++ b/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/zipkin-reporter-brave-2.16.3.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:10 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361610832 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361610890 diff --git a/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/zipkin-reporter-brave-2.16.3.pom.sha1 b/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/zipkin-reporter-brave-2.16.3.pom.sha1 new file mode 100644 index 0000000..964d667 --- /dev/null +++ b/io/zipkin/reporter2/zipkin-reporter-brave/2.16.3/zipkin-reporter-brave-2.16.3.pom.sha1 @@ -0,0 +1 @@ +e0cea57c2c8cb57fb79208e8aaf2521a9d297945 \ No newline at end of file diff --git a/io/zipkin/reporter2/zipkin-reporter-parent/2.16.3/_remote.repositories b/io/zipkin/reporter2/zipkin-reporter-parent/2.16.3/_remote.repositories new file mode 100644 index 0000000..62396f5 --- /dev/null +++ b/io/zipkin/reporter2/zipkin-reporter-parent/2.16.3/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:11 CST 2025 +zipkin-reporter-parent-2.16.3.pom>public= diff --git a/io/zipkin/reporter2/zipkin-reporter-parent/2.16.3/zipkin-reporter-parent-2.16.3.pom b/io/zipkin/reporter2/zipkin-reporter-parent/2.16.3/zipkin-reporter-parent-2.16.3.pom new file mode 100644 index 0000000..21d481d --- /dev/null +++ b/io/zipkin/reporter2/zipkin-reporter-parent/2.16.3/zipkin-reporter-parent-2.16.3.pom @@ -0,0 +1,749 @@ + + + + 4.0.0 + + io.zipkin.reporter2 + zipkin-reporter-parent + 2.16.3 + pom + + + bom + core + kafka + kafka08 + amqp-client + activemq-client + urlconnection + okhttp3 + libthrift + spring-beans + brave + metrics-micrometer + + + + ${project.basedir} + + UTF-8 + UTF-8 + UTF-8 + UTF-8 + + + 1.6 + java16 + + + 1.8 + 1.8 + + + + 2.4.0 + + + 2.23.2 + 1.0.0 + + + 5.13.2 + + 4.13.1 + 5.7.0 + 3.14.9 + 1.2.3 + 1.15.1 + + ${skipTests} + + 1.19 + 1.2.8 + + 4.0.rc2 + 5.1.1 + 3.8.1 + + 3.1.2 + 3.0.0-M1 + 3.0.0-M3 + + 3.2.0 + 3.0.0-M1 + 3.2.0 + 3.2.0 + 3.0.0-M1 + 3.2.4 + 3.2.1 + 3.0.0-M5 + 1.6.8 + + + Zipkin Reporter (Parent) + Zipkin Reporter (Parent) + https://github.com/openzipkin/zipkin-reporter-java + 2016 + + + OpenZipkin + https://zipkin.io/ + + + + + The Apache Software License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + https://github.com/openzipkin/zipkin-reporter-java + scm:git:https://github.com/openzipkin/zipkin-reporter-java.git + scm:git:https://github.com/openzipkin/zipkin-reporter-java.git + 2.16.3 + + + + + + openzipkin + OpenZipkin Gitter + https://gitter.im/openzipkin/zipkin + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + Github + https://github.com/openzipkin/zipkin-reporter-java/issues + + + + + + + + + + + junit + junit + ${junit.version} + test + + + + org.junit.jupiter + junit-jupiter + ${junit-jupiter.version} + test + + + + org.junit.vintage + junit-vintage-engine + ${junit-jupiter.version} + test + + + + + org.junit.jupiter + junit-jupiter-api + ${junit-jupiter.version} + test + + + + org.junit.jupiter + junit-jupiter-engine + ${junit-jupiter.version} + test + + + + io.zipkin.zipkin2 + zipkin-tests + ${zipkin.version} + test + + + + org.assertj + assertj-core + 3.18.1 + test + + + + ch.qos.logback + logback-classic + ${logback.version} + test + + + + + + + + + io.takari + maven + 0.7.7 + + 3.6.3 + + + + + + de.qaware.maven + go-offline-maven-plugin + ${go-offline-maven-plugin.version} + + + + + org.codehaus.mojo.signature + ${main.signature.artifact} + 1.0 + signature + MAIN + + + com.mycila + license-maven-plugin-git + ${license-maven-plugin.version} + MAIN + + + com.google.errorprone + error_prone_core + ${errorprone.version} + MAIN + + + org.apache.maven.surefire + surefire-junit-platform + ${maven-surefire-plugin.version} + PLUGIN + + + + + + + maven-compiler-plugin + ${maven-compiler-plugin.version} + true + + + 1.8 + 1.8 + + true + true + + + + + + maven-deploy-plugin + ${maven-deploy-plugin.version} + + + + maven-install-plugin + ${maven-install-plugin.version} + + + + maven-jar-plugin + ${maven-jar-plugin.version} + + + + false + + + + + + maven-release-plugin + ${maven-release-plugin.version} + + false + release + true + @{project.version} + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus-staging-maven-plugin.version} + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + [3.7,) + + compile + testCompile + + + + + org.eclipse.m2e.jdt.javaConfigurator + + + + + + + + + maven-eclipse-plugin + 2.10 + + true + true + + + + + maven-shade-plugin + ${maven-shade-plugin.version} + + + + + + + + maven-dependency-plugin + ${maven-dependency-plugin.version} + + + maven-help-plugin + ${maven-help-plugin.version} + + + + net.orfjackal.retrolambda + retrolambda-maven-plugin + 2.5.7 + + + + process-main + + + ${main.java.version} + true + true + + + + + + + org.codehaus.mojo + animal-sniffer-maven-plugin + ${animal-sniffer-maven-plugin.version} + + + org.codehaus.mojo.signature + ${main.signature.artifact} + 1.0 + + false + + + + + check + + + + + + + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + false + + + + + maven-failsafe-plugin + ${maven-surefire-plugin.version} + + + integration-test + verify + + integration-test + verify + + + + + + false + + false + + + + + maven-enforcer-plugin + ${maven-enforcer-plugin.version} + + + enforce-java + + enforce + + + + + + [1.8,15) + + + + + + + + + com.mycila + license-maven-plugin + ${license-maven-plugin.version} + + ${license.skip} + +
${main.basedir}/src/etc/header.txt
+ + + SLASHSTAR_STYLE + SCRIPT_STYLE + + SCRIPT_STYLE + + SCRIPT_STYLE + SCRIPT_STYLE + + SCRIPT_STYLE + + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + + + **/logback.xml + .editorconfig + .gitattributes + .gitignore + .mailmap + .mvn/** + mvnw* + etc/header.txt + **/.idea/** + **/.editorconfig + LICENSE + NOTICE + **/*.md + **/*.bnd + src/test/resources/** + .github/** + build-bin/* + + true +
+ + + com.mycila + license-maven-plugin-git + ${license-maven-plugin.version} + + + + + + check + + compile + + +
+
+ + + + + false + ${main.basedir} + META-INF/ + + LICENSE + NOTICE + + + +
+ + + + + include-benchmarks + + + !skipTests + + + + benchmarks + + + + + error-prone-9+ + + [9,) + + + + + maven-compiler-plugin + ${maven-compiler-plugin.version} + true + + + 1.8 + 1.8 + 1.8 + + true + true + + + + + default-compile + compile + + compile + + + true + + -XDcompilePolicy=simple + -Xplugin:ErrorProne ${errorprone.args} + + + + com.google.errorprone + error_prone_core + ${errorprone.version} + + + + + + + + + + + + release + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ossrh + https://oss.sonatype.org/ + + 10 + true + + + + + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + + + + + + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + + jar + + + + + + + + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + **/internal/*.java + **/Internal*.java + + *.internal.* + false + + none + + 8 + + + + attach-javadocs + + jar + + package + + + + + + + + + module-info + + + + bnd.bnd + + + + + + + org.apache.felix + maven-bundle-plugin + ${maven-bundle-plugin.version} + + NONE + + <_include>-bnd.bnd + + + + + process-classes + + manifest + + + + + + maven-jar-plugin + + + default-jar + + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + ${module.name} + + + + + jar + + + + + + + + +
diff --git a/io/zipkin/reporter2/zipkin-reporter-parent/2.16.3/zipkin-reporter-parent-2.16.3.pom.lastUpdated b/io/zipkin/reporter2/zipkin-reporter-parent/2.16.3/zipkin-reporter-parent-2.16.3.pom.lastUpdated new file mode 100644 index 0000000..0f18d3e --- /dev/null +++ b/io/zipkin/reporter2/zipkin-reporter-parent/2.16.3/zipkin-reporter-parent-2.16.3.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:11 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361610938 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361611091 diff --git a/io/zipkin/reporter2/zipkin-reporter-parent/2.16.3/zipkin-reporter-parent-2.16.3.pom.sha1 b/io/zipkin/reporter2/zipkin-reporter-parent/2.16.3/zipkin-reporter-parent-2.16.3.pom.sha1 new file mode 100644 index 0000000..40e407b --- /dev/null +++ b/io/zipkin/reporter2/zipkin-reporter-parent/2.16.3/zipkin-reporter-parent-2.16.3.pom.sha1 @@ -0,0 +1 @@ +0995c565942716eb08d1ece885eac7fc768bf4c5 \ No newline at end of file diff --git a/io/zipkin/reporter2/zipkin-reporter/2.16.3/_remote.repositories b/io/zipkin/reporter2/zipkin-reporter/2.16.3/_remote.repositories new file mode 100644 index 0000000..eb64c11 --- /dev/null +++ b/io/zipkin/reporter2/zipkin-reporter/2.16.3/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:27 CST 2025 +zipkin-reporter-2.16.3.pom>public= +zipkin-reporter-2.16.3.jar>public= diff --git a/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.jar b/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.jar new file mode 100644 index 0000000..bad4ff6 Binary files /dev/null and b/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.jar differ diff --git a/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.jar.lastUpdated b/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.jar.lastUpdated new file mode 100644 index 0000000..ed79e0e --- /dev/null +++ b/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:27 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361627913 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361627970 diff --git a/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.jar.sha1 b/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.jar.sha1 new file mode 100644 index 0000000..d9876e4 --- /dev/null +++ b/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.jar.sha1 @@ -0,0 +1 @@ +07e43d8be3376d305c355d969e8b9f3a62221380 \ No newline at end of file diff --git a/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.pom b/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.pom new file mode 100644 index 0000000..5872717 --- /dev/null +++ b/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.pom @@ -0,0 +1,43 @@ + + + + 4.0.0 + + + io.zipkin.reporter2 + zipkin-reporter-parent + 2.16.3 + + + zipkin-reporter + Zipkin Reporter: Core + + + + zipkin2.reporter + + ${project.basedir}/.. + + + + + io.zipkin.zipkin2 + zipkin + ${zipkin.version} + + + diff --git a/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.pom.lastUpdated b/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.pom.lastUpdated new file mode 100644 index 0000000..fd53017 --- /dev/null +++ b/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:11 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361611140 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361611180 diff --git a/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.pom.sha1 b/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.pom.sha1 new file mode 100644 index 0000000..942cdd7 --- /dev/null +++ b/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.pom.sha1 @@ -0,0 +1 @@ +444610ae7f994cfb31c193aa035ca01dd2115cf5 \ No newline at end of file diff --git a/io/zipkin/zipkin-parent/2.23.2/_remote.repositories b/io/zipkin/zipkin-parent/2.23.2/_remote.repositories new file mode 100644 index 0000000..24f0da7 --- /dev/null +++ b/io/zipkin/zipkin-parent/2.23.2/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:11 CST 2025 +zipkin-parent-2.23.2.pom>public= diff --git a/io/zipkin/zipkin-parent/2.23.2/zipkin-parent-2.23.2.pom b/io/zipkin/zipkin-parent/2.23.2/zipkin-parent-2.23.2.pom new file mode 100644 index 0000000..1a8d1bf --- /dev/null +++ b/io/zipkin/zipkin-parent/2.23.2/zipkin-parent-2.23.2.pom @@ -0,0 +1,871 @@ + + + + 4.0.0 + + io.zipkin + zipkin-parent + 2.23.2 + pom + + + zipkin + zipkin-tests + zipkin-junit + zipkin-storage + zipkin-collector + zipkin-server + + + + ${project.basedir} + + UTF-8 + UTF-8 + UTF-8 + UTF-8 + + + 1.8 + java18 + + + + 2.4.0 + + 1.0.0 + + + com.linecorp.armeria + 1.3.0 + + 4.1.54.Final + + + 2.12.0 + + 4.9.0 + 1.6.2 + + + 1.3.1 + + + 2.4.1 + 5.3.2 + + + 2.7.1 + 3.4.5 + 1.7.30 + 1.7.4 + 4.0.3 + + + 4.13.1 + 5.7.0 + 3.6.28 + 3.18.1 + 4.0.3 + 1.3 + 1.15.1 + 4.9.0 + 5.0.3 + + 3.0.2 + 2.8.6 + ${project.build.directory}/test/proto + + ${skipTests} + + 1.19 + 1.2.8 + + 4.0.rc2 + 5.1.1 + 3.8.1 + + 3.1.2 + 3.0.0-M1 + 3.0.0-M3 + + 3.2.0 + 3.0.0-M1 + 3.2.0 + 3.2.0 + 3.0.0-M1 + 3.2.4 + 3.2.1 + 3.0.0-M5 + 1.6.8 + + + Zipkin (Parent) + Zipkin (Parent) + https://github.com/openzipkin/zipkin + 2015 + + + OpenZipkin + http://zipkin.io/ + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + https://github.com/openzipkin/zipkin + scm:git:https://github.com/openzipkin/zipkin.git + scm:git:https://github.com/openzipkin/zipkin.git + 2.23.2 + + + + + + openzipkin + OpenZipkin Gitter + https://gitter.im/openzipkin/zipkin + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + Github + https://github.com/openzipkin/zipkin/issues + + + + + + + + + + + junit + junit + ${junit.version} + test + + + + org.junit.jupiter + junit-jupiter + ${junit-jupiter.version} + test + + + + org.junit.vintage + junit-vintage-engine + ${junit-jupiter.version} + test + + + + + org.junit.jupiter + junit-jupiter-api + ${junit-jupiter.version} + test + + + + org.junit.jupiter + junit-jupiter-engine + ${junit-jupiter.version} + test + + + + org.assertj + assertj-core + ${assertj.version} + test + + + + org.mockito + mockito-core + ${mockito.version} + test + + + org.hamcrest + hamcrest-core + ${hamcrest.version} + test + + + + + + + + + io.takari + maven + 0.7.7 + + 3.6.3 + + + + + + de.qaware.maven + go-offline-maven-plugin + ${go-offline-maven-plugin.version} + + + + + org.codehaus.mojo.signature + ${main.signature.artifact} + 1.0 + signature + MAIN + + + com.mycila + license-maven-plugin-git + ${license-maven-plugin.version} + MAIN + + + com.google.errorprone + error_prone_core + ${errorprone.version} + MAIN + + + org.apache.maven.surefire + surefire-junit-platform + ${maven-surefire-plugin.version} + PLUGIN + + + + + + + maven-compiler-plugin + ${maven-compiler-plugin.version} + true + + ${main.java.version} + ${main.java.version} + true + true + + + + + + maven-deploy-plugin + ${maven-deploy-plugin.version} + + + + maven-install-plugin + ${maven-install-plugin.version} + + + + maven-jar-plugin + ${maven-jar-plugin.version} + + + + false + + + + + + maven-release-plugin + ${maven-release-plugin.version} + + false + release + true + @{project.version} + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus-staging-maven-plugin.version} + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + [3.7,) + + compile + testCompile + + + + + org.eclipse.m2e.jdt.javaConfigurator + + + + + + + + + maven-eclipse-plugin + 2.10 + + true + true + + + + + maven-shade-plugin + ${maven-shade-plugin.version} + + + + + maven-dependency-plugin + ${maven-dependency-plugin.version} + + + + unpack-proto + generate-sources + + unpack-dependencies + + + zipkin-proto3 + **/*.proto + ${unpack-proto.directory} + + + + + + com.squareup.wire + wire-maven-plugin + ${wire.version} + + + generate-sources + + generate-sources + + + ${unpack-proto.directory} + + zipkin.proto3.* + + + + + + + + + + + + maven-dependency-plugin + ${maven-dependency-plugin.version} + + + maven-help-plugin + ${maven-help-plugin.version} + + + + + org.codehaus.mojo + animal-sniffer-maven-plugin + ${animal-sniffer-maven-plugin.version} + + + org.codehaus.mojo.signature + ${main.signature.artifact} + 1.0 + + false + + + + + check + + + + + + + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + false + + + + + maven-failsafe-plugin + ${maven-surefire-plugin.version} + + + integration-test + + integration-test + + + + verify + + verify + + + + + + + always + + + false + + false + + + + + maven-enforcer-plugin + ${maven-enforcer-plugin.version} + + + enforce-java + + enforce + + + + + [1.8,16) + + + + + + + + + com.mycila + license-maven-plugin + ${license-maven-plugin.version} + + ${license.skip} + +
${main.basedir}/src/etc/header.txt
+ + + SLASHSTAR_STYLE + SLASHSTAR_STYLE + SLASHSTAR_STYLE + SLASHSTAR_STYLE + SLASHSTAR_STYLE + SCRIPT_STYLE + XML_STYLE + SLASHSTAR_STYLE + + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + + SCRIPT_STYLE + SCRIPT_STYLE + + SCRIPT_STYLE + + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + SCRIPT_STYLE + + SCRIPT_STYLE + + + **/simplelogger.properties + **/continuous-build.yml + **/*.dockerignore + .editorconfig + .gitattributes + .gitignore + .github/** + .mvn/** + mvnw* + etc/header.txt + **/nginx.conf + **/.idea/** + **/node_modules/** + **/build/** + **/coverage/** + **/.babelrc + **/.bowerrc + **/.editorconfig + **/.env.development + **/.eslintignore + **/.eslintrc + **/.eslintrc + **/.eslintrc.js + **/.linguirc + **/testdata/**/*.json + **/test/data/**/*.json + **/src/translations/** + LICENSE + **/*.md + **/*.bnd + **/src/main/resources/zipkin.txt + **/src/main/resources/*.yml + **/spring.factories + + **/src/main/resources/*.cql + kafka_*/** + **/nohup.out + src/test/resources/** + **/generated/** + .dockerignore + build-bin/* + + true +
+ + + com.mycila + license-maven-plugin-git + ${license-maven-plugin.version} + + + + + + check + + compile + + +
+
+
+ + + + include-lens + + + !skipLens + + + + zipkin-lens + + + + + + include-benchmarks + + + !skipTests + + + + benchmarks + + + + + error-prone-9+ + + [9,) + + + + + maven-compiler-plugin + ${maven-compiler-plugin.version} + true + + ${main.java.version} + ${main.java.version} + true + true + + + + + default-compile + compile + + compile + + + true + + -XDcompilePolicy=simple + -Xplugin:ErrorProne ${errorprone.args} + + + + com.google.errorprone + error_prone_core + ${errorprone.version} + + + + com.google.auto.value + auto-value + ${auto-value.version} + + + + + + + + + + + + release + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ossrh + https://oss.sonatype.org/ + + 20 + 20 + true + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + + + + + + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + + jar + + + + + + + + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + **/internal/*.java + **/Internal*.java + + *.internal.* + false + + none + + 8 + + + + attach-javadocs + + jar + + package + + + + + + + + + netbeans + + true + + + + project + 2 + 2 + 2 + 110 + true + + + + + module-info + + + + bnd.bnd + + + + + + + org.apache.felix + maven-bundle-plugin + ${maven-bundle-plugin.version} + + NONE + + <_include>-bnd.bnd + + + + + process-classes + + manifest + + + + + + maven-jar-plugin + + + default-jar + + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + ${module.name} + + + + + jar + + + + + + + + +
diff --git a/io/zipkin/zipkin-parent/2.23.2/zipkin-parent-2.23.2.pom.lastUpdated b/io/zipkin/zipkin-parent/2.23.2/zipkin-parent-2.23.2.pom.lastUpdated new file mode 100644 index 0000000..1da923f --- /dev/null +++ b/io/zipkin/zipkin-parent/2.23.2/zipkin-parent-2.23.2.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:11 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361611330 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361611379 diff --git a/io/zipkin/zipkin-parent/2.23.2/zipkin-parent-2.23.2.pom.sha1 b/io/zipkin/zipkin-parent/2.23.2/zipkin-parent-2.23.2.pom.sha1 new file mode 100644 index 0000000..3431cdb --- /dev/null +++ b/io/zipkin/zipkin-parent/2.23.2/zipkin-parent-2.23.2.pom.sha1 @@ -0,0 +1 @@ +b9e8d5cd647cb4682a8ed3f5116808d2dd6d5b5c \ No newline at end of file diff --git a/io/zipkin/zipkin2/zipkin/2.23.2/_remote.repositories b/io/zipkin/zipkin2/zipkin/2.23.2/_remote.repositories new file mode 100644 index 0000000..606dcdb --- /dev/null +++ b/io/zipkin/zipkin2/zipkin/2.23.2/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:28 CST 2025 +zipkin-2.23.2.pom>public= +zipkin-2.23.2.jar>public= diff --git a/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.jar b/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.jar new file mode 100644 index 0000000..2b81d9b Binary files /dev/null and b/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.jar differ diff --git a/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.jar.lastUpdated b/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.jar.lastUpdated new file mode 100644 index 0000000..b367896 --- /dev/null +++ b/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:28 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361628022 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361628112 diff --git a/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.jar.sha1 b/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.jar.sha1 new file mode 100644 index 0000000..183b861 --- /dev/null +++ b/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.jar.sha1 @@ -0,0 +1 @@ +001c2c7f2e91a3749311f7f75d0535d14ba2e2f6 \ No newline at end of file diff --git a/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.pom b/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.pom new file mode 100644 index 0000000..0a85246 --- /dev/null +++ b/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.pom @@ -0,0 +1,159 @@ + + + + 4.0.0 + + + io.zipkin + zipkin-parent + 2.23.2 + + + io.zipkin.zipkin2 + zipkin + Zipkin Core Library + + + + zipkin2 + + + -Xep:MutablePublicArray:OFF -Xep:JdkObsolete:OFF + + ${project.basedir}/.. + + + 1.7 + java17 + + + + + org.jvnet + animal-sniffer-annotation + 1.0 + + provided + + + + + com.google.code.gson + gson + ${gson.version} + + true + + + + + + + + maven-shade-plugin + + + package + + shade + + + false + true + + + com.google.code.gson:gson + + com/google/gson/stream/JsonReader*.class + com/google/gson/stream/JsonToken.class + com/google/gson/stream/MalformedJsonException.class + com/google/gson/internal/JsonReaderInternalAccess.class + + + + + + com.google.gson + zipkin2.internal.gson + + + + + + ${module.name} + + + + + + + + + + + + + false + ${main.basedir} + META-INF/ + + LICENSE + NOTICE + + + + + + + + release + + + 1.6 + java16 + + + + + maven-enforcer-plugin + ${maven-enforcer-plugin.version} + + + enforce-java + + enforce + + + + + + [1.8,12) + + + + + + + + + + + diff --git a/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.pom.lastUpdated b/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.pom.lastUpdated new file mode 100644 index 0000000..f9d2058 --- /dev/null +++ b/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:11 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361611237 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361611284 diff --git a/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.pom.sha1 b/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.pom.sha1 new file mode 100644 index 0000000..620727d --- /dev/null +++ b/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.pom.sha1 @@ -0,0 +1 @@ +047d349b6ae29e2c27fb5197fa3a6b3b312f1f4d \ No newline at end of file diff --git a/javax/annotation/jsr250-api/1.0/_remote.repositories b/javax/annotation/jsr250-api/1.0/_remote.repositories index 5748371..1315c59 100644 --- a/javax/annotation/jsr250-api/1.0/_remote.repositories +++ b/javax/annotation/jsr250-api/1.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:01 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 jsr250-api-1.0.pom>public= +jsr250-api-1.0.jar>public= diff --git a/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar b/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar new file mode 100644 index 0000000..c1f29bf Binary files /dev/null and b/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar differ diff --git a/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar.sha1 b/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar.sha1 new file mode 100644 index 0000000..f6db6c4 --- /dev/null +++ b/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar.sha1 @@ -0,0 +1 @@ +5025422767732a1ab45d93abfea846513d742dcf \ No newline at end of file diff --git a/javax/enterprise/cdi-api/1.0/_remote.repositories b/javax/enterprise/cdi-api/1.0/_remote.repositories index 3c36a87..7ac775f 100644 --- a/javax/enterprise/cdi-api/1.0/_remote.repositories +++ b/javax/enterprise/cdi-api/1.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:00 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 +cdi-api-1.0.jar>public= cdi-api-1.0.pom>public= diff --git a/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar b/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar new file mode 100644 index 0000000..fe240f6 Binary files /dev/null and b/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar differ diff --git a/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar.sha1 b/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar.sha1 new file mode 100644 index 0000000..de72fc6 --- /dev/null +++ b/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar.sha1 @@ -0,0 +1 @@ +44c453f60909dfc223552ace63e05c694215156b \ No newline at end of file diff --git a/javax/inject/javax.inject/1/_remote.repositories b/javax/inject/javax.inject/1/_remote.repositories index 1cd6380..e6a9ae5 100644 --- a/javax/inject/javax.inject/1/_remote.repositories +++ b/javax/inject/javax.inject/1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:46 CST 2025 +#Mon Jun 23 10:26:33 CST 2025 javax.inject-1.pom>public= +javax.inject-1.jar>public= diff --git a/javax/inject/javax.inject/1/javax.inject-1.jar b/javax/inject/javax.inject/1/javax.inject-1.jar new file mode 100644 index 0000000..b2a9d0b Binary files /dev/null and b/javax/inject/javax.inject/1/javax.inject-1.jar differ diff --git a/javax/inject/javax.inject/1/javax.inject-1.jar.sha1 b/javax/inject/javax.inject/1/javax.inject-1.jar.sha1 new file mode 100644 index 0000000..c2fa85f --- /dev/null +++ b/javax/inject/javax.inject/1/javax.inject-1.jar.sha1 @@ -0,0 +1 @@ +6975da39a7040257bd51d21a231b76c915872d38 \ No newline at end of file diff --git a/junit/junit/3.8.2/_remote.repositories b/junit/junit/3.8.2/_remote.repositories index ed8b5a5..3349610 100644 --- a/junit/junit/3.8.2/_remote.repositories +++ b/junit/junit/3.8.2/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:10 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 +junit-3.8.2.jar>public= junit-3.8.2.pom>public= diff --git a/junit/junit/3.8.2/junit-3.8.2.jar b/junit/junit/3.8.2/junit-3.8.2.jar new file mode 100644 index 0000000..c8f711d Binary files /dev/null and b/junit/junit/3.8.2/junit-3.8.2.jar differ diff --git a/junit/junit/3.8.2/junit-3.8.2.jar.sha1 b/junit/junit/3.8.2/junit-3.8.2.jar.sha1 new file mode 100644 index 0000000..8ad6592 --- /dev/null +++ b/junit/junit/3.8.2/junit-3.8.2.jar.sha1 @@ -0,0 +1 @@ +07e4cde26b53a9a0e3fe5b00d1dbbc7cc1d46060 \ No newline at end of file diff --git a/log4j/log4j/1.2.12/_remote.repositories b/log4j/log4j/1.2.12/_remote.repositories index 79dbd5a..a4dbc31 100644 --- a/log4j/log4j/1.2.12/_remote.repositories +++ b/log4j/log4j/1.2.12/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:10 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 log4j-1.2.12.pom>public= +log4j-1.2.12.jar>public= diff --git a/log4j/log4j/1.2.12/log4j-1.2.12.jar b/log4j/log4j/1.2.12/log4j-1.2.12.jar new file mode 100644 index 0000000..9b5a720 Binary files /dev/null and b/log4j/log4j/1.2.12/log4j-1.2.12.jar differ diff --git a/log4j/log4j/1.2.12/log4j-1.2.12.jar.sha1 b/log4j/log4j/1.2.12/log4j-1.2.12.jar.sha1 new file mode 100644 index 0000000..f8fc9e9 --- /dev/null +++ b/log4j/log4j/1.2.12/log4j-1.2.12.jar.sha1 @@ -0,0 +1 @@ +057b8740427ee6d7b0b60792751356cad17dc0d9 \ No newline at end of file diff --git a/mysql/mysql-connector-java/8.0.33/_remote.repositories b/mysql/mysql-connector-java/8.0.33/_remote.repositories new file mode 100644 index 0000000..06b18e6 --- /dev/null +++ b/mysql/mysql-connector-java/8.0.33/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:14 CST 2025 +mysql-connector-java-8.0.33.pom>public= diff --git a/mysql/mysql-connector-java/8.0.33/mysql-connector-java-8.0.33.pom b/mysql/mysql-connector-java/8.0.33/mysql-connector-java-8.0.33.pom new file mode 100644 index 0000000..1093f2c --- /dev/null +++ b/mysql/mysql-connector-java/8.0.33/mysql-connector-java-8.0.33.pom @@ -0,0 +1,45 @@ + + + + 4.0.0 + + mysql + mysql-connector-java + 8.0.33 + + + + com.mysql + mysql-connector-j + MySQL Connector/J artifacts moved to reverse-DNS compliant Maven 2+ coordinates. + + + diff --git a/mysql/mysql-connector-java/8.0.33/mysql-connector-java-8.0.33.pom.sha1 b/mysql/mysql-connector-java/8.0.33/mysql-connector-java-8.0.33.pom.sha1 new file mode 100644 index 0000000..85eb9f0 --- /dev/null +++ b/mysql/mysql-connector-java/8.0.33/mysql-connector-java-8.0.33.pom.sha1 @@ -0,0 +1 @@ +b4f2df0556aeee8e51234970711edbf5cbc41995 \ No newline at end of file diff --git a/net/java/dev/jna/jna-platform/5.17.0/_remote.repositories b/net/java/dev/jna/jna-platform/5.17.0/_remote.repositories new file mode 100644 index 0000000..4b8b5b7 --- /dev/null +++ b/net/java/dev/jna/jna-platform/5.17.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:22 CST 2025 +jna-platform-5.17.0.jar>public= +jna-platform-5.17.0.pom>public= diff --git a/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.jar b/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.jar new file mode 100644 index 0000000..deee8da Binary files /dev/null and b/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.jar differ diff --git a/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.jar.sha1 b/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.jar.sha1 new file mode 100644 index 0000000..ba9b640 --- /dev/null +++ b/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.jar.sha1 @@ -0,0 +1 @@ +a4934c44d25a9d8c2ddf4203affd20330cb3426f \ No newline at end of file diff --git a/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.pom b/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.pom new file mode 100644 index 0000000..49eee29 --- /dev/null +++ b/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.pom @@ -0,0 +1,71 @@ + + 4.0.0 + + net.java.dev.jna + jna-platform + 5.17.0 + jar + + Java Native Access Platform + Java Native Access Platform + https://github.com/java-native-access/jna + + + + LGPL-2.1-or-later + https://www.gnu.org/licenses/old-licenses/lgpl-2.1 + repo + + Java Native Access (JNA) is licensed under the LGPL, version 2.1 or + later, or the Apache License, version 2.0. You can freely decide which + license you want to apply to the project. + + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + Java Native Access (JNA) is licensed under the LGPL, version 2.1 or + later, or the Apache License, version 2.0. You can freely decide which + license you want to apply to the project. + + + + + + scm:git:https://github.com/java-native-access/jna + scm:git:ssh://git@github.com/java-native-access/jna.git + https://github.com/java-native-access/jna + + + + + twall + Timothy Wall + + Owner + + + + mblaesing@doppel-helix.eu + Matthias Bläsing + https://github.com/matthiasblaesing/ + + Developer + + + + + + + net.java.dev.jna + jna + 5.17.0 + + + + diff --git a/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.pom.sha1 b/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.pom.sha1 new file mode 100644 index 0000000..53de6ff --- /dev/null +++ b/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.pom.sha1 @@ -0,0 +1 @@ +4224fa8c1eeccd1a50c215172538e352e21c320f \ No newline at end of file diff --git a/net/java/dev/jna/jna/5.17.0/_remote.repositories b/net/java/dev/jna/jna/5.17.0/_remote.repositories new file mode 100644 index 0000000..7d2e8d1 --- /dev/null +++ b/net/java/dev/jna/jna/5.17.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:22 CST 2025 +jna-5.17.0.pom>public= +jna-5.17.0.jar>public= diff --git a/net/java/dev/jna/jna/5.17.0/jna-5.17.0.jar b/net/java/dev/jna/jna/5.17.0/jna-5.17.0.jar new file mode 100644 index 0000000..7b920a8 Binary files /dev/null and b/net/java/dev/jna/jna/5.17.0/jna-5.17.0.jar differ diff --git a/net/java/dev/jna/jna/5.17.0/jna-5.17.0.jar.sha1 b/net/java/dev/jna/jna/5.17.0/jna-5.17.0.jar.sha1 new file mode 100644 index 0000000..5a47dd4 --- /dev/null +++ b/net/java/dev/jna/jna/5.17.0/jna-5.17.0.jar.sha1 @@ -0,0 +1 @@ +33d12735bef894440780fce64f9758d420c7bae2 \ No newline at end of file diff --git a/net/java/dev/jna/jna/5.17.0/jna-5.17.0.pom b/net/java/dev/jna/jna/5.17.0/jna-5.17.0.pom new file mode 100644 index 0000000..1320a8e --- /dev/null +++ b/net/java/dev/jna/jna/5.17.0/jna-5.17.0.pom @@ -0,0 +1,63 @@ + + 4.0.0 + + net.java.dev.jna + jna + 5.17.0 + jar + + Java Native Access + Java Native Access + https://github.com/java-native-access/jna + + + + LGPL-2.1-or-later + https://www.gnu.org/licenses/old-licenses/lgpl-2.1 + repo + + Java Native Access (JNA) is licensed under the LGPL, version 2.1 or + later, or the Apache License, version 2.0. You can freely decide which + license you want to apply to the project. + + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + Java Native Access (JNA) is licensed under the LGPL, version 2.1 or + later, or the Apache License, version 2.0. You can freely decide which + license you want to apply to the project. + + + + + + scm:git:https://github.com/java-native-access/jna + scm:git:ssh://git@github.com/java-native-access/jna.git + https://github.com/java-native-access/jna + + + + + twall + Timothy Wall + + Owner + + + + mblaesing@doppel-helix.eu + Matthias Bläsing + https://github.com/matthiasblaesing/ + + Developer + + + + + diff --git a/net/java/dev/jna/jna/5.17.0/jna-5.17.0.pom.sha1 b/net/java/dev/jna/jna/5.17.0/jna-5.17.0.pom.sha1 new file mode 100644 index 0000000..253b4bd --- /dev/null +++ b/net/java/dev/jna/jna/5.17.0/jna-5.17.0.pom.sha1 @@ -0,0 +1 @@ +bf690bbd2f47bae28b4c348de5f7d4b8fc899be9 \ No newline at end of file diff --git a/org/antlr/antlr4-master/4.9.3/_remote.repositories b/org/antlr/antlr4-master/4.9.3/_remote.repositories new file mode 100644 index 0000000..f2fba4f --- /dev/null +++ b/org/antlr/antlr4-master/4.9.3/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:20 CST 2025 +antlr4-master-4.9.3.pom>public= diff --git a/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom b/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom new file mode 100644 index 0000000..cb5703f --- /dev/null +++ b/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom @@ -0,0 +1,167 @@ + + + + 4.0.0 + + org.sonatype.oss + oss-parent + 9 + + org.antlr + antlr4-master + 4.9.3 + pom + + ANTLR 4 + ANTLR 4 Master Build POM + http://www.antlr.org + 1992 + + ANTLR + http://www.antlr.org + + + + + The BSD License + http://www.antlr.org/license.html + repo + + + + + + Terence Parr + http://parrt.cs.usfca.edu + + Project lead - ANTLR + + + + Sam Harwell + http://tunnelvisionlabs.com + + Developer + + + + Eric Vergnaud + + Developer - JavaScript, C#, Python 2, Python 3 + + + + Peter Boyer + + Developer - Go + + + + Jim Idle + jimi@idle.ws + http://www.linkedin.com/in/jimidle + + Developer - Maven Plugin + + + + Mike Lischke + + Developer - C++ Target + + + + Tom Everett + + Developer + + + + + + runtime/Java + tool + antlr4-maven-plugin + tool-testsuite + runtime-testsuite/annotations + runtime-testsuite/processors + runtime-testsuite + + + + UTF-8 + UTF-8 + true + 1.7 + 1.7 + + + + + antlr-discussion + https://groups.google.com/forum/?fromgroups#!forum/antlr-discussion + + + + + GitHub Issues + https://github.com/antlr/antlr4/issues + + + + https://github.com/antlr/antlr4/tree/master + scm:git:git://github.com/antlr/antlr4.git + scm:git:git@github.com:antlr/antlr4.git + HEAD + + + + + + resources + + + + + test + + + + + maven-clean-plugin + 3.0.0 + + + + runtime/Swift/.build + + + runtime/Swift/Tests/Antlr4Tests/gen + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + ${maven.compiler.source} + ${maven.compiler.target} + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + + + diff --git a/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom.lastUpdated b/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom.lastUpdated new file mode 100644 index 0000000..b9c5052 --- /dev/null +++ b/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:20 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361620663 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361620707 diff --git a/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom.sha1 b/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom.sha1 new file mode 100644 index 0000000..02dcda9 --- /dev/null +++ b/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom.sha1 @@ -0,0 +1 @@ +036b2162383e22b5a6c8c254e485921b5d77ad0c \ No newline at end of file diff --git a/org/antlr/antlr4-runtime/4.9.3/_remote.repositories b/org/antlr/antlr4-runtime/4.9.3/_remote.repositories new file mode 100644 index 0000000..d709f48 --- /dev/null +++ b/org/antlr/antlr4-runtime/4.9.3/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:28 CST 2025 +antlr4-runtime-4.9.3.pom>public= +antlr4-runtime-4.9.3.jar>public= diff --git a/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar b/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar new file mode 100644 index 0000000..e65f953 Binary files /dev/null and b/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar differ diff --git a/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar.lastUpdated b/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar.lastUpdated new file mode 100644 index 0000000..78e17d7 --- /dev/null +++ b/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:28 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361628427 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361628548 diff --git a/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar.sha1 b/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar.sha1 new file mode 100644 index 0000000..13a2367 --- /dev/null +++ b/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar.sha1 @@ -0,0 +1 @@ +81befc16ebedb8b8aea3e4c0835dd5ca7e8523a8 \ No newline at end of file diff --git a/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom b/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom new file mode 100644 index 0000000..3e57ba2 --- /dev/null +++ b/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom @@ -0,0 +1,123 @@ + + + + 4.0.0 + + org.antlr + antlr4-master + 4.9.3 + ../../pom.xml + + antlr4-runtime + ANTLR 4 Runtime + The ANTLR 4 Runtime + + + + dot + + + + src + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + + jar + + + + + + us.bryon + graphviz-maven-plugin + 1.0 + + + deploy + + dot + + + ${dot.path} + ${project.build.directory}/apidocs + svg + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + 1.7 + false + + + + + javadoc + + + + + + org.antlr + antlr4-maven-plugin + 4.5.3 + + + antlr + + src + + + antlr4 + + + + + + org.apache.felix + maven-bundle-plugin + 2.5.4 + + + bundle-manifest + process-classes + + + org.antlr.antlr4.runtime + org.antlr.antlr4-runtime + + + + manifest + + + + + + maven-jar-plugin + 3.0.0 + + + + true + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + + diff --git a/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom.lastUpdated b/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom.lastUpdated new file mode 100644 index 0000000..e12d39c --- /dev/null +++ b/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:20 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361620569 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361620612 diff --git a/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom.sha1 b/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom.sha1 new file mode 100644 index 0000000..68028da --- /dev/null +++ b/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom.sha1 @@ -0,0 +1 @@ +7ed961275fcdee7e2b69a66bf1ae6c4f9f5a1ab8 \ No newline at end of file diff --git a/org/apache/apache/33/_remote.repositories b/org/apache/apache/33/_remote.repositories new file mode 100644 index 0000000..bcaabb5 --- /dev/null +++ b/org/apache/apache/33/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:16 CST 2025 +apache-33.pom>public= diff --git a/org/apache/apache/33/apache-33.pom b/org/apache/apache/33/apache-33.pom new file mode 100644 index 0000000..b03121d --- /dev/null +++ b/org/apache/apache/33/apache-33.pom @@ -0,0 +1,582 @@ + + + + + + 4.0.0 + + + org.apache + apache + 33 + pom + + The Apache Software Foundation + + The Apache Software Foundation provides support for the Apache community of open-source software projects. + The Apache projects are characterized by a collaborative, consensus based development process, an open and + pragmatic software license, and a desire to create high quality software that leads the way in its field. + We consider ourselves not simply a group of projects sharing a server, but rather a community of developers + and users. + + https://www.apache.org/ + + The Apache Software Foundation + https://www.apache.org/ + + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + Apache Announce List + announce-subscribe@apache.org + announce-unsubscribe@apache.org + announce@apache.org + https://mail-archives.apache.org/mod_mbox/www-announce/ + + + + + docs + + + + scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git + scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git + https://github.com/apache/maven-apache-parent/tree/${project.scm.tag} + apache-33 + + + + + ${distMgmtReleasesId} + ${distMgmtReleasesName} + ${distMgmtReleasesUrl} + + + ${distMgmtSnapshotsId} + ${distMgmtSnapshotsName} + ${distMgmtSnapshotsUrl} + + + + + apache.releases.https + Apache Release Distribution Repository + https://repository.apache.org/service/local/staging/deploy/maven2 + apache.snapshots.https + Apache Development Snapshot Repository + https://repository.apache.org/content/repositories/snapshots + https://www.apache.org/images/asf_logo_wide_2016.png + UTF-8 + UTF-8 + source-release + true + 3.6.3 + 1.8 + ${maven.compiler.target} + 7 + 3.3.0 + posix + + 2024-07-04T18:52:46Z + + 0.16.1 + 1.5 + 1.11 + 3.1.0 + 3.7.1 + 3.4.0 + 3.4.0 + 3.13.0 + 3.7.1 + 3.1.2 + 3.3.0 + 3.5.0 + 1.12.0 + 3.2.4 + 3.4.1 + 3.1.2 + 3.7.0 + 3.4.2 + 3.7.0 + 3.13.1 + 3.6.1 + 3.1.0 + 3.2.0 + 3.3.1 + 2.1.0 + 3.3.0 + 3.6.0 + 3.12.1 + 3.3.1 + ${surefire.version} + 3.4.0 + + + + + + org.apache.maven.plugin-tools + maven-plugin-annotations + ${version.maven-plugin-tools} + + + + + + + apache.snapshots + Apache Snapshot Repository + https://repository.apache.org/snapshots + + false + + + + + + apache.snapshots + Apache Snapshot Repository + https://repository.apache.org/snapshots + + false + + + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + ${version.maven-antrun-plugin} + + + org.apache.maven.plugins + maven-assembly-plugin + ${version.maven-assembly-plugin} + + + org.apache.maven.plugins + maven-clean-plugin + ${version.maven-clean-plugin} + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${version.maven-checkstyle-plugin} + + + org.apache.maven.plugins + maven-compiler-plugin + ${version.maven-compiler-plugin} + + + org.apache.maven.plugins + maven-dependency-plugin + ${version.maven-dependency-plugin} + + + org.apache.maven.plugins + maven-deploy-plugin + ${version.maven-deploy-plugin} + + + org.apache.maven.plugins + maven-ear-plugin + ${version.maven-ear-plugin} + + + org.apache.maven.plugins + maven-enforcer-plugin + ${version.maven-enforcer-plugin} + + + org.apache.maven.plugins + maven-failsafe-plugin + ${version.maven-surefire} + + + org.apache.maven.plugins + maven-gpg-plugin + ${version.maven-gpg-plugin} + + + --digest-algo=SHA512 + + + + + org.apache.maven.plugins + maven-help-plugin + ${version.maven-help-plugin} + + + org.apache.maven.plugins + maven-install-plugin + ${version.maven-install-plugin} + + + org.apache.maven.plugins + maven-invoker-plugin + ${version.maven-invoker-plugin} + + + org.apache.maven.plugins + maven-jar-plugin + ${version.maven-jar-plugin} + + + + true + true + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${version.maven-javadoc-plugin} + + true + + + + org.apache.maven.plugins + maven-plugin-plugin + ${version.maven-plugin-tools} + + + org.apache.maven.plugins + maven-plugin-report-plugin + ${version.maven-plugin-tools} + + + org.apache.maven.plugins + maven-project-info-reports-plugin + ${version.maven-project-info-reports-plugin} + + + org.eclipse.m2e:lifecycle-mapping + + + + + + org.apache.maven.plugins + maven-release-plugin + ${version.maven-release-plugin} + + true + false + deploy + apache-release + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + ${version.maven-remote-resources-plugin} + + + org.apache.maven.plugins + maven-resources-plugin + ${version.maven-resources-plugin} + + + org.apache.maven.plugins + maven-scm-plugin + ${version.maven-scm-plugin} + + + org.apache.maven.plugins + maven-scm-publish-plugin + ${version.maven-scm-publish-plugin} + + + org.apache.maven.plugins + maven-site-plugin + ${version.maven-site-plugin} + + + org.apache.maven.plugins + maven-source-plugin + ${version.maven-source-plugin} + + + org.apache.maven.plugins + maven-surefire-plugin + ${version.maven-surefire} + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${version.maven-surefire} + + + org.apache.maven.plugins + maven-war-plugin + ${version.maven-war-plugin} + + + org.apache.maven.plugins + maven-shade-plugin + ${version.maven-shade-plugin} + + + org.apache.rat + apache-rat-plugin + ${version.apache-rat-plugin} + + + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + + + process-resource-bundles + + process + + + + org.apache.apache.resources:apache-jar-resource-bundle:${version.apache-resource-bundles} + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-maven-version + + enforce + + + + + ${minimalMavenBuildVersion} + + + + + + enforce-java-version + + enforce + + + + + ${minimalJavaBuildVersion} + + + + + + + + + + org.apache.maven.plugins + maven-site-plugin + false + + true + + + + + + + + + apache-release + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + org.apache.apache.resources + apache-source-release-assembly-descriptor + ${version.apache-resource-bundles} + + + + + source-release-assembly + package + + single + + + true + + ${sourceReleaseAssemblyDescriptor} + + ${assembly.tarLongFileMode} + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + net.nicoulaj.maven.plugins + checksum-maven-plugin + ${version.checksum-maven-plugin} + + + source-release-checksum + + artifacts + + + post-integration-test + + + SHA-512 + + + source-release + true + false + + true + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-release-artifacts + + sign + + + + + + + + + + jdk9+ + + + [9,) + + + + ${maven.compiler.target} + + + + only-eclipse + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + [0,) + + process + + + + + + + + + + + + + + + + diff --git a/org/apache/apache/33/apache-33.pom.sha1 b/org/apache/apache/33/apache-33.pom.sha1 new file mode 100644 index 0000000..89199f5 --- /dev/null +++ b/org/apache/apache/33/apache-33.pom.sha1 @@ -0,0 +1 @@ +f7b7b5a9e84395f17d7e6a136e5bfc4b9973566d \ No newline at end of file diff --git a/org/apache/commons/commons-compress/1.18/_remote.repositories b/org/apache/commons/commons-compress/1.18/_remote.repositories index 987c452..914c212 100644 --- a/org/apache/commons/commons-compress/1.18/_remote.repositories +++ b/org/apache/commons/commons-compress/1.18/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:50 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 commons-compress-1.18.pom>public= +commons-compress-1.18.jar>public= diff --git a/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar b/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar new file mode 100644 index 0000000..e401046 Binary files /dev/null and b/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar differ diff --git a/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar.sha1 b/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar.sha1 new file mode 100644 index 0000000..b4d4d68 --- /dev/null +++ b/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar.sha1 @@ -0,0 +1 @@ +1191f9f2bc0c47a8cce69193feb1ff0a8bcb37d5 \ No newline at end of file diff --git a/org/apache/commons/commons-compress/1.26.1/_remote.repositories b/org/apache/commons/commons-compress/1.26.1/_remote.repositories index 4170000..a8e70cf 100644 --- a/org/apache/commons/commons-compress/1.26.1/_remote.repositories +++ b/org/apache/commons/commons-compress/1.26.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:47 CST 2025 +#Mon Jun 23 10:26:47 CST 2025 commons-compress-1.26.1.pom>public= +commons-compress-1.26.1.jar>public= diff --git a/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar b/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar new file mode 100644 index 0000000..9a99788 Binary files /dev/null and b/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar differ diff --git a/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar.sha1 b/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar.sha1 new file mode 100644 index 0000000..912bda8 --- /dev/null +++ b/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar.sha1 @@ -0,0 +1 @@ +44331c1130c370e726a2e1a3e6fba6d2558ef04a \ No newline at end of file diff --git a/org/apache/commons/commons-csv/1.9.0/_remote.repositories b/org/apache/commons/commons-csv/1.9.0/_remote.repositories new file mode 100644 index 0000000..c0f188c --- /dev/null +++ b/org/apache/commons/commons-csv/1.9.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:22 CST 2025 +commons-csv-1.9.0.jar>public= +commons-csv-1.9.0.pom>public= diff --git a/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.jar b/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.jar new file mode 100644 index 0000000..0e3f678 Binary files /dev/null and b/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.jar differ diff --git a/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.jar.lastUpdated b/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.jar.lastUpdated new file mode 100644 index 0000000..a559f1b --- /dev/null +++ b/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:22 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361622513 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361622592 diff --git a/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.jar.sha1 b/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.jar.sha1 new file mode 100644 index 0000000..3ff21e9 --- /dev/null +++ b/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.jar.sha1 @@ -0,0 +1 @@ +b59d8f64cd0b83ee1c04ff1748de2504457018c1 \ No newline at end of file diff --git a/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.pom b/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.pom new file mode 100644 index 0000000..fd2d55d --- /dev/null +++ b/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.pom @@ -0,0 +1,527 @@ + + + + 4.0.0 + + org.apache.commons + commons-parent + 52 + + commons-csv + 1.9.0 + Apache Commons CSV + https://commons.apache.org/proper/commons-csv/ + 2005 + The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types. + + + + org.junit.jupiter + junit-jupiter + 5.8.0-M1 + test + + + org.hamcrest + hamcrest + 2.2 + test + + + org.mockito + mockito-core + 3.11.2 + test + + + commons-io + commons-io + 2.11.0 + test + + + org.apache.commons + commons-lang3 + 3.12.0 + test + + + com.h2database + h2 + 1.4.200 + test + + + + + + bayard + Henri Yandell + bayard@apache.org + The Apache Software Foundation + + + Martin van den Bemt + mvdb + mvdb@apache.org + The Apache Software Foundation + + + Yonik Seeley + yonik + yonik@apache.org + The Apache Software Foundation + + + Emmanuel Bourg + ebourg + ebourg@apache.org + Apache + + + ggregory + Gary Gregory + ggregory at apache.org + https://www.garygregory.com + The Apache Software Foundation + https://www.apache.org/ + + PMC Member + + America/New_York + + https://people.apache.org/~ggregory/img/garydgregory80.png + + + + Benedikt Ritter + britter + britter@apache.org + The Apache Software Foundation + + + Rob Tompkins + chtompki + chtompki@apache.org + The Apache Software Foundation + + + + + Bob Smith + + + + + scm:git:http://gitbox.apache.org/repos/asf/commons-csv.git + scm:git:https://gitbox.apache.org/repos/asf/commons-csv.git + https://gitbox.apache.org/repos/asf?p=commons-csv.git + + + + jira + https://issues.apache.org/jira/browse/CSV + + + + + apache.website + Apache Commons Site + scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-csv/ + + + + + 1.9.0 + (Java 8) + + RC1 + 1.8 + csv + org.apache.commons.csv + CSV + 12313222 + 1.8 + 1.8 + http://docs.oracle.com/javase/8/docs/api/ + + UTF-8 + UTF-8 + UTF-8 + + 3.1.2 + 8.44 + ${basedir}/src/site/resources/checkstyle/checkstyle-header.txt + ${basedir}/src/site/resources/checkstyle/checkstyle.xml + ${basedir}/src/site/resources/checkstyle/checkstyle-suppressions.xml + LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties + + 3.14.0 + 6.36.0 + 0.8.7 + 4.3.0 + 0.15.3 + 3.3.0 + 5.3.0 + false + + true + Gary Gregory + 86fdc7e2a11262cb + + + + clean package apache-rat:check japicmp:cmp checkstyle:check spotbugs:check pmd:check javadoc:javadoc + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${commons.checkstyle-plugin.version} + + ${checkstyle.config.file} + false + ${checkstyle.suppress.file} + + + + com.puppycrawl.tools + checkstyle + ${commons.checkstyle.version} + + + + + org.apache.maven.plugins + maven-pmd-plugin + ${commons.pmd.version} + + + net.sourceforge.pmd + pmd-core + ${commons.pmd-impl.version} + + + net.sourceforge.pmd + pmd-java + ${commons.pmd-impl.version} + + + + ${maven.compiler.target} + false + + ${basedir}/src/site/resources/pmd/pmd-ruleset.xml + + + + + + + org.apache.rat + apache-rat-plugin + + + + + src/test/resources/org/apache/commons/csv/empty.txt + src/test/resources/org/apache/commons/csv/csv-167/sample1.csv + src/test/resources/org/apache/commons/csv/CSV-198/optd_por_public.csv + src/test/resources/org/apache/commons/csv/CSV-213/999751170.patch.csv + src/test/resources/org/apache/commons/csv/CSVFileParser/bom.csv + src/test/resources/org/apache/commons/csv/CSVFileParser/test.csv + src/test/resources/org/apache/commons/csv/CSVFileParser/test_default.txt + src/test/resources/org/apache/commons/csv/CSVFileParser/test_default_comment.txt + src/test/resources/org/apache/commons/csv/CSVFileParser/test_rfc4180.txt + src/test/resources/org/apache/commons/csv/CSVFileParser/test_rfc4180_trim.txt + src/test/resources/org/apache/commons/csv/CSVFileParser/testCSV85.csv + src/test/resources/org/apache/commons/csv/CSVFileParser/testCSV85_default.txt + src/test/resources/org/apache/commons/csv/CSVFileParser/testCSV85_ignoreEmpty.txt + + src/test/resources/org/apache/commons/csv/ferc.gov/contract.txt + src/test/resources/org/apache/commons/csv/ferc.gov/transaction.txt + src/test/resources/**/*.bin + src/test/resources/org/apache/commons/csv/CSV-259/sample.txt + src/test/resources/org/apache/commons/csv/CSVFileParser/testCSV246.csv + src/test/resources/org/apache/commons/csv/CSVFileParser/testCSV246_checkWithNoComment.txt + + + + + + + + maven-compiler-plugin + + + **/*Benchmark* + + + + + maven-assembly-plugin + + + src/assembly/bin.xml + src/assembly/src.xml + + gnu + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/perf/PerformanceTest.java + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + com.github.spotbugs + spotbugs-maven-plugin + ${commons.spotbugs.version} + + ${basedir}/src/site/resources/spotbugs/spotbugs-exclude-filter.xml + + + + + org.apache.maven.plugins + maven-pmd-plugin + + + + org.apache.rat + apache-rat-plugin + + + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + + + checkstyle + + + + + + com.github.spotbugs + spotbugs-maven-plugin + ${commons.spotbugs.version} + + ${basedir}/src/site/resources/spotbugs/spotbugs-exclude-filter.xml + + + + org.apache.maven.plugins + maven-pmd-plugin + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + + + Needs Work + + + TODO + exact + + + FIXME + exact + + + XXX + exact + + + + + Notable Markers + + + NOTE + exact + + + NOPMD + exact + + + NOSONAR + exact + + + + + + + + + org.apache.rat + apache-rat-plugin + + + + + + + + benchmark + + + + org.openjdk.jmh + jmh-core + 1.32 + test + + + + org.openjdk.jmh + jmh-generator-annprocess + 1.32 + test + + + + genjava + gj-csv + 1.0 + test + + + + net.sourceforge.javacsv + javacsv + 2.0 + test + + + + com.opencsv + opencsv + 5.5.1 + test + + + + net.sf.supercsv + super-csv + 2.4.0 + test + + + + + org.skife.kasparov + csv + 1.0 + provided + + + + org.apache.commons + commons-lang3 + 3.12.0 + + + + + true + org.apache + + + + + + + maven-compiler-plugin + ${commons.compiler.version} + + + **/* + + + + + + + org.codehaus.mojo + exec-maven-plugin + + + benchmark + test + + exec + + + test + java + + -classpath + + org.openjdk.jmh.Main + -rf + json + -rff + target/jmh-result.json + ${benchmark} + + + + + + + + + + + java9 + + 9 + + + + true + + + + + diff --git a/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.pom.lastUpdated b/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.pom.lastUpdated new file mode 100644 index 0000000..0045a46 --- /dev/null +++ b/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:12 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361612860 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361612912 diff --git a/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.pom.sha1 b/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.pom.sha1 new file mode 100644 index 0000000..3f04671 --- /dev/null +++ b/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.pom.sha1 @@ -0,0 +1 @@ +8c772f73226ac68b9c3f3ed8779e275345c937ce \ No newline at end of file diff --git a/org/apache/commons/commons-lang3/3.14.0/_remote.repositories b/org/apache/commons/commons-lang3/3.14.0/_remote.repositories index e5191ef..5b9d927 100644 --- a/org/apache/commons/commons-lang3/3.14.0/_remote.repositories +++ b/org/apache/commons/commons-lang3/3.14.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:48 CST 2025 +#Mon Jun 23 10:26:47 CST 2025 commons-lang3-3.14.0.pom>public= +commons-lang3-3.14.0.jar>public= diff --git a/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar b/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar new file mode 100644 index 0000000..da9302f Binary files /dev/null and b/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar differ diff --git a/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar.sha1 b/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar.sha1 new file mode 100644 index 0000000..d783e07 --- /dev/null +++ b/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar.sha1 @@ -0,0 +1 @@ +1ed471194b02f2c6cb734a0cd6f6f107c673afae \ No newline at end of file diff --git a/org/apache/commons/commons-lang3/3.8.1/_remote.repositories b/org/apache/commons/commons-lang3/3.8.1/_remote.repositories index a639c76..51174a7 100644 --- a/org/apache/commons/commons-lang3/3.8.1/_remote.repositories +++ b/org/apache/commons/commons-lang3/3.8.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:58 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 commons-lang3-3.8.1.pom>public= +commons-lang3-3.8.1.jar>public= diff --git a/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar b/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar new file mode 100644 index 0000000..2c65ce6 Binary files /dev/null and b/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar differ diff --git a/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar.sha1 b/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar.sha1 new file mode 100644 index 0000000..347ea7c --- /dev/null +++ b/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar.sha1 @@ -0,0 +1 @@ +6505a72a097d9270f7a9e7bf42c4238283247755 \ No newline at end of file diff --git a/org/apache/commons/commons-parent/81/_remote.repositories b/org/apache/commons/commons-parent/81/_remote.repositories new file mode 100644 index 0000000..a8bef37 --- /dev/null +++ b/org/apache/commons/commons-parent/81/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:16 CST 2025 +commons-parent-81.pom>public= diff --git a/org/apache/commons/commons-parent/81/commons-parent-81.pom b/org/apache/commons/commons-parent/81/commons-parent-81.pom new file mode 100644 index 0000000..8e7276b --- /dev/null +++ b/org/apache/commons/commons-parent/81/commons-parent-81.pom @@ -0,0 +1,1830 @@ + + + + 4.0.0 + + org.apache + apache + 33 + + org.apache.commons + commons-parent + 81 + pom + Apache Commons Parent + The Apache Commons Parent POM provides common settings for all Apache Commons components. + + 2006 + https://commons.apache.org/proper/commons-parent/ + + + + 3.6.3 + + 8 + + + + 2025-01-29T16:19:20Z + master + release + 81 + 82 + RC1 + COMMONSSITE + + + 80 + true + + + + + 1.3 + 1.3 + + 8 + + false + + + + + 3.2.1 + + 1.24 + + 1.0 + 3.7.1 + 3.6.0 + 1.15.0 + 3.0.0-M2 + 3.6.0 + + 9.3 + 3.13.0 + 2.9.1 + 0.7.4 + 3.5.2 + 5.1.9 + 0.8.12 + 0.23.1 + 3.4.2 + 3.11.2 + 3.6.0 + 3.26.0 + 7.9.0 + 3.8.0 + 0.16.1 + 1.9.0 + 1.1 + 3.2.1 + 1.2.2.Final + true + + 6.4.1 + 5.11.4 + + 1.9.1 + 4.11.0 + 1.37 + 9.7.1 + 3.2.1 + 3.21.0 + 4.8.6.6 + 4.9.0 + 3.5.2 + 3.5.2 + 3.5.3 + 3.3.0 + + ${project.artifactId}-${commons.release.version} + + -bin + ${project.artifactId}-${commons.release.2.version} + + -bin + ${project.artifactId}-${commons.release.3.version} + + -bin + + -bin + + false + 1.00 + 1.00 + 1.00 + 1.00 + 1.00 + 1.00 + + parent + + ${project.artifactId} + + org.apache.commons.${commons.packageId} + + org.apache.commons.${commons.packageId} + org.apache.commons.*;version=${project.version};-noimport:=true + * + + + true + + ${project.build.directory}/osgi/MANIFEST.MF + + scp + + + UTF-8 + + ${commons.encoding} + + ${commons.encoding} + + ${commons.encoding} + true + + + https://docs.oracle.com/en/java/javase/21/docs/api/ + https://docs.oracle.com/javaee/5/api/ + https://docs.oracle.com/javaee/6/api/ + https://docs.oracle.com/javaee/7/api/ + https://jakarta.ee/specifications/platform/8/apidocs/ + https://jakarta.ee/specifications/platform/9/apidocs/ + https://jakarta.ee/specifications/platform/9.1/apidocs/ + https://jakarta.ee/specifications/platform/10/apidocs/ + ${commons.javadoc.javaee8.link} + + info + + false + + false + + 100 + + false + + ${user.home}/commons-sites + + ${commons.componentid} + + https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-${commons.componentid} + ${commons.site.cache}/${commons.site.path} + commons.site + + true + false + false + + scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid} + src/conf + https://analysis.apache.org/ + + . + RELEASE-NOTES.txt + + + + + + + Commons User List + user-subscribe@commons.apache.org + user-unsubscribe@commons.apache.org + user@commons.apache.org + https://mail-archives.apache.org/mod_mbox/commons-user/ + + https://www.mail-archive.com/user@commons.apache.org/ + + + + Commons Dev List + dev-subscribe@commons.apache.org + dev-unsubscribe@commons.apache.org + dev@commons.apache.org + https://mail-archives.apache.org/mod_mbox/commons-dev/ + + https://www.mail-archive.com/dev@commons.apache.org/ + + + + Commons Issues List + issues-subscribe@commons.apache.org + issues-unsubscribe@commons.apache.org + https://mail-archives.apache.org/mod_mbox/commons-issues/ + + https://www.mail-archive.com/issues@commons.apache.org/ + + + + Commons Commits List + commits-subscribe@commons.apache.org + commits-unsubscribe@commons.apache.org + https://mail-archives.apache.org/mod_mbox/commons-commits/ + + https://www.mail-archive.com/commits@commons.apache.org/ + + + + Apache Announce List + announce-subscribe@apache.org + announce-unsubscribe@apache.org + https://mail-archives.apache.org/mod_mbox/www-announce/ + + https://www.mail-archive.com/announce@apache.org/ + + + + + + scm:git:http://gitbox.apache.org/repos/asf/commons-parent.git + scm:git:https://gitbox.apache.org/repos/asf/commons-parent.git + https://gitbox.apache.org/repos/asf?p=commons-parent.git + + + jira + https://issues.apache.org/jira/browse/COMMONSSITE + + + GitHub + https://github.com/apache/commons-parent/actions + + + + + org.junit + junit-bom + ${commons.junit.version} + pom + import + + + org.junit-pioneer + junit-pioneer + ${commons.junit-pioneer.version} + + + org.mockito + mockito-bom + ${commons.mockito.version} + test + + + + + + clean apache-rat:check verify site + + + + src/main/resources + + + + ${basedir} + META-INF + + NOTICE.txt + LICENSE.txt + NOTICE + LICENSE + + + + + + + + src/test/resources + + + + ${basedir} + META-INF + + NOTICE.txt + LICENSE.txt + NOTICE + LICENSE + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${commons.compiler.version} + + ${maven.compiler.source} + ${maven.compiler.target} + ${commons.encoding} + + ${commons.compiler.fork} + + ${commons.compiler.compilerVersion} + ${commons.compiler.javac} + + + + + -proc:none + + + + + org.apache.maven.plugins + maven-assembly-plugin + ${commons.assembly-plugin.version} + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${commons.javadoc.version} + + + true + ${maven.compiler.source} + ${commons.compiler.javadoc} + ${commons.encoding} + ${commons.docEncoding} + + true + true + + ${commons.javadoc.javaee.link} + + ${commons.javadoc.options} + + + true + true + + + + Copyright © {inceptionYear}-{currentYear} {organizationName}. All rights reserved.</br> + <a href="${project.url}">${project.name}</a> | + <a href="${project.issueManagement.url}">Issue management</a> | + <a href="${project.scm.url}">Source repository</a> + + ${commons.javadoc.failOnWarnings} + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + ${commons.maven-remote-resources-plugin.version} + + + true + + + + + org.apache.maven.plugins + maven-site-plugin + ${commons.site-plugin.version} + + + true + + + + + org.apache.maven.wagon + wagon-ssh + ${commons.wagon-ssh.version} + + + + + attach-descriptor + + attach-descriptor + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${commons.surefire.version} + + + org.apache.maven.plugins + maven-failsafe-plugin + ${commons.failsafe.version} + + + + com.github.siom79.japicmp + japicmp-maven-plugin + ${commons.japicmp.version} + + + + ${project.groupId} + ${project.artifactId} + ${commons.bc.version} + jar + + + + + ${project.build.directory}/${project.artifactId}-${project.version}.jar + + + + true + ${commons.japicmp.breakBuildOnBinaryIncompatibleModifications} + ${commons.japicmp.breakBuildOnSourceIncompatibleModifications} + + true + true + true + ${commons.japicmp.ignoreMissingClasses} + + + METHOD_NEW_DEFAULT + true + true + PATCH + + + + METHOD_ADDED_TO_INTERFACE + false + false + PATCH + + + + + + + org.apache.commons + commons-build-plugin + ${commons.build-plugin.version} + + ${commons.release.name} + + + + org.apache.commons + commons-release-plugin + ${commons.release-plugin.version} + + + org.apache.felix + maven-bundle-plugin + ${commons.felix.version} + true + + + + biz.aQute.bnd + biz.aQute.bndlib + ${commons.biz.aQute.bndlib.version} + + + + + org.apache.rat + apache-rat-plugin + ${commons.rat.version} + + + org.apache.maven.plugins + maven-artifact-plugin + 3.6.0 + + + org.codehaus.mojo + build-helper-maven-plugin + ${commons.build-helper.version} + + + org.codehaus.mojo + buildnumber-maven-plugin + ${commons.buildnumber-plugin.version} + + + org.codehaus.mojo + versions-maven-plugin + + 2.18.0 + + + org.jacoco + jacoco-maven-plugin + ${commons.jacoco.version} + + + + prepare-agent + process-test-classes + + prepare-agent + + + + report + site + + report + + + + check + + check + + + + + BUNDLE + + + CLASS + COVEREDRATIO + ${commons.jacoco.classRatio} + + + INSTRUCTION + COVEREDRATIO + ${commons.jacoco.instructionRatio} + + + METHOD + COVEREDRATIO + ${commons.jacoco.methodRatio} + + + BRANCH + COVEREDRATIO + ${commons.jacoco.branchRatio} + + + LINE + COVEREDRATIO + ${commons.jacoco.lineRatio} + + + COMPLEXITY + COVEREDRATIO + ${commons.jacoco.complexityRatio} + + + + + ${commons.jacoco.haltOnFailure} + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + ${commons.project-info.version} + + + + org.apache.bcel + bcel + 6.10.0 + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${commons.checkstyle-plugin.version} + + + com.puppycrawl.tools + checkstyle + ${commons.checkstyle.version} + + + + + com.github.spotbugs + spotbugs-maven-plugin + ${commons.spotbugs.plugin.version} + + + com.github.spotbugs + spotbugs + ${commons.spotbugs.impl.version} + + + org.ow2.asm + asm + ${commons.asm.version} + + + + + org.apache.maven.plugins + maven-pmd-plugin + ${commons.pmd.version} + + + net.sourceforge.pmd + pmd-core + ${commons.pmd-impl.version} + + + net.sourceforge.pmd + pmd-java + ${commons.pmd-impl.version} + + + net.sourceforge.pmd + pmd-javascript + ${commons.pmd-impl.version} + + + net.sourceforge.pmd + pmd-jsp + ${commons.pmd-impl.version} + + + + + org.cyclonedx + cyclonedx-maven-plugin + ${commons.cyclonedx.version} + + + build-sbom-cyclonedx + package + + makeAggregateBom + + + + + ${project.artifactId}-${project.version}-bom + + + + org.spdx + spdx-maven-plugin + ${commons.spdx.version} + + + build-sbom-spdx + package + + createSPDX + + + + + + org.codehaus.mojo + javancss-maven-plugin + 2.1 + + + + + + + **/*.java + + + + + org.codehaus.mojo + exec-maven-plugin + 3.5.0 + + + org.codehaus.mojo + taglist-maven-plugin + ${commons.taglist.version} + + + org.apache.maven.plugins + maven-changes-plugin + ${commons.changes.version} + + + validate-changes + verify + + changes-validate + + + true + + + + + + + + + + maven-assembly-plugin + + + src/assembly/src.xml + + gnu + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + javadoc.resources + generate-sources + + run + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-jar-plugin + ${commons.jar-plugin.version} + + + + test-jar + + + + true + + + + + + ${commons.manifestfile} + + ${project.name} + ${project.version} + ${project.organization.name} + ${project.name} + ${project.version} + ${project.organization.name} + org.apache + ${maven.compiler.source} + ${maven.compiler.target} + + + + + + maven-source-plugin + + + + true + true + + + + + + create-source-jar + + jar-no-fork + test-jar-no-fork + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${commons.surefire.version} + + + ${commons.surefire.java} + + + + + org.apache.commons + commons-build-plugin + + + org.apache.felix + maven-bundle-plugin + + + + true + + ${commons.osgi.excludeDependencies} + ${project.build.directory}/osgi + + + <_removeheaders>JAVA_1_3_HOME,JAVA_1_4_HOME,JAVA_1_5_HOME,JAVA_1_6_HOME,JAVA_1_7_HOME,JAVA_1_8_HOME,JAVA_1_9_HOME + ${commons.osgi.symbolicName} + ${commons.osgi.export} + ${commons.osgi.private} + ${commons.osgi.import} + ${commons.osgi.dynamicImport} + ${project.url} + + + + + bundle-manifest + process-classes + + manifest + + + + + + + org.apache.rat + apache-rat-plugin + + + + + site-content/** + .checkstyle + .fbprefs + .pmd + .asf.yaml + .gitattributes + src/site/resources/download_*.cgi + + maven-eclipse.xml + .externalToolBuilders/** + + .vscode/** + + + + + rat-check + validate + + check + + + + + + org.apache.maven.plugins + maven-artifact-plugin + + + check-buildplan + validate + + check-buildplan + + + + + + org.apache.maven.plugins + maven-scm-publish-plugin + + ${project.reporting.outputDirectory} + scm:svn:${commons.scmPubUrl} + ${commons.scmPubCheckoutDirectory} + ${commons.scmPubServer} + true + + + + scm-publish + site-deploy + + publish-scm + + + + + + org.codehaus.mojo + versions-maven-plugin + + + org.cyclonedx + cyclonedx-maven-plugin + + + org.spdx + spdx-maven-plugin + + + org.apache.maven.plugins + maven-changes-plugin + + + + + + + + + + org.apache.maven.plugins + maven-changes-plugin + + ${basedir}/src/changes/changes.xml + Fix Version,Key,Component,Summary,Type,Resolution,Status + + Fix Version DESC,Type,Key DESC + Fixed + Resolved,Closed + + Bug,New Feature,Task,Improvement,Wish,Test + ${commons.changes.onlyCurrentVersion} + ${commons.changes.maxEntries} + ${commons.changes.runOnlyAtExecutionRoot} + + + + + changes + jira-changes + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${commons.javadoc.version} + + + + default + + javadoc + + + + + + org.apache.maven.plugins + maven-jxr-plugin + ${commons.jxr.version} + + + org.apache.maven.plugins + maven-project-info-reports-plugin + ${commons.project-info.version} + + + + + index + summary + modules + + team + scm + issue-management + mailing-lists + dependency-info + dependency-management + dependencies + dependency-convergence + ci-management + + + distribution-management + + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${commons.surefire-report.version} + + ${commons.surefire-report.aggregate} + + + + + org.apache.rat + apache-rat-plugin + ${commons.rat.version} + + + + + site-content/** + .checkstyle + .fbprefs + .pmd + .asf.yaml + .gitattributes + src/site/resources/download_*.cgi + + maven-eclipse.xml + .externalToolBuilders/** + + .vscode/** + + + + + + + + + module-name + + + profile.module-name + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + ${commons.module.name} + + + + + + + + + + parse-target-version + + + + user.home + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + parse-version + + + parse-version + + + javaTarget + ${maven.compiler.target} + + + + + + + + + + animal-sniffer + + + (,9) + + + src/site/resources/profile.noanimal + + + + + java${javaTarget.majorVersion}${javaTarget.minorVersion} + + + + + + org.codehaus.mojo + animal-sniffer-maven-plugin + ${commons.animal-sniffer.version} + + + checkAPIcompatibility + + + + check + + + + + + org.codehaus.mojo.signature + ${animal-sniffer.signature} + ${commons.animal-sniffer.signature.version} + + + + + + + + + + jacoco + + + + src/site/resources/profile.jacoco + + + + + + org.jacoco + jacoco-maven-plugin + ${commons.jacoco.version} + + + + + + + org.jacoco + jacoco-maven-plugin + ${commons.jacoco.version} + + + + + report + + + + + + + + + japicmp + + [1.8,) + + src/site/resources/profile.japicmp + + + + + + com.github.siom79.japicmp + japicmp-maven-plugin + + + verify + + cmp + + + + + + + + + + com.github.siom79.japicmp + japicmp-maven-plugin + ${commons.japicmp.version} + + + true + ${commons.japicmp.breakBuildOnBinaryIncompatibleModifications} + ${commons.japicmp.breakBuildOnSourceIncompatibleModifications} + + true + true + true + ${commons.japicmp.ignoreMissingClasses} + + + METHOD_NEW_DEFAULT + true + true + PATCH + + + + + + + + + + + release + + + + maven-install-plugin + + + maven-release-plugin + + + -Prelease + + + + maven-javadoc-plugin + + + create-javadoc-jar + + javadoc + jar + + package + + + + ${maven.compiler.source} + ${commons.compiler.javadoc} + + + + maven-assembly-plugin + ${commons.assembly-plugin.version} + true + + + + single + + + verify + + + + + + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + org.apache.commons + commons-release-plugin + + + clean-staging + clean + + clean-staging + + + + detatch-distributions + verify + + detach-distributions + + + + stage-distributions + deploy + + stage-distributions + + + + + + + + + + apache-release + + + + maven-release-plugin + + apache-release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-test-sources + + test-jar + + + + + + maven-install-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + + + + + java-1.8 + + true + 1.8 + ${JAVA_1_8_HOME}/bin/javac + ${JAVA_1_8_HOME}/bin/javadoc + ${JAVA_1_8_HOME}/bin/java + + + + + java-1.11 + + true + 1.11 + ${JAVA_1_11_HOME}/bin/javac + ${JAVA_1_11_HOME}/bin/javadoc + ${JAVA_1_11_HOME}/bin/java + + + + + + test-deploy + + id::default::file:target/deploy + true + + + + + release-notes + + + + org.apache.maven.plugins + maven-changes-plugin + + + src/changes + true + ${changes.announcementDirectory} + ${changes.announcementFile} + + ${commons.release.version} + + + + + create-release-notes + generate-resources + + announcement-generate + + + + + + + + + + svn-buildnumber + + + !buildNumber.skip + !true + + + + + + org.codehaus.mojo + buildnumber-maven-plugin + + + generate-resources + + create + + + + + + true + + ?????? + false + false + + + + + + + + jdk7-plugin-fix-version + + [1.7,1.8) + + + 3.5.1 + 1.17 + 3.5.0 + 4.8.6 + + + + jdk8-plugin-fix-version + + [1.8,1.9) + + + 0.6.3 + 4.8.6 + + + + + site-basic + + true + true + true + true + true + true + true + + + + java-9-up + + [9,) + + + 9 + true + + ${commons.compiler.release} + + + + + org.moditect + moditect-maven-plugin + ${commons.moditect-maven-plugin.version} + + + add-module-infos + package + + add-module-info + + + ${moditect.java.version} + + --multi-release=${moditect.java.version} + + ${project.build.directory} + true + false + + + ${commons.module.name} + ${commons.moditect-maven-plugin.addServiceUses} + + + + + + + + + + + + java-11-up + + [11,) + + + 10.21.1 + + + + + java-17-up + + [17,) + + + + + + + + benchmark + + true + org.apache + + + + + org.codehaus.mojo + exec-maven-plugin + + + benchmark + test + + exec + + + test + java + + -classpath + + org.openjdk.jmh.Main + -rf + json + -rff + target/jmh-result.${benchmark}.json + ${benchmark} + + + + + + + + + + diff --git a/org/apache/commons/commons-parent/81/commons-parent-81.pom.sha1 b/org/apache/commons/commons-parent/81/commons-parent-81.pom.sha1 new file mode 100644 index 0000000..b018eea --- /dev/null +++ b/org/apache/commons/commons-parent/81/commons-parent-81.pom.sha1 @@ -0,0 +1 @@ +4a342190fb243a221636ac0e0b02d3eed07a9908 \ No newline at end of file diff --git a/org/apache/iotdb/iotdb-api/1.3.3/_remote.repositories b/org/apache/iotdb/iotdb-api/1.3.3/_remote.repositories new file mode 100644 index 0000000..b6ed6ee --- /dev/null +++ b/org/apache/iotdb/iotdb-api/1.3.3/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:17 CST 2025 +iotdb-api-1.3.3.pom>public= diff --git a/org/apache/iotdb/iotdb-api/1.3.3/iotdb-api-1.3.3.pom b/org/apache/iotdb/iotdb-api/1.3.3/iotdb-api-1.3.3.pom new file mode 100644 index 0000000..8101f24 --- /dev/null +++ b/org/apache/iotdb/iotdb-api/1.3.3/iotdb-api-1.3.3.pom @@ -0,0 +1,38 @@ + + + + 4.0.0 + + org.apache.iotdb + iotdb-parent + 1.3.3 + + iotdb-api + pom + IoTDB: API + + external-api + pipe-api + trigger-api + udf-api + + diff --git a/org/apache/iotdb/iotdb-api/1.3.3/iotdb-api-1.3.3.pom.lastUpdated b/org/apache/iotdb/iotdb-api/1.3.3/iotdb-api-1.3.3.pom.lastUpdated new file mode 100644 index 0000000..62f5d1b --- /dev/null +++ b/org/apache/iotdb/iotdb-api/1.3.3/iotdb-api-1.3.3.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:17 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361617485 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361617823 diff --git a/org/apache/iotdb/iotdb-api/1.3.3/iotdb-api-1.3.3.pom.sha1 b/org/apache/iotdb/iotdb-api/1.3.3/iotdb-api-1.3.3.pom.sha1 new file mode 100644 index 0000000..5bc7c31 --- /dev/null +++ b/org/apache/iotdb/iotdb-api/1.3.3/iotdb-api-1.3.3.pom.sha1 @@ -0,0 +1 @@ +f0837e61aedb95b79bc1da94dd3eb0de5990eef2 \ No newline at end of file diff --git a/org/apache/iotdb/iotdb-client/1.3.3/_remote.repositories b/org/apache/iotdb/iotdb-client/1.3.3/_remote.repositories new file mode 100644 index 0000000..a0b6a73 --- /dev/null +++ b/org/apache/iotdb/iotdb-client/1.3.3/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:14 CST 2025 +iotdb-client-1.3.3.pom>public= diff --git a/org/apache/iotdb/iotdb-client/1.3.3/iotdb-client-1.3.3.pom b/org/apache/iotdb/iotdb-client/1.3.3/iotdb-client-1.3.3.pom new file mode 100644 index 0000000..a8542b7 --- /dev/null +++ b/org/apache/iotdb/iotdb-client/1.3.3/iotdb-client-1.3.3.pom @@ -0,0 +1,48 @@ + + + + 4.0.0 + + org.apache.iotdb + iotdb-parent + 1.3.3 + + iotdb-client + pom + IoTDB: Client + + cli + client-py + isession + jdbc + service-rpc + session + + + + with-cpp + + client-cpp + + + + diff --git a/org/apache/iotdb/iotdb-client/1.3.3/iotdb-client-1.3.3.pom.lastUpdated b/org/apache/iotdb/iotdb-client/1.3.3/iotdb-client-1.3.3.pom.lastUpdated new file mode 100644 index 0000000..62cef3d --- /dev/null +++ b/org/apache/iotdb/iotdb-client/1.3.3/iotdb-client-1.3.3.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:14 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361613739 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361614163 diff --git a/org/apache/iotdb/iotdb-client/1.3.3/iotdb-client-1.3.3.pom.sha1 b/org/apache/iotdb/iotdb-client/1.3.3/iotdb-client-1.3.3.pom.sha1 new file mode 100644 index 0000000..203387c --- /dev/null +++ b/org/apache/iotdb/iotdb-client/1.3.3/iotdb-client-1.3.3.pom.sha1 @@ -0,0 +1 @@ +488a18fff193683a7b6fb35eea31c6b68e4900f4 \ No newline at end of file diff --git a/org/apache/iotdb/iotdb-jdbc/1.3.3/_remote.repositories b/org/apache/iotdb/iotdb-jdbc/1.3.3/_remote.repositories new file mode 100644 index 0000000..1c1c8af --- /dev/null +++ b/org/apache/iotdb/iotdb-jdbc/1.3.3/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:23 CST 2025 +iotdb-jdbc-1.3.3.pom>public= +iotdb-jdbc-1.3.3.jar>public= diff --git a/org/apache/iotdb/iotdb-jdbc/1.3.3/iotdb-jdbc-1.3.3.jar b/org/apache/iotdb/iotdb-jdbc/1.3.3/iotdb-jdbc-1.3.3.jar new file mode 100644 index 0000000..eb4d2d1 Binary files /dev/null and b/org/apache/iotdb/iotdb-jdbc/1.3.3/iotdb-jdbc-1.3.3.jar differ diff --git a/org/apache/iotdb/iotdb-jdbc/1.3.3/iotdb-jdbc-1.3.3.jar.lastUpdated b/org/apache/iotdb/iotdb-jdbc/1.3.3/iotdb-jdbc-1.3.3.jar.lastUpdated new file mode 100644 index 0000000..845b2f8 --- /dev/null +++ b/org/apache/iotdb/iotdb-jdbc/1.3.3/iotdb-jdbc-1.3.3.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:23 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361623318 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361623770 diff --git a/org/apache/iotdb/iotdb-jdbc/1.3.3/iotdb-jdbc-1.3.3.jar.sha1 b/org/apache/iotdb/iotdb-jdbc/1.3.3/iotdb-jdbc-1.3.3.jar.sha1 new file mode 100644 index 0000000..1ab7696 --- /dev/null +++ b/org/apache/iotdb/iotdb-jdbc/1.3.3/iotdb-jdbc-1.3.3.jar.sha1 @@ -0,0 +1 @@ +fec487b2c323b7e5c9bf0ac464b7d9c5514883cc \ No newline at end of file diff --git a/org/apache/iotdb/iotdb-jdbc/1.3.3/iotdb-jdbc-1.3.3.pom b/org/apache/iotdb/iotdb-jdbc/1.3.3/iotdb-jdbc-1.3.3.pom new file mode 100644 index 0000000..4e76d27 --- /dev/null +++ b/org/apache/iotdb/iotdb-jdbc/1.3.3/iotdb-jdbc-1.3.3.pom @@ -0,0 +1,306 @@ + + + + 4.0.0 + + org.apache.iotdb + iotdb-client + 1.3.3 + + iotdb-jdbc + IoTDB: Client: Jdbc + A jdbc driver for a time series database, IoTDB, which uses TsFile as its storage format on disk. + + ${jdbc.test.skip} + false + ${jdbc.test.skip} + + + + org.apache.iotdb + service-rpc + 1.3.3 + + + org.apache.iotdb + iotdb-thrift-commons + 1.3.3 + + + org.apache.tsfile + common + ${tsfile.version} + + + org.apache.tsfile + tsfile + ${tsfile.version} + + + org.apache.iotdb + iotdb-thrift + 1.3.3 + + + org.apache.thrift + libthrift + + + org.apache.commons + commons-lang3 + + + org.osgi + osgi.cmpn + + + org.ops4j.pax.jdbc + pax-jdbc-common + + + org.osgi + osgi.core + + + org.slf4j + slf4j-api + + + junit + junit + test + + + org.mockito + mockito-core + test + + + + + + ${project.build.directory}/feature + true + src/main/feature + + + + + org.apache.maven.plugins + maven-resources-plugin + + + + resources + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-features + + attach-artifact + + package + + + + target/feature/feature.xml + features + xml + + + + + + + + + org.apache.felix + maven-bundle-plugin + + true + + <_include>osgi.bnd + <_removeheaders>Bnd-LastModified,Built-By + dependencies + + + + + bundle-manifest + + manifest + + process-classes + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${jdbc.ut.skip} + false + random + + + + org.apache.maven.plugins + maven-failsafe-plugin + + ${jdbc.test.skip} + ${jdbc.it.skip} + false + random + + + + run-integration-tests + + integration-test + verify + + integration-test + + + + + + + + only-eclipse + + + m2e.version + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + org.apache.maven.plugins + maven-dependency-plugin + ${maven-dependency-plugin.version} + + copy-dependencies + + + + + + + + + + + + + + + + skipTsfileTests + + + skipTests + true + + + + true + true + true + + + + skipUT_JDBC_Tests + + + skipUTs + true + + + + true + + + + get-jar-with-dependencies + + + + maven-assembly-plugin + ${maven.assembly.version} + + + jar-with-dependencies + + + + + make-assembly + + + single + + + package + + + + + + + + diff --git a/org/apache/iotdb/iotdb-jdbc/1.3.3/iotdb-jdbc-1.3.3.pom.lastUpdated b/org/apache/iotdb/iotdb-jdbc/1.3.3/iotdb-jdbc-1.3.3.pom.lastUpdated new file mode 100644 index 0000000..18d9b40 --- /dev/null +++ b/org/apache/iotdb/iotdb-jdbc/1.3.3/iotdb-jdbc-1.3.3.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:13 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361613403 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361613693 diff --git a/org/apache/iotdb/iotdb-jdbc/1.3.3/iotdb-jdbc-1.3.3.pom.sha1 b/org/apache/iotdb/iotdb-jdbc/1.3.3/iotdb-jdbc-1.3.3.pom.sha1 new file mode 100644 index 0000000..2baa62c --- /dev/null +++ b/org/apache/iotdb/iotdb-jdbc/1.3.3/iotdb-jdbc-1.3.3.pom.sha1 @@ -0,0 +1 @@ +ebd32296481a59beb12dee7b4580d5e7634b4dce \ No newline at end of file diff --git a/org/apache/iotdb/iotdb-parent/1.3.3/_remote.repositories b/org/apache/iotdb/iotdb-parent/1.3.3/_remote.repositories new file mode 100644 index 0000000..a5bce3f --- /dev/null +++ b/org/apache/iotdb/iotdb-parent/1.3.3/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:14 CST 2025 +iotdb-parent-1.3.3.pom>public= diff --git a/org/apache/iotdb/iotdb-parent/1.3.3/iotdb-parent-1.3.3.pom b/org/apache/iotdb/iotdb-parent/1.3.3/iotdb-parent-1.3.3.pom new file mode 100644 index 0000000..46d23c6 --- /dev/null +++ b/org/apache/iotdb/iotdb-parent/1.3.3/iotdb-parent-1.3.3.pom @@ -0,0 +1,1922 @@ + + + + 4.0.0 + + org.apache + apache + 31 + + org.apache.iotdb + iotdb-parent + 1.3.3 + pom + Apache IoTDB Project Parent POM + This is the top level project that builds, packages the tsfile, iotdb engine, jdbc, and integration libs. + + iotdb-api + iotdb-client + iotdb-core + iotdb-protocol + distribution + example + library-udf + + + + 1.7 + 206 + + 0.9 + + 4.9.3 + + + 4.2.0 + + + 2.9.3 + 3.3.0 + 3.38.0 + Release + 1.5.0 + 1.16.1 + 1.10.0 + 2.14.0 + 3.3 + 3.13.0 + 3.6.1 + 2.11.1 + 4.4 + false + 3.4.4 + 1.21.1 + 4.2.19 + 11.1.0 + + true + 5.1.9 + 3.0.2 + 1.16 + + 1.22.0 + 2.10.1 + 32.1.2-jre + 4.5.14 + 4.4.16 + + 0.14.1.0 + 2.15.4 + + 4.0.4 + + 2.0.2 + + 2.1.6 + 1.5.4 + 1.0-1 + + 2.40 + + 9.4.56.v20240826 + 0.11.5 + 3.26.2 + 5.14.0 + 2.5.0 + 3.1 + 4.13.2 + + 1.3.14 + 1.8.0 + 3.6.0 + 1.8 + 1.8 + 1.11.4 + 0.6.14 + + 2.23.4 + + + 0.17 + 4.1.110.Final + 9.37.3 + 10.15 + + 6.6.0 + 7.0.0 + 1.5.6 + 2.0.9 + 1.0.5 + + 3.1.2 + 1.0.4 + 1.1.20 + 3.5.18 + 0.10.2 + 2.0.9 + 1.1.10.5 + target/jacoco-merged-reports/jacoco.xml + + **/generated-sources + + https://sonarcloud.io + target/checkstyle-report.xml + target/surefire-reports,target/failsafe-reports + apache + + false + 2.43.0 + + 1.6.14 + chmod + + + 0.14.1 + 1.9 + 1.5.6-3 + 1.1.0 + + + + + + io.netty + netty-bom + ${netty.version} + pom + import + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.apache.thrift + libthrift + ${thrift.version} + + + + org.apache.tomcat.embed + tomcat-embed-core + + + + javax.annotation + javax.annotation-api + + + + + commons-cli + commons-cli + ${commons-cli.version} + + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + + + org.jline + jline + ${jline.version} + + + net.java.dev.jna + jna + ${jna.version} + + + org.apache.commons + commons-csv + ${commons-csv.version} + + + junit + junit + ${junit.version} + + + org.mockito + mockito-core + ${mockito.version} + + + org.antlr + antlr4-runtime + ${antlr4.version} + + + org.osgi + osgi.cmpn + ${osgi.version} + + + org.osgi + osgi.core + ${osgi.version} + + + org.ops4j.pax.jdbc + pax-jdbc-common + ${pax-jdbc-common.version} + + + org.xerial.snappy + snappy-java + ${snappy-java.version} + + + org.powermock + powermock-reflect + ${powermock.version} + + + com.google.guava + guava + ${guava.version} + + + org.java-websocket + Java-WebSocket + ${java-websocket.version} + + + com.google.code.findbugs + jsr305 + ${findbugs.jsr305.version} + + + com.google.code.gson + gson + ${gson.version} + + + jakarta.servlet + jakarta.servlet-api + ${jakarta.servlet-api.version} + + + org.bouncycastle + bcprov-jdk18on + 1.78 + + + commons-io + commons-io + ${commons-io.version} + + + org.apache.ratis + ratis-server + ${ratis.version} + + + org.apache.ratis + ratis-server-api + ${ratis.version} + + + org.apache.ratis + ratis-common + ${ratis.version} + + + org.apache.ratis + ratis-client + ${ratis.version} + + + org.apache.ratis + ratis-grpc + ${ratis.version} + + + org.apache.ratis + ratis-proto + ${ratis.version} + + + org.apache.ratis + ratis-metrics-api + ${ratis.version} + + + org.apache.ratis + ratis-thirdparty-misc + ${ratis-thirdparty-misc.version} + + + org.apache.commons + commons-collections4 + ${commons.collections4.version} + + + io.airlift + units + ${airlift-units.version} + + + io.jsonwebtoken + jjwt-api + ${jjwt.version} + + + org.eclipse.milo + stack-core + ${milo.version} + + + com.sun.activation + jakarta.activation + + + + + org.eclipse.milo + sdk-core + ${milo.version} + + + com.sun.activation + jakarta.activation + + + + + org.eclipse.milo + stack-server + ${milo.version} + + + org.checkerframework + checker-qual + ${checker-qual.version} + + + + io.airlift + airline + ${airline.version} + + + javax.inject + javax.inject + + + + + io.airlift + concurrent + ${airlift.version} + + + org.eclipse.milo + sdk-server + ${milo.version} + + + com.sun.activation + jakarta.activation + + + + + org.reflections + reflections + ${reflections.version} + + + io.moquette + moquette-broker + ${moquette.version} + + + com.lmax + disruptor + ${disruptor.version} + + + io.jsonwebtoken + jjwt-impl + ${jjwt.version} + + + io.jsonwebtoken + jjwt-jackson + ${jjwt.version} + + + com.nimbusds + oauth2-oidc-sdk + ${oauth2-oidc-sdk.version} + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + org.powermock + powermock-core + ${powermock.version} + + + org.powermock + powermock-module-junit4 + ${powermock.version} + + + org.powermock + powermock-api-mockito2 + ${powermock.version} + + + com.nimbusds + nimbus-jose-jwt + ${nimbus-jose-jwt.version} + + + cglib + cglib + ${cglib.version} + + + org.apache.commons + commons-jexl3 + ${commons-jexl3.version} + + + com.github.luben + zstd-jni + ${zstd-jni.version} + + + org.lz4 + lz4-java + ${lz4-java.version} + + + org.tukaani + xz + ${xz.version} + + + io.swagger + swagger-annotations + ${swagger.version} + + + io.swagger + swagger-models + ${swagger.version} + + + io.swagger + swagger-jaxrs + ${swagger.version} + + + javax.validation + validation-api + + + javax.ws.rs + jsr311-api + + + + + org.fusesource.mqtt-client + mqtt-client + ${fusesource-mqtt-client.version} + + + org.eclipse.collections + eclipse-collections + ${eclipse-collections.version} + + + org.eclipse.collections + eclipse-collections-api + ${eclipse-collections.version} + + + org.apache.commons + commons-math3 + ${commons-math3.version} + + + com.github.wendykierp + JTransforms + ${jtransforms.version} + + + com.github.stephenc.jcip + jcip-annotations + ${jcip-annotations.version} + + + jakarta.validation + jakarta.validation-api + ${jakarta.validation-api.version} + + + commons-codec + commons-codec + ${commons-codec.version} + + + org.apache.commons + commons-pool2 + ${commons-pool2.version} + + + io.dropwizard.metrics + metrics-core + ${dropwizard.metrics.version} + + + org.eclipse.jetty + jetty-http + ${jetty.version} + + + org.eclipse.jetty + jetty-util + ${jetty.version} + + + org.eclipse.jetty + jetty-server + ${jetty.version} + + + javax.servlet + javax.servlet-api + + + + + jakarta.ws.rs + jakarta.ws.rs-api + ${jakarta.ws.rs-api.version} + + + org.glassfish.jersey.containers + jersey-container-servlet-core + ${jersey.version} + + + org.eclipse.jetty + jetty-servlet + ${jetty.version} + + + com.github.ben-manes.caffeine + caffeine + ${caffeine.version} + + + net.minidev + json-smart + ${json-smart.version} + + + org.apache.httpcomponents + httpcore + ${httpcore.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + org.awaitility + awaitility + ${awaitility.version} + + + io.projectreactor.netty + reactor-netty-http + ${reactor-netty.version} + + + io.projectreactor.netty + reactor-netty-core + ${reactor-netty.version} + + + io.projectreactor + reactor-core + ${reactor.version} + + + org.reactivestreams + reactive-streams + ${reactive-streams.version} + + + ch.qos.logback + logback-classic + ${logback.version} + + + ch.qos.logback + logback-core + ${logback.version} + + + io.micrometer + micrometer-core + ${micrometer.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + ${jackson.version} + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + ${jackson.version} + + + org.glassfish.jersey.media + jersey-media-multipart + ${jersey.version} + + + org.glassfish.jersey.inject + jersey-hk2 + ${jersey.version} + + + + org.ow2.asm + asm + 9.3 + + + + com.google.errorprone + error_prone_annotations + 2.18.0 + + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + *thrift* + + true + + false + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.1.2 + + ${argLine} -Xmx1024m + + ${project.build.directory}/fork_${surefire.forkNumber} + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.9.1.2184 + + + org.apache.rat + apache-rat-plugin + 0.16.1 + + true + + + **/.git/** + **/.mvn/** + **/.gitignore + **/.gitmodules + **/.git-blame-ignore-revs + **/git.properties + + **/target/** + + **/.project + **/.settings/** + **/.classpath + + **/.idea/** + **/*.iml + + **/*.log + + **/*.cvs + + licenses/* + + hadoopbin + windowssystem32 + .ignore + + **/.github/** + + **/.eps + **/.png + **/.jpg + **/.jpeg + + local-snapshots-dir/** + + **/*.plan + **/NOTICE-binary + **/LICENSE-binary + + **/*.json + + **/*.zpln + + **/go.mod + **/go.sum + client-go/rpc/* + + .pytest_cache/** + **/venv/** + apache_iotdb.egg-info/** + **/thrift/**/__init__.py + + **/resources/META-INF/services/** + + **/redirects + **/.eslintignore + **/palette.styl + **/RightMenu.vue + **/pnpm-lock.yaml + + **/db/qp/sql/gen/** + **/ainode-example/** + + + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless.version} + + + + ${google.java.format.version} + + + + org.apache.iotdb,,javax,java,\# + + + + UNIX + + + + spotless-check + + check + + validate + + + + + com.googlecode.maven-download-plugin + download-maven-plugin + 1.7.1 + + + com.googlecode.cmake-maven-project + cmake-maven-plugin + 3.29.3-b2 + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + org.eluder.coveralls + coveralls-maven-plugin + 4.3.0 + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.4.1 + + + net.revelc.code.formatter + formatter-maven-plugin + 2.23.0 + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.3.0 + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + org.codehaus.mojo + exec-maven-plugin + 3.1.1 + + + org.apache.maven.plugins + maven-assembly-plugin + ${maven.assembly.version} + + + org.cyclonedx + cyclonedx-maven-plugin + 2.7.9 + + + net.nicoulaj.maven.plugins + checksum-maven-plugin + 1.11 + + + org.jacoco + jacoco-maven-plugin + 0.8.12 + + + com.coderplus.maven.plugins + copy-rename-maven-plugin + 1.0.1 + + + org.apache.maven.plugins + maven-shade-plugin + 3.5.0 + + + org.apache.maven.plugins + maven-resources-plugin + 3.3.1 + + + org.apache.maven.plugins + maven-dependency-plugin + 3.6.0 + + + org.apache.thrift + thrift-maven-plugin + 0.10.0 + + + com.bazaarvoice.maven.plugins + process-exec-maven-plugin + 0.9 + + + org.codehaus.mojo + build-helper-maven-plugin + 3.4.0 + + + org.apache.felix + maven-bundle-plugin + ${felix.version} + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + org.antlr + antlr4-maven-plugin + ${antlr4.version} + + + org.apache.drill.tools + drill-fmpp-maven-plugin + ${drill.freemarker.maven.plugin.version} + + + org.apache.maven.plugins + maven-clean-plugin + 3.3.2 + + + pl.project13.maven + git-commit-id-plugin + 4.9.10 + + + org.openapitools + openapi-generator-maven-plugin + ${openapi.generator.version} + + + au.com.acegi + xml-format-maven-plugin + 3.2.2 + + + + + + com.diffplug.spotless + spotless-maven-plugin + + ${spotless.skip} + + + + org.eluder.coveralls + coveralls-maven-plugin + + + code-coverage/target/jacoco-merged-reports/jacoco.xml + + UTF-8 + + + iotdb-core/antlr/target/generated-sources/antlr4 + iotdb-protocol/thrift-datanode/target/generated-sources/thrift + iotdb-protocol/thrift-commons/target/generated-sources/thrift + iotdb-protocol/thrift-confignode/target/generated-sources/thrift + iotdb-protocol/thrift-consensus/target/generated-sources/thrift + iotdb-protocol/openapi/target/generated-sources/java/src/gen/java + iotdb-protocol/openapi/target/generated-sources/java/src/main/java + iotdb-core/datanode/target/generated-sources/freemarker/ + + + + + + javax.xml.bind + jaxb-api + 2.4.0-b180830.0359 + + + com.sun.xml.bind + jaxb-core + 2.3.0.1 + + + com.sun.xml.bind + jaxb-impl + 2.3.6 + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + org.sonatype.ossindex.maven + ossindex-maven-enforcer-rules + 3.2.0 + + + org.codehaus.mojo + extra-enforcer-rules + 1.7.0 + + + org.apache.maven.shared + maven-dependency-tree + 3.2.1 + + + + + + enforce-version-convergence + + enforce + + validate + + + + + + + + + enforce-ban-duplicate-classes + + enforce + + + + + + compile + provided + + true + true + + + true + + + + + vulnerability-checks + + enforce + + validate + + + true + + + 1.8.0 + + + + + + io.netty + netty-handler + 4.1.97.Final + + + + org.springframework + spring-web + 5.3.30 + + + + org.apache.spark + spark-core_2.11 + 2.4.8 + + + + org.glassfish.jersey.core + jersey-common + 2.4.8 + + + + io.atomix + atomix-raft + 3.1.12 + + + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + check-dependencies + + analyze-only + + verify + + true + + + + + + net.revelc.code.formatter + formatter-maven-plugin + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.xml + true + + + + com.puppycrawl.tools + checkstyle + 9.3 + + + + + + + validate + + check + + validate + + target/checkstyle-report.xml + checkstyle.xml + baseDir=${project.basedir} + + + + + + + org.apache.rat + apache-rat-plugin + + + license-check + + check + + verify + + + + + au.com.acegi + xml-format-maven-plugin + + + xml-format + + xml-format + + compile + + + 4 + + **/target/** + + + + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + + + process-resource-bundles + + process + + + + + org.apache:apache-jar-resource-bundle:1.4 + + + ${basedir}/src/remote-resources + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + unit-tests + + test + + test + + + + src/test/**/*Test.java + + + + src/test/**/*IT.java + + + + + integration-tests + + test + + integration-test + + + + src/test/**/*IT.java + + + + src/test/**/*Test.java + + + + + + + + org.apache.maven.plugins + maven-source-plugin + + + create-source-package + + jar-no-fork + + package + + + + + + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + Apache IoTDB Developer List + mailto:dev-subscribe@iotdb.apache.org + mailto:dev-unsubscribe@iotdb.apache.org + mailto:dev@iotdb.apache.org + http://mail-archives.apache.org/mod_mbox/iotdb-dev/ + + + IoTDB Commits List + mailto:commit-subscribe@iotdb.apache.org + mailto:commits-unsubscribe@iotdb.apache.org + mailto:commits@iotdb.apache.org + http://mail-archives.apache.org/mod_mbox/iotdb-commits/ + + + IoTDB Jira Notifications List + mailto:notifications-subscribe@iotdb.apache.org + mailto:notifications-unsubscribe@iotdb.apache.org + mailto:notifications@iotdb.apache.org + http://mail-archives.apache.org/mod_mbox/iotdb-notifications/ + + + + scm:git:ssh://git@github.com/apache/iotdb.git + scm:git:ssh://git@github.com/apache/iotdb.git + ssh://git@github.com:apache/iotdb.git + v1.3.3 + + + Jira + https://issues.apache.org/jira/browse/iotdb + + + + + apache.website + scm:git:https://gitbox.apache.org/repos/asf/iotdb-website.git + + + + + + .os-unix + + + Linux + unix + !aarch64 + + + + Unix Makefiles + linux-x86_64 + thrift + venv/bin/ + python3 + + + + .os-unix-arm + + + Linux + unix + aarch64 + + + + Unix Makefiles + linux-aarch64 + thrift + venv/bin/ + python3 + + + + .os-mac + + + mac + !aarch64 + + + + /usr/local/include + Unix Makefiles + mac-x86_64 + thrift + venv/bin/ + python3 + + + + .os-mac-arm + + + mac + aarch64 + + + + /opt/homebrew/opt/boost/include + Unix Makefiles + mac-aarch64 + thrift + venv/bin/ + python3 + + + + .os-windows + + + windows + !aarch64 + + + + + Visual Studio 17 2022 + windows-x86_64 + Release/thrift.exe + venv/Scripts/ + python + + + + .os-windows-arm + + + windows + aarch64 + + + + + Visual Studio 17 2022 + windows-aarch64 + Release/thrift.exe + venv/Scripts/ + python + + + + .java-9-and-above + + [9,) + + + 8 + + + + + + + .java-11-below + + (,11] + + + + 2.27.1 + + true + + + + + .skipTests + + + skipTests + + + + true + + + + + .thrift-generation + + + src/main/thrift + + + + ${project.build.directory}/thrift/bin/${thrift.executable} + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + get-thrift + + unpack + + generate-sources + + + + org.apache.iotdb.tools + iotdb-tools-thrift + ${iotdb-tools-thrift.version} + ${os.classifier} + zip + true + ${project.build.directory}/thrift + + + + + + + + org.apache.thrift + thrift-maven-plugin + + ${thrift.exec.absolute.path} + ${project.basedir}/src/main/thrift + + + + generate-thrift-sources-java + + compile + + generate-sources + + java + + + + generate-thrift-sources-python + + compile + + generate-sources + + py + **/common.thrift,**/client.thrift,**/datanode.thrift,**/confignode.thrift,**/ainode.thrift + ${project.build.directory}/generated-sources-python/ + + + + generate-thrift-sources-go + + compile + + generate-sources + + go:package_prefix=github.com/apache/iotdb-client-go/ + **/common.thrift,**/client.thrift + ${project.build.directory}/generated-sources-go + + + + + + + + + + with-integration-tests + + integration-test + + + + + apache-release + + + + org.apache.maven.plugins + maven-assembly-plugin + + + source-release-assembly + + single + + package + + + apache-iotdb-${project.version} + + + true + true + + + + + + + + + org.cyclonedx + cyclonedx-maven-plugin + + false + + apache-${project.artifactId}-${project.version}-sbom + + + + + makeAggregateBom + + package + + + + + + net.nicoulaj.maven.plugins + checksum-maven-plugin + + + sign-source-release + + files + + package + + + SHA-512 + + + + ${project.build.directory} + + apache-iotdb-${project.version}-source-release.zip + + + + false + + + + + + + + + + with-code-coverage + + code-coverage + + + + + + org.jacoco + jacoco-maven-plugin + + + org/apache/iotdb/service/sync/thrift/* + org/apache/iotdb/service/rpc/thrift/* + org/apache/iotdb/db/qp/sql/* + + + + BUNDLE +    + + + METHOD + COVEREDRATIO + 0.00 + + + + BRANCH + COVEREDRATIO + 0.00 + + + + CLASS + COVEREDRATIO + 0.00 + + + + + + + + + + prepare-ut + + prepare-agent + + + ${project.build.directory}/${project.build.finalName}-jacoco-unit-tests.exec + surefire.jacoco.args + + + + + ut-report + + report + check + + test + + ${project.build.directory}/${project.build.finalName}-jacoco-unit-tests.exec + ${project.build.directory}/jacoco-unit-reports + + + + + before-integration-test-execution + + prepare-agent + + pre-integration-test + + ${project.build.directory}/${project.build.finalName}-jacoco-integration-tests.exec + failsafe.jacoco.args + + + + after-integration-test-execution + + report + check + + integration-test + + ${project.build.directory}/${project.build.finalName}-jacoco-integration-tests.exec + ${project.build.directory}/jacoco-integration-reports + + + + merge-unit-and-integration + + merge + + post-integration-test + + + + ${project.build.directory}/ + + *.exec + + + + ${project.build.directory}/${project.build.finalName}-merged.exec + + + + create-merged-report + + report + check + + post-integration-test + + ${project.build.directory}/${project.build.finalName}-merged.exec + ${project.build.directory}/jacoco-merged-reports + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${argLine} @{surefire.jacoco.args} -Xmx1024m + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + ${argLine} @{failsafe.jacoco.args} -Xmx1024m + + + + + integration-test + verify + + + + + + + + + enforce + + false + + + + diff --git a/org/apache/iotdb/iotdb-parent/1.3.3/iotdb-parent-1.3.3.pom.lastUpdated b/org/apache/iotdb/iotdb-parent/1.3.3/iotdb-parent-1.3.3.pom.lastUpdated new file mode 100644 index 0000000..a96918f --- /dev/null +++ b/org/apache/iotdb/iotdb-parent/1.3.3/iotdb-parent-1.3.3.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:14 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361614213 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361614736 diff --git a/org/apache/iotdb/iotdb-parent/1.3.3/iotdb-parent-1.3.3.pom.sha1 b/org/apache/iotdb/iotdb-parent/1.3.3/iotdb-parent-1.3.3.pom.sha1 new file mode 100644 index 0000000..f335f2a --- /dev/null +++ b/org/apache/iotdb/iotdb-parent/1.3.3/iotdb-parent-1.3.3.pom.sha1 @@ -0,0 +1 @@ +290eead463ed63738f552b50f1979fec4152fa69 \ No newline at end of file diff --git a/org/apache/iotdb/iotdb-protocol/1.3.3/_remote.repositories b/org/apache/iotdb/iotdb-protocol/1.3.3/_remote.repositories new file mode 100644 index 0000000..bb8ea0d --- /dev/null +++ b/org/apache/iotdb/iotdb-protocol/1.3.3/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:19 CST 2025 +iotdb-protocol-1.3.3.pom>public= diff --git a/org/apache/iotdb/iotdb-protocol/1.3.3/iotdb-protocol-1.3.3.pom b/org/apache/iotdb/iotdb-protocol/1.3.3/iotdb-protocol-1.3.3.pom new file mode 100644 index 0000000..e672db5 --- /dev/null +++ b/org/apache/iotdb/iotdb-protocol/1.3.3/iotdb-protocol-1.3.3.pom @@ -0,0 +1,40 @@ + + + + 4.0.0 + + org.apache.iotdb + iotdb-parent + 1.3.3 + + iotdb-protocol + pom + IoTDB: Protocol + + openapi + thrift-datanode + thrift-commons + thrift-confignode + thrift-consensus + thrift-ainode + + diff --git a/org/apache/iotdb/iotdb-protocol/1.3.3/iotdb-protocol-1.3.3.pom.lastUpdated b/org/apache/iotdb/iotdb-protocol/1.3.3/iotdb-protocol-1.3.3.pom.lastUpdated new file mode 100644 index 0000000..e3aefee --- /dev/null +++ b/org/apache/iotdb/iotdb-protocol/1.3.3/iotdb-protocol-1.3.3.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:19 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361618821 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361619161 diff --git a/org/apache/iotdb/iotdb-protocol/1.3.3/iotdb-protocol-1.3.3.pom.sha1 b/org/apache/iotdb/iotdb-protocol/1.3.3/iotdb-protocol-1.3.3.pom.sha1 new file mode 100644 index 0000000..6b14f59 --- /dev/null +++ b/org/apache/iotdb/iotdb-protocol/1.3.3/iotdb-protocol-1.3.3.pom.sha1 @@ -0,0 +1 @@ +035140b25c647c47542f51e0811b5d4c3f0c17cb \ No newline at end of file diff --git a/org/apache/iotdb/iotdb-thrift-commons/1.3.3/_remote.repositories b/org/apache/iotdb/iotdb-thrift-commons/1.3.3/_remote.repositories new file mode 100644 index 0000000..0115bb9 --- /dev/null +++ b/org/apache/iotdb/iotdb-thrift-commons/1.3.3/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:24 CST 2025 +iotdb-thrift-commons-1.3.3.pom>public= +iotdb-thrift-commons-1.3.3.jar>public= diff --git a/org/apache/iotdb/iotdb-thrift-commons/1.3.3/iotdb-thrift-commons-1.3.3.jar b/org/apache/iotdb/iotdb-thrift-commons/1.3.3/iotdb-thrift-commons-1.3.3.jar new file mode 100644 index 0000000..5e87338 Binary files /dev/null and b/org/apache/iotdb/iotdb-thrift-commons/1.3.3/iotdb-thrift-commons-1.3.3.jar differ diff --git a/org/apache/iotdb/iotdb-thrift-commons/1.3.3/iotdb-thrift-commons-1.3.3.jar.lastUpdated b/org/apache/iotdb/iotdb-thrift-commons/1.3.3/iotdb-thrift-commons-1.3.3.jar.lastUpdated new file mode 100644 index 0000000..b9741d8 --- /dev/null +++ b/org/apache/iotdb/iotdb-thrift-commons/1.3.3/iotdb-thrift-commons-1.3.3.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:24 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361623568 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361624219 diff --git a/org/apache/iotdb/iotdb-thrift-commons/1.3.3/iotdb-thrift-commons-1.3.3.jar.sha1 b/org/apache/iotdb/iotdb-thrift-commons/1.3.3/iotdb-thrift-commons-1.3.3.jar.sha1 new file mode 100644 index 0000000..b0675b3 --- /dev/null +++ b/org/apache/iotdb/iotdb-thrift-commons/1.3.3/iotdb-thrift-commons-1.3.3.jar.sha1 @@ -0,0 +1 @@ +b92683db7a80f9b79b82c8e6271e9232f951b503 \ No newline at end of file diff --git a/org/apache/iotdb/iotdb-thrift-commons/1.3.3/iotdb-thrift-commons-1.3.3.pom b/org/apache/iotdb/iotdb-thrift-commons/1.3.3/iotdb-thrift-commons-1.3.3.pom new file mode 100644 index 0000000..4645e1f --- /dev/null +++ b/org/apache/iotdb/iotdb-thrift-commons/1.3.3/iotdb-thrift-commons-1.3.3.pom @@ -0,0 +1,60 @@ + + + + 4.0.0 + + org.apache.iotdb + iotdb-protocol + 1.3.3 + + iotdb-thrift-commons + IoTDB: Protocol: Thrift Commons + RPC (Thrift) common framework. + + + org.apache.thrift + libthrift + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + + add-source + + generate-sources + + + ${project.build.directory}/generated-sources/thrift + + + + + + + + diff --git a/org/apache/iotdb/iotdb-thrift-commons/1.3.3/iotdb-thrift-commons-1.3.3.pom.lastUpdated b/org/apache/iotdb/iotdb-thrift-commons/1.3.3/iotdb-thrift-commons-1.3.3.pom.lastUpdated new file mode 100644 index 0000000..f7f1fb6 --- /dev/null +++ b/org/apache/iotdb/iotdb-thrift-commons/1.3.3/iotdb-thrift-commons-1.3.3.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:19 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361619208 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361619949 diff --git a/org/apache/iotdb/iotdb-thrift-commons/1.3.3/iotdb-thrift-commons-1.3.3.pom.sha1 b/org/apache/iotdb/iotdb-thrift-commons/1.3.3/iotdb-thrift-commons-1.3.3.pom.sha1 new file mode 100644 index 0000000..0c63f19 --- /dev/null +++ b/org/apache/iotdb/iotdb-thrift-commons/1.3.3/iotdb-thrift-commons-1.3.3.pom.sha1 @@ -0,0 +1 @@ +93b8478fa3044550bd23c2df401ca02707c2931c \ No newline at end of file diff --git a/org/apache/iotdb/iotdb-thrift/1.3.3/_remote.repositories b/org/apache/iotdb/iotdb-thrift/1.3.3/_remote.repositories new file mode 100644 index 0000000..11eb67c --- /dev/null +++ b/org/apache/iotdb/iotdb-thrift/1.3.3/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:28 CST 2025 +iotdb-thrift-1.3.3.jar>public= +iotdb-thrift-1.3.3.pom>public= diff --git a/org/apache/iotdb/iotdb-thrift/1.3.3/iotdb-thrift-1.3.3.jar b/org/apache/iotdb/iotdb-thrift/1.3.3/iotdb-thrift-1.3.3.jar new file mode 100644 index 0000000..351debf Binary files /dev/null and b/org/apache/iotdb/iotdb-thrift/1.3.3/iotdb-thrift-1.3.3.jar differ diff --git a/org/apache/iotdb/iotdb-thrift/1.3.3/iotdb-thrift-1.3.3.jar.lastUpdated b/org/apache/iotdb/iotdb-thrift/1.3.3/iotdb-thrift-1.3.3.jar.lastUpdated new file mode 100644 index 0000000..8ebc176 --- /dev/null +++ b/org/apache/iotdb/iotdb-thrift/1.3.3/iotdb-thrift-1.3.3.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:28 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361625380 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361628197 diff --git a/org/apache/iotdb/iotdb-thrift/1.3.3/iotdb-thrift-1.3.3.jar.sha1 b/org/apache/iotdb/iotdb-thrift/1.3.3/iotdb-thrift-1.3.3.jar.sha1 new file mode 100644 index 0000000..cd40e23 --- /dev/null +++ b/org/apache/iotdb/iotdb-thrift/1.3.3/iotdb-thrift-1.3.3.jar.sha1 @@ -0,0 +1 @@ +e15a3bafb0577f5d15cf5a6c4a205da81a4a5409 \ No newline at end of file diff --git a/org/apache/iotdb/iotdb-thrift/1.3.3/iotdb-thrift-1.3.3.pom b/org/apache/iotdb/iotdb-thrift/1.3.3/iotdb-thrift-1.3.3.pom new file mode 100644 index 0000000..0f3cc0c --- /dev/null +++ b/org/apache/iotdb/iotdb-thrift/1.3.3/iotdb-thrift-1.3.3.pom @@ -0,0 +1,105 @@ + + + + 4.0.0 + + org.apache.iotdb + iotdb-protocol + 1.3.3 + + iotdb-thrift + IoTDB: Protocol: Thrift Data Node + RPC (Thrift) framework for client and DataNodes. + + + org.apache.iotdb + iotdb-thrift-commons + 1.3.3 + + + org.apache.thrift + libthrift + + + org.slf4j + slf4j-api + + + + + + + org.apache.felix + maven-bundle-plugin + + true + + <_include>-bnd.bnd + <_removeheaders>Bnd-LastModified,Built-By + dependencies + + + + + bundle-manifest + + manifest + + process-classes + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + + add-source + + generate-sources + + + ${project.build.directory}/generated-sources/thrift + + + + + + + + diff --git a/org/apache/iotdb/iotdb-thrift/1.3.3/iotdb-thrift-1.3.3.pom.lastUpdated b/org/apache/iotdb/iotdb-thrift/1.3.3/iotdb-thrift-1.3.3.pom.lastUpdated new file mode 100644 index 0000000..0656397 --- /dev/null +++ b/org/apache/iotdb/iotdb-thrift/1.3.3/iotdb-thrift-1.3.3.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:18 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361618330 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361618777 diff --git a/org/apache/iotdb/iotdb-thrift/1.3.3/iotdb-thrift-1.3.3.pom.sha1 b/org/apache/iotdb/iotdb-thrift/1.3.3/iotdb-thrift-1.3.3.pom.sha1 new file mode 100644 index 0000000..c668578 --- /dev/null +++ b/org/apache/iotdb/iotdb-thrift/1.3.3/iotdb-thrift-1.3.3.pom.sha1 @@ -0,0 +1 @@ +35d47b13069d7c7b3a7280b8e0b1de9dbe72fd5a \ No newline at end of file diff --git a/org/apache/iotdb/pipe-api/1.3.3/_remote.repositories b/org/apache/iotdb/pipe-api/1.3.3/_remote.repositories new file mode 100644 index 0000000..081bfbb --- /dev/null +++ b/org/apache/iotdb/pipe-api/1.3.3/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:25 CST 2025 +pipe-api-1.3.3.pom>public= +pipe-api-1.3.3.jar>public= diff --git a/org/apache/iotdb/pipe-api/1.3.3/pipe-api-1.3.3.jar b/org/apache/iotdb/pipe-api/1.3.3/pipe-api-1.3.3.jar new file mode 100644 index 0000000..21117fc Binary files /dev/null and b/org/apache/iotdb/pipe-api/1.3.3/pipe-api-1.3.3.jar differ diff --git a/org/apache/iotdb/pipe-api/1.3.3/pipe-api-1.3.3.jar.lastUpdated b/org/apache/iotdb/pipe-api/1.3.3/pipe-api-1.3.3.jar.lastUpdated new file mode 100644 index 0000000..42b23f7 --- /dev/null +++ b/org/apache/iotdb/pipe-api/1.3.3/pipe-api-1.3.3.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:25 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361624560 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361625031 diff --git a/org/apache/iotdb/pipe-api/1.3.3/pipe-api-1.3.3.jar.sha1 b/org/apache/iotdb/pipe-api/1.3.3/pipe-api-1.3.3.jar.sha1 new file mode 100644 index 0000000..02f45d5 --- /dev/null +++ b/org/apache/iotdb/pipe-api/1.3.3/pipe-api-1.3.3.jar.sha1 @@ -0,0 +1 @@ +aca9d60471f2def8691e3191836fbad3d9f1f6b9 \ No newline at end of file diff --git a/org/apache/iotdb/pipe-api/1.3.3/pipe-api-1.3.3.pom b/org/apache/iotdb/pipe-api/1.3.3/pipe-api-1.3.3.pom new file mode 100644 index 0000000..ced7761 --- /dev/null +++ b/org/apache/iotdb/pipe-api/1.3.3/pipe-api-1.3.3.pom @@ -0,0 +1,68 @@ + + + + 4.0.0 + + org.apache.iotdb + iotdb-api + 1.3.3 + + pipe-api + IoTDB: API: Pipe API + + + org.apache.tsfile + tsfile + ${tsfile.version} + provided + + + + + get-jar-with-dependencies + + + + org.apache.maven.plugins + maven-assembly-plugin + + + jar-with-dependencies + + + + + make-assembly + + + single + + + package + + + + + + + + diff --git a/org/apache/iotdb/pipe-api/1.3.3/pipe-api-1.3.3.pom.lastUpdated b/org/apache/iotdb/pipe-api/1.3.3/pipe-api-1.3.3.pom.lastUpdated new file mode 100644 index 0000000..01ada65 --- /dev/null +++ b/org/apache/iotdb/pipe-api/1.3.3/pipe-api-1.3.3.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:17 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361617097 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361617436 diff --git a/org/apache/iotdb/pipe-api/1.3.3/pipe-api-1.3.3.pom.sha1 b/org/apache/iotdb/pipe-api/1.3.3/pipe-api-1.3.3.pom.sha1 new file mode 100644 index 0000000..64ca867 --- /dev/null +++ b/org/apache/iotdb/pipe-api/1.3.3/pipe-api-1.3.3.pom.sha1 @@ -0,0 +1 @@ +fb5ae400c5f25023e5a1b660b25e2c09f5591e78 \ No newline at end of file diff --git a/org/apache/iotdb/service-rpc/1.3.3/_remote.repositories b/org/apache/iotdb/service-rpc/1.3.3/_remote.repositories new file mode 100644 index 0000000..676f5f9 --- /dev/null +++ b/org/apache/iotdb/service-rpc/1.3.3/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:24 CST 2025 +service-rpc-1.3.3.jar>public= +service-rpc-1.3.3.pom>public= diff --git a/org/apache/iotdb/service-rpc/1.3.3/service-rpc-1.3.3.jar b/org/apache/iotdb/service-rpc/1.3.3/service-rpc-1.3.3.jar new file mode 100644 index 0000000..b73d7de Binary files /dev/null and b/org/apache/iotdb/service-rpc/1.3.3/service-rpc-1.3.3.jar differ diff --git a/org/apache/iotdb/service-rpc/1.3.3/service-rpc-1.3.3.jar.lastUpdated b/org/apache/iotdb/service-rpc/1.3.3/service-rpc-1.3.3.jar.lastUpdated new file mode 100644 index 0000000..727d81a --- /dev/null +++ b/org/apache/iotdb/service-rpc/1.3.3/service-rpc-1.3.3.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:24 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361623817 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361624108 diff --git a/org/apache/iotdb/service-rpc/1.3.3/service-rpc-1.3.3.jar.sha1 b/org/apache/iotdb/service-rpc/1.3.3/service-rpc-1.3.3.jar.sha1 new file mode 100644 index 0000000..51b5b63 --- /dev/null +++ b/org/apache/iotdb/service-rpc/1.3.3/service-rpc-1.3.3.jar.sha1 @@ -0,0 +1 @@ +a9eb172d8eb3f4c422ce37e08e0bf906abe2f270 \ No newline at end of file diff --git a/org/apache/iotdb/service-rpc/1.3.3/service-rpc-1.3.3.pom b/org/apache/iotdb/service-rpc/1.3.3/service-rpc-1.3.3.pom new file mode 100644 index 0000000..3fbf235 --- /dev/null +++ b/org/apache/iotdb/service-rpc/1.3.3/service-rpc-1.3.3.pom @@ -0,0 +1,187 @@ + + + + 4.0.0 + + org.apache.iotdb + iotdb-client + 1.3.3 + + service-rpc + IoTDB: Client: Service-RPC + RPC framework for client and server. + + ${rpc.test.skip} + false + ${rpc.test.skip} + + + + org.apache.tsfile + common + ${tsfile.version} + + + org.apache.iotdb + pipe-api + ${project.version} + + + org.apache.tsfile + tsfile + ${tsfile.version} + + + + * + * + + + + + org.apache.iotdb + iotdb-thrift + 1.3.3 + + + org.apache.iotdb + iotdb-thrift-commons + 1.3.3 + + + org.apache.thrift + libthrift + + + org.xerial.snappy + snappy-java + + + junit + junit + test + + + org.slf4j + slf4j-api + + + + + + + org.apache.felix + maven-bundle-plugin + + true + + <_include>-bnd.bnd + <_removeheaders>Bnd-LastModified,Built-By + dependencies + + + + + bundle-manifest + + manifest + + process-classes + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${rpc.ut.skip} + false + random + + + + org.apache.maven.plugins + maven-failsafe-plugin + + ${rpc.test.skip} + ${rpc.it.skip} + false + random + + + + run-integration-tests + + integration-test + verify + + integration-test + + + + + + + + skipTsfileTests + + + skipTests + true + + + + true + true + true + + + + skipUT_ServiceRPC_Tests + + + skipUTs + true + + + + true + + + + diff --git a/org/apache/iotdb/service-rpc/1.3.3/service-rpc-1.3.3.pom.lastUpdated b/org/apache/iotdb/service-rpc/1.3.3/service-rpc-1.3.3.pom.lastUpdated new file mode 100644 index 0000000..5c0fed8 --- /dev/null +++ b/org/apache/iotdb/service-rpc/1.3.3/service-rpc-1.3.3.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:15 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361614888 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361615450 diff --git a/org/apache/iotdb/service-rpc/1.3.3/service-rpc-1.3.3.pom.sha1 b/org/apache/iotdb/service-rpc/1.3.3/service-rpc-1.3.3.pom.sha1 new file mode 100644 index 0000000..fca132b --- /dev/null +++ b/org/apache/iotdb/service-rpc/1.3.3/service-rpc-1.3.3.pom.sha1 @@ -0,0 +1 @@ +93a6b02ebce7cf9fc4b063b11c4364caf3354151 \ No newline at end of file diff --git a/org/apache/maven/maven-aether-provider/3.3.9/_remote.repositories b/org/apache/maven/maven-aether-provider/3.3.9/_remote.repositories index 38e3afe..6687604 100644 --- a/org/apache/maven/maven-aether-provider/3.3.9/_remote.repositories +++ b/org/apache/maven/maven-aether-provider/3.3.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:03 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 maven-aether-provider-3.3.9.pom>public= +maven-aether-provider-3.3.9.jar>public= diff --git a/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar b/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar new file mode 100644 index 0000000..9f08120 Binary files /dev/null and b/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar differ diff --git a/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar.sha1 b/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar.sha1 new file mode 100644 index 0000000..513d473 --- /dev/null +++ b/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar.sha1 @@ -0,0 +1 @@ +29e8e7122f7a166ea53785cd75af0ef9d4d848d4 \ No newline at end of file diff --git a/org/apache/maven/maven-archiver/3.2.0/_remote.repositories b/org/apache/maven/maven-archiver/3.2.0/_remote.repositories index 9b62c11..ae52aaf 100644 --- a/org/apache/maven/maven-archiver/3.2.0/_remote.repositories +++ b/org/apache/maven/maven-archiver/3.2.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:51 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 +maven-archiver-3.2.0.jar>public= maven-archiver-3.2.0.pom>public= diff --git a/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar b/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar new file mode 100644 index 0000000..59cc17d Binary files /dev/null and b/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar differ diff --git a/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar.sha1 b/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar.sha1 new file mode 100644 index 0000000..3b1adcc --- /dev/null +++ b/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar.sha1 @@ -0,0 +1 @@ +d2ca965e821e6b9cecd90e7ff6f42414e0e766fe \ No newline at end of file diff --git a/org/apache/maven/maven-archiver/3.6.2/_remote.repositories b/org/apache/maven/maven-archiver/3.6.2/_remote.repositories index e892a8a..3d6000e 100644 --- a/org/apache/maven/maven-archiver/3.6.2/_remote.repositories +++ b/org/apache/maven/maven-archiver/3.6.2/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:46 CST 2025 +#Mon Jun 23 10:26:47 CST 2025 maven-archiver-3.6.2.pom>public= +maven-archiver-3.6.2.jar>public= diff --git a/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar b/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar new file mode 100644 index 0000000..cd8a368 Binary files /dev/null and b/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar differ diff --git a/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar.sha1 b/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar.sha1 new file mode 100644 index 0000000..4822afe --- /dev/null +++ b/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar.sha1 @@ -0,0 +1 @@ +a2d949d87fed6db197cc3cceec93012dd2317ca0 \ No newline at end of file diff --git a/org/apache/maven/maven-artifact-manager/2.0.9/_remote.repositories b/org/apache/maven/maven-artifact-manager/2.0.9/_remote.repositories index 38a5aa0..f9a39a3 100644 --- a/org/apache/maven/maven-artifact-manager/2.0.9/_remote.repositories +++ b/org/apache/maven/maven-artifact-manager/2.0.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:48 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 maven-artifact-manager-2.0.9.pom>public= +maven-artifact-manager-2.0.9.jar>public= diff --git a/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar b/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar new file mode 100644 index 0000000..afef604 Binary files /dev/null and b/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar differ diff --git a/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar.sha1 b/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar.sha1 new file mode 100644 index 0000000..d4d4546 --- /dev/null +++ b/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar.sha1 @@ -0,0 +1 @@ +53224a5254101fb9b6d561d5a53c6d0817036d94 \ No newline at end of file diff --git a/org/apache/maven/maven-artifact/2.0.9/_remote.repositories b/org/apache/maven/maven-artifact/2.0.9/_remote.repositories index 69d6f24..cb1f4a5 100644 --- a/org/apache/maven/maven-artifact/2.0.9/_remote.repositories +++ b/org/apache/maven/maven-artifact/2.0.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:45 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 +maven-artifact-2.0.9.jar>public= maven-artifact-2.0.9.pom>public= diff --git a/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar b/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar new file mode 100644 index 0000000..3df080b Binary files /dev/null and b/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar differ diff --git a/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar.sha1 b/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar.sha1 new file mode 100644 index 0000000..19da421 --- /dev/null +++ b/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar.sha1 @@ -0,0 +1 @@ +66f0c8baa789fffdf54924cf395b26bbc2130435 \ No newline at end of file diff --git a/org/apache/maven/maven-artifact/3.3.9/_remote.repositories b/org/apache/maven/maven-artifact/3.3.9/_remote.repositories index ce01f60..cb6d090 100644 --- a/org/apache/maven/maven-artifact/3.3.9/_remote.repositories +++ b/org/apache/maven/maven-artifact/3.3.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:57 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 maven-artifact-3.3.9.pom>public= +maven-artifact-3.3.9.jar>public= diff --git a/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar b/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar new file mode 100644 index 0000000..eaf7d4d Binary files /dev/null and b/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar differ diff --git a/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar.sha1 b/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar.sha1 new file mode 100644 index 0000000..7eb5312 --- /dev/null +++ b/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar.sha1 @@ -0,0 +1 @@ +0f43afa184555fbc6e36b3334b17246c39b30f6e \ No newline at end of file diff --git a/org/apache/maven/maven-builder-support/3.3.9/_remote.repositories b/org/apache/maven/maven-builder-support/3.3.9/_remote.repositories index 954229d..0c2565e 100644 --- a/org/apache/maven/maven-builder-support/3.3.9/_remote.repositories +++ b/org/apache/maven/maven-builder-support/3.3.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:59 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 maven-builder-support-3.3.9.pom>public= +maven-builder-support-3.3.9.jar>public= diff --git a/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar b/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar new file mode 100644 index 0000000..905c6ae Binary files /dev/null and b/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar differ diff --git a/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar.sha1 b/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar.sha1 new file mode 100644 index 0000000..0b93414 --- /dev/null +++ b/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar.sha1 @@ -0,0 +1 @@ +a96f29da7623c0e1db9824f628548fe8181f6dd0 \ No newline at end of file diff --git a/org/apache/maven/maven-core/2.0.9/_remote.repositories b/org/apache/maven/maven-core/2.0.9/_remote.repositories index b578803..611968d 100644 --- a/org/apache/maven/maven-core/2.0.9/_remote.repositories +++ b/org/apache/maven/maven-core/2.0.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:46 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 maven-core-2.0.9.pom>public= +maven-core-2.0.9.jar>public= diff --git a/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar b/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar new file mode 100644 index 0000000..7f22694 Binary files /dev/null and b/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar differ diff --git a/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar.sha1 b/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar.sha1 new file mode 100644 index 0000000..9206b49 --- /dev/null +++ b/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar.sha1 @@ -0,0 +1 @@ +e1003a0a66dae77515259c5e591ea1cfd73c2859 \ No newline at end of file diff --git a/org/apache/maven/maven-core/3.3.9/_remote.repositories b/org/apache/maven/maven-core/3.3.9/_remote.repositories index 182bb2a..1a49544 100644 --- a/org/apache/maven/maven-core/3.3.9/_remote.repositories +++ b/org/apache/maven/maven-core/3.3.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:58 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 maven-core-3.3.9.pom>public= +maven-core-3.3.9.jar>public= diff --git a/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar b/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar new file mode 100644 index 0000000..337f62a Binary files /dev/null and b/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar differ diff --git a/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar.sha1 b/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar.sha1 new file mode 100644 index 0000000..926972f --- /dev/null +++ b/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar.sha1 @@ -0,0 +1 @@ +47154012330ea639849c618ebc11cff6870e570a \ No newline at end of file diff --git a/org/apache/maven/maven-error-diagnostics/2.0.9/_remote.repositories b/org/apache/maven/maven-error-diagnostics/2.0.9/_remote.repositories index 61cd8df..60a0edd 100644 --- a/org/apache/maven/maven-error-diagnostics/2.0.9/_remote.repositories +++ b/org/apache/maven/maven-error-diagnostics/2.0.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:48 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 maven-error-diagnostics-2.0.9.pom>public= +maven-error-diagnostics-2.0.9.jar>public= diff --git a/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar b/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar new file mode 100644 index 0000000..438c209 Binary files /dev/null and b/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar differ diff --git a/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar.sha1 b/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar.sha1 new file mode 100644 index 0000000..bcb85dd --- /dev/null +++ b/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar.sha1 @@ -0,0 +1 @@ +46cc6b69beebc7bbf59c4f3842f72f2c1942e8e5 \ No newline at end of file diff --git a/org/apache/maven/maven-model-builder/3.3.9/_remote.repositories b/org/apache/maven/maven-model-builder/3.3.9/_remote.repositories index 27fefc6..c540837 100644 --- a/org/apache/maven/maven-model-builder/3.3.9/_remote.repositories +++ b/org/apache/maven/maven-model-builder/3.3.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:02 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 +maven-model-builder-3.3.9.jar>public= maven-model-builder-3.3.9.pom>public= diff --git a/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar b/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar new file mode 100644 index 0000000..c2e3641 Binary files /dev/null and b/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar differ diff --git a/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar.sha1 b/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar.sha1 new file mode 100644 index 0000000..9fbe4e8 --- /dev/null +++ b/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar.sha1 @@ -0,0 +1 @@ +e2055f9adb9f3c9a93e6b36fffe79781a785de2d \ No newline at end of file diff --git a/org/apache/maven/maven-model/2.0.9/_remote.repositories b/org/apache/maven/maven-model/2.0.9/_remote.repositories index e8cf94c..3641f33 100644 --- a/org/apache/maven/maven-model/2.0.9/_remote.repositories +++ b/org/apache/maven/maven-model/2.0.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:46 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 maven-model-2.0.9.pom>public= +maven-model-2.0.9.jar>public= diff --git a/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar b/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar new file mode 100644 index 0000000..685c322 Binary files /dev/null and b/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar differ diff --git a/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar.sha1 b/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar.sha1 new file mode 100644 index 0000000..b1b62c0 --- /dev/null +++ b/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar.sha1 @@ -0,0 +1 @@ +9fb844625928dd992842e180853fbb2b197c9a9d \ No newline at end of file diff --git a/org/apache/maven/maven-model/3.3.9/_remote.repositories b/org/apache/maven/maven-model/3.3.9/_remote.repositories index c1f4d0f..b22fbab 100644 --- a/org/apache/maven/maven-model/3.3.9/_remote.repositories +++ b/org/apache/maven/maven-model/3.3.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:58 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 maven-model-3.3.9.pom>public= +maven-model-3.3.9.jar>public= diff --git a/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar b/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar new file mode 100644 index 0000000..cb0e15c Binary files /dev/null and b/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar differ diff --git a/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar.sha1 b/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar.sha1 new file mode 100644 index 0000000..c2d32e2 --- /dev/null +++ b/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar.sha1 @@ -0,0 +1 @@ +6efde8cbcb4de4c47f7e9c2a3ab2806022b5c70f \ No newline at end of file diff --git a/org/apache/maven/maven-monitor/2.0.9/_remote.repositories b/org/apache/maven/maven-monitor/2.0.9/_remote.repositories index dca9118..a4c9bf5 100644 --- a/org/apache/maven/maven-monitor/2.0.9/_remote.repositories +++ b/org/apache/maven/maven-monitor/2.0.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:51 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 maven-monitor-2.0.9.pom>public= +maven-monitor-2.0.9.jar>public= diff --git a/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar b/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar new file mode 100644 index 0000000..c991167 Binary files /dev/null and b/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar differ diff --git a/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar.sha1 b/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar.sha1 new file mode 100644 index 0000000..d9dc9f7 --- /dev/null +++ b/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar.sha1 @@ -0,0 +1 @@ +ae55264ab9ffbbfdba08c8c7853bbe4a2dd32e8a \ No newline at end of file diff --git a/org/apache/maven/maven-plugin-api/2.0.9/_remote.repositories b/org/apache/maven/maven-plugin-api/2.0.9/_remote.repositories index fe341cb..2e2bf66 100644 --- a/org/apache/maven/maven-plugin-api/2.0.9/_remote.repositories +++ b/org/apache/maven/maven-plugin-api/2.0.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:44 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 maven-plugin-api-2.0.9.pom>public= +maven-plugin-api-2.0.9.jar>public= diff --git a/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar b/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar new file mode 100644 index 0000000..b7e890a Binary files /dev/null and b/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar differ diff --git a/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar.sha1 b/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar.sha1 new file mode 100644 index 0000000..f783b02 --- /dev/null +++ b/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar.sha1 @@ -0,0 +1 @@ +8b8cae9daa688fdb57995c6835a3e24475d554c0 \ No newline at end of file diff --git a/org/apache/maven/maven-plugin-api/3.3.9/_remote.repositories b/org/apache/maven/maven-plugin-api/3.3.9/_remote.repositories index e7e84fc..35f39d0 100644 --- a/org/apache/maven/maven-plugin-api/3.3.9/_remote.repositories +++ b/org/apache/maven/maven-plugin-api/3.3.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:00 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 maven-plugin-api-3.3.9.pom>public= +maven-plugin-api-3.3.9.jar>public= diff --git a/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar b/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar new file mode 100644 index 0000000..4418b5c Binary files /dev/null and b/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar differ diff --git a/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar.sha1 b/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar.sha1 new file mode 100644 index 0000000..1a77157 --- /dev/null +++ b/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar.sha1 @@ -0,0 +1 @@ +aa706ea7ca23776861b4eb2cea97cf345e791496 \ No newline at end of file diff --git a/org/apache/maven/maven-plugin-descriptor/2.0.9/_remote.repositories b/org/apache/maven/maven-plugin-descriptor/2.0.9/_remote.repositories index 626c009..709527f 100644 --- a/org/apache/maven/maven-plugin-descriptor/2.0.9/_remote.repositories +++ b/org/apache/maven/maven-plugin-descriptor/2.0.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:50 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 maven-plugin-descriptor-2.0.9.pom>public= +maven-plugin-descriptor-2.0.9.jar>public= diff --git a/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar b/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar new file mode 100644 index 0000000..5b8215d Binary files /dev/null and b/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar differ diff --git a/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar.sha1 b/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar.sha1 new file mode 100644 index 0000000..58fde25 --- /dev/null +++ b/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar.sha1 @@ -0,0 +1 @@ +10443d038cd57feb4a027e7dfe09bed0925a1953 \ No newline at end of file diff --git a/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/_remote.repositories b/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/_remote.repositories index 0a22dba..c9c76d8 100644 --- a/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/_remote.repositories +++ b/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:47 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 +maven-plugin-parameter-documenter-2.0.9.jar>public= maven-plugin-parameter-documenter-2.0.9.pom>public= diff --git a/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar b/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar new file mode 100644 index 0000000..51e97d4 Binary files /dev/null and b/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar differ diff --git a/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar.sha1 b/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar.sha1 new file mode 100644 index 0000000..7fd596b --- /dev/null +++ b/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar.sha1 @@ -0,0 +1 @@ +f481e2677384f6a0ab96633567d736e70657e042 \ No newline at end of file diff --git a/org/apache/maven/maven-plugin-registry/2.0.9/_remote.repositories b/org/apache/maven/maven-plugin-registry/2.0.9/_remote.repositories index d97d1bc..1f5cda8 100644 --- a/org/apache/maven/maven-plugin-registry/2.0.9/_remote.repositories +++ b/org/apache/maven/maven-plugin-registry/2.0.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:48 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 maven-plugin-registry-2.0.9.pom>public= +maven-plugin-registry-2.0.9.jar>public= diff --git a/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar b/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar new file mode 100644 index 0000000..7eb0c91 Binary files /dev/null and b/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar differ diff --git a/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar.sha1 b/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar.sha1 new file mode 100644 index 0000000..7f94f19 --- /dev/null +++ b/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar.sha1 @@ -0,0 +1 @@ +a7172a87a7cb901cf6df4df9fd89a3c2d3f8a770 \ No newline at end of file diff --git a/org/apache/maven/maven-profile/2.0.9/_remote.repositories b/org/apache/maven/maven-profile/2.0.9/_remote.repositories index 7dfcd2f..5755c94 100644 --- a/org/apache/maven/maven-profile/2.0.9/_remote.repositories +++ b/org/apache/maven/maven-profile/2.0.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:47 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 maven-profile-2.0.9.pom>public= +maven-profile-2.0.9.jar>public= diff --git a/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar b/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar new file mode 100644 index 0000000..dbf3759 Binary files /dev/null and b/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar differ diff --git a/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar.sha1 b/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar.sha1 new file mode 100644 index 0000000..5c7f525 --- /dev/null +++ b/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar.sha1 @@ -0,0 +1 @@ +0b9b02df9134bff9edb4f4e1624243d005895234 \ No newline at end of file diff --git a/org/apache/maven/maven-project/2.0.9/_remote.repositories b/org/apache/maven/maven-project/2.0.9/_remote.repositories index 8c789a9..43083cf 100644 --- a/org/apache/maven/maven-project/2.0.9/_remote.repositories +++ b/org/apache/maven/maven-project/2.0.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:48 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 maven-project-2.0.9.pom>public= +maven-project-2.0.9.jar>public= diff --git a/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar b/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar new file mode 100644 index 0000000..6119114 Binary files /dev/null and b/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar differ diff --git a/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar.sha1 b/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar.sha1 new file mode 100644 index 0000000..0094408 --- /dev/null +++ b/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar.sha1 @@ -0,0 +1 @@ +30ec37813df5a212888a1f3df0b27497ecef4ad8 \ No newline at end of file diff --git a/org/apache/maven/maven-repository-metadata/2.0.9/_remote.repositories b/org/apache/maven/maven-repository-metadata/2.0.9/_remote.repositories index 061ce01..a5e2cc9 100644 --- a/org/apache/maven/maven-repository-metadata/2.0.9/_remote.repositories +++ b/org/apache/maven/maven-repository-metadata/2.0.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:47 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 maven-repository-metadata-2.0.9.pom>public= +maven-repository-metadata-2.0.9.jar>public= diff --git a/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar b/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar new file mode 100644 index 0000000..279ab2e Binary files /dev/null and b/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar differ diff --git a/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar.sha1 b/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar.sha1 new file mode 100644 index 0000000..2d2a2d6 --- /dev/null +++ b/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar.sha1 @@ -0,0 +1 @@ +dd79022a827b1d577865d5c97f8ad0c7d6b067b7 \ No newline at end of file diff --git a/org/apache/maven/maven-repository-metadata/3.3.9/_remote.repositories b/org/apache/maven/maven-repository-metadata/3.3.9/_remote.repositories index 96e5d94..20190c1 100644 --- a/org/apache/maven/maven-repository-metadata/3.3.9/_remote.repositories +++ b/org/apache/maven/maven-repository-metadata/3.3.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:59 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 maven-repository-metadata-3.3.9.pom>public= +maven-repository-metadata-3.3.9.jar>public= diff --git a/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar b/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar new file mode 100644 index 0000000..d1129e0 Binary files /dev/null and b/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar differ diff --git a/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar.sha1 b/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar.sha1 new file mode 100644 index 0000000..f882af8 --- /dev/null +++ b/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar.sha1 @@ -0,0 +1 @@ +6850232b35e504057d67bde11efddebf6271e1ce \ No newline at end of file diff --git a/org/apache/maven/maven-settings-builder/3.3.9/_remote.repositories b/org/apache/maven/maven-settings-builder/3.3.9/_remote.repositories index 7573d14..322da09 100644 --- a/org/apache/maven/maven-settings-builder/3.3.9/_remote.repositories +++ b/org/apache/maven/maven-settings-builder/3.3.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:59 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 maven-settings-builder-3.3.9.pom>public= +maven-settings-builder-3.3.9.jar>public= diff --git a/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar b/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar new file mode 100644 index 0000000..dd2d400 Binary files /dev/null and b/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar differ diff --git a/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar.sha1 b/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar.sha1 new file mode 100644 index 0000000..59f27e2 --- /dev/null +++ b/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar.sha1 @@ -0,0 +1 @@ +fe5ad82564dc07a31855da543db8d5376def3c26 \ No newline at end of file diff --git a/org/apache/maven/maven-settings/2.0.9/_remote.repositories b/org/apache/maven/maven-settings/2.0.9/_remote.repositories index 8bb53ce..fc88a4e 100644 --- a/org/apache/maven/maven-settings/2.0.9/_remote.repositories +++ b/org/apache/maven/maven-settings/2.0.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:46 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 +maven-settings-2.0.9.jar>public= maven-settings-2.0.9.pom>public= diff --git a/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar b/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar new file mode 100644 index 0000000..e7bdd63 Binary files /dev/null and b/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar differ diff --git a/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar.sha1 b/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar.sha1 new file mode 100644 index 0000000..65f1c9c --- /dev/null +++ b/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar.sha1 @@ -0,0 +1 @@ +ab8d338c00fab0db29af358ab0676c3c02d7329f \ No newline at end of file diff --git a/org/apache/maven/maven-settings/3.3.9/_remote.repositories b/org/apache/maven/maven-settings/3.3.9/_remote.repositories index 8b0c1da..493bd1a 100644 --- a/org/apache/maven/maven-settings/3.3.9/_remote.repositories +++ b/org/apache/maven/maven-settings/3.3.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:58 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 maven-settings-3.3.9.pom>public= +maven-settings-3.3.9.jar>public= diff --git a/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar b/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar new file mode 100644 index 0000000..b3e2dc2 Binary files /dev/null and b/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar differ diff --git a/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar.sha1 b/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar.sha1 new file mode 100644 index 0000000..1d479d6 --- /dev/null +++ b/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar.sha1 @@ -0,0 +1 @@ +68d4180c51468ae8f45869f8f9c569092262fcca \ No newline at end of file diff --git a/org/apache/maven/maven-toolchain/1.0/_remote.repositories b/org/apache/maven/maven-toolchain/1.0/_remote.repositories index ab01996..c612b0a 100644 --- a/org/apache/maven/maven-toolchain/1.0/_remote.repositories +++ b/org/apache/maven/maven-toolchain/1.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:51 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 maven-toolchain-1.0.pom>public= +maven-toolchain-1.0.jar>public= diff --git a/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar b/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar new file mode 100644 index 0000000..ace00cf Binary files /dev/null and b/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar differ diff --git a/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar.sha1 b/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar.sha1 new file mode 100644 index 0000000..ab2d6da --- /dev/null +++ b/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar.sha1 @@ -0,0 +1 @@ +1ff4a3f5869f68dfa05562a84e7a5d510d909608 \ No newline at end of file diff --git a/org/apache/maven/plugins/maven-shade-plugin/3.2.1/_remote.repositories b/org/apache/maven/plugins/maven-shade-plugin/3.2.1/_remote.repositories index a45d0fe..b4bceeb 100644 --- a/org/apache/maven/plugins/maven-shade-plugin/3.2.1/_remote.repositories +++ b/org/apache/maven/plugins/maven-shade-plugin/3.2.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:08 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 +maven-shade-plugin-3.2.1.jar>public= maven-shade-plugin-3.2.1.pom>public= diff --git a/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.jar b/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.jar new file mode 100644 index 0000000..0a74a50 Binary files /dev/null and b/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.jar differ diff --git a/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.jar.sha1 b/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.jar.sha1 new file mode 100644 index 0000000..ada0aa3 --- /dev/null +++ b/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.jar.sha1 @@ -0,0 +1 @@ +fde20989f12e9b736ff3e556e21bf6d6f222505f \ No newline at end of file diff --git a/org/apache/maven/shared/file-management/3.1.0/_remote.repositories b/org/apache/maven/shared/file-management/3.1.0/_remote.repositories index d373d85..86ddcb0 100644 --- a/org/apache/maven/shared/file-management/3.1.0/_remote.repositories +++ b/org/apache/maven/shared/file-management/3.1.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:45 CST 2025 +#Mon Jun 23 10:26:47 CST 2025 file-management-3.1.0.pom>public= +file-management-3.1.0.jar>public= diff --git a/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar b/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar new file mode 100644 index 0000000..fb1d239 Binary files /dev/null and b/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar differ diff --git a/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar.sha1 b/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar.sha1 new file mode 100644 index 0000000..59f449d --- /dev/null +++ b/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar.sha1 @@ -0,0 +1 @@ +f87a3a54c856714e4157b9ce7a5ff6ffc310d447 \ No newline at end of file diff --git a/org/apache/maven/shared/maven-artifact-transfer/0.10.0/_remote.repositories b/org/apache/maven/shared/maven-artifact-transfer/0.10.0/_remote.repositories index 0dcfdec..6f8932d 100644 --- a/org/apache/maven/shared/maven-artifact-transfer/0.10.0/_remote.repositories +++ b/org/apache/maven/shared/maven-artifact-transfer/0.10.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:08 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 maven-artifact-transfer-0.10.0.pom>public= +maven-artifact-transfer-0.10.0.jar>public= diff --git a/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar b/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar new file mode 100644 index 0000000..f344c49 Binary files /dev/null and b/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar differ diff --git a/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar.sha1 b/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar.sha1 new file mode 100644 index 0000000..870419b --- /dev/null +++ b/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar.sha1 @@ -0,0 +1 @@ +cb0bc696b1c2380efe81ed2bd628b50d56a3a09b \ No newline at end of file diff --git a/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/_remote.repositories b/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/_remote.repositories index 94b6d8f..c14d10a 100644 --- a/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/_remote.repositories +++ b/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:05 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 +maven-common-artifact-filters-3.0.1.jar>public= maven-common-artifact-filters-3.0.1.pom>public= diff --git a/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar b/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar new file mode 100644 index 0000000..68d4d96 Binary files /dev/null and b/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar differ diff --git a/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar.sha1 b/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar.sha1 new file mode 100644 index 0000000..8911c4d --- /dev/null +++ b/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar.sha1 @@ -0,0 +1 @@ +1a98d8e3d5610bb0abf09a7756195e8b2ed215e5 \ No newline at end of file diff --git a/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/_remote.repositories b/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/_remote.repositories index 29db17b..0756813 100644 --- a/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/_remote.repositories +++ b/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:47 CST 2025 +#Mon Jun 23 10:26:46 CST 2025 +maven-common-artifact-filters-3.1.1.jar>public= maven-common-artifact-filters-3.1.1.pom>public= diff --git a/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar b/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar new file mode 100644 index 0000000..6547d12 Binary files /dev/null and b/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar differ diff --git a/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar.sha1 b/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar.sha1 new file mode 100644 index 0000000..ee15a22 --- /dev/null +++ b/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar.sha1 @@ -0,0 +1 @@ +044f7d167891f281160764ef1a687dcf487d3a2c \ No newline at end of file diff --git a/org/apache/maven/shared/maven-dependency-tree/3.0.1/_remote.repositories b/org/apache/maven/shared/maven-dependency-tree/3.0.1/_remote.repositories index 470fa60..e82c4a8 100644 --- a/org/apache/maven/shared/maven-dependency-tree/3.0.1/_remote.repositories +++ b/org/apache/maven/shared/maven-dependency-tree/3.0.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:12 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 maven-dependency-tree-3.0.1.pom>public= +maven-dependency-tree-3.0.1.jar>public= diff --git a/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar b/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar new file mode 100644 index 0000000..2578634 Binary files /dev/null and b/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar differ diff --git a/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar.sha1 b/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar.sha1 new file mode 100644 index 0000000..77292c2 --- /dev/null +++ b/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar.sha1 @@ -0,0 +1 @@ +e9ae9966f1d3a238004c8b15ca4fd0e03d405424 \ No newline at end of file diff --git a/org/apache/maven/shared/maven-filtering/3.3.1/_remote.repositories b/org/apache/maven/shared/maven-filtering/3.3.1/_remote.repositories index 16a50e1..2a8dea6 100644 --- a/org/apache/maven/shared/maven-filtering/3.3.1/_remote.repositories +++ b/org/apache/maven/shared/maven-filtering/3.3.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:45 CST 2025 +#Mon Jun 23 10:26:33 CST 2025 maven-filtering-3.3.1.pom>public= +maven-filtering-3.3.1.jar>public= diff --git a/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar b/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar new file mode 100644 index 0000000..581b945 Binary files /dev/null and b/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar differ diff --git a/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar.sha1 b/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar.sha1 new file mode 100644 index 0000000..69c976b --- /dev/null +++ b/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar.sha1 @@ -0,0 +1 @@ +7b613072bcce1d949b6d82f714af08b4535aae2b \ No newline at end of file diff --git a/org/apache/maven/shared/maven-shared-incremental/1.1/_remote.repositories b/org/apache/maven/shared/maven-shared-incremental/1.1/_remote.repositories index 6b39862..3acb030 100644 --- a/org/apache/maven/shared/maven-shared-incremental/1.1/_remote.repositories +++ b/org/apache/maven/shared/maven-shared-incremental/1.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:00 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 maven-shared-incremental-1.1.pom>public= +maven-shared-incremental-1.1.jar>public= diff --git a/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar b/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar new file mode 100644 index 0000000..692c7d8 Binary files /dev/null and b/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar differ diff --git a/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar.sha1 b/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar.sha1 new file mode 100644 index 0000000..427c971 --- /dev/null +++ b/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar.sha1 @@ -0,0 +1 @@ +9d017a7584086755445c0a260dd9a1e9eae161a5 \ No newline at end of file diff --git a/org/apache/maven/shared/maven-shared-utils/0.1/_remote.repositories b/org/apache/maven/shared/maven-shared-utils/0.1/_remote.repositories index 5fedea8..3ddb369 100644 --- a/org/apache/maven/shared/maven-shared-utils/0.1/_remote.repositories +++ b/org/apache/maven/shared/maven-shared-utils/0.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:59 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 +maven-shared-utils-0.1.jar>public= maven-shared-utils-0.1.pom>public= diff --git a/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar b/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar new file mode 100644 index 0000000..82e6779 Binary files /dev/null and b/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar differ diff --git a/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar.sha1 b/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar.sha1 new file mode 100644 index 0000000..3054ad2 --- /dev/null +++ b/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar.sha1 @@ -0,0 +1 @@ +5366d4739b5239472598227e80b97ad57f5d95e4 \ No newline at end of file diff --git a/org/apache/maven/shared/maven-shared-utils/3.2.0/_remote.repositories b/org/apache/maven/shared/maven-shared-utils/3.2.0/_remote.repositories index 1776db5..cfd9bc4 100644 --- a/org/apache/maven/shared/maven-shared-utils/3.2.0/_remote.repositories +++ b/org/apache/maven/shared/maven-shared-utils/3.2.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:55 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 maven-shared-utils-3.2.0.pom>public= +maven-shared-utils-3.2.0.jar>public= diff --git a/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar b/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar new file mode 100644 index 0000000..1175d75 Binary files /dev/null and b/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar differ diff --git a/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar.sha1 b/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar.sha1 new file mode 100644 index 0000000..809a660 --- /dev/null +++ b/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar.sha1 @@ -0,0 +1 @@ +294c35ae8260be0660d4e4ba9e64402b84530b4e \ No newline at end of file diff --git a/org/apache/maven/shared/maven-shared-utils/3.3.4/_remote.repositories b/org/apache/maven/shared/maven-shared-utils/3.3.4/_remote.repositories index 0e5f026..452bf08 100644 --- a/org/apache/maven/shared/maven-shared-utils/3.3.4/_remote.repositories +++ b/org/apache/maven/shared/maven-shared-utils/3.3.4/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:45 CST 2025 +#Mon Jun 23 10:26:22 CST 2025 maven-shared-utils-3.3.4.pom>public= +maven-shared-utils-3.3.4.jar>public= diff --git a/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar b/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar new file mode 100644 index 0000000..9b99c5a Binary files /dev/null and b/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar differ diff --git a/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar.sha1 b/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar.sha1 new file mode 100644 index 0000000..46a1c29 --- /dev/null +++ b/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar.sha1 @@ -0,0 +1 @@ +f87a61adb1e12a00dcc6cc6005a51e693aa7c4ac \ No newline at end of file diff --git a/org/apache/maven/surefire/maven-surefire-common/3.2.5/_remote.repositories b/org/apache/maven/surefire/maven-surefire-common/3.2.5/_remote.repositories index 89fdf94..c2242f6 100644 --- a/org/apache/maven/surefire/maven-surefire-common/3.2.5/_remote.repositories +++ b/org/apache/maven/surefire/maven-surefire-common/3.2.5/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:44 CST 2025 +#Mon Jun 23 10:26:46 CST 2025 +maven-surefire-common-3.2.5.jar>public= maven-surefire-common-3.2.5.pom>public= diff --git a/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar b/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar new file mode 100644 index 0000000..86e28ca Binary files /dev/null and b/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar differ diff --git a/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar.sha1 b/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar.sha1 new file mode 100644 index 0000000..727a8b9 --- /dev/null +++ b/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar.sha1 @@ -0,0 +1 @@ +f571ddce1d2c4ae2d8f26081d6e95fa131dfde22 \ No newline at end of file diff --git a/org/apache/maven/surefire/surefire-api/3.2.5/_remote.repositories b/org/apache/maven/surefire/surefire-api/3.2.5/_remote.repositories index 29d5f2d..0ada02b 100644 --- a/org/apache/maven/surefire/surefire-api/3.2.5/_remote.repositories +++ b/org/apache/maven/surefire/surefire-api/3.2.5/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:44 CST 2025 +#Mon Jun 23 10:26:46 CST 2025 surefire-api-3.2.5.pom>public= +surefire-api-3.2.5.jar>public= diff --git a/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar b/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar new file mode 100644 index 0000000..3e63aef Binary files /dev/null and b/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar differ diff --git a/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar.sha1 b/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar.sha1 new file mode 100644 index 0000000..29ec643 --- /dev/null +++ b/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar.sha1 @@ -0,0 +1 @@ +e3dce08c9fdd7536e9df5b81bd2c990a3758930e \ No newline at end of file diff --git a/org/apache/maven/surefire/surefire-booter/3.2.5/_remote.repositories b/org/apache/maven/surefire/surefire-booter/3.2.5/_remote.repositories index 3c56aed..cbd9782 100644 --- a/org/apache/maven/surefire/surefire-booter/3.2.5/_remote.repositories +++ b/org/apache/maven/surefire/surefire-booter/3.2.5/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:45 CST 2025 +#Mon Jun 23 10:26:46 CST 2025 +surefire-booter-3.2.5.jar>public= surefire-booter-3.2.5.pom>public= diff --git a/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar b/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar new file mode 100644 index 0000000..ed05d74 Binary files /dev/null and b/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar differ diff --git a/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar.sha1 b/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar.sha1 new file mode 100644 index 0000000..642202a --- /dev/null +++ b/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar.sha1 @@ -0,0 +1 @@ +df5e66299137015f9de7acb979bd5597b6d9d708 \ No newline at end of file diff --git a/org/apache/maven/surefire/surefire-extensions-api/3.2.5/_remote.repositories b/org/apache/maven/surefire/surefire-extensions-api/3.2.5/_remote.repositories index df8e51a..53684c1 100644 --- a/org/apache/maven/surefire/surefire-extensions-api/3.2.5/_remote.repositories +++ b/org/apache/maven/surefire/surefire-extensions-api/3.2.5/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:45 CST 2025 +#Mon Jun 23 10:26:46 CST 2025 surefire-extensions-api-3.2.5.pom>public= +surefire-extensions-api-3.2.5.jar>public= diff --git a/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar b/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar new file mode 100644 index 0000000..8766105 Binary files /dev/null and b/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar differ diff --git a/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar.sha1 b/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar.sha1 new file mode 100644 index 0000000..53f2296 --- /dev/null +++ b/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar.sha1 @@ -0,0 +1 @@ +1e10093f2384fe0ef43476655cd587800159540f \ No newline at end of file diff --git a/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/_remote.repositories b/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/_remote.repositories index f48485a..be305c2 100644 --- a/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/_remote.repositories +++ b/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:46 CST 2025 +#Mon Jun 23 10:26:46 CST 2025 surefire-extensions-spi-3.2.5.pom>public= +surefire-extensions-spi-3.2.5.jar>public= diff --git a/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar b/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar new file mode 100644 index 0000000..c9d13f2 Binary files /dev/null and b/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar differ diff --git a/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar.sha1 b/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar.sha1 new file mode 100644 index 0000000..0656f13 --- /dev/null +++ b/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar.sha1 @@ -0,0 +1 @@ +04a5df0a33b2c9087c869f27e6a92d5b0a7c0b4d \ No newline at end of file diff --git a/org/apache/maven/surefire/surefire-logger-api/3.2.5/_remote.repositories b/org/apache/maven/surefire/surefire-logger-api/3.2.5/_remote.repositories index dd724b6..dca9200 100644 --- a/org/apache/maven/surefire/surefire-logger-api/3.2.5/_remote.repositories +++ b/org/apache/maven/surefire/surefire-logger-api/3.2.5/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:45 CST 2025 +#Mon Jun 23 10:26:46 CST 2025 surefire-logger-api-3.2.5.pom>public= +surefire-logger-api-3.2.5.jar>public= diff --git a/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar b/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar new file mode 100644 index 0000000..795c92d Binary files /dev/null and b/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar differ diff --git a/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar.sha1 b/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar.sha1 new file mode 100644 index 0000000..0ab82bd --- /dev/null +++ b/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar.sha1 @@ -0,0 +1 @@ +ec8e7d8c08cf98d128c5c2835f4c7ea46c212c22 \ No newline at end of file diff --git a/org/apache/maven/surefire/surefire-shared-utils/3.2.5/_remote.repositories b/org/apache/maven/surefire/surefire-shared-utils/3.2.5/_remote.repositories index 6810e6a..e702af4 100644 --- a/org/apache/maven/surefire/surefire-shared-utils/3.2.5/_remote.repositories +++ b/org/apache/maven/surefire/surefire-shared-utils/3.2.5/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:45 CST 2025 +#Mon Jun 23 10:26:46 CST 2025 surefire-shared-utils-3.2.5.pom>public= +surefire-shared-utils-3.2.5.jar>public= diff --git a/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar b/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar new file mode 100644 index 0000000..9013049 Binary files /dev/null and b/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar differ diff --git a/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar.sha1 b/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar.sha1 new file mode 100644 index 0000000..dafce8d --- /dev/null +++ b/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar.sha1 @@ -0,0 +1 @@ +9cbdd9ffbbbd7440bf5908b56b943766dbc10047 \ No newline at end of file diff --git a/org/apache/thrift/libthrift/0.14.1/_remote.repositories b/org/apache/thrift/libthrift/0.14.1/_remote.repositories new file mode 100644 index 0000000..7ba0cee --- /dev/null +++ b/org/apache/thrift/libthrift/0.14.1/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:24 CST 2025 +libthrift-0.14.1.pom>public= +libthrift-0.14.1.jar>public= diff --git a/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.jar b/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.jar new file mode 100644 index 0000000..8f1c0d6 Binary files /dev/null and b/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.jar differ diff --git a/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.jar.lastUpdated b/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.jar.lastUpdated new file mode 100644 index 0000000..a195a3b --- /dev/null +++ b/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:24 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361624270 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361624378 diff --git a/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.jar.sha1 b/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.jar.sha1 new file mode 100644 index 0000000..782fbaf --- /dev/null +++ b/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.jar.sha1 @@ -0,0 +1 @@ +85348a0c44c298bbec5ae747e67ae12e60b3aef6 \ No newline at end of file diff --git a/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.pom b/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.pom new file mode 100644 index 0000000..09dc285 --- /dev/null +++ b/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.pom @@ -0,0 +1,80 @@ + + + 4.0.0 + org.apache.thrift + libthrift + 0.14.1 + Apache Thrift + Thrift is a software framework for scalable cross-language services development. + http://thrift.apache.org + + + The Apache Software License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + dev + Apache Thrift Developers + dev@thrift.apache.org + + + + scm:git:https://github.com/apache/thrift.git + scm:git:git@github.com:apache/thrift.git + https://github.com/apache/thrift + + + + org.slf4j + slf4j-api + 1.7.28 + compile + + + org.apache.httpcomponents + httpclient + 4.5.10 + compile + + + org.apache.httpcomponents + httpcore + 4.4.12 + compile + + + org.apache.tomcat.embed + tomcat-embed-core + 8.5.46 + compile + + + javax.annotation + javax.annotation-api + 1.3.2 + compile + + + junit + junit + 4.12 + test + + + org.mockito + mockito-all + 1.10.19 + test + + + org.slf4j + slf4j-log4j12 + 1.7.28 + test + + + diff --git a/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.pom.lastUpdated b/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.pom.lastUpdated new file mode 100644 index 0000000..16015f7 --- /dev/null +++ b/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:20 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361619996 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361620049 diff --git a/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.pom.sha1 b/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.pom.sha1 new file mode 100644 index 0000000..cc16a97 --- /dev/null +++ b/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.pom.sha1 @@ -0,0 +1 @@ +dcf51a66d2ca666283ffef004e05e5ccf483ea5c \ No newline at end of file diff --git a/org/apache/tomcat/embed/tomcat-embed-core/9.0.106/_remote.repositories b/org/apache/tomcat/embed/tomcat-embed-core/9.0.106/_remote.repositories new file mode 100644 index 0000000..73d5277 --- /dev/null +++ b/org/apache/tomcat/embed/tomcat-embed-core/9.0.106/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:22 CST 2025 +tomcat-embed-core-9.0.106.pom>public= +tomcat-embed-core-9.0.106.jar>public= diff --git a/org/apache/tomcat/embed/tomcat-embed-core/9.0.106/tomcat-embed-core-9.0.106.jar b/org/apache/tomcat/embed/tomcat-embed-core/9.0.106/tomcat-embed-core-9.0.106.jar new file mode 100644 index 0000000..103be71 Binary files /dev/null and b/org/apache/tomcat/embed/tomcat-embed-core/9.0.106/tomcat-embed-core-9.0.106.jar differ diff --git a/org/apache/tomcat/embed/tomcat-embed-core/9.0.106/tomcat-embed-core-9.0.106.jar.sha1 b/org/apache/tomcat/embed/tomcat-embed-core/9.0.106/tomcat-embed-core-9.0.106.jar.sha1 new file mode 100644 index 0000000..fb7aeb6 --- /dev/null +++ b/org/apache/tomcat/embed/tomcat-embed-core/9.0.106/tomcat-embed-core-9.0.106.jar.sha1 @@ -0,0 +1 @@ +977361087619a3685ce9ddca5ae503bfd7c4d933 \ No newline at end of file diff --git a/org/apache/tomcat/embed/tomcat-embed-core/9.0.106/tomcat-embed-core-9.0.106.pom b/org/apache/tomcat/embed/tomcat-embed-core/9.0.106/tomcat-embed-core-9.0.106.pom new file mode 100644 index 0000000..0706b23 --- /dev/null +++ b/org/apache/tomcat/embed/tomcat-embed-core/9.0.106/tomcat-embed-core-9.0.106.pom @@ -0,0 +1,43 @@ + + + + 4.0.0 + org.apache.tomcat.embed + tomcat-embed-core + 9.0.106 + Core Tomcat implementation + https://tomcat.apache.org/ + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + org.apache.tomcat + tomcat-annotations-api + 9.0.106 + compile + + + diff --git a/org/apache/tomcat/embed/tomcat-embed-core/9.0.106/tomcat-embed-core-9.0.106.pom.sha1 b/org/apache/tomcat/embed/tomcat-embed-core/9.0.106/tomcat-embed-core-9.0.106.pom.sha1 new file mode 100644 index 0000000..c138ab6 --- /dev/null +++ b/org/apache/tomcat/embed/tomcat-embed-core/9.0.106/tomcat-embed-core-9.0.106.pom.sha1 @@ -0,0 +1 @@ +ca268377f650cf62ef37f3a12b1cb0f6fa8ea00a \ No newline at end of file diff --git a/org/apache/tomcat/embed/tomcat-embed-el/9.0.106/_remote.repositories b/org/apache/tomcat/embed/tomcat-embed-el/9.0.106/_remote.repositories new file mode 100644 index 0000000..b71a9d6 --- /dev/null +++ b/org/apache/tomcat/embed/tomcat-embed-el/9.0.106/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:17 CST 2025 +tomcat-embed-el-9.0.106.jar>public= +tomcat-embed-el-9.0.106.pom>public= diff --git a/org/apache/tomcat/embed/tomcat-embed-el/9.0.106/tomcat-embed-el-9.0.106.jar b/org/apache/tomcat/embed/tomcat-embed-el/9.0.106/tomcat-embed-el-9.0.106.jar new file mode 100644 index 0000000..d887ae2 Binary files /dev/null and b/org/apache/tomcat/embed/tomcat-embed-el/9.0.106/tomcat-embed-el-9.0.106.jar differ diff --git a/org/apache/tomcat/embed/tomcat-embed-el/9.0.106/tomcat-embed-el-9.0.106.jar.sha1 b/org/apache/tomcat/embed/tomcat-embed-el/9.0.106/tomcat-embed-el-9.0.106.jar.sha1 new file mode 100644 index 0000000..4d98032 --- /dev/null +++ b/org/apache/tomcat/embed/tomcat-embed-el/9.0.106/tomcat-embed-el-9.0.106.jar.sha1 @@ -0,0 +1 @@ +d910267c469da3037d07941523869aeff866cda3 \ No newline at end of file diff --git a/org/apache/tomcat/embed/tomcat-embed-el/9.0.106/tomcat-embed-el-9.0.106.pom b/org/apache/tomcat/embed/tomcat-embed-el/9.0.106/tomcat-embed-el-9.0.106.pom new file mode 100644 index 0000000..992d7d5 --- /dev/null +++ b/org/apache/tomcat/embed/tomcat-embed-el/9.0.106/tomcat-embed-el-9.0.106.pom @@ -0,0 +1,35 @@ + + + + 4.0.0 + org.apache.tomcat.embed + tomcat-embed-el + 9.0.106 + Core Tomcat implementation + https://tomcat.apache.org/ + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + diff --git a/org/apache/tomcat/embed/tomcat-embed-el/9.0.106/tomcat-embed-el-9.0.106.pom.sha1 b/org/apache/tomcat/embed/tomcat-embed-el/9.0.106/tomcat-embed-el-9.0.106.pom.sha1 new file mode 100644 index 0000000..0aeb4ce --- /dev/null +++ b/org/apache/tomcat/embed/tomcat-embed-el/9.0.106/tomcat-embed-el-9.0.106.pom.sha1 @@ -0,0 +1 @@ +998184a99867e7f176c87bc5af297bba423d4dff \ No newline at end of file diff --git a/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.106/_remote.repositories b/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.106/_remote.repositories new file mode 100644 index 0000000..1fcfc31 --- /dev/null +++ b/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.106/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:23 CST 2025 +tomcat-embed-websocket-9.0.106.jar>public= +tomcat-embed-websocket-9.0.106.pom>public= diff --git a/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.106/tomcat-embed-websocket-9.0.106.jar b/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.106/tomcat-embed-websocket-9.0.106.jar new file mode 100644 index 0000000..90e17ca Binary files /dev/null and b/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.106/tomcat-embed-websocket-9.0.106.jar differ diff --git a/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.106/tomcat-embed-websocket-9.0.106.jar.sha1 b/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.106/tomcat-embed-websocket-9.0.106.jar.sha1 new file mode 100644 index 0000000..f0f77d3 --- /dev/null +++ b/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.106/tomcat-embed-websocket-9.0.106.jar.sha1 @@ -0,0 +1 @@ +99c88ac65e8c719adac05a68e23b086c70775d93 \ No newline at end of file diff --git a/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.106/tomcat-embed-websocket-9.0.106.pom b/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.106/tomcat-embed-websocket-9.0.106.pom new file mode 100644 index 0000000..06b5beb --- /dev/null +++ b/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.106/tomcat-embed-websocket-9.0.106.pom @@ -0,0 +1,43 @@ + + + + 4.0.0 + org.apache.tomcat.embed + tomcat-embed-websocket + 9.0.106 + Core Tomcat implementation + https://tomcat.apache.org/ + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + org.apache.tomcat.embed + tomcat-embed-core + 9.0.106 + compile + + + diff --git a/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.106/tomcat-embed-websocket-9.0.106.pom.sha1 b/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.106/tomcat-embed-websocket-9.0.106.pom.sha1 new file mode 100644 index 0000000..46f4f8a --- /dev/null +++ b/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.106/tomcat-embed-websocket-9.0.106.pom.sha1 @@ -0,0 +1 @@ +df70720da15a71545288c04d5a3b117c16e4ba29 \ No newline at end of file diff --git a/org/apache/tsfile/common/1.1.0/_remote.repositories b/org/apache/tsfile/common/1.1.0/_remote.repositories new file mode 100644 index 0000000..dfba97e --- /dev/null +++ b/org/apache/tsfile/common/1.1.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:24 CST 2025 +common-1.1.0.pom>public= +common-1.1.0.jar>public= diff --git a/org/apache/tsfile/common/1.1.0/common-1.1.0.jar b/org/apache/tsfile/common/1.1.0/common-1.1.0.jar new file mode 100644 index 0000000..93a9e8b Binary files /dev/null and b/org/apache/tsfile/common/1.1.0/common-1.1.0.jar differ diff --git a/org/apache/tsfile/common/1.1.0/common-1.1.0.jar.lastUpdated b/org/apache/tsfile/common/1.1.0/common-1.1.0.jar.lastUpdated new file mode 100644 index 0000000..a65bfc0 --- /dev/null +++ b/org/apache/tsfile/common/1.1.0/common-1.1.0.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:24 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361624166 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361624511 diff --git a/org/apache/tsfile/common/1.1.0/common-1.1.0.jar.sha1 b/org/apache/tsfile/common/1.1.0/common-1.1.0.jar.sha1 new file mode 100644 index 0000000..9b463bf --- /dev/null +++ b/org/apache/tsfile/common/1.1.0/common-1.1.0.jar.sha1 @@ -0,0 +1 @@ +5a564f03b8aa84eb086e6d295834a8ac3014b6c3 \ No newline at end of file diff --git a/org/apache/tsfile/common/1.1.0/common-1.1.0.pom b/org/apache/tsfile/common/1.1.0/common-1.1.0.pom new file mode 100644 index 0000000..12bd20c --- /dev/null +++ b/org/apache/tsfile/common/1.1.0/common-1.1.0.pom @@ -0,0 +1,60 @@ + + + + 4.0.0 + + org.apache.tsfile + tsfile-java + 1.1.0 + + common + TsFile: Java: Common + + + get-jar-with-dependencies + + + + org.apache.maven.plugins + maven-assembly-plugin + + + jar-with-dependencies + + + + + make-assembly + + + single + + + package + + + + + + + + diff --git a/org/apache/tsfile/common/1.1.0/common-1.1.0.pom.lastUpdated b/org/apache/tsfile/common/1.1.0/common-1.1.0.pom.lastUpdated new file mode 100644 index 0000000..9aa8094 --- /dev/null +++ b/org/apache/tsfile/common/1.1.0/common-1.1.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:15 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361615499 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361615939 diff --git a/org/apache/tsfile/common/1.1.0/common-1.1.0.pom.sha1 b/org/apache/tsfile/common/1.1.0/common-1.1.0.pom.sha1 new file mode 100644 index 0000000..ec3714e --- /dev/null +++ b/org/apache/tsfile/common/1.1.0/common-1.1.0.pom.sha1 @@ -0,0 +1 @@ +bb901bb99a5cff098156403b722c1f4fa83da694 \ No newline at end of file diff --git a/org/apache/tsfile/tsfile-java/1.1.0/_remote.repositories b/org/apache/tsfile/tsfile-java/1.1.0/_remote.repositories new file mode 100644 index 0000000..6c61102 --- /dev/null +++ b/org/apache/tsfile/tsfile-java/1.1.0/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:16 CST 2025 +tsfile-java-1.1.0.pom>public= diff --git a/org/apache/tsfile/tsfile-java/1.1.0/tsfile-java-1.1.0.pom b/org/apache/tsfile/tsfile-java/1.1.0/tsfile-java-1.1.0.pom new file mode 100644 index 0000000..64b4564 --- /dev/null +++ b/org/apache/tsfile/tsfile-java/1.1.0/tsfile-java-1.1.0.pom @@ -0,0 +1,105 @@ + + + + 4.0.0 + + org.apache.tsfile + tsfile-parent + 1.1.0 + + tsfile-java + 1.1.0 + pom + TsFile: Java + + common + tsfile + examples + + + + + com.github.luben + zstd-jni + 1.5.6-3 + + + org.xerial.snappy + snappy-java + 1.1.10.5 + + + commons-io + commons-io + 2.16.1 + + + org.apache.commons + commons-lang3 + 3.15.0 + + + org.lz4 + lz4-java + 1.8.0 + + + org.tukaani + xz + 1.10 + + + org.slf4j + slf4j-api + 2.0.13 + + + org.antlr + antlr4-runtime + + 4.9.3 + + + junit + junit + 4.13.2 + + + org.mockito + mockito-core + + 4.11.0 + + + ch.qos.logback + logback-classic + + 1.3.14 + + + com.google.code.gson + gson + 2.10.1 + + + + diff --git a/org/apache/tsfile/tsfile-java/1.1.0/tsfile-java-1.1.0.pom.lastUpdated b/org/apache/tsfile/tsfile-java/1.1.0/tsfile-java-1.1.0.pom.lastUpdated new file mode 100644 index 0000000..958cae7 --- /dev/null +++ b/org/apache/tsfile/tsfile-java/1.1.0/tsfile-java-1.1.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:16 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361615986 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361616415 diff --git a/org/apache/tsfile/tsfile-java/1.1.0/tsfile-java-1.1.0.pom.sha1 b/org/apache/tsfile/tsfile-java/1.1.0/tsfile-java-1.1.0.pom.sha1 new file mode 100644 index 0000000..c10fdea --- /dev/null +++ b/org/apache/tsfile/tsfile-java/1.1.0/tsfile-java-1.1.0.pom.sha1 @@ -0,0 +1 @@ +507f550f9877ad36aff0dd4bf2b2ec2dfdbdb5d0 \ No newline at end of file diff --git a/org/apache/tsfile/tsfile-parent/1.1.0/_remote.repositories b/org/apache/tsfile/tsfile-parent/1.1.0/_remote.repositories new file mode 100644 index 0000000..a403b18 --- /dev/null +++ b/org/apache/tsfile/tsfile-parent/1.1.0/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:17 CST 2025 +tsfile-parent-1.1.0.pom>public= diff --git a/org/apache/tsfile/tsfile-parent/1.1.0/tsfile-parent-1.1.0.pom b/org/apache/tsfile/tsfile-parent/1.1.0/tsfile-parent-1.1.0.pom new file mode 100644 index 0000000..fd87c58 --- /dev/null +++ b/org/apache/tsfile/tsfile-parent/1.1.0/tsfile-parent-1.1.0.pom @@ -0,0 +1,1084 @@ + + + + 4.0.0 + + org.apache + apache + 32 + + org.apache.tsfile + tsfile-parent + 1.1.0 + pom + Apache TsFile Project Parent POM + + 1.8 + 1.8 + + false + 3.29.3-b2 + 2.43.0 + 1.22.0 + 1.21.1 + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.8.0 + + + true + + false + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.3.0 + + ${argLine} -Xmx1024m + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.9.1.2184 + + + org.apache.rat + apache-rat-plugin + 0.16.1 + + true + + + **/.git/** + **/.mvn/** + **/.gitignore + + **/target/** + + **/.project + **/.settings/** + **/.classpath + + **/.idea/** + **/*.iml + + **/*.log + + **/*.cvs + + **/.github/** + + **/.eps + **/.png + **/.jpg + **/.jpeg + + local-snapshots-dir/** + + **/*.plan + **/NOTICE-binary + **/LICENSE-binary + + **/*.json + + docs/src/zh/README.md + docs/src/README.md + docs/pnpm-lock.yaml + + **/cmake/** + **/build/** + **/.clang-format + + **/tsfile/tsfile_pywrapper.cpp + **/venv/** + + + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless.version} + + + + ${google.java.format.version} + + + + org.apache.tsfile,,javax,java,\# + + + + UNIX + + + + spotless-check + + check + + validate + + + + + org.eluder.coveralls + coveralls-maven-plugin + 4.3.0 + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.5.0 + + + net.revelc.code.formatter + formatter-maven-plugin + 2.24.1 + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.4.0 + + + org.apache.maven.plugins + maven-source-plugin + + 3.2.1 + + + au.com.acegi + xml-format-maven-plugin + 3.3.1 + + + org.antlr + antlr4-maven-plugin + 4.9.3 + + + org.codehaus.mojo + build-helper-maven-plugin + 3.6.0 + + + org.codehaus.mojo + exec-maven-plugin + 3.3.0 + + + org.apache.felix + maven-bundle-plugin + 5.1.9 + + + com.googlecode.cmake-maven-project + cmake-maven-plugin + ${cmake.version} + + + + + + com.diffplug.spotless + spotless-maven-plugin + + ${spotless.skip} + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + org.sonatype.ossindex.maven + ossindex-maven-enforcer-rules + 3.2.0 + + + org.codehaus.mojo + extra-enforcer-rules + 1.8.0 + + + org.apache.maven.shared + maven-dependency-tree + 3.2.1 + + + + + + enforce-version-convergence + + enforce + + validate + + + + + + + + + enforce-ban-duplicate-classes + + enforce + + + + + + compile + provided + + true + true + + + true + + + + + enforce-java8-compatability + + enforce + + + + + 1.8 + + + + + + + vulnerability-checks + + enforce + + validate + + + true + + + 1.8.0 + + + + + + io.netty + netty-handler + 4.1.97.Final + + + + org.springframework + spring-web + 5.3.30 + + + + org.apache.spark + spark-core_2.11 + 2.4.8 + + + + org.glassfish.jersey.core + jersey-common + 2.4.8 + + + + io.atomix + atomix-raft + 3.1.12 + + + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + check-dependencies + + analyze-only + + verify + + true + + + + + + net.revelc.code.formatter + formatter-maven-plugin + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.xml + true + + + + com.puppycrawl.tools + checkstyle + 9.3 + + + + + + + validate + + check + + validate + + target/checkstyle-report.xml + checkstyle.xml + baseDir=${project.basedir} + + + + + + + org.apache.rat + apache-rat-plugin + + + license-check + + check + + verify + + + + + au.com.acegi + xml-format-maven-plugin + + + xml-format + + xml-format + + compile + + + 4 + + **/target/** + + + + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + + + process-resource-bundles + + process + + + + + org.apache:apache-jar-resource-bundle:1.4 + + + ${basedir}/src/remote-resources + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + unit-tests + + test + + test + + + + src/test/**/*Test.java + + + + src/test/**/*IT.java + + + + + integration-tests + + test + + integration-test + + + + src/test/**/*IT.java + + + + src/test/**/*Test.java + + + + + + + + org.apache.maven.plugins + maven-source-plugin + + + create-source-package + + jar + + package + + + + + org.apache.drill.tools + drill-fmpp-maven-plugin + ${drill.freemarker.maven.plugin.version} + + + + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + Apache TsFile Developer List + mailto:dev-subscribe@tsfile.apache.org + mailto:dev-unsubscribe@tsfile.apache.org + mailto:dev@tsfile.apache.org + https://mail-archives.apache.org/mod_mbox/tsfile-dev/ + + + Apache TsFile Commits List + mailto:commit-subscribe@tsfile.apache.org + mailto:commits-unsubscribe@tsfile.apache.org + mailto:commits@tsfile.apache.org + https://mail-archives.apache.org/mod_mbox/tsfile-commits/ + + + + scm:git:ssh://git@github.com/apache/tsfile.git + scm:git:ssh://git@github.com/apache/tsfile.git + ssh://git@github.com:apache/tsfile.git + v1.1.0 + + + GitHub Issues + https://github.com/apache/tsfile/issues + + + + + with-java + + java + + + + + with-cpp + + cpp + + + + + with-python + + python + + + + .java-9-and-above + + [9,) + + + + 8 + + + + + + + .java-11-below + + (,11] + + + + 2.27.1 + + true + + + + + .os-linux-x86_64 + + + unix + Linux + x86_64 + + + + linux + linux-x86_64 + Unix Makefiles + venv/bin/ + python3 + unix + + + + + .os-linux-amd64 + + + unix + Linux + amd64 + + + + linux + linux-amd64 + Unix Makefiles + venv/bin/ + python3 + unix + + + + + .os-linux-aarch64 + + + unix + Linux + aarch64 + + + + linux + linux-${os.arch} + Unix Makefiles + venv/bin/ + python3 + unix + + + + + .os-mac-x86_64 + + + mac + x86_64 + + + + mac + mac-x86_64 + Unix Makefiles + venv/bin/ + python3 + unix + + + + + .os-mac-aarch64 + + + mac + aarch64 + + + + mac + mac-aarch64 + Unix Makefiles + venv/bin/ + python3 + unix + + + + + .os-windows-x86_64 + + + windows + x86_64 + + + + win + windows-x86_64 + MinGW Makefiles + + + venv/Scripts/ + python + mingw32 + + + + + .os-windows-amd64 + + + windows + amd64 + + + + win + windows-amd64 + MinGW Makefiles + + + venv/Scripts/ + python + mingw32 + + + + + .os-windows-aarch64 + + + windows + aarch64 + + + + win + windows-aarch64 + MinGW Makefiles + + + venv/Scripts/ + python + mingw32 + + + + + .skipTests + + + skipTests + + + + true + + + + + apache-release + + + + org.apache.maven.plugins + maven-assembly-plugin + + + source-release-assembly + + single + + package + + + apache-tsfile-${project.version} + + + true + true + + + + + + + + + org.cyclonedx + cyclonedx-maven-plugin + + false + + apache-${project.artifactId}-${project.version}-sbom + + + + + makeAggregateBom + + package + + + + + + net.nicoulaj.maven.plugins + checksum-maven-plugin + + + sign-source-release + + files + + package + + + SHA-512 + + + + ${project.build.directory} + + apache-tsfile-${project.version}-source-release.zip + + + + false + + + + + + + + + with-code-coverage + + + + + org.jacoco + jacoco-maven-plugin + 0.8.12 + + + + BUNDLE +    + + + METHOD + COVEREDRATIO + 0.00 + + + + BRANCH + COVEREDRATIO + 0.00 + + + + CLASS + COVEREDRATIO + 0.00 + + + + + + + + + prepare-ut + + prepare-agent + + + ${project.build.directory}/${project.build.finalName}-jacoco-unit-tests.exec + surefire.jacoco.args + + + + + ut-report + + report + check + + test + + ${project.build.directory}/${project.build.finalName}-jacoco-unit-tests.exec + ${project.build.directory}/jacoco-unit-reports + + + + + before-integration-test-execution + + prepare-agent + + pre-integration-test + + ${project.build.directory}/${project.build.finalName}-jacoco-integration-tests.exec + failsafe.jacoco.args + + + + after-integration-test-execution + + report + check + + integration-test + + ${project.build.directory}/${project.build.finalName}-jacoco-integration-tests.exec + ${project.build.directory}/jacoco-integration-reports + + + + merge-unit-and-integration + + merge + + post-integration-test + + + + ${project.build.directory}/ + + *.exec + + + + ${project.build.directory}/${project.build.finalName}-merged.exec + + + + create-merged-report + + report + check + + post-integration-test + + ${project.build.directory}/${project.build.finalName}-merged.exec + ${project.build.directory}/jacoco-merged-reports + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${argLine} @{surefire.jacoco.args} -Xmx1024m + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + ${argLine} @{failsafe.jacoco.args} -Xmx1024m + + + + + integration-test + verify + + + + + + + + + enforce + + false + + + + + debug-pom + + + + org.apache.maven.plugins + maven-help-plugin + + + generate-effective-pom + validate + + effective-pom + + + ${project.build.directory}/effective.pom + + + + + + + + + diff --git a/org/apache/tsfile/tsfile-parent/1.1.0/tsfile-parent-1.1.0.pom.lastUpdated b/org/apache/tsfile/tsfile-parent/1.1.0/tsfile-parent-1.1.0.pom.lastUpdated new file mode 100644 index 0000000..c1738c7 --- /dev/null +++ b/org/apache/tsfile/tsfile-parent/1.1.0/tsfile-parent-1.1.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:17 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361616460 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361617039 diff --git a/org/apache/tsfile/tsfile-parent/1.1.0/tsfile-parent-1.1.0.pom.sha1 b/org/apache/tsfile/tsfile-parent/1.1.0/tsfile-parent-1.1.0.pom.sha1 new file mode 100644 index 0000000..15b5822 --- /dev/null +++ b/org/apache/tsfile/tsfile-parent/1.1.0/tsfile-parent-1.1.0.pom.sha1 @@ -0,0 +1 @@ +716c2bbb70f3c8e93be4fa6f2f160225ce700f44 \ No newline at end of file diff --git a/org/apache/tsfile/tsfile/1.1.0/_remote.repositories b/org/apache/tsfile/tsfile/1.1.0/_remote.repositories new file mode 100644 index 0000000..90f1108 --- /dev/null +++ b/org/apache/tsfile/tsfile/1.1.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:25 CST 2025 +tsfile-1.1.0.pom>public= +tsfile-1.1.0.jar>public= diff --git a/org/apache/tsfile/tsfile/1.1.0/tsfile-1.1.0.jar b/org/apache/tsfile/tsfile/1.1.0/tsfile-1.1.0.jar new file mode 100644 index 0000000..1bf72c4 Binary files /dev/null and b/org/apache/tsfile/tsfile/1.1.0/tsfile-1.1.0.jar differ diff --git a/org/apache/tsfile/tsfile/1.1.0/tsfile-1.1.0.jar.lastUpdated b/org/apache/tsfile/tsfile/1.1.0/tsfile-1.1.0.jar.lastUpdated new file mode 100644 index 0000000..c9f9bae --- /dev/null +++ b/org/apache/tsfile/tsfile/1.1.0/tsfile-1.1.0.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:25 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361624560 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361625325 diff --git a/org/apache/tsfile/tsfile/1.1.0/tsfile-1.1.0.jar.sha1 b/org/apache/tsfile/tsfile/1.1.0/tsfile-1.1.0.jar.sha1 new file mode 100644 index 0000000..9da2822 --- /dev/null +++ b/org/apache/tsfile/tsfile/1.1.0/tsfile-1.1.0.jar.sha1 @@ -0,0 +1 @@ +417c31f296eb57cfd59d1bf80a0d6c036d377ef2 \ No newline at end of file diff --git a/org/apache/tsfile/tsfile/1.1.0/tsfile-1.1.0.pom b/org/apache/tsfile/tsfile/1.1.0/tsfile-1.1.0.pom new file mode 100644 index 0000000..68939c7 --- /dev/null +++ b/org/apache/tsfile/tsfile/1.1.0/tsfile-1.1.0.pom @@ -0,0 +1,293 @@ + + + + 4.0.0 + + org.apache.tsfile + tsfile-java + 1.1.0 + + tsfile + TsFile: Java: TsFile + A columnar file format designed for time-series data + + ${tsfile.test.skip} + false + ${tsfile.test.skip} + + + + org.apache.tsfile + common + 1.1.0 + + + com.github.luben + zstd-jni + + + org.xerial.snappy + snappy-java + + + commons-io + commons-io + + + org.apache.commons + commons-lang3 + + + org.lz4 + lz4-java + + + org.tukaani + xz + + + org.slf4j + slf4j-api + + + org.antlr + antlr4-runtime + + + junit + junit + test + + + org.mockito + mockito-core + test + + + ch.qos.logback + logback-classic + test + + + com.google.code.gson + gson + test + + + + + + org.antlr + antlr4-maven-plugin + + + + antlr4 + + + false + true + src/main/antlr4/org/apache/tsfile/parser + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + + add-source + + generate-sources + + + ${project.build.directory}/generated-sources/antlr4 + ${project.build.directory}/generated-sources/freemarker + + + + + + + org.apache.maven.plugins + maven-clean-plugin + + + + ${basedir}/gen + + + ${basedir}/src + + **/*.tokens + + + + + + + + org.apache.felix + maven-bundle-plugin + + true + + <_include>-bnd.bnd + <_removeheaders>Bnd-LastModified,Built-By + dependencies + + + + + bundle-manifest + + manifest + + process-classes + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${tsfile.ut.skip} + false + random + + + + org.apache.maven.plugins + maven-failsafe-plugin + + ${tsfile.test.skip} + ${tsfile.it.skip} + false + random + + + + run-integration-tests + + integration-test + verify + + integration-test + + + + + + org.apache.drill.tools + drill-fmpp-maven-plugin + + + generate-fmpp + + generate + + generate-sources + + ${project.basedir}/src/main/codegen/config.fmpp + ${project.build.directory}/generated-sources/freemarker + ${project.basedir}/src/main/codegen/templates/ + + + + + + + + + skipTsfileTests + + + skipTests + true + + + + true + true + true + + + + skipUT_TsFileTests + + + skipUTs + true + + + + true + + + + get-jar-with-dependencies + + + + org.apache.maven.plugins + maven-assembly-plugin + + + jar-with-dependencies + + + + + make-assembly + + + single + + + package + + + + + + + + diff --git a/org/apache/tsfile/tsfile/1.1.0/tsfile-1.1.0.pom.lastUpdated b/org/apache/tsfile/tsfile/1.1.0/tsfile-1.1.0.pom.lastUpdated new file mode 100644 index 0000000..d182183 --- /dev/null +++ b/org/apache/tsfile/tsfile/1.1.0/tsfile-1.1.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:18 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361617869 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361618283 diff --git a/org/apache/tsfile/tsfile/1.1.0/tsfile-1.1.0.pom.sha1 b/org/apache/tsfile/tsfile/1.1.0/tsfile-1.1.0.pom.sha1 new file mode 100644 index 0000000..30e1639 --- /dev/null +++ b/org/apache/tsfile/tsfile/1.1.0/tsfile-1.1.0.pom.sha1 @@ -0,0 +1 @@ +c617cf3eaf677a0bf6f0a13af2ef41bb9f162320 \ No newline at end of file diff --git a/org/apache/xbean/xbean-reflect/3.4/_remote.repositories b/org/apache/xbean/xbean-reflect/3.4/_remote.repositories index 3282f8b..ecda927 100644 --- a/org/apache/xbean/xbean-reflect/3.4/_remote.repositories +++ b/org/apache/xbean/xbean-reflect/3.4/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:09 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 xbean-reflect-3.4.pom>public= +xbean-reflect-3.4.jar>public= diff --git a/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar b/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar new file mode 100644 index 0000000..2c274c7 Binary files /dev/null and b/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar differ diff --git a/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar.sha1 b/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar.sha1 new file mode 100644 index 0000000..f6b52b0 --- /dev/null +++ b/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar.sha1 @@ -0,0 +1 @@ +26fd55dceb037f4789b399b22874d74f4d2db66f \ No newline at end of file diff --git a/org/codehaus/groovy/groovy-bom/3.0.17/_remote.repositories b/org/codehaus/groovy/groovy-bom/3.0.17/_remote.repositories new file mode 100644 index 0000000..1e62df9 --- /dev/null +++ b/org/codehaus/groovy/groovy-bom/3.0.17/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:11 CST 2025 +groovy-bom-3.0.17.pom>public= diff --git a/org/codehaus/groovy/groovy-bom/3.0.17/groovy-bom-3.0.17.pom b/org/codehaus/groovy/groovy-bom/3.0.17/groovy-bom-3.0.17.pom new file mode 100644 index 0000000..089bd18 --- /dev/null +++ b/org/codehaus/groovy/groovy-bom/3.0.17/groovy-bom-3.0.17.pom @@ -0,0 +1,975 @@ + + + 4.0.0 + org.codehaus.groovy + groovy-bom + 3.0.17 + pom + Apache Groovy + Groovy: A powerful, dynamic language for the JVM + https://groovy-lang.org + 2003 + + Apache Software Foundation + https://apache.org + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + glaforge + Guillaume Laforge + Google + + Developer + + + + bob + bob mcwhirter + bob@werken.com + The Werken Company + + Founder + + + + jstrachan + James Strachan + james@coredevelopers.com + Core Developers Network + + Founder + + + + joe + Joe Walnes + ThoughtWorks + + Developer Emeritus + + + + skizz + Chris Stevenson + ThoughtWorks + + Developer Emeritus + + + + jamiemc + Jamie McCrindle + Three + + Developer Emeritus + + + + mattf + Matt Foemmel + ThoughtWorks + + Developer Emeritus + + + + alextkachman + Alex Tkachman + + Developer Emeritus + + + + roshandawrani + Roshan Dawrani + + Developer Emeritus + + + + spullara + Sam Pullara + sam@sampullara.com + + Developer Emeritus + + + + kasper + Kasper Nielsen + + Developer Emeritus + + + + travis + Travis Kay + + Developer Emeritus + + + + zohar + Zohar Melamed + + Developer Emeritus + + + + jwilson + John Wilson + tug@wilson.co.uk + The Wilson Partnership + + Developer Emeritus + + + + cpoirier + Chris Poirier + cpoirier@dreaming.org + + Developer Emeritus + + + + ckl + Christiaan ten Klooster + ckl@dacelo.nl + Dacelo WebDevelopment + + Developer Emeritus + + + + goetze + Steve Goetze + goetze@dovetail.com + Dovetailed Technologies, LLC + + Developer Emeritus + + + + bran + Bing Ran + b55r@sina.com + Leadingcare + + Developer Emeritus + + + + jez + Jeremy Rayner + jeremy.rayner@gmail.com + javanicus + + Developer Emeritus + + + + jstump + John Stump + johnstump2@yahoo.com + + Developer Emeritus + + + + blackdrag + Jochen Theodorou + blackdrag@gmx.org + + Developer + + + + russel + Russel Winder + russel@winder.org.uk + Concertant LLP & It'z Interactive Ltd + + Developer + Founder of Gant + + + + phk + Pilho Kim + phkim@cluecom.co.kr + + Developer Emeritus + + + + cstein + Christian Stein + sormuras@gmx.de + CTSR.de + + Developer Emeritus + + + + mittie + Dierk Koenig + Karakun AG + + Developer + + + + paulk + Paul King + paulk@asert.com.au + OCI, Australia + + Project Manager + Developer + + + + galleon + Guillaume Alleon + guillaume.alleon@gmail.com + + Developer Emeritus + + + + user57 + Jason Dillon + jason@planet57.com + + Developer Emeritus + + + + shemnon + Danno Ferrin + + Developer Emeritus + + + + jwill + James Williams + + Developer Emeritus + + + + timyates + Tim Yates + + Developer + + + + aalmiray + Andres Almiray + aalmiray@users.sourceforge.net + + Developer + + + + mguillem + Marc Guillemot + mguillemot@yahoo.fr + + Developer Emeritus + + + + jimwhite + Jim White + jim@pagesmiths.com + IFCX.org + + Developer + + + + pniederw + Peter Niederwieser + pniederw@gmail.com + + Developer Emeritus + + + + andresteingress + Andre Steingress + + Developer + + + + hamletdrc + Hamlet D'Arcy + hamletdrc@gmail.com + + Developer Emeritus + + + + melix + Cedric Champeau + cedric.champeau@gmail.com + + Developer + + + + pascalschumacher + Pascal Schumacher + + Developer + + + + sunlan + Daniel Sun + + Developer + + + + rpopma + Remko Popma + + Developer + + + + grocher + Graeme Rocher + + Developer + + + + emilles + Eric Milles + Thomson Reuters + + Developer + + + + + + Joern Eyrich + + + Robert Kuzelj + + + Rod Cope + + + Yuri Schimke + + + James Birchfield + + + Robert Fuller + + + Sergey Udovenko + + + Hallvard Traetteberg + + + Peter Reilly + + + Brian McCallister + + + Richard Monson-Haefel + + + Brian Larson + + + Artur Biesiadowski + abies@pg.gda.pl + + + Ivan Z. Ganza + + + Larry Jacobson + + + Jake Gage + + + Arjun Nayyar + + + Masato Nagai + + + Mark Chu-Carroll + + + Mark Turansky + + + Jean-Louis Berliet + + + Graham Miller + + + Marc Palmer + + + Tugdual Grall + + + Edwin Tellman + + + Evan "Hippy" Slatis + + + Mike Dillon + + + Bernhard Huber + + + Yasuharu Nakano + + + Marc DeXeT + + + Dejan Bosanac + dejan@nighttale.net + + + Denver Dino + + + Ted Naleid + + + Ted Leung + + + Merrick Schincariol + + + Chanwit Kaewkasi + + + Stefan Matthias Aust + + + Andy Dwelly + + + Philip Milne + + + Tiago Fernandez + + + Steve Button + + + Joachim Baumann + + + Jochen Eddel+ + + + Ilinca V. Hallberg + + + Björn Westlin + + + Andrew Glover + + + Brad Long + + + John Bito + + + Jim Jagielski + + + Rodolfo Velasco + + + John Hurst + + + Merlyn Albery-Speyer + + + jeremi Joslin + + + UEHARA Junji + + + NAKANO Yasuharu + + + Dinko Srkoc + + + Raffaele Cigni + + + Alberto Vilches Raton + + + Paulo Poiati + + + Alexander Klein + + + Adam Murdoch + + + David Durham + + + Daniel Henrique Alves Lima + + + John Wagenleitner + + + Colin Harrington + + + Brian Alexander + + + Jan Weitz + + + Chris K Wensel + + + David Sutherland + + + Mattias Reichel + + + David Lee + + + Sergei Egorov + + + Hein Meling + + + Michael Baehr + + + Craig Andrews + + + Peter Ledbrook + + + Scott Stirling + + + Thibault Kruse + + + Tim Tiemens + + + Mike Spille + + + Nikolay Chugunov + + + Francesco Durbin + + + Paolo Di Tommaso + + + Rene Scheibe + + + Matias Bjarland + + + Tomasz Bujok + + + Richard Hightower + + + Andrey Bloschetsov + + + Yu Kobayashi + + + Nick Grealy + + + Vaclav Pech + + + Chuck Tassoni + + + Steven Devijver + + + Ben Manes + + + Troy Heninger + + + Andrew Eisenberg + + + Eric Milles + + + Kohsuke Kawaguchi + + + Scott Vlaminck + + + Hjalmar Ekengren + + + Rafael Luque + + + Joachim Heldmann + + + dgouyette + + + Marcin Grzejszczak + + + Pap Lőrinc + + + Guillaume Balaine + + + Santhosh Kumar T + + + Alan Green + + + Marty Saxton + + + Marcel Overdijk + + + Jonathan Carlson + + + Thomas Heller + + + John Stump + + + Ivan Ganza + + + Alex Popescu + + + Martin Kempf + + + Martin Ghados + + + Martin Stockhammer + + + Martin C. Martin + + + Alexey Verkhovsky + + + Alberto Mijares + + + Matthias Cullmann + + + Tomek Bujok + + + Stephane Landelle + + + Stephane Maldini + + + Mark Volkmann + + + Andrew Taylor + + + Vladimir Vivien + + + Vladimir Orany + + + Joe Wolf + + + Kent Inge Fagerland Simonsen + + + Tom Nichols + + + Ingo Hoffmann + + + Sergii Bondarenko + + + mgroovy + + + Dominik Przybysz + + + Jason Thomas + + + Trygve Amundsens + + + Morgan Hankins + + + Shruti Gupta + + + Ben Yu + + + Dejan Bosanac + + + Lidia Donajczyk-Lipinska + + + Peter Gromov + + + Johannes Link + + + Chris Reeves + + + Sean Timm + + + Dmitry Vyazelenko + + + + + Groovy Developer List + https://mail-archives.apache.org/mod_mbox/groovy-dev/ + + + Groovy User List + https://mail-archives.apache.org/mod_mbox/groovy-users/ + + + + scm:git:https://github.com/apache/groovy.git + scm:git:https://github.com/apache/groovy.git + https://github.com/apache/groovy.git + + + jira + https://issues.apache.org/jira/browse/GROOVY + + + + + org.codehaus.groovy + groovy + 3.0.17 + + + org.codehaus.groovy + groovy-ant + 3.0.17 + + + org.codehaus.groovy + groovy-astbuilder + 3.0.17 + + + org.codehaus.groovy + groovy-bsf + 3.0.17 + + + org.codehaus.groovy + groovy-cli-commons + 3.0.17 + + + org.codehaus.groovy + groovy-cli-picocli + 3.0.17 + + + org.codehaus.groovy + groovy-console + 3.0.17 + + + org.codehaus.groovy + groovy-datetime + 3.0.17 + + + org.codehaus.groovy + groovy-dateutil + 3.0.17 + + + org.codehaus.groovy + groovy-docgenerator + 3.0.17 + + + org.codehaus.groovy + groovy-groovydoc + 3.0.17 + + + org.codehaus.groovy + groovy-groovysh + 3.0.17 + + + org.codehaus.groovy + groovy-jaxb + 3.0.17 + + + org.codehaus.groovy + groovy-jmx + 3.0.17 + + + org.codehaus.groovy + groovy-json + 3.0.17 + + + org.codehaus.groovy + groovy-jsr223 + 3.0.17 + + + org.codehaus.groovy + groovy-macro + 3.0.17 + + + org.codehaus.groovy + groovy-nio + 3.0.17 + + + org.codehaus.groovy + groovy-servlet + 3.0.17 + + + org.codehaus.groovy + groovy-sql + 3.0.17 + + + org.codehaus.groovy + groovy-swing + 3.0.17 + + + org.codehaus.groovy + groovy-templates + 3.0.17 + + + org.codehaus.groovy + groovy-test + 3.0.17 + + + org.codehaus.groovy + groovy-test-junit5 + 3.0.17 + + + org.codehaus.groovy + groovy-testng + 3.0.17 + + + org.codehaus.groovy + groovy-xml + 3.0.17 + + + org.codehaus.groovy + groovy-yaml + 3.0.17 + + + + diff --git a/org/codehaus/groovy/groovy-bom/3.0.17/groovy-bom-3.0.17.pom.sha1 b/org/codehaus/groovy/groovy-bom/3.0.17/groovy-bom-3.0.17.pom.sha1 new file mode 100644 index 0000000..42efa6e --- /dev/null +++ b/org/codehaus/groovy/groovy-bom/3.0.17/groovy-bom-3.0.17.pom.sha1 @@ -0,0 +1 @@ +3e20a1867802a49faa9e5335c8b85d8c0067bdcc \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-archiver/3.6.0/_remote.repositories b/org/codehaus/plexus/plexus-archiver/3.6.0/_remote.repositories index c00c90d..fd58a88 100644 --- a/org/codehaus/plexus/plexus-archiver/3.6.0/_remote.repositories +++ b/org/codehaus/plexus/plexus-archiver/3.6.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:06 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 plexus-archiver-3.6.0.pom>public= +plexus-archiver-3.6.0.jar>public= diff --git a/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar b/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar new file mode 100644 index 0000000..0000057 Binary files /dev/null and b/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar differ diff --git a/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar.sha1 b/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar.sha1 new file mode 100644 index 0000000..814cc67 --- /dev/null +++ b/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar.sha1 @@ -0,0 +1 @@ +1b74dd2c2f4209d227673c2a233a1db60956b8ab \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-archiver/4.9.2/_remote.repositories b/org/codehaus/plexus/plexus-archiver/4.9.2/_remote.repositories index 574cdc7..f4d2b00 100644 --- a/org/codehaus/plexus/plexus-archiver/4.9.2/_remote.repositories +++ b/org/codehaus/plexus/plexus-archiver/4.9.2/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:46 CST 2025 +#Mon Jun 23 10:26:47 CST 2025 +plexus-archiver-4.9.2.jar>public= plexus-archiver-4.9.2.pom>public= diff --git a/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar b/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar new file mode 100644 index 0000000..f74544e Binary files /dev/null and b/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar differ diff --git a/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar.sha1 b/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar.sha1 new file mode 100644 index 0000000..be05e6c --- /dev/null +++ b/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar.sha1 @@ -0,0 +1 @@ +a03ed402ef8468c1d1bda368d7213cad67f16a71 \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-classworlds/2.2.2/_remote.repositories b/org/codehaus/plexus/plexus-classworlds/2.2.2/_remote.repositories index 8d39a94..9c31769 100644 --- a/org/codehaus/plexus/plexus-classworlds/2.2.2/_remote.repositories +++ b/org/codehaus/plexus/plexus-classworlds/2.2.2/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:09 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 +plexus-classworlds-2.2.2.jar>public= plexus-classworlds-2.2.2.pom>public= diff --git a/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar b/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar new file mode 100644 index 0000000..e9d8f88 Binary files /dev/null and b/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar differ diff --git a/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar.sha1 b/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar.sha1 new file mode 100644 index 0000000..670c2e0 --- /dev/null +++ b/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar.sha1 @@ -0,0 +1 @@ +3a2bad2b58c1ca765d3f471cea8c1655d70fdfd9 \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-classworlds/2.5.2/_remote.repositories b/org/codehaus/plexus/plexus-classworlds/2.5.2/_remote.repositories index e6af7ba..f774104 100644 --- a/org/codehaus/plexus/plexus-classworlds/2.5.2/_remote.repositories +++ b/org/codehaus/plexus/plexus-classworlds/2.5.2/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:55 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 plexus-classworlds-2.5.2.pom>public= +plexus-classworlds-2.5.2.jar>public= diff --git a/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar b/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar new file mode 100644 index 0000000..2560b3f Binary files /dev/null and b/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar differ diff --git a/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar.sha1 b/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar.sha1 new file mode 100644 index 0000000..bdd66d7 --- /dev/null +++ b/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar.sha1 @@ -0,0 +1 @@ +4abb111bfdace5b8167db4c0ef74644f3f88f142 \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-compiler-api/2.2/_remote.repositories b/org/codehaus/plexus/plexus-compiler-api/2.2/_remote.repositories index 4c6b416..2a823c9 100644 --- a/org/codehaus/plexus/plexus-compiler-api/2.2/_remote.repositories +++ b/org/codehaus/plexus/plexus-compiler-api/2.2/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:07 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 +plexus-compiler-api-2.2.jar>public= plexus-compiler-api-2.2.pom>public= diff --git a/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar b/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar new file mode 100644 index 0000000..5f009ed Binary files /dev/null and b/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar differ diff --git a/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar.sha1 b/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar.sha1 new file mode 100644 index 0000000..d632d88 --- /dev/null +++ b/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar.sha1 @@ -0,0 +1 @@ +e9fe39d3b428df50637cccd434b414192e833754 \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-compiler-javac/2.2/_remote.repositories b/org/codehaus/plexus/plexus-compiler-javac/2.2/_remote.repositories index 4ce1624..23ef629 100644 --- a/org/codehaus/plexus/plexus-compiler-javac/2.2/_remote.repositories +++ b/org/codehaus/plexus/plexus-compiler-javac/2.2/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:08 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 plexus-compiler-javac-2.2.pom>public= +plexus-compiler-javac-2.2.jar>public= diff --git a/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar b/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar new file mode 100644 index 0000000..cd40fee Binary files /dev/null and b/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar differ diff --git a/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar.sha1 b/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar.sha1 new file mode 100644 index 0000000..82ba327 --- /dev/null +++ b/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar.sha1 @@ -0,0 +1 @@ +2f3de65bca1d5e6198d3839510a876b29af7b6fd \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-compiler-manager/2.2/_remote.repositories b/org/codehaus/plexus/plexus-compiler-manager/2.2/_remote.repositories index 18f9ddc..4f383a5 100644 --- a/org/codehaus/plexus/plexus-compiler-manager/2.2/_remote.repositories +++ b/org/codehaus/plexus/plexus-compiler-manager/2.2/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:07 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 plexus-compiler-manager-2.2.pom>public= +plexus-compiler-manager-2.2.jar>public= diff --git a/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar b/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar new file mode 100644 index 0000000..f53f818 Binary files /dev/null and b/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar differ diff --git a/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar.sha1 b/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar.sha1 new file mode 100644 index 0000000..1a8d2af --- /dev/null +++ b/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar.sha1 @@ -0,0 +1 @@ +e65c11400242a7a082f9f0d12ffec13dc26ab4c0 \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-component-annotations/1.5.5/_remote.repositories b/org/codehaus/plexus/plexus-component-annotations/1.5.5/_remote.repositories index e3387fa..0252163 100644 --- a/org/codehaus/plexus/plexus-component-annotations/1.5.5/_remote.repositories +++ b/org/codehaus/plexus/plexus-component-annotations/1.5.5/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:51 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 plexus-component-annotations-1.5.5.pom>public= +plexus-component-annotations-1.5.5.jar>public= diff --git a/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar b/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar new file mode 100644 index 0000000..e4de16f Binary files /dev/null and b/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar differ diff --git a/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar.sha1 b/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar.sha1 new file mode 100644 index 0000000..59f9c78 --- /dev/null +++ b/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar.sha1 @@ -0,0 +1 @@ +c72f2660d0cbed24246ddb55d7fdc4f7374d2078 \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-component-annotations/1.6/_remote.repositories b/org/codehaus/plexus/plexus-component-annotations/1.6/_remote.repositories index f06c6d0..70e4686 100644 --- a/org/codehaus/plexus/plexus-component-annotations/1.6/_remote.repositories +++ b/org/codehaus/plexus/plexus-component-annotations/1.6/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:48 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 plexus-component-annotations-1.6.pom>public= +plexus-component-annotations-1.6.jar>public= diff --git a/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar b/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar new file mode 100644 index 0000000..22e433d Binary files /dev/null and b/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar differ diff --git a/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar.sha1 b/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar.sha1 new file mode 100644 index 0000000..30be65e --- /dev/null +++ b/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar.sha1 @@ -0,0 +1 @@ +1a34a4e12b5fded8c548a568f463dfee21500927 \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-container-default/1.5.5/_remote.repositories b/org/codehaus/plexus/plexus-container-default/1.5.5/_remote.repositories index 5ccd989..014783e 100644 --- a/org/codehaus/plexus/plexus-container-default/1.5.5/_remote.repositories +++ b/org/codehaus/plexus/plexus-container-default/1.5.5/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:08 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 plexus-container-default-1.5.5.pom>public= +plexus-container-default-1.5.5.jar>public= diff --git a/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar b/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar new file mode 100644 index 0000000..0267820 Binary files /dev/null and b/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar differ diff --git a/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar.sha1 b/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar.sha1 new file mode 100644 index 0000000..466e271 --- /dev/null +++ b/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar.sha1 @@ -0,0 +1 @@ +0265fa2851d31c2e2177859a518987595efe146b \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-interpolation/1.22/_remote.repositories b/org/codehaus/plexus/plexus-interpolation/1.22/_remote.repositories index 27396a8..f7addaa 100644 --- a/org/codehaus/plexus/plexus-interpolation/1.22/_remote.repositories +++ b/org/codehaus/plexus/plexus-interpolation/1.22/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:57 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 +plexus-interpolation-1.22.jar>public= plexus-interpolation-1.22.pom>public= diff --git a/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar b/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar new file mode 100644 index 0000000..d8c10c1 Binary files /dev/null and b/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar differ diff --git a/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar.sha1 b/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar.sha1 new file mode 100644 index 0000000..96dbde0 --- /dev/null +++ b/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar.sha1 @@ -0,0 +1 @@ +1a3c07196ad64b0c5378ee1a2092fd72952e20bd \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-interpolation/1.26/_remote.repositories b/org/codehaus/plexus/plexus-interpolation/1.26/_remote.repositories index 91c93b5..fc6e55f 100644 --- a/org/codehaus/plexus/plexus-interpolation/1.26/_remote.repositories +++ b/org/codehaus/plexus/plexus-interpolation/1.26/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:44 CST 2025 +#Mon Jun 23 10:26:33 CST 2025 plexus-interpolation-1.26.pom>public= +plexus-interpolation-1.26.jar>public= diff --git a/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar b/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar new file mode 100644 index 0000000..cfcf162 Binary files /dev/null and b/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar differ diff --git a/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar.sha1 b/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar.sha1 new file mode 100644 index 0000000..c7ee893e --- /dev/null +++ b/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar.sha1 @@ -0,0 +1 @@ +25b919c664b79795ccde0ede5cee0fd68b544197 \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-interpolation/1.27/_remote.repositories b/org/codehaus/plexus/plexus-interpolation/1.27/_remote.repositories index 0c8e043..3060ea6 100644 --- a/org/codehaus/plexus/plexus-interpolation/1.27/_remote.repositories +++ b/org/codehaus/plexus/plexus-interpolation/1.27/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:51 CST 2025 +#Mon Jun 23 10:26:47 CST 2025 +plexus-interpolation-1.27.jar>public= plexus-interpolation-1.27.pom>public= diff --git a/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar b/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar new file mode 100644 index 0000000..494191b Binary files /dev/null and b/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar differ diff --git a/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar.sha1 b/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar.sha1 new file mode 100644 index 0000000..4c4779f --- /dev/null +++ b/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar.sha1 @@ -0,0 +1 @@ +8dc73f4ff5eafcbb7ec035ba54736e828b272533 \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-io/3.0.1/_remote.repositories b/org/codehaus/plexus/plexus-io/3.0.1/_remote.repositories index b119d3e..07f1e0c 100644 --- a/org/codehaus/plexus/plexus-io/3.0.1/_remote.repositories +++ b/org/codehaus/plexus/plexus-io/3.0.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:06 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 +plexus-io-3.0.1.jar>public= plexus-io-3.0.1.pom>public= diff --git a/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar b/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar new file mode 100644 index 0000000..4e24167 Binary files /dev/null and b/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar differ diff --git a/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar.sha1 b/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar.sha1 new file mode 100644 index 0000000..6b74024 --- /dev/null +++ b/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar.sha1 @@ -0,0 +1 @@ +f80682b2005e1274b5f50704ccb34bcf144fbda2 \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-io/3.4.2/_remote.repositories b/org/codehaus/plexus/plexus-io/3.4.2/_remote.repositories index 1d9e48d..df955cb 100644 --- a/org/codehaus/plexus/plexus-io/3.4.2/_remote.repositories +++ b/org/codehaus/plexus/plexus-io/3.4.2/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:47 CST 2025 +#Mon Jun 23 10:26:47 CST 2025 +plexus-io-3.4.2.jar>public= plexus-io-3.4.2.pom>public= diff --git a/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar b/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar new file mode 100644 index 0000000..b167754 Binary files /dev/null and b/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar differ diff --git a/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar.sha1 b/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar.sha1 new file mode 100644 index 0000000..07c1db6 --- /dev/null +++ b/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar.sha1 @@ -0,0 +1 @@ +40deb3076e4597f1ef973dc794f3a510fa3a942d \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-java/1.2.0/_remote.repositories b/org/codehaus/plexus/plexus-java/1.2.0/_remote.repositories index 38c2842..d785cca 100644 --- a/org/codehaus/plexus/plexus-java/1.2.0/_remote.repositories +++ b/org/codehaus/plexus/plexus-java/1.2.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:58 CST 2025 +#Mon Jun 23 10:26:46 CST 2025 plexus-java-1.2.0.pom>public= +plexus-java-1.2.0.jar>public= diff --git a/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar b/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar new file mode 100644 index 0000000..1e38ac1 Binary files /dev/null and b/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar differ diff --git a/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar.sha1 b/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar.sha1 new file mode 100644 index 0000000..a9867d9 --- /dev/null +++ b/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar.sha1 @@ -0,0 +1 @@ +3f161764aac786d64c4cac26511215369250d4fd \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-utils/1.5.1/_remote.repositories b/org/codehaus/plexus/plexus-utils/1.5.1/_remote.repositories index 66a103c..9cecc8c 100644 --- a/org/codehaus/plexus/plexus-utils/1.5.1/_remote.repositories +++ b/org/codehaus/plexus/plexus-utils/1.5.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:45 CST 2025 +#Mon Jun 23 10:26:34 CST 2025 plexus-utils-1.5.1.pom>public= +plexus-utils-1.5.1.jar>public= diff --git a/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar b/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar new file mode 100644 index 0000000..eddd858 Binary files /dev/null and b/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar differ diff --git a/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar.sha1 b/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar.sha1 new file mode 100644 index 0000000..29d7126 --- /dev/null +++ b/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar.sha1 @@ -0,0 +1 @@ +342d1eb41a2bc7b52fa2e54e9872463fc86e2650 \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-utils/3.1.0/_remote.repositories b/org/codehaus/plexus/plexus-utils/3.1.0/_remote.repositories index aea7444..6facb83 100644 --- a/org/codehaus/plexus/plexus-utils/3.1.0/_remote.repositories +++ b/org/codehaus/plexus/plexus-utils/3.1.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:06 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 plexus-utils-3.1.0.pom>public= +plexus-utils-3.1.0.jar>public= diff --git a/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar b/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar new file mode 100644 index 0000000..d5c008e Binary files /dev/null and b/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar differ diff --git a/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar.sha1 b/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar.sha1 new file mode 100644 index 0000000..df8c1fb --- /dev/null +++ b/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar.sha1 @@ -0,0 +1 @@ +60eecb6f15abdb1c653ad80abaac6fe188b3feaa \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-utils/3.5.1/_remote.repositories b/org/codehaus/plexus/plexus-utils/3.5.1/_remote.repositories index 481f2f4..77e4eea 100644 --- a/org/codehaus/plexus/plexus-utils/3.5.1/_remote.repositories +++ b/org/codehaus/plexus/plexus-utils/3.5.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:45 CST 2025 +#Mon Jun 23 10:26:33 CST 2025 plexus-utils-3.5.1.pom>public= +plexus-utils-3.5.1.jar>public= diff --git a/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar b/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar new file mode 100644 index 0000000..1873c52 Binary files /dev/null and b/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar differ diff --git a/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar.sha1 b/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar.sha1 new file mode 100644 index 0000000..08b512b --- /dev/null +++ b/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar.sha1 @@ -0,0 +1 @@ +c6bfb17c97ecc8863e88778ea301be742c62b06d \ No newline at end of file diff --git a/org/codehaus/plexus/plexus-utils/4.0.1/_remote.repositories b/org/codehaus/plexus/plexus-utils/4.0.1/_remote.repositories index 4c71828..3509f48 100644 --- a/org/codehaus/plexus/plexus-utils/4.0.1/_remote.repositories +++ b/org/codehaus/plexus/plexus-utils/4.0.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:45 CST 2025 +#Mon Jun 23 10:26:47 CST 2025 plexus-utils-4.0.1.pom>public= +plexus-utils-4.0.1.jar>public= diff --git a/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar b/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar new file mode 100644 index 0000000..82b3383 Binary files /dev/null and b/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar differ diff --git a/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar.sha1 b/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar.sha1 new file mode 100644 index 0000000..b2a2f57 --- /dev/null +++ b/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar.sha1 @@ -0,0 +1 @@ +2162c639aa9b081ef2a0be9d41643513e284bf99 \ No newline at end of file diff --git a/org/eclipse/aether/aether-api/1.0.0.v20140518/_remote.repositories b/org/eclipse/aether/aether-api/1.0.0.v20140518/_remote.repositories index eddb919..f97a64c 100644 --- a/org/eclipse/aether/aether-api/1.0.0.v20140518/_remote.repositories +++ b/org/eclipse/aether/aether-api/1.0.0.v20140518/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:47 CST 2025 +#Mon Jun 23 10:26:46 CST 2025 aether-api-1.0.0.v20140518.pom>public= +aether-api-1.0.0.v20140518.jar>public= diff --git a/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar b/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar new file mode 100644 index 0000000..d564989 Binary files /dev/null and b/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar differ diff --git a/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar.sha1 b/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar.sha1 new file mode 100644 index 0000000..e754da6 --- /dev/null +++ b/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar.sha1 @@ -0,0 +1 @@ +be68e917f454dcd841865ad7cf9b7615b26a51f7 \ No newline at end of file diff --git a/org/eclipse/aether/aether-api/1.0.2.v20150114/_remote.repositories b/org/eclipse/aether/aether-api/1.0.2.v20150114/_remote.repositories index 9cadb16..9d1b4e9 100644 --- a/org/eclipse/aether/aether-api/1.0.2.v20150114/_remote.repositories +++ b/org/eclipse/aether/aether-api/1.0.2.v20150114/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:03 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 +aether-api-1.0.2.v20150114.jar>public= aether-api-1.0.2.v20150114.pom>public= diff --git a/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar b/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar new file mode 100644 index 0000000..c8adbaa Binary files /dev/null and b/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar differ diff --git a/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar.sha1 b/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar.sha1 new file mode 100644 index 0000000..5337b6f --- /dev/null +++ b/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar.sha1 @@ -0,0 +1 @@ +839f93a5213fb3e233b09bfd6d6b95669f7043c0 \ No newline at end of file diff --git a/org/eclipse/aether/aether-impl/1.0.2.v20150114/_remote.repositories b/org/eclipse/aether/aether-impl/1.0.2.v20150114/_remote.repositories index 7a1fff3..41078dd 100644 --- a/org/eclipse/aether/aether-impl/1.0.2.v20150114/_remote.repositories +++ b/org/eclipse/aether/aether-impl/1.0.2.v20150114/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:04 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 +aether-impl-1.0.2.v20150114.jar>public= aether-impl-1.0.2.v20150114.pom>public= diff --git a/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar b/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar new file mode 100644 index 0000000..f764315 Binary files /dev/null and b/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar differ diff --git a/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar.sha1 b/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar.sha1 new file mode 100644 index 0000000..d56ba51 --- /dev/null +++ b/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar.sha1 @@ -0,0 +1 @@ +f147539e6e60dfbda9ef7f6d750066170f61b7a1 \ No newline at end of file diff --git a/org/eclipse/aether/aether-spi/1.0.2.v20150114/_remote.repositories b/org/eclipse/aether/aether-spi/1.0.2.v20150114/_remote.repositories index 58d976a..d3402ea 100644 --- a/org/eclipse/aether/aether-spi/1.0.2.v20150114/_remote.repositories +++ b/org/eclipse/aether/aether-spi/1.0.2.v20150114/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:04 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 aether-spi-1.0.2.v20150114.pom>public= +aether-spi-1.0.2.v20150114.jar>public= diff --git a/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar b/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar new file mode 100644 index 0000000..59c0935 Binary files /dev/null and b/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar differ diff --git a/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar.sha1 b/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar.sha1 new file mode 100644 index 0000000..106b892 --- /dev/null +++ b/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar.sha1 @@ -0,0 +1 @@ +8428dfa330107984f3e3ac05cc3ebd50b2676866 \ No newline at end of file diff --git a/org/eclipse/aether/aether-util/1.0.0.v20140518/_remote.repositories b/org/eclipse/aether/aether-util/1.0.0.v20140518/_remote.repositories index 6fc5792..91ac2fc 100644 --- a/org/eclipse/aether/aether-util/1.0.0.v20140518/_remote.repositories +++ b/org/eclipse/aether/aether-util/1.0.0.v20140518/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:46 CST 2025 +#Mon Jun 23 10:26:46 CST 2025 +aether-util-1.0.0.v20140518.jar>public= aether-util-1.0.0.v20140518.pom>public= diff --git a/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar b/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar new file mode 100644 index 0000000..ceca79a Binary files /dev/null and b/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar differ diff --git a/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar.sha1 b/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar.sha1 new file mode 100644 index 0000000..58f09d6 --- /dev/null +++ b/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar.sha1 @@ -0,0 +1 @@ +7df5ba98ce8b78985d75fdd8c2981fe69234ef85 \ No newline at end of file diff --git a/org/eclipse/aether/aether-util/1.0.2.v20150114/_remote.repositories b/org/eclipse/aether/aether-util/1.0.2.v20150114/_remote.repositories index bfadfc9..64fef6d 100644 --- a/org/eclipse/aether/aether-util/1.0.2.v20150114/_remote.repositories +++ b/org/eclipse/aether/aether-util/1.0.2.v20150114/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:04 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 +aether-util-1.0.2.v20150114.jar>public= aether-util-1.0.2.v20150114.pom>public= diff --git a/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar b/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar new file mode 100644 index 0000000..fce3fff Binary files /dev/null and b/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar differ diff --git a/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar.sha1 b/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar.sha1 new file mode 100644 index 0000000..c50c1e0 --- /dev/null +++ b/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar.sha1 @@ -0,0 +1 @@ +d2d3c74a5210544b5cdce89a2c1d1c62835692d1 \ No newline at end of file diff --git a/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/_remote.repositories b/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/_remote.repositories index c662c1c..e9c1e80 100644 --- a/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/_remote.repositories +++ b/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:02 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 org.eclipse.sisu.inject-0.3.2.pom>public= +org.eclipse.sisu.inject-0.3.2.jar>public= diff --git a/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar b/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar new file mode 100644 index 0000000..f9251b1 Binary files /dev/null and b/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar differ diff --git a/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar.sha1 b/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar.sha1 new file mode 100644 index 0000000..d1180f8 --- /dev/null +++ b/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar.sha1 @@ -0,0 +1 @@ +59044b92ec27cc6fda7a2d24b2cd6cec23f31d5b \ No newline at end of file diff --git a/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/_remote.repositories b/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/_remote.repositories index 0a9a506..9dc4d8f 100644 --- a/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/_remote.repositories +++ b/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:00 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 org.eclipse.sisu.plexus-0.3.2.pom>public= +org.eclipse.sisu.plexus-0.3.2.jar>public= diff --git a/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar b/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar new file mode 100644 index 0000000..e82b9bc Binary files /dev/null and b/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar differ diff --git a/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar.sha1 b/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar.sha1 new file mode 100644 index 0000000..afac4a3 --- /dev/null +++ b/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar.sha1 @@ -0,0 +1 @@ +cd84cb43788de23847eec2999070f64381bdb495 \ No newline at end of file diff --git a/org/glassfish/jaxb/jaxb-bom/2.3.8/_remote.repositories b/org/glassfish/jaxb/jaxb-bom/2.3.8/_remote.repositories new file mode 100644 index 0000000..00e9ee7 --- /dev/null +++ b/org/glassfish/jaxb/jaxb-bom/2.3.8/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:14 CST 2025 +jaxb-bom-2.3.8.pom>public= diff --git a/org/glassfish/jaxb/jaxb-bom/2.3.8/jaxb-bom-2.3.8.pom b/org/glassfish/jaxb/jaxb-bom/2.3.8/jaxb-bom-2.3.8.pom new file mode 100644 index 0000000..8a37f55 --- /dev/null +++ b/org/glassfish/jaxb/jaxb-bom/2.3.8/jaxb-bom-2.3.8.pom @@ -0,0 +1,250 @@ + + + + + 4.0.0 + + + org.eclipse.ee4j + project + 1.0.8 + + + + org.glassfish.jaxb + jaxb-bom + 2.3.8 + + pom + JAXB BOM + JAXB Bill of Materials (BOM) + https://eclipse-ee4j.github.io/jaxb-ri/ + + + 2.3.3 + 2.3 + 3.0.12 + 1.2.18 + 1.8.3 + + 1.2.2 + + + + + + + + org.glassfish.jaxb + jaxb-runtime + ${project.version} + sources + + + org.glassfish.jaxb + jaxb-xjc + ${project.version} + sources + + + org.glassfish.jaxb + jaxb-jxc + ${project.version} + sources + + + org.glassfish.jaxb + codemodel + ${project.version} + sources + + + org.glassfish.jaxb + txw2 + ${project.version} + sources + + + org.glassfish.jaxb + xsom + ${project.version} + sources + + + + + com.sun.xml.bind + jaxb-impl + ${project.version} + sources + + + com.sun.xml.bind + jaxb-xjc + ${project.version} + sources + + + com.sun.xml.bind + jaxb-jxc + ${project.version} + sources + + + + jakarta.xml.bind + jakarta.xml.bind-api + ${jaxb-api.version} + sources + + + org.jvnet.staxex + stax-ex + ${stax-ex.version} + sources + + + com.sun.xml.fastinfoset + FastInfoset + ${fastinfoset.version} + sources + + + + + + + org.glassfish.jaxb + jaxb-runtime + ${project.version} + + + org.glassfish.jaxb + jaxb-xjc + ${project.version} + + + org.glassfish.jaxb + jaxb-jxc + ${project.version} + + + org.glassfish.jaxb + codemodel + ${project.version} + + + org.glassfish.jaxb + txw2 + ${project.version} + + + org.glassfish.jaxb + xsom + ${project.version} + + + + + + com.sun.xml.bind + jaxb-impl + ${project.version} + + + com.sun.xml.bind + jaxb-xjc + ${project.version} + + + com.sun.xml.bind + jaxb-jxc + ${project.version} + + + + + com.sun.xml.bind + jaxb-osgi + ${project.version} + + + + + + jakarta.xml.bind + jakarta.xml.bind-api + + + jakarta.activation + jakarta.activation-api + + + ${jaxb-api.version} + + + com.sun.istack + istack-commons-runtime + ${istack.version} + + + com.sun.xml.fastinfoset + FastInfoset + ${fastinfoset.version} + + + org.jvnet.staxex + stax-ex + ${stax-ex.version} + + + jakarta.activation + jakarta.activation-api + ${jakarta.activation.version} + + + com.sun.activation + jakarta.activation + ${jakarta.activation.version} + + + + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0-M1 + + + + + diff --git a/org/glassfish/jaxb/jaxb-bom/2.3.8/jaxb-bom-2.3.8.pom.sha1 b/org/glassfish/jaxb/jaxb-bom/2.3.8/jaxb-bom-2.3.8.pom.sha1 new file mode 100644 index 0000000..fbcf84b --- /dev/null +++ b/org/glassfish/jaxb/jaxb-bom/2.3.8/jaxb-bom-2.3.8.pom.sha1 @@ -0,0 +1 @@ +9d35216d2370eeed24e0d6d413c20730cde905bb \ No newline at end of file diff --git a/org/glassfish/jaxb/jaxb-runtime/2.3.8/_remote.repositories b/org/glassfish/jaxb/jaxb-runtime/2.3.8/_remote.repositories new file mode 100644 index 0000000..cb1ae93 --- /dev/null +++ b/org/glassfish/jaxb/jaxb-runtime/2.3.8/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +jaxb-runtime-2.3.8.pom>public= +jaxb-runtime-2.3.8.jar>public= diff --git a/org/glassfish/jaxb/jaxb-runtime/2.3.8/jaxb-runtime-2.3.8.jar b/org/glassfish/jaxb/jaxb-runtime/2.3.8/jaxb-runtime-2.3.8.jar new file mode 100644 index 0000000..7b0e4ac Binary files /dev/null and b/org/glassfish/jaxb/jaxb-runtime/2.3.8/jaxb-runtime-2.3.8.jar differ diff --git a/org/glassfish/jaxb/jaxb-runtime/2.3.8/jaxb-runtime-2.3.8.jar.sha1 b/org/glassfish/jaxb/jaxb-runtime/2.3.8/jaxb-runtime-2.3.8.jar.sha1 new file mode 100644 index 0000000..36cc7f3 --- /dev/null +++ b/org/glassfish/jaxb/jaxb-runtime/2.3.8/jaxb-runtime-2.3.8.jar.sha1 @@ -0,0 +1 @@ +c90a335a07c60db986f29d35b0f8ac0a18f0f989 \ No newline at end of file diff --git a/org/glassfish/jaxb/jaxb-runtime/2.3.8/jaxb-runtime-2.3.8.pom b/org/glassfish/jaxb/jaxb-runtime/2.3.8/jaxb-runtime-2.3.8.pom new file mode 100644 index 0000000..5ccb457 --- /dev/null +++ b/org/glassfish/jaxb/jaxb-runtime/2.3.8/jaxb-runtime-2.3.8.pom @@ -0,0 +1,184 @@ + + + + + 4.0.0 + + + com.sun.xml.bind.mvn + jaxb-runtime-parent + 2.3.8 + ../pom.xml + + + org.glassfish.jaxb + jaxb-runtime + + jar + JAXB Runtime + JAXB (JSR 222) Reference Implementation + https://eclipse-ee4j.github.io/jaxb-ri/ + + + ${project.basedir}/exclude-runtime.xml + + --add-opens org.glassfish.jaxb.runtime/com.sun.xml.bind.v2=java.xml.bind + --add-opens org.glassfish.jaxb.runtime/com.sun.xml.bind.v2.runtime=java.xml.bind + --add-opens org.glassfish.jaxb.runtime/com.sun.xml.bind.v2.schemagen=java.xml.bind + --add-opens org.glassfish.jaxb.runtime/com.sun.xml.bind.v2.schemagen.xmlidref=java.xml.bind + --add-opens java.base/java.lang=org.glassfish.jaxb.runtime + --add-opens java.base/java.lang.reflect=org.glassfish.jaxb.runtime + --add-opens org.glassfish.jaxb.runtime/com.sun.xml.bind.v2.runtime.reflect.opt=java.xml.bind + + + + + + jakarta.xml.bind + jakarta.xml.bind-api + + + jakarta.activation + jakarta.activation-api + provided + + + + ${project.groupId} + txw2 + + + com.sun.istack + istack-commons-runtime + + + + org.jvnet.staxex + stax-ex + true + + + com.sun.xml.fastinfoset + FastInfoset + true + + + + com.sun.activation + jakarta.activation + runtime + + + + junit + junit + test + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-mr-resource + prepare-package + + add-resource + + + + + ${mrjar.sourceDirectory} + META-INF/versions + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + default-compile-mr + + compile + + + + ${mrjar.sourceDirectory}/${upper.java.level} + + ${project.build.outputDirectory}/META-INF/versions/${upper.java.level} + ${upper.java.level} + ${upper.java.level} + + + + + + org.apache.felix + maven-bundle-plugin + + + ${vendor.name} + ${project.groupId} + ${project.version} - ${buildNumber} + true + + javax.activation;version=!, + sun.misc;resolution:=optional, + jdk.internal.misc;resolution:=optional, + * + + + !META-INF.*, + * + + * + + + + + bundle-manifest + process-classes + + manifest + + + + + + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + org.apache.maven.plugins + maven-surefire-plugin + + target/test-out + 1 + false + + + + + diff --git a/org/glassfish/jaxb/jaxb-runtime/2.3.8/jaxb-runtime-2.3.8.pom.sha1 b/org/glassfish/jaxb/jaxb-runtime/2.3.8/jaxb-runtime-2.3.8.pom.sha1 new file mode 100644 index 0000000..7859f5b --- /dev/null +++ b/org/glassfish/jaxb/jaxb-runtime/2.3.8/jaxb-runtime-2.3.8.pom.sha1 @@ -0,0 +1 @@ +d39f1717688d2a2dda896e46d820022d541cc769 \ No newline at end of file diff --git a/org/glassfish/jaxb/txw2/2.3.8/_remote.repositories b/org/glassfish/jaxb/txw2/2.3.8/_remote.repositories new file mode 100644 index 0000000..5e62ba2 --- /dev/null +++ b/org/glassfish/jaxb/txw2/2.3.8/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +txw2-2.3.8.jar>public= +txw2-2.3.8.pom>public= diff --git a/org/glassfish/jaxb/txw2/2.3.8/txw2-2.3.8.jar b/org/glassfish/jaxb/txw2/2.3.8/txw2-2.3.8.jar new file mode 100644 index 0000000..dafabae Binary files /dev/null and b/org/glassfish/jaxb/txw2/2.3.8/txw2-2.3.8.jar differ diff --git a/org/glassfish/jaxb/txw2/2.3.8/txw2-2.3.8.jar.sha1 b/org/glassfish/jaxb/txw2/2.3.8/txw2-2.3.8.jar.sha1 new file mode 100644 index 0000000..c63aa86 --- /dev/null +++ b/org/glassfish/jaxb/txw2/2.3.8/txw2-2.3.8.jar.sha1 @@ -0,0 +1 @@ +66e0297f1196f0d15a776e699de1b8e6ac5d44dd \ No newline at end of file diff --git a/org/glassfish/jaxb/txw2/2.3.8/txw2-2.3.8.pom b/org/glassfish/jaxb/txw2/2.3.8/txw2-2.3.8.pom new file mode 100644 index 0000000..99ae083 --- /dev/null +++ b/org/glassfish/jaxb/txw2/2.3.8/txw2-2.3.8.pom @@ -0,0 +1,54 @@ + + + + 4.0.0 + + + com.sun.xml.bind.mvn + jaxb-txw-parent + 2.3.8 + ../pom.xml + + + org.glassfish.jaxb + txw2 + jar + TXW2 Runtime + + + TXW is a library that allows you to write XML documents. + + https://eclipse-ee4j.github.io/jaxb-ri/ + + + ${project.basedir}/exclude-txw-runtime.xml + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + TXW Runtime + + + + + + + + diff --git a/org/glassfish/jaxb/txw2/2.3.8/txw2-2.3.8.pom.sha1 b/org/glassfish/jaxb/txw2/2.3.8/txw2-2.3.8.pom.sha1 new file mode 100644 index 0000000..9ba6e78 --- /dev/null +++ b/org/glassfish/jaxb/txw2/2.3.8/txw2-2.3.8.pom.sha1 @@ -0,0 +1 @@ +148a1e1aa18dd49e2980960eafac16a46b1ccd03 \ No newline at end of file diff --git a/org/glassfish/jersey/jersey-bom/2.44/_remote.repositories b/org/glassfish/jersey/jersey-bom/2.44/_remote.repositories new file mode 100644 index 0000000..eac1f7f --- /dev/null +++ b/org/glassfish/jersey/jersey-bom/2.44/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:15 CST 2025 +jersey-bom-2.44.pom>public= diff --git a/org/glassfish/jersey/jersey-bom/2.44/jersey-bom-2.44.pom b/org/glassfish/jersey/jersey-bom/2.44/jersey-bom-2.44.pom new file mode 100644 index 0000000..a0db4cb --- /dev/null +++ b/org/glassfish/jersey/jersey-bom/2.44/jersey-bom-2.44.pom @@ -0,0 +1,450 @@ + + + + + + 4.0.0 + + + org.eclipse.ee4j + project + 1.0.9 + + + + org.glassfish.jersey + jersey-bom + 2.44 + pom + jersey-bom + + Jersey Bill of Materials (BOM) + + + + + org.glassfish.jersey.core + jersey-common + ${project.version} + + + org.glassfish.jersey.core + jersey-client + ${project.version} + + + org.glassfish.jersey.core + jersey-server + ${project.version} + + + org.glassfish.jersey.bundles + jaxrs-ri + ${project.version} + + + org.glassfish.jersey.connectors + jersey-apache-connector + ${project.version} + + + org.glassfish.jersey.connectors + jersey-apache5-connector + ${project.version} + + + org.glassfish.jersey.connectors + jersey-helidon-connector + ${project.version} + + + org.glassfish.jersey.connectors + jersey-grizzly-connector + ${project.version} + + + org.glassfish.jersey.connectors + jersey-jetty-connector + ${project.version} + + + org.glassfish.jersey.connectors + jersey-jetty-http2-connector + ${project.version} + + + org.glassfish.jersey.connectors + jersey-jdk-connector + ${project.version} + + + org.glassfish.jersey.connectors + jersey-netty-connector + ${project.version} + + + org.glassfish.jersey.containers + jersey-container-jetty-http + ${project.version} + + + org.glassfish.jersey.containers + jersey-container-jetty-http2 + ${project.version} + + + org.glassfish.jersey.containers + jersey-container-grizzly2-http + ${project.version} + + + org.glassfish.jersey.containers + jersey-container-grizzly2-servlet + ${project.version} + + + org.glassfish.jersey.containers + jersey-container-jetty-servlet + ${project.version} + + + org.glassfish.jersey.containers + jersey-container-jdk-http + ${project.version} + + + org.glassfish.jersey.containers + jersey-container-netty-http + ${project.version} + + + org.glassfish.jersey.containers + jersey-container-servlet + ${project.version} + + + org.glassfish.jersey.containers + jersey-container-servlet-core + ${project.version} + + + org.glassfish.jersey.containers + jersey-container-simple-http + ${project.version} + + + org.glassfish.jersey.containers.glassfish + jersey-gf-ejb + ${project.version} + + + org.glassfish.jersey.ext + jersey-bean-validation + ${project.version} + + + org.glassfish.jersey.ext + jersey-entity-filtering + ${project.version} + + + org.glassfish.jersey.ext + jersey-micrometer + ${project.version} + + + org.glassfish.jersey.ext + jersey-metainf-services + ${project.version} + + + org.glassfish.jersey.ext.microprofile + jersey-mp-config + ${project.version} + + + org.glassfish.jersey.ext + jersey-mvc + ${project.version} + + + org.glassfish.jersey.ext + jersey-mvc-bean-validation + ${project.version} + + + org.glassfish.jersey.ext + jersey-mvc-freemarker + ${project.version} + + + org.glassfish.jersey.ext + jersey-mvc-jsp + ${project.version} + + + org.glassfish.jersey.ext + jersey-mvc-mustache + ${project.version} + + + org.glassfish.jersey.ext + jersey-proxy-client + ${project.version} + + + org.glassfish.jersey.ext + jersey-servlet-portability + ${project.version} + + + org.glassfish.jersey.ext + jersey-spring5 + ${project.version} + + + org.glassfish.jersey.ext + jersey-declarative-linking + ${project.version} + + + org.glassfish.jersey.ext + jersey-wadl-doclet + ${project.version} + + + org.glassfish.jersey.ext.cdi + jersey-weld2-se + ${project.version} + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x + ${project.version} + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-transaction + ${project.version} + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-validation + ${project.version} + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-servlet + ${project.version} + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-ban-custom-hk2-binding + ${project.version} + + + org.glassfish.jersey.ext.cdi + jersey-cdi-rs-inject + ${project.version} + + + org.glassfish.jersey.ext.rx + jersey-rx-client-guava + ${project.version} + + + org.glassfish.jersey.ext.rx + jersey-rx-client-rxjava + ${project.version} + + + org.glassfish.jersey.ext.rx + jersey-rx-client-rxjava2 + ${project.version} + + + org.glassfish.jersey.ext.microprofile + jersey-mp-rest-client + ${project.version} + + + org.glassfish.jersey.media + jersey-media-jaxb + ${project.version} + + + org.glassfish.jersey.media + jersey-media-json-jackson + ${project.version} + + + + org.glassfish.jersey.media + jersey-media-json-jettison + ${project.version} + + + org.glassfish.jersey.media + jersey-media-json-processing + ${project.version} + + + org.glassfish.jersey.media + jersey-media-json-gson + ${project.version} + + + org.glassfish.jersey.media + jersey-media-json-binding + ${project.version} + + + org.glassfish.jersey.media + jersey-media-kryo + ${project.version} + + + org.glassfish.jersey.media + jersey-media-moxy + ${project.version} + + + org.glassfish.jersey.media + jersey-media-multipart + ${project.version} + + + org.glassfish.jersey.media + jersey-media-sse + ${project.version} + + + org.glassfish.jersey.security + oauth1-client + ${project.version} + + + org.glassfish.jersey.security + oauth1-server + ${project.version} + + + org.glassfish.jersey.security + oauth1-signature + ${project.version} + + + org.glassfish.jersey.security + oauth2-client + ${project.version} + + + org.glassfish.jersey.inject + jersey-hk2 + ${project.version} + + + org.glassfish.jersey.inject + jersey-cdi2-se + ${project.version} + + + org.glassfish.jersey.test-framework + jersey-test-framework-core + ${project.version} + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-bundle + ${project.version} + pom + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-external + ${project.version} + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-grizzly2 + ${project.version} + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-inmemory + ${project.version} + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-jdk-http + ${project.version} + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-simple + ${project.version} + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-jetty + ${project.version} + + + org.glassfish.jersey.test-framework + jersey-test-framework-util + ${project.version} + + + + + + + + org.glassfish.copyright + glassfish-copyright-maven-plugin + 2.4 + true + + + + + + + project-info + + false + + + + + + localhost + http://localhost + + + + + diff --git a/org/glassfish/jersey/jersey-bom/2.44/jersey-bom-2.44.pom.sha1 b/org/glassfish/jersey/jersey-bom/2.44/jersey-bom-2.44.pom.sha1 new file mode 100644 index 0000000..ef2713d --- /dev/null +++ b/org/glassfish/jersey/jersey-bom/2.44/jersey-bom-2.44.pom.sha1 @@ -0,0 +1 @@ +cab102f81acc2d3c3e81bfcb392ad061e2c6ed32 \ No newline at end of file diff --git a/org/hibernate/validator/hibernate-validator-parent/6.2.5.Final/_remote.repositories b/org/hibernate/validator/hibernate-validator-parent/6.2.5.Final/_remote.repositories new file mode 100644 index 0000000..a5d5974 --- /dev/null +++ b/org/hibernate/validator/hibernate-validator-parent/6.2.5.Final/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:15 CST 2025 +hibernate-validator-parent-6.2.5.Final.pom>public= diff --git a/org/hibernate/validator/hibernate-validator-parent/6.2.5.Final/hibernate-validator-parent-6.2.5.Final.pom b/org/hibernate/validator/hibernate-validator-parent/6.2.5.Final/hibernate-validator-parent-6.2.5.Final.pom new file mode 100644 index 0000000..39d7084 --- /dev/null +++ b/org/hibernate/validator/hibernate-validator-parent/6.2.5.Final/hibernate-validator-parent-6.2.5.Final.pom @@ -0,0 +1,1523 @@ + + + + 4.0.0 + + org.hibernate.validator + hibernate-validator-parent + 6.2.5.Final + pom + + Hibernate Validator Aggregator + http://hibernate.org/validator + Aggregator of the Hibernate Validator modules. + + + + epbernard + Emmanuel Bernard + emmanuel@hibernate.org + Red Hat, Inc. + http://in.relation.to/emmanuel-bernard/ + + + hardy.ferentschik + Hardy Ferentschik + hferents@redhat.com + Red Hat, Inc. + http://in.relation.to/hardy-ferentschik/ + + + gunnar.morling + Gunnar Morling + gunnar@hibernate.org + Red Hat, Inc. + http://in.relation.to/gunnar-morling/ + + + kevinpollet + Kevin Pollet + kevin.pollet@serli.com + SERLI + http://www.serli.com/ + + + davide.dalto + Davide D'Alto + davide@hibernate.org + Red Hat, Inc. + http://in.relation.to/davide-dalto/ + + + guillaume.smet + Guillaume Smet + guillaume.smet@hibernate.org + Red Hat, Inc. + http://in.relation.to/guillaume-smet/ + + + marko.bekhta + Marko Bekhta + marko.prykladna@gmail.com + http://in.relation.to/marko-bekhta/ + + + + + + George Gastaldi + gegastaldi@gmail.com + + + + + + hibernate-dev + hibernate-dev@lists.jboss.org + + + + + test-utils + build-config + engine + tck-runner + annotation-processor + performance + cdi + modules + integration + + + + + + 6.0.10.Final + + + + http://beanvalidation.org/2.0/spec/ + http://docs.oracle.com/javase/8/docs/api + http://docs.oracle.com/javase/8/docs/technotes + http://docs.oracle.com/javaee/7/api + http://docs.oracle.com/javase/8/javase-clienttechnologies.htm + http://docs.jboss.org/hibernate/beanvalidation/spec/2.0/api + http://javamoney.github.io/apidocs + + + + org.hibernate.validator + org.hibernate.validator.cdi + + + + 2.0.2 + 2.0.6 + + 2.8 + 3.0.3 + 3.4.1.Final + 2.2.1.Final + + + 22.0.0.Final + + + + ${version.wildfly} + + + 1.5.1 + 2.9.7 + 1.7.22 + 2.17.1 + 2.2.3 + + + 2.0.1 + 3.1.1.Final + 2.2.0.Final + 3.2.5 + 1.2.4 + 1.3.5 + 2.1.6 + + + 1.0.1 + 1.1 + + + 1.2 + + + 11.0.2 + + + 1.6.0.Final + 6.14.3 + + 3.8.0 + 4.13.1 + 3.4 + 4.1.2 + 2.4.12 + 30.1.1-jre + 5.3.22 + 1.0.0.Final + 2.13.2.2 + 2.13.2 + 1.10.22 + + + 4.2.0 + 4.12.0 + 2.5.4 + 6.0.0 + 5.2020.2 + 2.3.1 + + + 8.38 + + + + 1.5.6 + 1.0.3.Final + 1.0.3.Final + 9.1.15.0 + 1.6.0-alpha.5 + 1.5.0-alpha.16 + + + + 1.8 + 3.4.2 + 3.0.0 + 3.5.0 + 3.1.1 + 3.0.0 + 3.8.1 + 0.0.6 + 3.0.2 + 1.4.0 + 2.8.2 + 3.0.0-M1 + 3.2 + 1.6 + 3.0.1 + 2.5.2 + 0.11.0 + 3.0.2 + 1.11.1 + 3.0.1 + 3.0 + 2.5.3 + 3.0.2 + 3.1.0 + 1.2 + 3.0.1 + 2.21.0 + 9.2 + ${version.surefire.plugin} + 1.2.1.Final + 14.0.0.Final + 2.1.0.Final + 5.0.3 + 1.6.8 + + + forbidden-junit.txt + + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://oss.sonatype.org/ + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + https://repo.maven.apache.org/maven2/ + + + + . + + UTF-8 + UTF-8 + + + + 8 + ${java.home} + ${java-version.main.compiler.java_home}/bin/javac + + + + ${java.specification.version} + ${java.home} + ${java-version.test.compiler.java_home}/bin/javac + + ${java-version.test.compiler.java_home} + ${java-version.test.launcher.java_home}/bin/java + generate-test-sources + + + true + + + + ${java-version.main.release} + ${java-version.main.release} + ${java-version.test.release} + ${java-version.test.release} + + 10 + + + + + + + + -Dmaven.repo.local=${settings.localRepository} + + ${surefire.jvm.args.additional} ${surefire.jvm.args.add-opens} ${surefire.jvm.args.illegal-access} ${surefire.jvm.args.shrinkwrap} + ${surefire.jvm.args.additional} ${surefire.jvm.args.add-opens} ${surefire.jvm.args.illegal-access} ${surefire.jvm.args.shrinkwrap} + + + default + + + + -Duser.language=en ${arquillian.wildfly.jvm.args.add-opens} ${arquillian.wildfly.jvm.args.add-modules} + + + 17 + 3.3.1 + + + + + + ${project.groupId} + hibernate-validator + ${project.version} + + + ${project.groupId} + hibernate-validator-test-utils + ${project.version} + + + ${project.groupId} + hibernate-validator-cdi + ${project.version} + + + ${project.groupId} + hibernate-validator-annotation-processor + ${project.version} + + + ${project.groupId} + hibernate-validator-modules + ${project.version} + wildfly-${version.wildfly}-patch + zip + + + + jakarta.validation + jakarta.validation-api + ${version.jakarta.validation-api} + + + org.jboss.logging + jboss-logging + ${version.org.jboss.logging.jboss-logging} + + + org.jboss.logging + jboss-logging-processor + ${version.org.jboss.logging.jboss-logging-tools} + + + org.jboss.logging + jboss-logging-annotations + ${version.org.jboss.logging.jboss-logging-tools} + + + org.glassfish + jakarta.el + ${version.org.glassfish.jakarta.el} + + + com.fasterxml + classmate + ${version.com.fasterxml.classmate} + + + joda-time + joda-time + ${version.joda-time} + + + javax.money + money-api + ${version.javax.money} + + + org.javamoney + moneta + ${version.org.javamoney.moneta} + + + org.openjfx + javafx-base + ${version.org.openjfx} + + + net.bytebuddy + byte-buddy + ${version.net.bytebuddy.byte-buddy} + + + org.osgi + org.osgi.core + ${version.org.osgi.core} + + + org.apache.logging.log4j + log4j-core + ${version.org.apache.logging.log4j} + + + org.apache.logging.log4j + log4j-core + test-jar + ${version.org.apache.logging.log4j} + + + org.slf4j + slf4j-api + ${version.org.slf4j} + + + org.apache.logging.log4j + log4j-slf4j-impl + ${version.org.apache.logging.log4j} + + + jakarta.persistence + jakarta.persistence-api + ${version.jakarta.persistence-api} + + + junit + junit + ${version.junit} + + + org.testng + testng + ${version.org.testng} + + + org.codehaus.groovy + groovy-jsr223 + ${version.org.codehaus.groovy} + + + org.easymock + easymock + ${version.org.easymock} + + + org.assertj + assertj-core + ${version.org.assertj.assertj-core} + + + io.rest-assured + rest-assured + ${version.io.rest-assured} + + + org.jboss.arquillian + arquillian-bom + ${version.org.jboss.arquillian} + pom + import + + + jakarta.annotation + jakarta.annotation-api + ${version.jakarta.annotation-api} + + + jakarta.ws.rs + jakarta.ws.rs-api + ${version.jakarta.ws.rs-api} + + + jakarta.interceptor + jakarta.interceptor-api + ${version.jakarta.interceptor-api} + + + jakarta.ejb + jakarta.ejb-api + ${version.jakarta.ejb-api} + + + jakarta.enterprise + jakarta.enterprise.cdi-api + ${version.jakarta.enterprise.cdi-api} + + + jakarta.interceptor + jakarta.interceptor-api + + + jakarta.el + jakarta.el-api + + + + + org.jboss.weld + weld-core-impl + ${version.org.jboss.weld.weld} + + + org.wildfly.arquillian + wildfly-arquillian-container-managed + ${version.org.wildfly.arquillian} + + + sun.jdk + jconsole + + + + + org.jboss.arquillian.container + arquillian-weld-se-embedded-1.1 + ${version.org.jboss.arquillian.container.arquillian-weld-se-embedded-1.1} + test + + + com.thoughtworks.paranamer + paranamer + ${version.com.thoughtworks.paranamer} + + + com.google.guava + guava + ${version.com.google.guava} + test + + + org.springframework + spring-expression + ${version.org.springframework.spring-expression} + test + + + com.fasterxml.jackson.core + jackson-databind + ${version.com.fasterxml.jackson.core.jackson-databind} + test + + + com.fasterxml.jackson.core + jackson-annotations + ${version.com.fasterxml.jackson.core.jackson-annotations} + test + + + + + + + + maven-enforcer-plugin + ${version.enforcer.plugin} + + + enforce-java + + enforce + + + + + [${jdk.min.version},) + + + ${maven.min.version} + + + + javax.validation:validation-api + org.glassfish:javax.el + javax.annotation:javax.annotation-api + org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec + javax.enterprise:cdi-api + javax.persistence:javax.persistence-api + + + + + + + + + com.mycila + license-maven-plugin + + + + + + maven-antrun-plugin + ${version.antrun.plugin} + + + maven-clean-plugin + ${version.clean.plugin} + + + maven-jar-plugin + ${version.jar.plugin} + + + + ${project.artifactId} + ${project.version} + ${project.parent.groupId} + ${project.parent.groupId} + http://hibernate.org/validator/ + + + + + + maven-compiler-plugin + ${version.compiler.plugin} + + + -Aorg.jboss.logging.tools.addGeneratedAnnotation=false + + -parameters + + + + default-compile + + true + ${java-version.main.compiler} + + + + default-testCompile + + true + ${java-version.test.compiler} + + + + + + maven-checkstyle-plugin + ${version.checkstyle.plugin} + + + ${project.groupId} + hibernate-validator-build-config + ${project.version} + + + + com.puppycrawl.tools + checkstyle + ${puppycrawl.checkstyle.version} + + + org.slf4j + jcl-over-slf4j + ${version.org.slf4j} + + + org.slf4j + slf4j-jdk14 + ${version.org.slf4j} + + + + checkstyle.xml + true + true + error + true + false + true + **/*.xml,**/*.properties + + + **/org/hibernate/validator/internal/xml/binding/*.java, + **/Log_$logger.java, + **/Messages_$bundle.java, + **/ConcurrentReferenceHashMap.java, + **/TypeHelper*.java, + **/TckRunner.java + + + + + check-style + verify + + check + + + + + + de.thetaphi + forbiddenapis + ${version.forbiddenapis.plugin} + + ${forbiddenapis.jdk.target} + + false + + **.IgnoreForbiddenApisErrors + + + + org.hibernate.validator + hibernate-validator-build-config + ${project.version} + jar + forbidden-common.txt + + + org.hibernate.validator + hibernate-validator-build-config + ${project.version} + jar + ${forbiddenapis-junit.path} + + + + + + check-main + + check + + verify + + + jdk-unsafe + jdk-deprecated + jdk-system-out + jdk-non-portable + jdk-internal + + + + + check-test + + testCheck + + verify + + + jdk-deprecated + + + + + + + com.mycila + license-maven-plugin + ${version.license.plugin} + +
${hibernate-validator-parent.path}/build-config/src/main/resources/license.header
+ true + + ${hibernate-validator-parent.path}/build-config/src/main/resources/java-header-style.xml + ${hibernate-validator-parent.path}/build-config/src/main/resources/xml-header-style.xml + + + JAVA_CLASS_STYLE + XML_FILE_STYLE + + + + **/org/hibernate/validator/internal/util/TypeHelper.java + **/org/hibernate/validator/test/internal/util/TypeHelperTest.java + **/settings-example.xml + **/src/test/resources/org/hibernate/validator/referenceguide/**/*.* + **/org/hibernate/validator/referenceguide/**/*.* + **/src/test/resources/org/hibernate/validator/test/internal/xml/**/*.xml + .mvn/** + + + **/*.java + **/*.xml + +
+ + + license-headers + + check + + + +
+ + maven-surefire-plugin + ${version.surefire.plugin} + + once + true + + **/*Test.java + + ${java-version.test.launcher} + ${surefire.jvm.args} + ${surefire.environment} + + + ${java-version.test.launcher.java_home} + + + + + + org.ow2.asm + asm + ${version.surefire.plugin.java-version.asm} + + + + + maven-surefire-report-plugin + ${version.surefire.plugin} + + + generate-test-report + test + + report-only + + + + + ${project.build.directory}/surefire-reports + test-report + + + + maven-failsafe-plugin + ${version.failsafe.plugin} + + ${java-version.test.launcher} + ${failsafe.jvm.args} + ${surefire.environment} + + + ${java-version.test.launcher.java_home} + + + + + + org.ow2.asm + asm + ${version.surefire.plugin.java-version.asm} + + + + + maven-dependency-plugin + ${version.dependency.plugin} + + + maven-install-plugin + ${version.install.plugin} + + + maven-assembly-plugin + ${version.assembly.plugin} + + + maven-release-plugin + ${version.release.plugin} + + clean install + true + true + false + true + @{project.version} + documentation-pdf + + + + org.asciidoctor + asciidoctor-maven-plugin + ${version.asciidoctor.plugin} + + + org.jruby + jruby-complete + ${version.org.jruby} + + + org.asciidoctor + asciidoctorj + ${version.org.asciidoctor.asciidoctorj} + + + org.asciidoctor + asciidoctorj-pdf + ${version.org.asciidoctor.asciidoctorj-pdf} + + + org.hibernate.infra + hibernate-asciidoctor-extensions + ${version.org.hibernate.infra.hibernate-asciidoctor-extensions} + + + + + ch.mfrey.maven.plugin + copy-maven-plugin + ${version.copy.plugin} + + + org.apache.felix + maven-bundle-plugin + ${version.bundle.plugin} + + + maven-source-plugin + ${version.source.plugin} + + + maven-javadoc-plugin + ${version.javadoc.plugin} + + true + true + + Red Hat, Inc. All Rights Reserved]]> + + + + maven-deploy-plugin + ${version.deploy.plugin} + + + true + + + + maven-gpg-plugin + ${version.gpg.plugin} + + + maven-resources-plugin + ${version.resources.plugin} + + + false + + ${*} + + + + + org.codehaus.gmavenplus + gmavenplus-plugin + ${version.gmavenplus.plugin} + + + org.codehaus.groovy + groovy-all + ${version.org.codehaus.groovy} + + + + + org.apache.servicemix.tooling + depends-maven-plugin + ${version.depends.plugin} + + + org.codehaus.mojo + build-helper-maven-plugin + ${version.buildhelper.plugin} + + + + com.github.siom79.japicmp + japicmp-maven-plugin + ${version.japicmp.plugin} + + + + org.hibernate.validator + ${project.artifactId} + ${previous.stable} + ${project.packaging} + + + true + + + ${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging} + + + + true + + org.hibernate.validator.internal.* + + + + + + + org.apache.maven.plugins + maven-shade-plugin + ${version.shade.plugin} + + + + org.jboss.as + patch-gen-maven-plugin + ${version.wildfly-patch-gen.plugin} + + + com.fasterxml.woodstox + woodstox-core + ${version.wildfly-patch-gen.plugin.woodstox} + + + + + org.wildfly.plugins + wildfly-maven-plugin + ${version.wildfly.plugin} + + + + org.wildfly.core + wildfly-patching + ${version.org.wildfly.core} + + + org.wildfly.core + wildfly-cli + ${version.org.wildfly.core} + + + + + org.netbeans.tools + sigtest-maven-plugin + ${version.sigtest.plugin} + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.asciidoctor + + + asciidoctor-maven-plugin + + + [0.1.4,) + + + + process-asciidoc + + + + + + + + + + + org.jboss.maven.plugins + + + maven-injection-plugin + + + [1.0.2,) + + + bytecode + + + + + + + + + + org.codehaus.gmavenplus + + + gmavenplus-plugin + + + [1.5,) + + + execute + + + + + + + + + org.apache.servicemix.tooling + depends-maven-plugin + [1.2,) + + generate-depends-file + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.0,) + + copy-dependencies + copy + unpack + + + + + + + + + + +
+
+
+ + + Jenkins + http://ci.hibernate.org/view/Validator/ + + + + JIRA + https://hibernate.atlassian.net/projects/HV/summary + + + 2007 + + + + Apache License 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + scm:git:git://github.com/hibernate/hibernate-validator.git + scm:git:git@github.com:hibernate/hibernate-validator.git + http://github.com/hibernate/hibernate-validator + HEAD + + + + + ${ossrh.releases.repo.id} + OSSRH Releases Repository + ${ossrh.releases.repo.url} + + + ${ossrh.snapshots.repo.id} + OSSRH Snapshots Repository + ${ossrh.snapshots.repo.url} + + + + + + docs + + + disableDocumentationBuild + !true + + + + documentation + + + + dist + + + disableDistributionBuild + !true + + + + distribution + + + + relocation + + relocation + + + + release + + + + maven-enforcer-plugin + + + enforce-release-rules + + enforce + + + + + + [17,18) + + + true + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${version.nexus-staging-maven-plugin} + true + + ${ossrh.releases.repo.baseUrl} + ${ossrh.releases.repo.id} + 60 + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + ${env.RELEASE_GPG_HOMEDIR} + ${env.RELEASE_GPG_PASSPHRASE} + + + + + + + + + + runningMavenWithJdk8 + + 1.8 + + + + ${java.home}/../ + ${java.home}/../ + + + + + + runningMavenWithJdk9+ + + [9,) + + + ${java-version.main.release} + ${java-version.test.release} + + + + testWithJdk8 + + + java-version.test.release + 8 + + + + + none + + + + osgi + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + org.openjfx:javafx-base + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + org.openjfx:javafx-base + + + + + + + + + testWithJdk11 + + + java-version.test.release + 11 + + + + + none + + + + testWithJdk11+ + + + java-version.test.release + !8 + + + + + --add-modules=java.se + + + + --add-opens=java.base/java.lang=ALL-UNNAMED + --add-opens=java.base/java.lang.reflect=ALL-UNNAMED + --add-opens=java.base/java.security=ALL-UNNAMED + --add-opens=java.base/java.math=ALL-UNNAMED + --add-opens=java.base/java.io=ALL-UNNAMED + --add-opens=java.base/java.net=ALL-UNNAMED + --add-opens=java.base/java.util=ALL-UNNAMED + --add-opens=java.base/java.util.concurrent=ALL-UNNAMED + --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED + --add-opens=java.base/java.util.concurrent.locks=ALL-UNNAMED + --add-opens=java.base/jdk.internal.reflect=ALL-UNNAMED + --add-opens=java.management/javax.management=ALL-UNNAMED + --add-opens=java.management/javax.management.openmbean=ALL-UNNAMED + --add-opens=java.naming/javax.naming=ALL-UNNAMED + + + + + + + org.wildfly.plugins + wildfly-maven-plugin + + + --add-opens=java.base/java.lang=ALL-UNNAMED + --add-opens=java.base/java.security=ALL-UNNAMED + --add-opens=java.base/java.io=ALL-UNNAMED + --add-modules=java.se + + + + + org.jboss.as + patch-gen-maven-plugin + + + --add-modules=java.se + + + + + + + + + jqassistant + + + + + com.buschmais.jqassistant + jqassistant-maven-plugin + ${version.jqassistant.plugin} + + + + scan + analyze + + + true + + + + + + + + + IDEA + + + + idea.maven.embedder.version + + + + + + + maven-compiler-plugin + ${version.compiler.plugin} + + + -Aorg.jboss.logging.tools.addGeneratedAnnotation=false + + -parameters + + + + + + + + +
diff --git a/org/hibernate/validator/hibernate-validator-parent/6.2.5.Final/hibernate-validator-parent-6.2.5.Final.pom.sha1 b/org/hibernate/validator/hibernate-validator-parent/6.2.5.Final/hibernate-validator-parent-6.2.5.Final.pom.sha1 new file mode 100644 index 0000000..5945914 --- /dev/null +++ b/org/hibernate/validator/hibernate-validator-parent/6.2.5.Final/hibernate-validator-parent-6.2.5.Final.pom.sha1 @@ -0,0 +1 @@ +e1e26dfb039c9bfb94d2fe8ea4c03026269d9071 \ No newline at end of file diff --git a/org/hibernate/validator/hibernate-validator/6.2.5.Final/_remote.repositories b/org/hibernate/validator/hibernate-validator/6.2.5.Final/_remote.repositories new file mode 100644 index 0000000..4688e1e --- /dev/null +++ b/org/hibernate/validator/hibernate-validator/6.2.5.Final/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:19 CST 2025 +hibernate-validator-6.2.5.Final.pom>public= +hibernate-validator-6.2.5.Final.jar>public= diff --git a/org/hibernate/validator/hibernate-validator/6.2.5.Final/hibernate-validator-6.2.5.Final.jar b/org/hibernate/validator/hibernate-validator/6.2.5.Final/hibernate-validator-6.2.5.Final.jar new file mode 100644 index 0000000..1199abf Binary files /dev/null and b/org/hibernate/validator/hibernate-validator/6.2.5.Final/hibernate-validator-6.2.5.Final.jar differ diff --git a/org/hibernate/validator/hibernate-validator/6.2.5.Final/hibernate-validator-6.2.5.Final.jar.sha1 b/org/hibernate/validator/hibernate-validator/6.2.5.Final/hibernate-validator-6.2.5.Final.jar.sha1 new file mode 100644 index 0000000..6debe71 --- /dev/null +++ b/org/hibernate/validator/hibernate-validator/6.2.5.Final/hibernate-validator-6.2.5.Final.jar.sha1 @@ -0,0 +1 @@ +a68959c06e5f8ff45faff469aa16f232c04af620 \ No newline at end of file diff --git a/org/hibernate/validator/hibernate-validator/6.2.5.Final/hibernate-validator-6.2.5.Final.pom b/org/hibernate/validator/hibernate-validator/6.2.5.Final/hibernate-validator-6.2.5.Final.pom new file mode 100644 index 0000000..1c9da6a --- /dev/null +++ b/org/hibernate/validator/hibernate-validator/6.2.5.Final/hibernate-validator-6.2.5.Final.pom @@ -0,0 +1,348 @@ + + + + 4.0.0 + + + org.hibernate.validator + hibernate-validator-parent + 6.2.5.Final + ../pom.xml + + + hibernate-validator + + Hibernate Validator Engine + Hibernate's Jakarta Bean Validation reference implementation. + + + .. + -Duser.language=en + + + + + site + http://hibernate.org/validator + + + + + + + jakarta.validation + jakarta.validation-api + + + org.jboss.logging + jboss-logging + + + com.fasterxml + classmate + + + + + org.glassfish + jakarta.el + provided + + + org.jboss.logging + jboss-logging-processor + + provided + + + org.jboss.logging + jboss-logging-annotations + provided + + + + + jakarta.persistence + jakarta.persistence-api + true + + + joda-time + joda-time + true + + + com.thoughtworks.paranamer + paranamer + true + + + javax.money + money-api + true + + + + org.openjfx + javafx-base + + true + + + + + org.testng + testng + test + + + ${project.groupId} + hibernate-validator-test-utils + test + + + org.apache.logging.log4j + log4j-core + test + + + org.apache.logging.log4j + log4j-core + test + test-jar + + + org.easymock + easymock + test + + + org.codehaus.groovy + groovy-jsr223 + test + + + org.assertj + assertj-core + test + + + org.jboss.shrinkwrap + shrinkwrap-impl-base + test + + + org.javamoney + moneta + test + + + javax.annotation + javax.annotation-api + + + + + + jakarta.annotation + jakarta.annotation-api + test + + + com.fasterxml.jackson.core + jackson-databind + test + + + com.fasterxml.jackson.core + jackson-annotations + test + + + net.bytebuddy + byte-buddy + test + + + + + test + + + src/main/resources + + + src/main/xsd + META-INF + + + + + true + src/test/resources + + META-INF/services/* + **/*.properties + **/*.xml + + + + + + maven-checkstyle-plugin + + + de.thetaphi + forbiddenapis + + + maven-jar-plugin + + + default-jar + package + + jar + + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + Jakarta Bean Validation + 2.0 + ${hibernate-validator.module-name} + + + + + + + + org.apache.felix + maven-bundle-plugin + + + ${hibernate-validator.module-name} + + javax.persistence.*;version="[2.0.0,3.0.0)";resolution:=optional, + javax.validation.*;version="[2.0.0,3.0.0)", + javax.script.*;version="0", + javax.xml.*;version="0", + javax.el.*;version="[2.0.0,4.0.0)";resolution:=optional, + org.xml.sax.*;version="0", + org.jboss.logging.*;version="[3.1.0,4.0.0)", + com.fasterxml.classmate.*;version="[1.3,2.0.0)", + org.joda.time.*;version="[2.0.0,3.0.0)";resolution:=optional, + javax.money;version="[1.0.0,2.0.0)";resolution:=optional, + com.thoughtworks.paranamer.*;version="[2.5.5,3.0.0)";resolution:=optional + + + org.hibernate.validator;version="${project.version}", + org.hibernate.validator.cfg.*;version="${project.version}", + org.hibernate.validator.constraints.*;version="${project.version}", + org.hibernate.validator.constraintvalidation.*;version="${project.version}", + org.hibernate.validator.constraintvalidators.*;version="${project.version}", + org.hibernate.validator.engine.*;version="${project.version}", + org.hibernate.validator.group;version="${project.version}", + org.hibernate.validator.messageinterpolation;version="${project.version}", + org.hibernate.validator.metadata;version="${project.version}", + org.hibernate.validator.parameternameprovider;version="${project.version}", + org.hibernate.validator.path;version="${project.version}", + org.hibernate.validator.resourceloading;version="${project.version}", + org.hibernate.validator.spi.*;version="${project.version}" + + + + + + bundle-manifest + process-classes + + manifest + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + tests + 4 + + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + org.apache.maven.plugins + maven-release-plugin + + + com.github.siom79.japicmp + japicmp-maven-plugin + + false + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-test-source-java17 + ${java-version.test.java17.add-test-source-phase} + + add-test-source + + + + src/test/java17 + + + + + + + + + + testWithJdk11+ + + + java-version.test.release + !8 + + + + --illegal-access=deny + + + + diff --git a/org/hibernate/validator/hibernate-validator/6.2.5.Final/hibernate-validator-6.2.5.Final.pom.sha1 b/org/hibernate/validator/hibernate-validator/6.2.5.Final/hibernate-validator-6.2.5.Final.pom.sha1 new file mode 100644 index 0000000..8548ea8 --- /dev/null +++ b/org/hibernate/validator/hibernate-validator/6.2.5.Final/hibernate-validator-6.2.5.Final.pom.sha1 @@ -0,0 +1 @@ +ba228f042dd5fa8541474113feb851d19247d4f2 \ No newline at end of file diff --git a/org/infinispan/infinispan-bom/12.1.14.Final/_remote.repositories b/org/infinispan/infinispan-bom/12.1.14.Final/_remote.repositories new file mode 100644 index 0000000..37ac8b0 --- /dev/null +++ b/org/infinispan/infinispan-bom/12.1.14.Final/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:11 CST 2025 +infinispan-bom-12.1.14.Final.pom>public= diff --git a/org/infinispan/infinispan-bom/12.1.14.Final/infinispan-bom-12.1.14.Final.pom b/org/infinispan/infinispan-bom/12.1.14.Final/infinispan-bom-12.1.14.Final.pom new file mode 100644 index 0000000..1bd45b6 --- /dev/null +++ b/org/infinispan/infinispan-bom/12.1.14.Final/infinispan-bom-12.1.14.Final.pom @@ -0,0 +1,412 @@ + + + 4.0.0 + + + org.infinispan + infinispan-build-configuration-parent + 12.1.14.Final + ../pom.xml + + + infinispan-bom + pom + + Infinispan BOM + Infinispan BOM module + http://www.infinispan.org + + JBoss, a division of Red Hat + http://www.jboss.org + + + + Apache License 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + placeholder + See http://www.infinispan.org for a complete list of contributors + + + + + Infinispan Issues + https://lists.jboss.org/mailman/listinfo/infinispan-issues + https://lists.jboss.org/mailman/listinfo/infinispan-issues + infinispan-issues@lists.jboss.org + http://lists.jboss.org/pipermail/infinispan-issues/ + + + Infinispan Developers + https://lists.jboss.org/mailman/listinfo/infinispan-dev + https://lists.jboss.org/mailman/listinfo/infinispan-dev + infinispan-dev@lists.jboss.org + http://lists.jboss.org/pipermail/infinispan-dev/ + + + + scm:git:git@github.com:infinispan/infinispan.git + scm:git:git@github.com:infinispan/infinispan.git + https://github.com/infinispan/infinispan + + + jira + https://issues.jboss.org/browse/ISPN + + + + + 1.8 + + ${version.console} + + + + + + org.infinispan + infinispan-api + ${version.infinispan} + + + org.infinispan + infinispan-cachestore-jdbc + ${version.infinispan} + + + org.infinispan + infinispan-cachestore-jpa + ${version.infinispan} + + + org.infinispan + infinispan-cachestore-remote + ${version.infinispan} + + + org.infinispan + infinispan-cachestore-rocksdb + ${version.infinispan} + + + org.infinispan + infinispan-cdi-common + ${version.infinispan} + + + org.infinispan + infinispan-cdi-embedded + ${version.infinispan} + + + org.infinispan + infinispan-cdi-remote + ${version.infinispan} + + + org.infinispan + infinispan-checkstyle + ${version.infinispan} + + + org.infinispan + infinispan-cli-client + ${version.infinispan} + + + org.infinispan + infinispan-client-hotrod + ${version.infinispan} + + + org.infinispan + infinispan-client-rest + ${version.infinispan} + + + org.infinispan + infinispan-key-value-store-client + ${version.infinispan} + + + org.infinispan + infinispan-clustered-counter + ${version.infinispan} + + + org.infinispan + infinispan-clustered-lock + ${version.infinispan} + + + org.infinispan + infinispan-commons + ${version.infinispan} + + + + org.infinispan + infinispan-commons-test + ${version.infinispan} + + + org.infinispan + infinispan-component-annotations + ${version.infinispan} + provided + + + org.infinispan + infinispan-component-processor + ${version.infinispan} + + + org.infinispan + infinispan-core + ${version.infinispan} + + + org.infinispan + infinispan-jboss-marshalling + ${version.infinispan} + + + org.infinispan + infinispan-extended-statistics + ${version.infinispan} + + + org.infinispan + infinispan-hibernate-cache-commons + ${version.infinispan} + + + org.infinispan + infinispan-hibernate-cache-spi + ${version.infinispan} + + + org.infinispan + infinispan-hibernate-cache-v51 + ${version.infinispan} + + + org.infinispan + infinispan-hibernate-cache-v53 + ${version.infinispan} + + + org.infinispan + infinispan-jcache-commons + ${version.infinispan} + + + org.infinispan + infinispan-jcache + ${version.infinispan} + + + org.infinispan + infinispan-jcache-remote + ${version.infinispan} + + + org.infinispan + infinispan-console + ${versionx.org.infinispan.infinispan-console} + + + org.infinispan + infinispan-marshaller-kryo + ${version.infinispan} + + + + org.infinispan + infinispan-marshaller-kryo-bundle + ${version.infinispan} + + + org.infinispan + infinispan-marshaller-protostuff + ${version.infinispan} + + + org.infinispan + infinispan-marshaller-protostuff-bundle + ${version.infinispan} + + + org.infinispan + infinispan-multimap + ${version.infinispan} + + + org.infinispan + infinispan-objectfilter + ${version.infinispan} + + + org.infinispan + infinispan-persistence-soft-index + ${version.infinispan} + + + org.infinispan + infinispan-query-core + ${version.infinispan} + + + org.infinispan + infinispan-query + ${version.infinispan} + + + org.infinispan + infinispan-query-dsl + ${version.infinispan} + + + org.infinispan + infinispan-remote-query-client + ${version.infinispan} + + + org.infinispan + infinispan-remote-query-server + ${version.infinispan} + + + org.infinispan + infinispan-scripting + ${version.infinispan} + + + + org.infinispan + infinispan-server-core + ${version.infinispan} + + + + org.infinispan + infinispan-server-hotrod + ${version.infinispan} + + + + org.infinispan + infinispan-server-memcached + ${version.infinispan} + + + + org.infinispan + infinispan-server-rest + ${version.infinispan} + + + + org.infinispan + infinispan-server-router + ${version.infinispan} + + + org.infinispan + infinispan-server-runtime + ${version.infinispan} + + + + org.infinispan + infinispan-server-testdriver-core + ${version.infinispan} + + + + org.infinispan + infinispan-server-testdriver-junit4 + ${version.infinispan} + + + + org.infinispan + infinispan-server-testdriver-junit5 + ${version.infinispan} + + + + org.infinispan + infinispan-spring5-common + ${version.infinispan} + + + org.infinispan + infinispan-spring5-embedded + ${version.infinispan} + + + org.infinispan + infinispan-spring5-remote + ${version.infinispan} + + + org.infinispan + infinispan-spring-boot-starter-embedded + ${version.infinispan} + + + org.infinispan + infinispan-spring-boot-starter-remote + ${version.infinispan} + + + org.infinispan + infinispan-tasks + ${version.infinispan} + + + org.infinispan + infinispan-tasks-api + ${version.infinispan} + + + org.infinispan + infinispan-tools + ${version.infinispan} + + + org.infinispan + infinispan-anchored-keys + ${version.infinispan} + + + org.infinispan.protostream + protostream + ${version.protostream} + + + org.infinispan.protostream + protostream-types + ${version.protostream} + + + org.infinispan.protostream + protostream-processor + ${version.protostream} + + provided + + + org.infinispan + infinispan-cloudevents-integration + ${version.infinispan} + + + + diff --git a/org/infinispan/infinispan-bom/12.1.14.Final/infinispan-bom-12.1.14.Final.pom.sha1 b/org/infinispan/infinispan-bom/12.1.14.Final/infinispan-bom-12.1.14.Final.pom.sha1 new file mode 100644 index 0000000..98252df --- /dev/null +++ b/org/infinispan/infinispan-bom/12.1.14.Final/infinispan-bom-12.1.14.Final.pom.sha1 @@ -0,0 +1 @@ +256e8e3c3be1d1b86128d98a22f8d83a4dbbb1b5 \ No newline at end of file diff --git a/org/infinispan/infinispan-build-configuration-parent/12.1.14.Final/_remote.repositories b/org/infinispan/infinispan-build-configuration-parent/12.1.14.Final/_remote.repositories new file mode 100644 index 0000000..204a5f5 --- /dev/null +++ b/org/infinispan/infinispan-build-configuration-parent/12.1.14.Final/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:11 CST 2025 +infinispan-build-configuration-parent-12.1.14.Final.pom>public= diff --git a/org/infinispan/infinispan-build-configuration-parent/12.1.14.Final/infinispan-build-configuration-parent-12.1.14.Final.pom b/org/infinispan/infinispan-build-configuration-parent/12.1.14.Final/infinispan-build-configuration-parent-12.1.14.Final.pom new file mode 100644 index 0000000..3b6e45d --- /dev/null +++ b/org/infinispan/infinispan-build-configuration-parent/12.1.14.Final/infinispan-build-configuration-parent-12.1.14.Final.pom @@ -0,0 +1,334 @@ + + + 4.0.0 + + + org.jboss + jboss-parent + 36 + + + + + org.infinispan + infinispan-build-configuration-parent + 12.1.14.Final + pom + + Infinispan Common Parent + Infinispan common parent POM module + http://www.infinispan.org + + JBoss, a division of Red Hat + http://www.jboss.org + + + + Apache License 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + placeholder + See http://www.infinispan.org for a complete list of contributors + + + + + Infinispan Issues + https://lists.jboss.org/mailman/listinfo/infinispan-issues + https://lists.jboss.org/mailman/listinfo/infinispan-issues + infinispan-issues@lists.jboss.org + http://lists.jboss.org/pipermail/infinispan-issues/ + + + Infinispan Developers + https://lists.jboss.org/mailman/listinfo/infinispan-dev + https://lists.jboss.org/mailman/listinfo/infinispan-dev + infinispan-dev@lists.jboss.org + http://lists.jboss.org/pipermail/infinispan-dev/ + + + + scm:git:git@github.com:infinispan/infinispan.git + scm:git:git@github.com:infinispan/infinispan.git + https://github.com/infinispan/infinispan + + + jira + https://issues.jboss.org/browse/ISPN + + + Jenkins + https://ci.infinispan.org + + + mail +
infinispan-commits@lists.jboss.org
+
+
+
+ + + ${maven.snapshots.repo.id} + ${maven.snapshots.repo.url} + + + ${maven.releases.repo.id} + ${maven.releases.repo.url} + + + + bom + + + + 1.8 + 1.8 + + + Infinispan + infinispan + infinispan + ${project.version} + Taedonggang + ispn + 12.1 + ${infinispan.module.slot.prefix}-${infinispan.base.version} + ${infinispan.base.version} + 9E31AB27445478DB + WildFly + wildfly + + + https://s01.oss.sonatype.org/ + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + + + org.wildfly + 18.0.0.Final + + + 11 + + + 1.10.7 + 1.8.1 + 1.0b3 + 3.5.2 + 1.6.0.Final + 1.0.3.RELEASE + 1.66 + 4.0.6 + 2.8.4 + 2.0 + 0.14.3.Final + 5.1.1 + 2.3.1 + 1.1.4 + 2.4.8 + 1.3 + 5.1.17.Final + 5.3.20.Final + ${version.hibernate.core_v53} + 2.7.7_5 + 1.3.4 + 1.6.1_5 + 5.0.5.Final + 2.0.5.Final + 3.23.2-GA + 6.0.8.Final + 12.1.14.Final + 1.2.0.Beta3 + 1.4.0.Final + 1.0.2.Final + 1.9 + 1.0.0.Beta1 + 2.14.1 + 2.14.1 + 0.7.5.201505241946 + 1.1.0 + 2.2 + 2.5 + 3.4.1.Final + 2.0.11.Final + 5.0.6.CR1 + 5.9.8.Final + 3.0.6.Final + 1.2.6 + 2.0.0 + 3.1.3 + 3.7.7.Final + 1.0 + 4.2.12.Final + 1.1.0 + 4.13.1 + 5.6.2 + 2.17.1 + 8.7.0 + 1.7 + 2.27.0 + 1.9.7 + 2.6 + 4.1.86.Final + 3.14.9 + 1.23 + 2.2.0.Final + 10.0.3.Final + 1.15.1.Final + 2.1.4.Final + 2.1.0.Final + 5.0.3.Final + 2.5.5.SP12 + 4.4.1.Final + 1.6.2 + 1.0.3 + 6.15.5 + 3.0.4 + 2.9.2 + 1.6.2 + 2.4.0 + 1.4 + 2.3 + 2.4.3 + 5.3.4 + 2.4.2 + 1.5.2 + 2.5.0 + 1.4.20 + + + 3.1.1 + ${version.antlr3} + 3.0.0 + 3.1.0 + 4.2.1 + 3.0.1 + 3.10.1 + 3.2.1 + 3.2.0 + 3.4.0 + 3.6.0 + 3.0.0-M1 + 1.5 + 3.1.0 + 3.2.4 + 3.2.0 + 3.0.0-M5 + 1.2.13.Final + 6.1.0 + 1.6.13 + + + 8.32 + 6.29.0 + + + false + + + + + + + com.github.spotbugs + spotbugs-maven-plugin + + + org.owasp + dependency-check-maven + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${version.sonatype.nexus-staging-plugin} + + true + ${infinispan.brand.name} ${project.version} release + ${maven.releases.nexus.url} + ${maven.releases.repo.id} + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${version.maven.javadoc} + + + javadoc + package + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${version.maven.gpg} + + + sign-artifacts + verify + + sign + + + ${infinispan.gpg.key} + ${infinispan.gpg.key} + + + + + + + + + + + community-release + + false + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + + + + + + nexus-staging + + !skipNexusStaging + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + false + + + + + + + +
diff --git a/org/infinispan/infinispan-build-configuration-parent/12.1.14.Final/infinispan-build-configuration-parent-12.1.14.Final.pom.sha1 b/org/infinispan/infinispan-build-configuration-parent/12.1.14.Final/infinispan-build-configuration-parent-12.1.14.Final.pom.sha1 new file mode 100644 index 0000000..366de54 --- /dev/null +++ b/org/infinispan/infinispan-build-configuration-parent/12.1.14.Final/infinispan-build-configuration-parent-12.1.14.Final.pom.sha1 @@ -0,0 +1 @@ +19631f070d9b167e167679556b7c00bd798d9d34 \ No newline at end of file diff --git a/org/iq80/snappy/snappy/0.4/_remote.repositories b/org/iq80/snappy/snappy/0.4/_remote.repositories index 92b2d81..caa6923 100644 --- a/org/iq80/snappy/snappy/0.4/_remote.repositories +++ b/org/iq80/snappy/snappy/0.4/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:51 CST 2025 +#Mon Jun 23 10:26:47 CST 2025 snappy-0.4.pom>public= +snappy-0.4.jar>public= diff --git a/org/iq80/snappy/snappy/0.4/snappy-0.4.jar b/org/iq80/snappy/snappy/0.4/snappy-0.4.jar new file mode 100644 index 0000000..c653482 Binary files /dev/null and b/org/iq80/snappy/snappy/0.4/snappy-0.4.jar differ diff --git a/org/iq80/snappy/snappy/0.4/snappy-0.4.jar.sha1 b/org/iq80/snappy/snappy/0.4/snappy-0.4.jar.sha1 new file mode 100644 index 0000000..ae0427d --- /dev/null +++ b/org/iq80/snappy/snappy/0.4/snappy-0.4.jar.sha1 @@ -0,0 +1 @@ +a42b2d92a89efd35bb14738000dabcac6bd07a8d \ No newline at end of file diff --git a/org/jboss/arquillian/arquillian-bom/1.0.2.Final/_remote.repositories b/org/jboss/arquillian/arquillian-bom/1.0.2.Final/_remote.repositories new file mode 100644 index 0000000..d1cd9f6 --- /dev/null +++ b/org/jboss/arquillian/arquillian-bom/1.0.2.Final/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:13 CST 2025 +arquillian-bom-1.0.2.Final.pom>public= diff --git a/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom b/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom new file mode 100644 index 0000000..fbbadd5 --- /dev/null +++ b/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom @@ -0,0 +1,262 @@ + + + + + 4.0.0 + + + org.jboss.arquillian + arquillian-bom + 1.0.2.Final + pom + Arquillian BOM + http://arquillian.org + Arquillian Bill Of Material + + + jira + http://jira.jboss.com/jira/browse/ARQ + + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + scm:git:git://git@github.com:arquillian/arquillian-core.git + scm:git:ssh://github.com/arquillian/arquillian-core.git + git://github.com/arquillian/arquillian-core.git + + + + + arquillian.org + Arquillian Community + arquillian.org + http://arquillian.org + + + + + + 1.0.1 + 2.0.0-alpha-3 + 1.0.0-beta-7 + + https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/ + https://repository.jboss.org/nexus/content/repositories/snapshots/ + + + + + + + + org.jboss.arquillian.core + arquillian-core-api + ${project.version} + + + org.jboss.arquillian.core + arquillian-core-spi + ${project.version} + + + org.jboss.arquillian.core + arquillian-core-impl-base + ${project.version} + + + + + org.jboss.arquillian.config + arquillian-config-api + ${project.version} + + + org.jboss.arquillian.config + arquillian-config-spi + ${project.version} + + + org.jboss.arquillian.config + arquillian-config-impl-base + ${project.version} + + + + + org.jboss.arquillian.test + arquillian-test-api + ${project.version} + + + org.jboss.arquillian.test + arquillian-test-spi + ${project.version} + + + org.jboss.arquillian.test + arquillian-test-impl-base + ${project.version} + + + + + org.jboss.arquillian.container + arquillian-container-spi + ${project.version} + + + org.jboss.arquillian.container + arquillian-container-impl-base + ${project.version} + + + + + org.jboss.arquillian.container + arquillian-container-test-api + ${project.version} + + + org.jboss.arquillian.container + arquillian-container-test-spi + ${project.version} + + + org.jboss.arquillian.container + arquillian-container-test-impl-base + ${project.version} + + + + + org.jboss.arquillian.junit + arquillian-junit-core + ${project.version} + + + org.jboss.arquillian.junit + arquillian-junit-container + ${project.version} + + + org.jboss.arquillian.junit + arquillian-junit-standalone + ${project.version} + + + + + org.jboss.arquillian.testng + arquillian-testng-core + ${project.version} + + + org.jboss.arquillian.testng + arquillian-testng-container + ${project.version} + + + org.jboss.arquillian.testng + arquillian-testng-standalone + ${project.version} + + + + + org.jboss.arquillian.protocol + arquillian-protocol-servlet + ${project.version} + + + org.jboss.arquillian.protocol + arquillian-protocol-jmx + ${project.version} + + + + + org.jboss.arquillian.testenricher + arquillian-testenricher-cdi + ${project.version} + + + org.jboss.arquillian.testenricher + arquillian-testenricher-ejb + ${project.version} + + + org.jboss.arquillian.testenricher + arquillian-testenricher-resource + ${project.version} + + + org.jboss.arquillian.testenricher + arquillian-testenricher-initialcontext + ${project.version} + + + + + org.jboss.shrinkwrap + shrinkwrap-bom + ${version.shrinkwrap_shrinkwrap} + pom + import + + + + + org.jboss.shrinkwrap.resolver + shrinkwrap-resolver-bom + ${version.shrinkwrap_resolver} + pom + import + + + + + org.jboss.shrinkwrap.descriptors + shrinkwrap-descriptors-bom + ${version.shrinkwrap_descriptors} + pom + import + + + + + + + + + + maven-release-plugin + 2.1 + + false + true + + + + + + + + + jboss-releases-repository + JBoss Releases Repository + ${jboss.releases.repo.url} + + + jboss-snapshots-repository + JBoss Snapshots Repository + ${jboss.snapshots.repo.url} + + + + diff --git a/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom.sha1 b/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom.sha1 new file mode 100644 index 0000000..879f02f --- /dev/null +++ b/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom.sha1 @@ -0,0 +1 @@ +f0c4e94b809fadce52d505d8d75462e9043bbce2 \ No newline at end of file diff --git a/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/_remote.repositories b/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/_remote.repositories new file mode 100644 index 0000000..003831a --- /dev/null +++ b/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:13 CST 2025 +shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom>public= diff --git a/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom b/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom new file mode 100644 index 0000000..8ce08b2 --- /dev/null +++ b/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom @@ -0,0 +1,127 @@ + + + + + + 4.0.0 + + + org.jboss.shrinkwrap.descriptors + shrinkwrap-descriptors-bom + 2.0.0-alpha-3 + pom + ShrinkWrap Descriptors Bill of Materials + Centralized dependencyManagement for the ShrinkWrap Descriptors Project + http://www.jboss.org/shrinkwrap + + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + jboss.org + JBoss.org Community + JBoss.org + http://www.jboss.org + + + + + + scm:git:git://github.com/shrinkwrap/descriptors.git + scm:git:git@github.com:shrinkwrap/descriptors.git + https://github.com/shrinkwrap/descriptors + + + + + + https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/ + https://repository.jboss.org/nexus/content/repositories/snapshots/ + + + + + + + + + org.jboss.shrinkwrap.descriptors + shrinkwrap-descriptors-api-base + ${project.version} + + + org.jboss.shrinkwrap.descriptors + shrinkwrap-descriptors-api-javaee + ${project.version} + + + org.jboss.shrinkwrap.descriptors + shrinkwrap-descriptors-api-jboss + ${project.version} + + + org.jboss.shrinkwrap.descriptors + shrinkwrap-descriptors-gen + ${project.version} + + + org.jboss.shrinkwrap.descriptors + shrinkwrap-descriptors-impl-base + ${project.version} + + + org.jboss.shrinkwrap.descriptors + shrinkwrap-descriptors-impl-javaee + ${project.version} + + + org.jboss.shrinkwrap.descriptors + shrinkwrap-descriptors-impl-jboss + ${project.version} + + + org.jboss.shrinkwrap.descriptors + shrinkwrap-descriptors-spi + ${project.version} + + + + + + + + + + maven-release-plugin + 2.1 + + false + true + + + + + + + + + jboss-releases-repository + JBoss Releases Repository + ${jboss.releases.repo.url} + + + jboss-snapshots-repository + JBoss Snapshots Repository + ${jboss.snapshots.repo.url} + + + + diff --git a/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom.sha1 b/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom.sha1 new file mode 100644 index 0000000..289f537 --- /dev/null +++ b/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom.sha1 @@ -0,0 +1 @@ +0a20e00ad831b0f111660186f5cd2ce36895f40d \ No newline at end of file diff --git a/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/_remote.repositories b/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/_remote.repositories new file mode 100644 index 0000000..d5d463a --- /dev/null +++ b/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:13 CST 2025 +shrinkwrap-resolver-bom-1.0.0-beta-7.pom>public= diff --git a/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom b/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom new file mode 100644 index 0000000..c04cd7f --- /dev/null +++ b/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom @@ -0,0 +1,102 @@ + + + + + + 4.0.0 + + + org.jboss.shrinkwrap.resolver + shrinkwrap-resolver-bom + 1.0.0-beta-7 + pom + ShrinkWrap Resolver Bill of Materials + Centralized dependencyManagement for the ShrinkWrap Resolver Project + http://www.jboss.org/shrinkwrap + + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + scm:git:git://github.com/shrinkwrap/shrinkwrap.git + scm:git:git@github.com:shrinkwrap/shrinkwrap.git + https://github.com/shrinkwrap/shrinkwrap + + + + + jboss.org + JBoss.org Community + JBoss.org + http://www.jboss.org + + + + + + + https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/ + https://repository.jboss.org/nexus/content/repositories/snapshots/ + + + + + + + + + org.jboss.shrinkwrap.resolver + shrinkwrap-resolver-api + ${project.version} + + + org.jboss.shrinkwrap.resolver + shrinkwrap-resolver-api-maven + ${project.version} + + + org.jboss.shrinkwrap.resolver + shrinkwrap-resolver-impl-maven + ${project.version} + + + + + + + + + + maven-release-plugin + 2.1 + + false + true + + + + + + + + + jboss-releases-repository + JBoss Releases Repository + ${jboss.releases.repo.url} + + + jboss-snapshots-repository + JBoss Snapshots Repository + ${jboss.snapshots.repo.url} + + + + diff --git a/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom.sha1 b/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom.sha1 new file mode 100644 index 0000000..b2c8c59 --- /dev/null +++ b/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom.sha1 @@ -0,0 +1 @@ +bcb708bff445150182cc0b8ed8fd85277150c452 \ No newline at end of file diff --git a/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/_remote.repositories b/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/_remote.repositories new file mode 100644 index 0000000..7bd7909 --- /dev/null +++ b/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:13 CST 2025 +shrinkwrap-bom-1.0.1.pom>public= diff --git a/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom b/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom new file mode 100644 index 0000000..28a379b --- /dev/null +++ b/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom @@ -0,0 +1,102 @@ + + + + + + 4.0.0 + + + org.jboss.shrinkwrap + shrinkwrap-bom + 1.0.1 + pom + ShrinkWrap Bill of Materials + Centralized dependencyManagement for the ShrinkWrap Project + http://www.jboss.org/shrinkwrap + + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + scm:git:git://github.com/shrinkwrap/shrinkwrap.git + scm:git:git@github.com:shrinkwrap/shrinkwrap.git + https://github.com/shrinkwrap/shrinkwrap + + + + + jboss.org + JBoss.org Community + JBoss.org + http://www.jboss.org + + + + + + + https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/ + https://repository.jboss.org/nexus/content/repositories/snapshots/ + + + + + + + + + org.jboss.shrinkwrap + shrinkwrap-api + ${project.version} + + + org.jboss.shrinkwrap + shrinkwrap-spi + ${project.version} + + + org.jboss.shrinkwrap + shrinkwrap-impl-base + ${project.version} + + + + + + + + + + maven-release-plugin + 2.1 + + false + true + + + + + + + + + jboss-releases-repository + JBoss Releases Repository + ${jboss.releases.repo.url} + + + jboss-snapshots-repository + JBoss Snapshots Repository + ${jboss.snapshots.repo.url} + + + + diff --git a/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom.sha1 b/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom.sha1 new file mode 100644 index 0000000..c5591f9 --- /dev/null +++ b/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom.sha1 @@ -0,0 +1 @@ +81f41dc060e432913afdf7e5a025e0fb1b30218b \ No newline at end of file diff --git a/org/jdom/jdom2/2.0.6/_remote.repositories b/org/jdom/jdom2/2.0.6/_remote.repositories index 5de9998..2efe97e 100644 --- a/org/jdom/jdom2/2.0.6/_remote.repositories +++ b/org/jdom/jdom2/2.0.6/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:11 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 +jdom2-2.0.6.jar>public= jdom2-2.0.6.pom>public= diff --git a/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar b/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar new file mode 100644 index 0000000..2850ca1 Binary files /dev/null and b/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar differ diff --git a/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar.sha1 b/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar.sha1 new file mode 100644 index 0000000..a58e6fa --- /dev/null +++ b/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar.sha1 @@ -0,0 +1 @@ +6f14738ec2e9dd0011e343717fa624a10f8aab64 \ No newline at end of file diff --git a/org/jetbrains/kotlin/kotlin-bom/2.1.20/_remote.repositories b/org/jetbrains/kotlin/kotlin-bom/2.1.20/_remote.repositories new file mode 100644 index 0000000..f7afac2 --- /dev/null +++ b/org/jetbrains/kotlin/kotlin-bom/2.1.20/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:15 CST 2025 +kotlin-bom-2.1.20.pom>public= diff --git a/org/jetbrains/kotlin/kotlin-bom/2.1.20/kotlin-bom-2.1.20.pom b/org/jetbrains/kotlin/kotlin-bom/2.1.20/kotlin-bom-2.1.20.pom new file mode 100644 index 0000000..2f902b6 --- /dev/null +++ b/org/jetbrains/kotlin/kotlin-bom/2.1.20/kotlin-bom-2.1.20.pom @@ -0,0 +1,232 @@ + + + + 4.0.0 + + org.jetbrains.kotlin + kotlin-bom + 2.1.20 + pom + + + + Kotlin Libraries bill-of-materials + Kotlin is a statically typed programming language that compiles to JVM byte codes and JavaScript + https://kotlinlang.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + + https://github.com/JetBrains/kotlin + scm:git:https://github.com/JetBrains/kotlin.git + scm:git:https://github.com/JetBrains/kotlin.git + + + + + JetBrains + JetBrains Team + JetBrains + https://www.jetbrains.com + + + + + + + ${project.version} + sonatype-nexus-staging + https://oss.sonatype.org/content/repositories/snapshots/ + + + + + + + ${project.groupId} + kotlin-stdlib + ${kotlin.version} + + + ${project.groupId} + kotlin-stdlib-jdk7 + ${kotlin.version} + + + ${project.groupId} + kotlin-stdlib-jdk8 + ${kotlin.version} + + + ${project.groupId} + kotlin-stdlib-js + klib + ${kotlin.version} + + + ${project.groupId} + kotlin-stdlib-common + ${kotlin.version} + pom + + + + ${project.groupId} + kotlin-reflect + ${kotlin.version} + + + + ${project.groupId} + kotlin-osgi-bundle + ${kotlin.version} + + + + ${project.groupId} + kotlin-test + ${kotlin.version} + + + ${project.groupId} + kotlin-test-junit + ${kotlin.version} + + + ${project.groupId} + kotlin-test-junit5 + ${kotlin.version} + + + ${project.groupId} + kotlin-test-testng + ${kotlin.version} + + + ${project.groupId} + kotlin-test-js + klib + ${kotlin.version} + + + ${project.groupId} + kotlin-test-common + ${kotlin.version} + pom + + + ${project.groupId} + kotlin-test-annotations-common + ${kotlin.version} + pom + + + + ${project.groupId} + kotlin-main-kts + ${kotlin.version} + + + ${project.groupId} + kotlin-script-runtime + ${kotlin.version} + + + ${project.groupId} + kotlin-scripting-common + ${kotlin.version} + + + ${project.groupId} + kotlin-scripting-jvm + ${kotlin.version} + + + ${project.groupId} + kotlin-scripting-jvm-host + ${kotlin.version} + + + ${project.groupId} + kotlin-scripting-ide-services + ${kotlin.version} + + + + ${project.groupId} + kotlin-compiler + ${kotlin.version} + + + ${project.groupId} + kotlin-compiler-embeddable + ${kotlin.version} + + + ${project.groupId} + kotlin-daemon-client + ${kotlin.version} + + + + + + + ${deploy-repo} + ${deploy-url} + + + ${deploy-snapshot-repo} + ${deploy-snapshot-url} + + + + + + sign-artifacts + + + + maven-gpg-plugin + 1.6 + + ${kotlin.key.passphrase} + ${kotlin.key.name} + ../../.gnupg + + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + + + + + + + diff --git a/org/jetbrains/kotlin/kotlin-bom/2.1.20/kotlin-bom-2.1.20.pom.sha1 b/org/jetbrains/kotlin/kotlin-bom/2.1.20/kotlin-bom-2.1.20.pom.sha1 new file mode 100644 index 0000000..87b81ba --- /dev/null +++ b/org/jetbrains/kotlin/kotlin-bom/2.1.20/kotlin-bom-2.1.20.pom.sha1 @@ -0,0 +1 @@ +46e5e9f649d07dbbea78ec0b6c02c3c45822d3cc \ No newline at end of file diff --git a/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/_remote.repositories b/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/_remote.repositories new file mode 100644 index 0000000..a6b773f --- /dev/null +++ b/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:26 CST 2025 +kotlin-stdlib-jdk7-1.5.32.pom>public= +kotlin-stdlib-jdk7-1.5.32.jar>public= diff --git a/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/kotlin-stdlib-jdk7-1.5.32.jar b/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/kotlin-stdlib-jdk7-1.5.32.jar new file mode 100644 index 0000000..c4721cc Binary files /dev/null and b/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/kotlin-stdlib-jdk7-1.5.32.jar differ diff --git a/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/kotlin-stdlib-jdk7-1.5.32.jar.lastUpdated b/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/kotlin-stdlib-jdk7-1.5.32.jar.lastUpdated new file mode 100644 index 0000000..78d38a0 --- /dev/null +++ b/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/kotlin-stdlib-jdk7-1.5.32.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:26 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361626380 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361626597 diff --git a/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/kotlin-stdlib-jdk7-1.5.32.jar.sha1 b/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/kotlin-stdlib-jdk7-1.5.32.jar.sha1 new file mode 100644 index 0000000..67d217d --- /dev/null +++ b/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/kotlin-stdlib-jdk7-1.5.32.jar.sha1 @@ -0,0 +1 @@ +02e8f666555c2a6bf10ef712be8a738e665132c8 \ No newline at end of file diff --git a/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/kotlin-stdlib-jdk7-1.5.32.pom b/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/kotlin-stdlib-jdk7-1.5.32.pom new file mode 100644 index 0000000..5ecf24e --- /dev/null +++ b/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/kotlin-stdlib-jdk7-1.5.32.pom @@ -0,0 +1,36 @@ + + + 4.0.0 + org.jetbrains.kotlin + kotlin-stdlib-jdk7 + 1.5.32 + Kotlin Stdlib Jdk7 + Kotlin Standard Library JDK 7 extension + https://kotlinlang.org/ + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + Kotlin Team + JetBrains + https://www.jetbrains.com + + + + scm:git:https://github.com/JetBrains/kotlin.git + scm:git:https://github.com/JetBrains/kotlin.git + https://github.com/JetBrains/kotlin + + + + org.jetbrains.kotlin + kotlin-stdlib + 1.5.32 + compile + + + diff --git a/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/kotlin-stdlib-jdk7-1.5.32.pom.lastUpdated b/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/kotlin-stdlib-jdk7-1.5.32.pom.lastUpdated new file mode 100644 index 0000000..df1de16 --- /dev/null +++ b/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/kotlin-stdlib-jdk7-1.5.32.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:12 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361612662 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361612714 diff --git a/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/kotlin-stdlib-jdk7-1.5.32.pom.sha1 b/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/kotlin-stdlib-jdk7-1.5.32.pom.sha1 new file mode 100644 index 0000000..4a3a059 --- /dev/null +++ b/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.32/kotlin-stdlib-jdk7-1.5.32.pom.sha1 @@ -0,0 +1 @@ +936dfe60459a8cba810326f3ea382e85077469e0 \ No newline at end of file diff --git a/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/_remote.repositories b/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/_remote.repositories new file mode 100644 index 0000000..29aa0be --- /dev/null +++ b/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:26 CST 2025 +kotlin-stdlib-jdk8-1.5.32.pom>public= +kotlin-stdlib-jdk8-1.5.32.jar>public= diff --git a/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/kotlin-stdlib-jdk8-1.5.32.jar b/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/kotlin-stdlib-jdk8-1.5.32.jar new file mode 100644 index 0000000..fb857b0 Binary files /dev/null and b/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/kotlin-stdlib-jdk8-1.5.32.jar differ diff --git a/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/kotlin-stdlib-jdk8-1.5.32.jar.lastUpdated b/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/kotlin-stdlib-jdk8-1.5.32.jar.lastUpdated new file mode 100644 index 0000000..00dc9ae --- /dev/null +++ b/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/kotlin-stdlib-jdk8-1.5.32.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:26 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361625970 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361626326 diff --git a/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/kotlin-stdlib-jdk8-1.5.32.jar.sha1 b/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/kotlin-stdlib-jdk8-1.5.32.jar.sha1 new file mode 100644 index 0000000..43dd094 --- /dev/null +++ b/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/kotlin-stdlib-jdk8-1.5.32.jar.sha1 @@ -0,0 +1 @@ +2d6cb56872e6c1e27ddc53ebf844fdb09879df82 \ No newline at end of file diff --git a/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/kotlin-stdlib-jdk8-1.5.32.pom b/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/kotlin-stdlib-jdk8-1.5.32.pom new file mode 100644 index 0000000..1472e50 --- /dev/null +++ b/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/kotlin-stdlib-jdk8-1.5.32.pom @@ -0,0 +1,42 @@ + + + 4.0.0 + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + 1.5.32 + Kotlin Stdlib Jdk8 + Kotlin Standard Library JDK 8 extension + https://kotlinlang.org/ + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + Kotlin Team + JetBrains + https://www.jetbrains.com + + + + scm:git:https://github.com/JetBrains/kotlin.git + scm:git:https://github.com/JetBrains/kotlin.git + https://github.com/JetBrains/kotlin + + + + org.jetbrains.kotlin + kotlin-stdlib + 1.5.32 + compile + + + org.jetbrains.kotlin + kotlin-stdlib-jdk7 + 1.5.32 + compile + + + diff --git a/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/kotlin-stdlib-jdk8-1.5.32.pom.lastUpdated b/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/kotlin-stdlib-jdk8-1.5.32.pom.lastUpdated new file mode 100644 index 0000000..bd4a68c --- /dev/null +++ b/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/kotlin-stdlib-jdk8-1.5.32.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:12 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361612573 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361612616 diff --git a/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/kotlin-stdlib-jdk8-1.5.32.pom.sha1 b/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/kotlin-stdlib-jdk8-1.5.32.pom.sha1 new file mode 100644 index 0000000..e03064a --- /dev/null +++ b/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.32/kotlin-stdlib-jdk8-1.5.32.pom.sha1 @@ -0,0 +1 @@ +a4236df0e823de6e0063a0a1073f04d55ebeaa04 \ No newline at end of file diff --git a/org/junit/junit-bom/5.11.4/_remote.repositories b/org/junit/junit-bom/5.11.4/_remote.repositories new file mode 100644 index 0000000..912ad11 --- /dev/null +++ b/org/junit/junit-bom/5.11.4/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:16 CST 2025 +junit-bom-5.11.4.pom>public= diff --git a/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom b/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom new file mode 100644 index 0000000..04d3dcd --- /dev/null +++ b/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom @@ -0,0 +1,159 @@ + + + + + + + + 4.0.0 + org.junit + junit-bom + 5.11.4 + pom + JUnit 5 (Bill of Materials) + This Bill of Materials POM can be used to ease dependency management when referencing multiple JUnit artifacts using Gradle or Maven. + https://junit.org/junit5/ + + + Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-v20.html + + + + + bechte + Stefan Bechtold + stefan.bechtold@me.com + + + jlink + Johannes Link + business@johanneslink.net + + + marcphilipp + Marc Philipp + mail@marcphilipp.de + + + mmerdes + Matthias Merdes + matthias.merdes@heidelpay.com + + + sbrannen + Sam Brannen + sam@sambrannen.com + + + sormuras + Christian Stein + sormuras@gmail.com + + + juliette-derancourt + Juliette de Rancourt + derancourt.juliette@gmail.com + + + + scm:git:git://github.com/junit-team/junit5.git + scm:git:git://github.com/junit-team/junit5.git + https://github.com/junit-team/junit5 + + + + + org.junit.jupiter + junit-jupiter + 5.11.4 + + + org.junit.jupiter + junit-jupiter-api + 5.11.4 + + + org.junit.jupiter + junit-jupiter-engine + 5.11.4 + + + org.junit.jupiter + junit-jupiter-migrationsupport + 5.11.4 + + + org.junit.jupiter + junit-jupiter-params + 5.11.4 + + + org.junit.platform + junit-platform-commons + 1.11.4 + + + org.junit.platform + junit-platform-console + 1.11.4 + + + org.junit.platform + junit-platform-engine + 1.11.4 + + + org.junit.platform + junit-platform-jfr + 1.11.4 + + + org.junit.platform + junit-platform-launcher + 1.11.4 + + + org.junit.platform + junit-platform-reporting + 1.11.4 + + + org.junit.platform + junit-platform-runner + 1.11.4 + + + org.junit.platform + junit-platform-suite + 1.11.4 + + + org.junit.platform + junit-platform-suite-api + 1.11.4 + + + org.junit.platform + junit-platform-suite-commons + 1.11.4 + + + org.junit.platform + junit-platform-suite-engine + 1.11.4 + + + org.junit.platform + junit-platform-testkit + 1.11.4 + + + org.junit.vintage + junit-vintage-engine + 5.11.4 + + + + diff --git a/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom.sha1 b/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom.sha1 new file mode 100644 index 0000000..1cc37fb --- /dev/null +++ b/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom.sha1 @@ -0,0 +1 @@ +c02d99183d700dae681ed4a699dfcbe3d77dc507 \ No newline at end of file diff --git a/org/junit/junit-bom/5.12.1/_remote.repositories b/org/junit/junit-bom/5.12.1/_remote.repositories new file mode 100644 index 0000000..6244776 --- /dev/null +++ b/org/junit/junit-bom/5.12.1/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:16 CST 2025 +junit-bom-5.12.1.pom>public= diff --git a/org/junit/junit-bom/5.12.1/junit-bom-5.12.1.pom b/org/junit/junit-bom/5.12.1/junit-bom-5.12.1.pom new file mode 100644 index 0000000..3c6b0c4 --- /dev/null +++ b/org/junit/junit-bom/5.12.1/junit-bom-5.12.1.pom @@ -0,0 +1,159 @@ + + + + + + + + 4.0.0 + org.junit + junit-bom + 5.12.1 + pom + JUnit 5 (Bill of Materials) + This Bill of Materials POM can be used to ease dependency management when referencing multiple JUnit artifacts using Gradle or Maven. + https://junit.org/junit5/ + + + Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-v20.html + + + + + bechte + Stefan Bechtold + stefan.bechtold@me.com + + + jlink + Johannes Link + business@johanneslink.net + + + marcphilipp + Marc Philipp + mail@marcphilipp.de + + + mmerdes + Matthias Merdes + matthias.merdes@heidelpay.com + + + sbrannen + Sam Brannen + sam@sambrannen.com + + + sormuras + Christian Stein + sormuras@gmail.com + + + juliette-derancourt + Juliette de Rancourt + derancourt.juliette@gmail.com + + + + scm:git:git://github.com/junit-team/junit5.git + scm:git:git://github.com/junit-team/junit5.git + https://github.com/junit-team/junit5 + + + + + org.junit.jupiter + junit-jupiter + 5.12.1 + + + org.junit.jupiter + junit-jupiter-api + 5.12.1 + + + org.junit.jupiter + junit-jupiter-engine + 5.12.1 + + + org.junit.jupiter + junit-jupiter-migrationsupport + 5.12.1 + + + org.junit.jupiter + junit-jupiter-params + 5.12.1 + + + org.junit.platform + junit-platform-commons + 1.12.1 + + + org.junit.platform + junit-platform-console + 1.12.1 + + + org.junit.platform + junit-platform-engine + 1.12.1 + + + org.junit.platform + junit-platform-jfr + 1.12.1 + + + org.junit.platform + junit-platform-launcher + 1.12.1 + + + org.junit.platform + junit-platform-reporting + 1.12.1 + + + org.junit.platform + junit-platform-runner + 1.12.1 + + + org.junit.platform + junit-platform-suite + 1.12.1 + + + org.junit.platform + junit-platform-suite-api + 1.12.1 + + + org.junit.platform + junit-platform-suite-commons + 1.12.1 + + + org.junit.platform + junit-platform-suite-engine + 1.12.1 + + + org.junit.platform + junit-platform-testkit + 1.12.1 + + + org.junit.vintage + junit-vintage-engine + 5.12.1 + + + + diff --git a/org/junit/junit-bom/5.12.1/junit-bom-5.12.1.pom.sha1 b/org/junit/junit-bom/5.12.1/junit-bom-5.12.1.pom.sha1 new file mode 100644 index 0000000..a1c5774 --- /dev/null +++ b/org/junit/junit-bom/5.12.1/junit-bom-5.12.1.pom.sha1 @@ -0,0 +1 @@ +d4bbd68fa141b078fd8a46f313faa41c54b0af78 \ No newline at end of file diff --git a/org/lz4/lz4-java/1.8.0/_remote.repositories b/org/lz4/lz4-java/1.8.0/_remote.repositories new file mode 100644 index 0000000..9ee4804 --- /dev/null +++ b/org/lz4/lz4-java/1.8.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:28 CST 2025 +lz4-java-1.8.0.pom>public= +lz4-java-1.8.0.jar>public= diff --git a/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar b/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar new file mode 100644 index 0000000..89c644b Binary files /dev/null and b/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar differ diff --git a/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar.lastUpdated b/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar.lastUpdated new file mode 100644 index 0000000..d130d9a --- /dev/null +++ b/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:28 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361628080 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361628267 diff --git a/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar.sha1 b/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar.sha1 new file mode 100644 index 0000000..5e3536d --- /dev/null +++ b/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar.sha1 @@ -0,0 +1 @@ +4b986a99445e49ea5fbf5d149c4b63f6ed6c6780 \ No newline at end of file diff --git a/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.pom b/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.pom new file mode 100644 index 0000000..6910669 --- /dev/null +++ b/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.pom @@ -0,0 +1,61 @@ + + + + + + LZ4 and xxHash + Java ports and bindings of the LZ4 compression algorithm and the xxHash hashing algorithm + https://github.com/lz4/lz4-java + 4.0.0 + org.lz4 + lz4-java + jar + 1.8.0 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + git://github.com/lz4/lz4-java.git + https://github.com/lz4/lz4-java + + + + jpountz + Adrien Grand + jpountz@gmail.com + + + odaira + Rei Odaira + Rei.Odaira@gmail.com + + + + + com.carrotsearch.randomizedtesting + junit4-ant + 2.5.3 + test + + + diff --git a/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.pom.lastUpdated b/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.pom.lastUpdated new file mode 100644 index 0000000..0f9d45b --- /dev/null +++ b/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:20 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361620353 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361620401 diff --git a/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.pom.sha1 b/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.pom.sha1 new file mode 100644 index 0000000..2d967da --- /dev/null +++ b/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.pom.sha1 @@ -0,0 +1 @@ +3e55ec77e3c55dff87e044737194536f7fa643de \ No newline at end of file diff --git a/org/mapstruct/mapstruct-parent/1.3.1.Final/_remote.repositories b/org/mapstruct/mapstruct-parent/1.3.1.Final/_remote.repositories new file mode 100644 index 0000000..59565b0 --- /dev/null +++ b/org/mapstruct/mapstruct-parent/1.3.1.Final/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:13 CST 2025 +mapstruct-parent-1.3.1.Final.pom>public= diff --git a/org/mapstruct/mapstruct-parent/1.3.1.Final/mapstruct-parent-1.3.1.Final.pom b/org/mapstruct/mapstruct-parent/1.3.1.Final/mapstruct-parent-1.3.1.Final.pom new file mode 100644 index 0000000..fa70a4b --- /dev/null +++ b/org/mapstruct/mapstruct-parent/1.3.1.Final/mapstruct-parent-1.3.1.Final.pom @@ -0,0 +1,727 @@ + + + + 4.0.0 + + org.mapstruct + mapstruct-parent + 1.3.1.Final + pom + + MapStruct Parent + An annotation processor for generating type-safe bean mappers + http://mapstruct.org/ + 2012 + + + UTF-8 + 1.0.0 + + 3.0.0-M1 + 2.22.1 + 3.0.1 + 4.0.3.RELEASE + 0.26.0 + 8.14 + + 1 + 3.11.1 + + + jdt_apt + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + gunnarmorling + Gunnar Morling + gunnar@mapstruct.org + http://www.gunnarmorling.de/ + + + + + scm:git:git://github.com/mapstruct/mapstruct.git + scm:git:git@github.com:mapstruct/mapstruct.git + https://github.com/mapstruct/mapstruct/ + 1.3.1.Final + + + + + sonatype-nexus-staging + Nexus Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + + + + GitHub Issues + https://github.com/mapstruct/mapstruct/issues + + + + Travis CI + https://travis-ci.org/mapstruct/mapstruct + + + + + mapstruct-users + https://groups.google.com/forum/?fromgroups#!forum/mapstruct-users + + + + + 3.0.3 + + + + + + org.freemarker + freemarker + 2.3.21 + + + org.assertj + assertj-core + ${assertj.version} + + + com.google.guava + guava + 19.0 + + + com.jolira + hickory + ${com.jolira.hickory.version} + + + junit + junit + 4.12 + + + com.puppycrawl.tools + checkstyle + ${com.puppycrawl.tools.checkstyle.version} + + + + + javax.enterprise + cdi-api + 1.2 + + + javax.inject + javax.inject + 1 + + + org.jboss.arquillian + arquillian-bom + 1.0.2.Final + import + pom + + + org.jboss.arquillian.container + arquillian-weld-se-embedded-1.1 + 1.0.0.CR7 + + + org.jboss.weld + weld-core + 2.3.2.Final + + + org.glassfish + javax.el + 3.0-b01 + + + + + org.springframework + spring-test + ${org.springframework.version} + + + org.springframework + spring-beans + ${org.springframework.version} + + + org.springframework + spring-context + ${org.springframework.version} + + + + commons-logging + commons-logging + 1.1.3 + + + + org.projectlombok + lombok + 1.16.18 + + + org.immutables + value + 2.5.6 + + + com.google.auto.value + auto-value + 1.5 + + + com.google.protobuf + protobuf-java + 3.6.0 + + + org.inferred + freebuilder + 1.14.6 + + + + + joda-time + joda-time + 2.9 + + + + + org.eclipse.tycho + tycho-compiler-jdt + ${org.eclipse.tycho.compiler-jdt.version} + + + org.codehaus.plexus + plexus-container-default + 1.6 + + + org.codehaus.plexus + plexus-utils + 3.0.20 + + + + + ${project.groupId} + mapstruct + ${project.version} + + + ${project.groupId} + mapstruct-processor + ${project.version} + + + org.apache.maven.shared + maven-verifier + 1.5 + + + + + org.slf4j + slf4j-api + 1.6.1 + + + ch.qos.cal10n + cal10n-api + 0.7.4 + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.0.0 + + build-config/checkstyle.xml + true + true + error + true + basedir=${basedir} + + **/*Prism.java,*/itest/jaxb/xsd/* + + + + ${project.groupId} + mapstruct-build-config + ${project.version} + + + com.puppycrawl.tools + checkstyle + ${com.puppycrawl.tools.checkstyle.version} + + + + + org.apache.maven.plugins + maven-clean-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.1.1 + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0-M1 + + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + org.apache.maven.plugins + maven-enforcer-plugin + ${org.apache.maven.plugins.enforcer.version} + + + de.andrena.tools.nopackagecycles + no-package-cycles-enforcer-rule + 1.0.9 + + + + + org.apache.felix + maven-bundle-plugin + 4.0.0 + + + bundle-manifest + process-classes + + manifest + + + + + + org.apache.maven.plugins + maven-install-plugin + 3.0.0-M1 + + + org.apache.maven.plugins + maven-jar-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-javadoc-plugin + ${org.apache.maven.plugins.javadoc.version} + + true + org.mapstruct.ap.internal.prism;org.mapstruct.itest.jaxb.xsd.* + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + -DskipTests ${add.release.arguments} + clean install + false + true + @{project.version} + true + false + release + + + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + org.apache.maven.plugins + maven-site-plugin + 3.7.1 + + + org.apache.maven.plugins + maven-surefire-plugin + ${org.apache.maven.plugins.surefire.version} + + ${forkCount} + + -Xms1024m -Xmx3072m + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.0 + + + com.mycila.maven-license-plugin + maven-license-plugin + 1.10.b1 + + + org.codehaus.mojo + animal-sniffer-maven-plugin + 1.17 + + + org.ow2.asm + asm + 6.2.1 + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.4,) + + copy-dependencies + unpack-dependencies + + + + + + + + + org.jacoco + jacoco-maven-plugin + [0.7,) + + prepare-agent + + + + + + + + + org.codehaus.mojo + properties-maven-plugin + [1.0-alpha-2,) + + set-system-properties + + + + + + + + + + + + org.jacoco + jacoco-maven-plugin + 0.8.2 + + + org.jvnet.jaxb2.maven2 + maven-jaxb2-plugin + 0.14.0 + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + de.thetaphi + forbiddenapis + 2.6 + + + ${project.basedir}/../etc/forbidden-apis.txt + + + + + com.github.siom79.japicmp + japicmp-maven-plugin + 0.13.0 + + + verify + + cmp + + + + + + + ${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging} + + + + \d+\.\d+\.\d+\.Final + true + + + METHOD_NEW_DEFAULT + true + false + MINOR + + + + + + + + + + + + com.mycila.maven-license-plugin + maven-license-plugin + +
${basedir}/../etc/license.txt
+ true + + **/.idea/** + **/build-config/checkstyle.xml + **/build-config/import-control.xml + copyright.txt + **/LICENSE.txt + **/mapstruct.xml + **/toolchains-*.xml + **/travis-settings.xml + **/eclipse-formatter-config.xml + **/forbidden-apis.txt + **/checkstyle-for-generated-sources.xml + **/nb-configuration.xml + maven-settings.xml + readme.md + CONTRIBUTING.md + .gitattributes + .gitignore + .factorypath + .checkstyle + *.yml + **/*.asciidoc + **/binding.xjb + + + SLASHSTAR_STYLE + SLASHSTAR_STYLE + +
+ + + + check + + + +
+ + org.codehaus.mojo + animal-sniffer-maven-plugin + + + check-java-api-signature + verify + + check + + + + org.codehaus.mojo.signature + java18 + 1.0 + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + ${org.apache.maven.plugins.enforcer.version} + + + enforce-mapstruct-rules + validate + + enforce + + + + + [1.8,) + + + + + [3.0.3,) + + + + + + enforce-no-package-cycles + + enforce + + test-compile + + + + false + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + generate-javadoc + + javadoc-no-fork + + verify + + + +
+
+ + + + release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + +
diff --git a/org/mapstruct/mapstruct-parent/1.3.1.Final/mapstruct-parent-1.3.1.Final.pom.sha1 b/org/mapstruct/mapstruct-parent/1.3.1.Final/mapstruct-parent-1.3.1.Final.pom.sha1 new file mode 100644 index 0000000..6199d1b --- /dev/null +++ b/org/mapstruct/mapstruct-parent/1.3.1.Final/mapstruct-parent-1.3.1.Final.pom.sha1 @@ -0,0 +1 @@ +335cb83623eea699e19a9e874fed61332ac8bade \ No newline at end of file diff --git a/org/mapstruct/mapstruct/1.3.1.Final/_remote.repositories b/org/mapstruct/mapstruct/1.3.1.Final/_remote.repositories new file mode 100644 index 0000000..3be6776 --- /dev/null +++ b/org/mapstruct/mapstruct/1.3.1.Final/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:22 CST 2025 +mapstruct-1.3.1.Final.pom>public= +mapstruct-1.3.1.Final.jar>public= diff --git a/org/mapstruct/mapstruct/1.3.1.Final/mapstruct-1.3.1.Final.jar b/org/mapstruct/mapstruct/1.3.1.Final/mapstruct-1.3.1.Final.jar new file mode 100644 index 0000000..8d279ef Binary files /dev/null and b/org/mapstruct/mapstruct/1.3.1.Final/mapstruct-1.3.1.Final.jar differ diff --git a/org/mapstruct/mapstruct/1.3.1.Final/mapstruct-1.3.1.Final.jar.sha1 b/org/mapstruct/mapstruct/1.3.1.Final/mapstruct-1.3.1.Final.jar.sha1 new file mode 100644 index 0000000..f0d1ec0 --- /dev/null +++ b/org/mapstruct/mapstruct/1.3.1.Final/mapstruct-1.3.1.Final.jar.sha1 @@ -0,0 +1 @@ +6ab184bbc7a7029738277a244e4c535fcdc3f558 \ No newline at end of file diff --git a/org/mapstruct/mapstruct/1.3.1.Final/mapstruct-1.3.1.Final.pom b/org/mapstruct/mapstruct/1.3.1.Final/mapstruct-1.3.1.Final.pom new file mode 100644 index 0000000..787e8c1 --- /dev/null +++ b/org/mapstruct/mapstruct/1.3.1.Final/mapstruct-1.3.1.Final.pom @@ -0,0 +1,118 @@ + + + + 4.0.0 + + + org.mapstruct + mapstruct-parent + 1.3.1.Final + ../parent/pom.xml + + + mapstruct + jar + MapStruct Core + + + + junit + junit + test + + + org.assertj + assertj-core + test + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + check-style + verify + + checkstyle + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + verify + + jar + + + + + + org.apache.maven.plugins + maven-resources-plugin + + + copy-mapstruct-license + prepare-package + + copy-resources + + + ${project.build.directory}/classes/META-INF + + + ${basedir}/.. + false + LICENSE.txt + + + + + + + + org.apache.felix + maven-bundle-plugin + + + org.mapstruct + + + + + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + com.github.siom79.japicmp + japicmp-maven-plugin + + + + + org.mapstruct.Builder + + + + + + + diff --git a/org/mapstruct/mapstruct/1.3.1.Final/mapstruct-1.3.1.Final.pom.sha1 b/org/mapstruct/mapstruct/1.3.1.Final/mapstruct-1.3.1.Final.pom.sha1 new file mode 100644 index 0000000..d8a52a1 --- /dev/null +++ b/org/mapstruct/mapstruct/1.3.1.Final/mapstruct-1.3.1.Final.pom.sha1 @@ -0,0 +1 @@ +542fbfebc06d7888579ca0f2c20f9f91b3b3f36f \ No newline at end of file diff --git a/org/mybatis/mybatis-parent/36/_remote.repositories b/org/mybatis/mybatis-parent/36/_remote.repositories new file mode 100644 index 0000000..fecaf29 --- /dev/null +++ b/org/mybatis/mybatis-parent/36/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:14 CST 2025 +mybatis-parent-36.pom>public= diff --git a/org/mybatis/mybatis-parent/36/mybatis-parent-36.pom b/org/mybatis/mybatis-parent/36/mybatis-parent-36.pom new file mode 100644 index 0000000..1dbd8bb --- /dev/null +++ b/org/mybatis/mybatis-parent/36/mybatis-parent-36.pom @@ -0,0 +1,1444 @@ + + + + + 4.0.0 + + org.mybatis + mybatis-parent + 36 + pom + + mybatis-parent + The MyBatis parent POM. + https://www.mybatis.org/ + 2010 + + MyBatis.org + https://www.mybatis.org/ + + + + The Apache Software License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + + cbegin + Clinton Begin + clinton.begin@gmail.com + + Owner + Founder + Committer + + + + + brandon.goodin + Brandon Goodin + brandon.goodin@gmail.com + + Committer + + + + + christianpoitras + Christian Poitras + christian.poitras@ircm.qc.ca + -5 + + Committer + + + + + emacarron + Eduardo Macarron + eduardo.macarron@gmail.com + + Committer + + + + + mnesarco + Frank Martinez + mnesarco@gmail.com + + Committer + + + + + agustafson + Andrew Gustafson + gus4000@gmail.com + + Committer + + + + + hpresnall + Hunter Presnall + hpresnall@gmail.com + + Committer + + + + + harawata + Iwao Ave + harawata@gmail.com + + Committer + + + + + jeffgbutler + Jeff Butler + jeffgbutler@gmail.com + + Committer + + + + + hazendaz + Jeremy Landis + jeremylandis@hotmail.com + + Committer + + -5 + + + + nospam@kaigrabfelder.de + Kai Grabfelder + nospam@kaigrabfelder.de + + Committer + + + + + lmeadors + Larry Meadors + larry.meadors@gmail.com + + Committer + + + + + marcosperanza + Marco Speranza + marco.speranza79@gmail.com + +1 + + Committer + + + + + nmaves + Nathan Maves + nathan.maves@gmail.com + + Committer + + + + + pboonphong + Putthiphong Boonphong + putthiphong.boonphong@gmail.com + + Committer + + + + + simonetripodi + Simone Tripodi + simone.tripodi@gmail.com + +1 + + Committer + + + + + h3adache + Tim Chen + chengt@gmail.com + + Committer + + + + + + + mybatis-dev + https://groups.google.com/forum/#!forum/mybatis-dev + https://groups.google.com/forum/#!forum/mybatis-dev/join + https://groups.google.com/forum/#!forum/mybatis-dev/join + mybatis-dev@googlegroups.com + + + + mybatis-user + https://groups.google.com/forum/#!forum/mybatis-user + https://groups.google.com/forum/#!forum/mybatis-user/join + https://groups.google.com/forum/#!forum/mybatis-user/join + mybatis-user@googlegroups.com + + + + mybatis-commits + https://groups.google.com/forum/#!forum/mybatis-commits + https://groups.google.com/forum/#!forum/mybatis-commits/join + https://groups.google.com/forum/#!forum/mybatis-commits/join + mybatis-commits@googlegroups.com + + + + + https://github.com/mybatis/parent + scm:git:ssh://github.com/mybatis/parent.git + scm:git:ssh://git@github.com/mybatis/parent.git + mybatis-parent-36 + + + GitHub Issue Management + https://github.com/mybatis/parent/issues + + + Github Actions + https://github.com/mybatis/parent/actions + + + + gh-pages + Mybatis GitHub Pages + github:ssh://mybatis.github.io/parent/ + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + 2022 + + + 11,17,18,19,20 + checkstyle.xml + 34 + eclipse-formatter-config-2space.xml + ${project.name} + -html5 + au,com,de,java,javassist,javax,lombok,mockit,net,ognl,org + org.mybatis.parent + + + + yyyy-MM-dd HH:mm:ssZ + + + 8 + 8 + 11 + 11 + + + ${java.version} + ${java.version} + ${java.test.version} + ${java.test.version} + + ${java.release.version} + ${java.test.release.version} + + + 3.3.9 + + + UTF-8 + UTF-8 + UTF-8 + + + 1662409156 + + + ${maven.build.timestamp} + + + 9.3 + 9 + 2.3.3 + 6.3.1 + 1.3.0 + 10.3.3 + 1.6.1 + 1.11.1 + 4.2.rc3 + 2.0.3 + 3.5.2 + + + 3.1.0 + 3.4.2 + 5.1.8 + 2.12.1 + 3.2.0 + 3.2.0 + 2.8 + 3.10.1 + 4.4.1 + 3.3.0 + 3.0.0 + 3.1.0 + 2.20.0 + 5.0.0 + 3.0.1 + 1.7.0 + 3.0.1 + 0.8.8 + 3.2.2 + 3.4.1 + 3.3.0 + 4.2.rc3 + 1.0.0 + 2.4.0 + 1.6.1 + 3.19.0 + 3.4.1 + 3.0.0-M6 + 3.3.0 + 1.12.2 + 3.3.0 + 3.12.1 + 3.2.0 + 3.2.1 + 4.7.1.1 + 3.0.0-M7 + 3.0.0 + 2.11.0 + 1.0.4 + + + -Djdk.attach.allowAttachSelf + + + ${project.groupId}.${project.artifactId} + ${project.groupId}.*;version=${project.version};-noimport:=true + * + + + + + + + + + + + + + com.github.dantwining.whitespace-maven-plugin + whitespace-maven-plugin + ${whitespace.plugin} + + + + com.github.ekryd.sortpom + sortpom-maven-plugin + ${sortpom.plugin} + + false + false + 2 + + + + + io.github.git-commit-id + git-commit-id-maven-plugin + ${git-commit.plugin} + + false + + + true + + + + + + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs.plugin} + + true + ${project.build.directory}/spotbugs-reports + ${project.build.directory}/spotbugs-reports + High + Max + FindDeadLocalStores,UnreadFields + ${spotbugs.onlyAnalyze} + true + + + + + com.mycila + license-maven-plugin + ${license.plugin} + +
${project.basedir}/LICENSE_HEADER
+ + + + + **/*.ctrl + **/*.dat + ICLA + KEYS + NOTICE + + + **/unlicensed/** + + + + XML_STYLE + +
+ + + com.mycila + license-maven-plugin-git + ${license.version} + + +
+ + + io.jsonwebtoken.coveralls + coveralls-maven-plugin + ${coveralls.plugin} + + + jakarta.xml.bind + jakarta.xml.bind-api + ${bind-api.version} + + + + + + net.revelc.code + impsort-maven-plugin + ${impsort.plugin} + + ${impsortGroups} + java,* + true + + + + + net.revelc.code.formatter + formatter-maven-plugin + ${formatter.plugin} + + ${formatter.config} + true + + + + com.github.hazendaz + build-tools + ${build-tools.version} + + + + + + org.apache.felix + maven-bundle-plugin + ${bundle.plugin} + + true + ${project.build.directory}/osgi + + jar + bundle + war + maven-plugin + + + + <_nouses>true + + <_removeheaders>JAVA_1_8_HOME,JAVA_8_HOME,JAVA_11_HOME,JAVA_17_HOME,JAVA_18_HOME,JAVA_19_HOME,JAVA_20_HOME + ${osgi.symbolicName} + ${osgi.export} + ${osgi.private} + ${osgi.import} + ${osgi.dynamicImport} + ${project.url} + ${git.commit.id} + + + + + biz.aQute.bnd + biz.aQute.bndlib + ${bnd.version} + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + ${antrun.plugin} + + + + org.apache.maven.plugins + maven-assembly-plugin + ${assembly.plugin} + + + org.mybatis + base-bundle-descriptor + ${base-bundle.version} + + + + + + org.apache.maven.plugins + maven-changes-plugin + ${changes.plugin} + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.plugin} + + false + + + + + org.apache.maven.plugins + maven-clean-plugin + ${clean.plugin} + + + + org.apache.maven.plugins + maven-compiler-plugin + ${compiler.plugin} + + true + + false + + + + + org.apache.maven.plugins + maven-dependency-plugin + ${dependency.plugin} + + + + org.apache.maven.plugins + maven-deploy-plugin + ${deploy.plugin} + + + + org.apache.maven.plugins + maven-enforcer-plugin + ${enforcer.plugin} + + + + ${java.version} + test + + + ${allowed.build.jdks} + + + [${maven.min-version},) + + + [ERROR] Best Practice is to always define plugin versions! + true + true + true + clean,deploy,site + + + + + + org.codehaus.mojo + extra-enforcer-rules + ${extra-enforcer-rules.version} + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${gpg.plugin} + + + + org.apache.maven.plugins + maven-install-plugin + ${install.plugin} + + + + org.apache.maven.plugins + maven-jar-plugin + ${jar.plugin} + + + ${project.build.directory}/osgi/MANIFEST.MF + + false + true + true + + + ${module.name} + ${copyright} + ${maven.compiler.source} + ${maven.compiler.target} + ${maven.compiler.release} + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${javadoc.plugin} + + + + + + + false + true + true + + + ${module.name} + ${copyright} + ${git.commit.id} + ${maven.compiler.source} + ${maven.compiler.target} + ${maven.compiler.release} + + + -Xdoclint:-missing + true + true + + + + + org.apache.maven.plugins + maven-jxr-plugin + ${jxr.plugin} + + + + org.apache.maven.plugins + maven-pdf-plugin + ${pdf.plugin} + + + + pdf + prepare-package + + pdf + + + false + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + ${pmd.plugin} + + true + true + 100 + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + ${project-info.plugin} + + + + org.apache.maven.plugins + maven-release-plugin + ${release.plugin} + + -Daether.checksums.algorithms=SHA-512,SHA-256,SHA-1,MD5 + true + forked-path + false + release + + + + + org.apache.maven.plugins + maven-resources-plugin + ${resources.plugin} + + + ${project.build.resourceEncoding} + + + + + org.apache.maven.plugins + maven-shade-plugin + ${shade.plugin} + + + + org.apache.maven.plugins + maven-site-plugin + ${site.plugin} + + + + attach-descriptor + + attach-descriptor + + + + + + net.trajano.wagon + wagon-git + ${wagon-git.version} + + + org.apache.maven.wagon + wagon-ssh + ${wagon.version} + + + + org.apache.maven.skins + maven-fluido-skin + ${fluido.version} + + + + + + org.apache.maven.plugins + maven-source-plugin + ${source.plugin} + + + + false + true + true + + + ${module.name} + ${copyright} + ${git.commit.id} + ${maven.compiler.source} + ${maven.compiler.target} + ${maven.compiler.release} + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.plugin} + + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${surefire.plugin} + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.plugin} + + + + org.codehaus.mojo + clirr-maven-plugin + ${clirr.plugin} + + ${clirr.comparisonVersion} + false + false + + + + + org.codehaus.mojo + taglist-maven-plugin + ${taglist.plugin} + + + + org.codehaus.mojo + versions-maven-plugin + ${versions.plugin} + + + + org.gaul + modernizer-maven-plugin + ${modernizer.plugin} + + false + ${maven.compiler.target} + + + + org.ow2.asm + asm + ${asm.version} + + + + +
+
+ + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + com.puppycrawl.tools + checkstyle + ${checkstyle.version} + + + com.github.hazendaz + build-tools + ${build-tools.version} + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-java + validate + + enforce + + + + + + + org.apache.felix + maven-bundle-plugin + + + bundle-manifest + process-classes + + manifest + + + + + + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + + + + + com.github.dantwining.whitespace-maven-plugin + whitespace-maven-plugin + + + process-sources + + trim + + + + + + + io.github.git-commit-id + git-commit-id-maven-plugin + + + git-commit-id + + revision + + validate + + + + + + org.gaul + modernizer-maven-plugin + + + modernizer + verify + + modernizer + + + + + + + + + ${project.basedir}/src/main/resources + true + + + ${project.basedir} + META-INF + + LICENSE + NOTICE + + + +
+ + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + default + + javadoc + + + + + + + org.apache.maven.plugins + maven-jxr-plugin + + + + com.github.spotbugs + spotbugs-maven-plugin + + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + + org.apache.maven.plugins + maven-changes-plugin + + %URL%/issues/%ISSUE% + + + + + changes-report + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + ${checkstyle.config} + + + + + org.apache.maven.plugins + maven-pmd-plugin + + + + org.codehaus.mojo + taglist-maven-plugin + + + + + Todo Work + + + TODO + ignoreCase + + + FIXME + ignoreCase + + + + + + + + + + org.codehaus.mojo + clirr-maven-plugin + + + + + org.codehaus.mojo + versions-maven-plugin + + + + org.jacoco + jacoco-maven-plugin + + + + + report + + + + + + + + + + + format + + + + ${basedir}/format.xml + + + + + + net.revelc.code.formatter + formatter-maven-plugin + + + + format + + + + + + net.revelc.code + impsort-maven-plugin + + + + sort + + + + + + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + com.mycila + license-maven-plugin + + true + + + + + + + + + ci-only + + + env.CI_ONLY_TEST_GROUPS + + + + + + + + + bundle + + false + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + package + + single + + + true + false + + base-bundle + + + + + + + + + + + sort + + + + com.github.ekryd.sortpom + sortpom-maven-plugin + + + + sort + + verify + + + + + + + + + license + + + + ${basedir}/LICENSE_HEADER + + + + + + com.mycila + license-maven-plugin + + + process-sources + + format + + + + + + + + + + eclipse + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + ${lifecycle.plugin} + + + + + + org.apache.felix + maven-bundle-plugin + [${bundle.version},) + + manifest + + + + + + + + + org.jacoco + jacoco-maven-plugin + [${jacoco.version},) + + prepare-agent + + + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + [${enforcer.version},) + + enforce + + + + + + + + + com.mycila + license-maven-plugin + [${license.version},) + + format + + + + + + + + + net.revelc.code.formatter + formatter-maven-plugin + [${formatter.version},) + + format + + + + + + + + + net.revelc.code + impsort-maven-plugin + [${impsort.plugin},) + + sort + + + + + true + true + + + + + + com.github.dantwining.whitespace-maven-plugin + whitespace-maven-plugin + [${whitespace.plugin},) + + trim + + + + + true + true + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${maven.compiler.testSource} + ${maven.compiler.testTarget} + + + + + + + + +
diff --git a/org/mybatis/mybatis-parent/36/mybatis-parent-36.pom.sha1 b/org/mybatis/mybatis-parent/36/mybatis-parent-36.pom.sha1 new file mode 100644 index 0000000..2b63a94 --- /dev/null +++ b/org/mybatis/mybatis-parent/36/mybatis-parent-36.pom.sha1 @@ -0,0 +1 @@ +09314cc6424c8ffc003ffff70b9c3a054bf8c794 \ No newline at end of file diff --git a/org/mybatis/mybatis-parent/37/_remote.repositories b/org/mybatis/mybatis-parent/37/_remote.repositories new file mode 100644 index 0000000..1c78e99 --- /dev/null +++ b/org/mybatis/mybatis-parent/37/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:15 CST 2025 +mybatis-parent-37.pom>public= diff --git a/org/mybatis/mybatis-parent/37/mybatis-parent-37.pom b/org/mybatis/mybatis-parent/37/mybatis-parent-37.pom new file mode 100644 index 0000000..cb8cc22 --- /dev/null +++ b/org/mybatis/mybatis-parent/37/mybatis-parent-37.pom @@ -0,0 +1,1392 @@ + + + + + 4.0.0 + + org.mybatis + mybatis-parent + 37 + pom + + mybatis-parent + The MyBatis parent POM. + https://www.mybatis.org/ + 2010 + + MyBatis.org + https://www.mybatis.org/ + + + + The Apache Software License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + + cbegin + Clinton Begin + clinton.begin@gmail.com + + Owner + Founder + Committer + + + + + agustafson + Andrew Gustafson + gus4000@gmail.com + + Committer + + + + + brandon.goodin + Brandon Goodin + brandon.goodin@gmail.com + + Committer + + + + + christianpoitras + Christian Poitras + christian.poitras@ircm.qc.ca + -5 + + Committer + + + + + emacarron + Eduardo Macarron + eduardo.macarron@gmail.com + + Committer + + + + + mnesarco + Frank Martinez + mnesarco@gmail.com + + Committer + + + + + hpresnall + Hunter Presnall + hpresnall@gmail.com + + Committer + + + + + harawata + Iwao Ave + harawata@gmail.com + + Committer + + + + + jeffgbutler + Jeff Butler + jeffgbutler@gmail.com + + Committer + + + + + hazendaz + Jeremy Landis + jeremylandis@hotmail.com + + Committer + + -5 + + + + nospam@kaigrabfelder.de + Kai Grabfelder + nospam@kaigrabfelder.de + + Committer + + + + + lmeadors + Larry Meadors + larry.meadors@gmail.com + + Committer + + + + + marcosperanza + Marco Speranza + marco.speranza79@gmail.com + +1 + + Committer + + + + + nmaves + Nathan Maves + nathan.maves@gmail.com + + Committer + + + + + pboonphong + Putthiphong Boonphong + putthiphong.boonphong@gmail.com + + Committer + + + + + simonetripodi + Simone Tripodi + simone.tripodi@gmail.com + +1 + + Committer + + + + + h3adache + Tim Chen + chengt@gmail.com + + Committer + + + + + + + mybatis-dev + https://groups.google.com/forum/#!forum/mybatis-dev + https://groups.google.com/forum/#!forum/mybatis-dev/join + https://groups.google.com/forum/#!forum/mybatis-dev/join + mybatis-dev@googlegroups.com + + + + mybatis-user + https://groups.google.com/forum/#!forum/mybatis-user + https://groups.google.com/forum/#!forum/mybatis-user/join + https://groups.google.com/forum/#!forum/mybatis-user/join + mybatis-user@googlegroups.com + + + + mybatis-commits + https://groups.google.com/forum/#!forum/mybatis-commits + https://groups.google.com/forum/#!forum/mybatis-commits/join + https://groups.google.com/forum/#!forum/mybatis-commits/join + mybatis-commits@googlegroups.com + + + + + https://github.com/mybatis/parent + scm:git:ssh://github.com/mybatis/parent.git + scm:git:ssh://git@github.com/mybatis/parent.git + mybatis-parent-37 + + + GitHub Issue Management + https://github.com/mybatis/parent/issues + + + Github Actions + https://github.com/mybatis/parent/actions + + + + gh-pages + Mybatis GitHub Pages + github:ssh://mybatis.github.io/parent/ + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + 2022 + + + [11,12),[17,18),[19,20),[20,21),[21,22) + checkstyle.xml + 36 + eclipse-formatter-config-2space.xml + ${project.name} + -html5 + au,ch,com,de,io,jakarta,java,javassist,javax,lombok,mockit,net,nl,ognl,org + org.mybatis.parent + + + + yyyy-MM-dd HH:mm:ssZ + + + 8 + 8 + 11 + 11 + + + ${java.version} + ${java.version} + ${java.test.version} + ${java.test.version} + + ${java.release.version} + ${java.test.release.version} + + + 3.3.9 + + + UTF-8 + UTF-8 + UTF-8 + + + 1672435846 + + + ${maven.build.timestamp} + + + 9.4 + 10 + 2.3.3 + 6.4.0 + 1.3.0 + 10.5.0 + 1.6.1 + 1.11.1 + 4.2.rc3 + 2.0.3 + 3.5.3 + + + 3.1.0 + 3.4.2 + 5.1.8 + 2.12.1 + 3.2.0 + 3.2.0 + 2.8 + 3.10.1 + 4.4.1 + 3.4.0 + 3.0.0 + 3.1.0 + 2.21.0 + 5.0.0 + 3.0.1 + 1.8.0 + 3.1.0 + 0.8.8 + 3.3.0 + 3.4.1 + 3.3.0 + 4.2.rc3 + 1.0.0 + 2.5.0 + 1.6.1 + 3.19.0 + 3.4.1 + 3.0.0-M7 + 3.3.0 + 1.12.2 + 3.4.1 + 3.12.1 + 3.2.0 + 3.2.1 + 4.7.3.0 + 3.0.0-M7 + 3.0.0 + 2.14.2 + 1.0.4 + + + -Djdk.attach.allowAttachSelf + + + ${project.groupId}.${project.artifactId} + ${project.groupId}.*;version=${project.version};-noimport:=true + * + + + + + + + + + + + + + com.github.dantwining.whitespace-maven-plugin + whitespace-maven-plugin + ${whitespace.plugin} + + + + com.github.ekryd.sortpom + sortpom-maven-plugin + ${sortpom.plugin} + + false + false + 2 + + + + + io.github.git-commit-id + git-commit-id-maven-plugin + ${git-commit.plugin} + + false + + + true + + + + + + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs.plugin} + + true + ${project.build.directory}/spotbugs-reports + ${project.build.directory}/spotbugs-reports + High + Max + FindDeadLocalStores,UnreadFields + ${spotbugs.onlyAnalyze} + true + + + + + com.mycila + license-maven-plugin + ${license.plugin} + +
${project.basedir}/LICENSE_HEADER
+ + + + + **/*.ctrl + **/*.dat + ICLA + KEYS + NOTICE + + + **/unlicensed/** + **/ibderby/** + + + + XML_STYLE + +
+ + + com.mycila + license-maven-plugin-git + ${license.version} + + +
+ + + io.jsonwebtoken.coveralls + coveralls-maven-plugin + ${coveralls.plugin} + + + jakarta.xml.bind + jakarta.xml.bind-api + ${bind-api.version} + + + + + + net.revelc.code + impsort-maven-plugin + ${impsort.plugin} + + ${impsortGroups} + java,* + true + + + + + net.revelc.code.formatter + formatter-maven-plugin + ${formatter.plugin} + + ${formatter.config} + true + + + + com.github.hazendaz + build-tools + ${build-tools.version} + + + + + + org.apache.felix + maven-bundle-plugin + ${bundle.plugin} + + true + ${project.build.directory}/osgi + + jar + bundle + war + maven-plugin + + + + <_nouses>true + + <_removeheaders>JAVA_1_8_HOME,JAVA_8_HOME,JAVA_11_HOME,JAVA_17_HOME,JAVA_18_HOME,JAVA_19_HOME,JAVA_20_HOME,JAVA_21_HOME + ${osgi.symbolicName} + ${osgi.export} + ${osgi.private} + ${osgi.import} + ${osgi.dynamicImport} + ${project.url} + ${git.commit.id} + + + + + biz.aQute.bnd + biz.aQute.bndlib + ${bnd.version} + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + ${antrun.plugin} + + + + org.apache.maven.plugins + maven-assembly-plugin + ${assembly.plugin} + + + org.mybatis + base-bundle-descriptor + ${base-bundle.version} + + + + + + org.apache.maven.plugins + maven-changes-plugin + ${changes.plugin} + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.plugin} + + false + + + + + org.apache.maven.plugins + maven-clean-plugin + ${clean.plugin} + + + + org.apache.maven.plugins + maven-compiler-plugin + ${compiler.plugin} + + true + + false + + + + + org.apache.maven.plugins + maven-dependency-plugin + ${dependency.plugin} + + + + org.apache.maven.plugins + maven-deploy-plugin + ${deploy.plugin} + + + + org.apache.maven.plugins + maven-enforcer-plugin + ${enforcer.plugin} + + + + ${java.version} + test + + + ${allowed.build.jdks} + + + [${maven.min-version},) + + + [ERROR] Best Practice is to always define plugin versions! + true + true + true + clean,deploy,site + + + + + + org.codehaus.mojo + extra-enforcer-rules + ${extra-enforcer-rules.version} + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${gpg.plugin} + + + + org.apache.maven.plugins + maven-install-plugin + ${install.plugin} + + + + org.apache.maven.plugins + maven-jar-plugin + ${jar.plugin} + + + ${project.build.directory}/osgi/MANIFEST.MF + + false + true + true + + + ${module.name} + ${copyright} + ${maven.compiler.source} + ${maven.compiler.target} + ${maven.compiler.release} + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${javadoc.plugin} + + + + + + + false + true + true + + + ${module.name} + ${copyright} + ${git.commit.id} + ${maven.compiler.source} + ${maven.compiler.target} + ${maven.compiler.release} + + + -Xdoclint:-missing + true + true + + + + + org.apache.maven.plugins + maven-jxr-plugin + ${jxr.plugin} + + + + org.apache.maven.plugins + maven-pdf-plugin + ${pdf.plugin} + + + + pdf + prepare-package + + pdf + + + false + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + ${pmd.plugin} + + true + true + 100 + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + ${project-info.plugin} + + + + org.apache.maven.plugins + maven-release-plugin + ${release.plugin} + + -Daether.checksums.algorithms=SHA-512,SHA-256,SHA-1,MD5 + true + forked-path + false + release + + + + + org.apache.maven.plugins + maven-resources-plugin + ${resources.plugin} + + + ${project.build.resourceEncoding} + + + + + org.apache.maven.plugins + maven-shade-plugin + ${shade.plugin} + + + + org.apache.maven.plugins + maven-site-plugin + ${site.plugin} + + + + attach-descriptor + + attach-descriptor + + + + + + net.trajano.wagon + wagon-git + ${wagon-git.version} + + + org.apache.maven.wagon + wagon-ssh + ${wagon.version} + + + + org.apache.maven.skins + maven-fluido-skin + ${fluido.version} + + + + + + org.apache.maven.plugins + maven-source-plugin + ${source.plugin} + + + + false + true + true + + + ${module.name} + ${copyright} + ${git.commit.id} + ${maven.compiler.source} + ${maven.compiler.target} + ${maven.compiler.release} + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.plugin} + + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${surefire.plugin} + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.plugin} + + + + org.codehaus.mojo + clirr-maven-plugin + ${clirr.plugin} + + ${clirr.comparisonVersion} + false + false + + + + + org.codehaus.mojo + taglist-maven-plugin + ${taglist.plugin} + + + + org.codehaus.mojo + versions-maven-plugin + ${versions.plugin} + + + + org.gaul + modernizer-maven-plugin + ${modernizer.plugin} + + false + ${maven.compiler.target} + + + + org.ow2.asm + asm + ${asm.version} + + + + +
+
+ + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + com.puppycrawl.tools + checkstyle + ${checkstyle.version} + + + com.github.hazendaz + build-tools + ${build-tools.version} + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-java + validate + + enforce + + + + + + + org.apache.felix + maven-bundle-plugin + + + bundle-manifest + process-classes + + manifest + + + + + + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + + + + + com.github.dantwining.whitespace-maven-plugin + whitespace-maven-plugin + + + process-sources + + trim + + + + + + + io.github.git-commit-id + git-commit-id-maven-plugin + + + git-commit-id + + revision + + validate + + + + + + org.gaul + modernizer-maven-plugin + + + modernizer + verify + + modernizer + + + + + + + + + ${project.basedir}/src/main/resources + true + + + ${project.basedir} + META-INF + + LICENSE + NOTICE + + + +
+ + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + default + + javadoc + + + + + + + org.apache.maven.plugins + maven-jxr-plugin + + + + com.github.spotbugs + spotbugs-maven-plugin + + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + + org.apache.maven.plugins + maven-changes-plugin + + %URL%/issues/%ISSUE% + + + + + changes-report + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + ${checkstyle.config} + + + + + org.apache.maven.plugins + maven-pmd-plugin + + + + org.codehaus.mojo + taglist-maven-plugin + + + + + Todo Work + + + TODO + ignoreCase + + + FIXME + ignoreCase + + + + + + + + + + org.codehaus.mojo + clirr-maven-plugin + + + + + org.codehaus.mojo + versions-maven-plugin + + + + org.jacoco + jacoco-maven-plugin + + + + + report + + + + + + + + + + + format + + + + ${basedir}/format.xml + + + + + + net.revelc.code.formatter + formatter-maven-plugin + + + + format + + + + + + net.revelc.code + impsort-maven-plugin + + + + sort + + + + + + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + com.mycila + license-maven-plugin + + true + + + + + + + + + ci-only + + + env.CI_ONLY_TEST_GROUPS + + + + + + + + + bundle + + false + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + package + + single + + + true + false + + base-bundle + + + + + + + + + + + sort + + + + com.github.ekryd.sortpom + sortpom-maven-plugin + + + + sort + + verify + + + + + + + + + license + + + + ${basedir}/LICENSE_HEADER + + + + + + com.mycila + license-maven-plugin + + + process-sources + + format + + + + + + + + + + eclipse + + + m2e.version + + + + + ${java.test.version} + ${java.test.release.version} + + + + + + + org.eclipse.m2e + lifecycle-mapping + + ${lifecycle.plugin} + + + + + + + com.mycila + license-maven-plugin + [${license.version},) + + format + + + + + + + + + + net.revelc.code + impsort-maven-plugin + [${impsort.plugin},) + + sort + + + + + true + true + + + + + + + com.github.dantwining.whitespace-maven-plugin + whitespace-maven-plugin + [${whitespace.plugin},) + + trim + + + + + true + true + + + + + + + + + + + + + +
diff --git a/org/mybatis/mybatis-parent/37/mybatis-parent-37.pom.sha1 b/org/mybatis/mybatis-parent/37/mybatis-parent-37.pom.sha1 new file mode 100644 index 0000000..7637206 --- /dev/null +++ b/org/mybatis/mybatis-parent/37/mybatis-parent-37.pom.sha1 @@ -0,0 +1 @@ +af1c69be8ad87efd949e1babfe9cb40a46570e6c \ No newline at end of file diff --git a/org/mybatis/mybatis-spring/2.1.1/_remote.repositories b/org/mybatis/mybatis-spring/2.1.1/_remote.repositories new file mode 100644 index 0000000..0450e13 --- /dev/null +++ b/org/mybatis/mybatis-spring/2.1.1/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:21 CST 2025 +mybatis-spring-2.1.1.jar>public= +mybatis-spring-2.1.1.pom>public= diff --git a/org/mybatis/mybatis-spring/2.1.1/mybatis-spring-2.1.1.jar b/org/mybatis/mybatis-spring/2.1.1/mybatis-spring-2.1.1.jar new file mode 100644 index 0000000..690550a Binary files /dev/null and b/org/mybatis/mybatis-spring/2.1.1/mybatis-spring-2.1.1.jar differ diff --git a/org/mybatis/mybatis-spring/2.1.1/mybatis-spring-2.1.1.jar.sha1 b/org/mybatis/mybatis-spring/2.1.1/mybatis-spring-2.1.1.jar.sha1 new file mode 100644 index 0000000..438d85d --- /dev/null +++ b/org/mybatis/mybatis-spring/2.1.1/mybatis-spring-2.1.1.jar.sha1 @@ -0,0 +1 @@ +bbd222d1b4e932ac50b08821bca3bb7e66833dea \ No newline at end of file diff --git a/org/mybatis/mybatis-spring/2.1.1/mybatis-spring-2.1.1.pom b/org/mybatis/mybatis-spring/2.1.1/mybatis-spring-2.1.1.pom new file mode 100644 index 0000000..2a93f81 --- /dev/null +++ b/org/mybatis/mybatis-spring/2.1.1/mybatis-spring-2.1.1.pom @@ -0,0 +1,394 @@ + + + + 4.0.0 + + + org.mybatis + mybatis-parent + 36 + + + + mybatis-spring + 2.1.1 + jar + + mybatis-spring + An easy-to-use Spring bridge for MyBatis sql mapping framework. + http://www.mybatis.org/spring/ + + + + Alex Rykov + Alex.Rykov@gmail.com + + + + Andrius Juozapaitis + andriusj@gmail.com + + + + Giovanni Cuccu + giovanni.cuccu@gmail.com + + + + Kay Huber + kay.huber@gmail.com + + + + Lishu Luo + lishu.luo@gmail.com + + + + Michael Lanyon + lanyonm@gmail.com + + + + Raj Nagappan + raj@velocitylabs.com + + + + Tomas Pinos + tomas.pinos@gmail.com + + + + + http://github.com/mybatis/spring + scm:git:ssh://github.com/mybatis/spring.git + scm:git:ssh://git@github.com/mybatis/spring.git + mybatis-spring-2.1.1 + + + GitHub Issue Management + https://github.com/mybatis/spring/issues + + + GitHub Actions + https://github.com/mybatis/spring/actions + + + + gh-pages + Mybatis GitHub Pages + git:ssh://git@github.com/mybatis/spring.git?gh-pages# + + + + + 1.3.2 + org.mybatis.spring.*,org.mybatis.spring.mapper.*,org.mybatis.spring.support.*,org.mybatis.spring.transaction.* + Spring + org.springframework.batch.*;resolution:=optional,* + * + + 3.5.13 + 5.3.27 + 4.3.8 + org.mybatis.spring + + 5.9.1 + + + 1684481172 + + + + + + org.mybatis + mybatis + ${mybatis.version} + provided + + + + org.springframework + spring-context + ${spring.version} + provided + + + org.springframework + spring-jdbc + ${spring.version} + provided + + + + org.springframework.batch + spring-batch-infrastructure + ${spring-batch.version} + provided + + + + + + com.atomikos + transactions-jdbc + 5.0.9 + test + + + + org.apache.derby + derby + 10.14.2.0 + test + + + + org.junit.jupiter + junit-jupiter-engine + ${junit.version} + test + + + + org.jboss.byteman + byteman-bmunit + 4.0.20 + test + + + + org.springframework + spring-test + ${spring.version} + test + + + + org.springframework + spring-web + ${spring.version} + test + + + + org.springframework.batch + spring-batch-core + ${spring-batch.version} + test + + + + org.springframework.batch + spring-batch-test + ${spring-batch.version} + test + + + junit + junit + + + + + + org.hsqldb + hsqldb + 2.7.1 + test + + + + org.slf4j + slf4j-simple + 2.0.5 + test + + + + org.mockito + mockito-core + 4.9.0 + test + + + + org.assertj + assertj-core + 3.23.1 + test + + + + com.mockrunner + mockrunner-core + 2.0.6 + test + + + commons-logging + commons-logging + + + com.kirkk + jaranalyzer + + + jdom + jdom + + + nekohtml + nekohtml + + + junit + junit + + + + + com.mockrunner + mockrunner-ejb + 2.0.6 + test + + + commons-beanutils + commons-beanutils + + + org.mockejb + mockejb + + + + + com.mockrunner + mockrunner-jdbc + 2.0.6 + test + + + commons-logging + commons-logging + + + + + + jakarta.transaction + jakarta.transaction-api + 1.3.3 + test + + + jakarta.servlet + jakarta.servlet-api + 4.0.4 + test + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + derby.stream.error.file + ${project.build.directory}/derby.log + + + com.atomikos.icatch.log_base_dir + ${project.build.directory} + + + + + + org.apache.maven.plugins + maven-resources-plugin + + + + filter-site + pre-site + + copy-resources + + + ${project.build.directory}/site-src + + + src/site + true + + + + + + + + org.apache.maven.plugins + maven-site-plugin + + en,es,zh_CN,ja,ko + ${project.build.directory}/site-src + + + + + + + ${project.basedir} + META-INF + + LICENSE + NOTICE + + + + ${project.basedir}/src/main/resources + + + + + ${project.build.testSourceDirectory} + + **/*.java + + + + + + + + sonatype-oss-snapshots + Sonatype OSS Snapshots Repository + https://oss.sonatype.org/content/repositories/snapshots + + + + diff --git a/org/mybatis/mybatis-spring/2.1.1/mybatis-spring-2.1.1.pom.sha1 b/org/mybatis/mybatis-spring/2.1.1/mybatis-spring-2.1.1.pom.sha1 new file mode 100644 index 0000000..7df3fbd --- /dev/null +++ b/org/mybatis/mybatis-spring/2.1.1/mybatis-spring-2.1.1.pom.sha1 @@ -0,0 +1 @@ +4921893d5abbf335570b55d5c28443cced244c4d \ No newline at end of file diff --git a/org/mybatis/mybatis/3.5.13/_remote.repositories b/org/mybatis/mybatis/3.5.13/_remote.repositories new file mode 100644 index 0000000..ad8d9d9 --- /dev/null +++ b/org/mybatis/mybatis/3.5.13/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:21 CST 2025 +mybatis-3.5.13.jar>public= +mybatis-3.5.13.pom>public= diff --git a/org/mybatis/mybatis/3.5.13/mybatis-3.5.13.jar b/org/mybatis/mybatis/3.5.13/mybatis-3.5.13.jar new file mode 100644 index 0000000..c93a218 Binary files /dev/null and b/org/mybatis/mybatis/3.5.13/mybatis-3.5.13.jar differ diff --git a/org/mybatis/mybatis/3.5.13/mybatis-3.5.13.jar.sha1 b/org/mybatis/mybatis/3.5.13/mybatis-3.5.13.jar.sha1 new file mode 100644 index 0000000..90e793d --- /dev/null +++ b/org/mybatis/mybatis/3.5.13/mybatis-3.5.13.jar.sha1 @@ -0,0 +1 @@ +3d0aa73551884a6de6ca187fb4d2db50da002be9 \ No newline at end of file diff --git a/org/mybatis/mybatis/3.5.13/mybatis-3.5.13.pom b/org/mybatis/mybatis/3.5.13/mybatis-3.5.13.pom new file mode 100644 index 0000000..3a79b12 --- /dev/null +++ b/org/mybatis/mybatis/3.5.13/mybatis-3.5.13.pom @@ -0,0 +1,467 @@ + + + + 4.0.0 + + + org.mybatis + mybatis-parent + 37 + + + + mybatis + 3.5.13 + jar + + mybatis + + The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented + applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or + annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping + tools. + + https://www.mybatis.org/mybatis-3 + + 2009 + + + + Adam Gent + adam.gent@evocatus.com + + + Andrea Selva + selva.andre@gmail.com + + + Antonio Sánchez + juntandolineas@gmail.com + + + Arkadi Shishlov + arkadi.shishlov@gmail.com + + + Axel Doerfler + axel.doerfler@gmail.com + + + Chris Dadej + chris.dadej@gmail.com + + + Denis Vygovskiy + qizant@gmail.com + + + Franta Mejta + mejta@rewor.cz + + + Jurriaan Pruys + jurriaan@pruys.com + + + Keith Wong + wongkwl@gmail.com + + + Lasse Voss + lasse.voss@motor-talk-gmbh.de + + + Luke Stevens + nosuchluke@gmail.com + + + Paul Krause + paulkrause88@alum.mit.edu + + + Peter Leibiger + kuhnroyal@gmail.com + + + Riccardo Cossu + riccardo.cossu@gmail.com + + + Tomáš Neuberg + neuberg@m-atelier.cz + + + + + https://github.com/mybatis/mybatis-3 + scm:git:ssh://github.com/mybatis/mybatis-3.git + scm:git:ssh://git@github.com/mybatis/mybatis-3.git + mybatis-3.5.13 + + + GitHub Issue Management + https://github.com/mybatis/mybatis-3/issues + + + Github + https://github.com/mybatis/mybatis-3/actions + + + + gh-pages + Mybatis GitHub Pages + git:ssh://git@github.com/mybatis/mybatis-3.git?gh-pages# + + + + + 3.4.6 + + + + TestcontainersTests + + + org.mybatis + + + org.apache.ibatis.*;version=${project.version};-noimport:=true + *;resolution:=optional + * + + + org.apache.ibatis.* + + + -Djdk.attach.allowAttachSelf -Xmx2048m + + + 1678513368 + + + + + ognl + ognl + 3.3.4 + compile + true + + + org.javassist + javassist + 3.29.2-GA + compile + true + + + org.slf4j + slf4j-api + 2.0.6 + true + + + ch.qos.reload4j + reload4j + 1.2.24 + true + + + org.apache.logging.log4j + log4j-api + 2.20.0 + true + + + commons-logging + commons-logging + 1.2 + true + + + cglib + cglib + 3.3.0 + true + + + + + org.junit.jupiter + junit-jupiter-engine + 5.9.2 + test + + + org.junit.jupiter + junit-jupiter-params + 5.9.2 + test + + + org.hsqldb + hsqldb + 2.6.1 + test + + + org.apache.derby + derby + 10.15.2.0 + test + + + org.apache.derby + derbyshared + 10.15.2.0 + test + + + org.apache.derby + derbyoptionaltools + 10.15.2.0 + test + + + com.h2database + h2 + 2.1.214 + test + + + org.mockito + mockito-core + 5.2.0 + test + + + org.mockito + mockito-subclass + 5.2.0 + test + + + org.mockito + mockito-junit-jupiter + 5.2.0 + test + + + org.apache.velocity + velocity-engine-core + 2.3 + test + + + + org.postgresql + postgresql + 42.5.4 + test + + + com.mysql + mysql-connector-j + 8.0.32 + test + + + org.assertj + assertj-core + 3.24.2 + test + + + eu.codearte.catch-exception + catch-exception + 2.0 + test + + + org.testcontainers + junit-jupiter + 1.17.6 + test + + + org.testcontainers + postgresql + 1.17.6 + test + + + org.testcontainers + mysql + 1.17.6 + test + + + + com.microsoft.sqlserver + mssql-jdbc + 11.2.0.jre8 + provided + + + ch.qos.logback + logback-classic + 1.4.5 + test + + + org.apache.logging.log4j + log4j-core + 2.20.0 + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + derby.stream.error.file + ${project.build.directory}/derby.log + + + derby.system.home + ${project.build.directory} + + + + + + org.apache.maven.plugins + maven-pdf-plugin + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + false + + + org.mybatis:mybatis + ognl:ognl + org.javassist:javassist + + + + + ognl:ognl + + META-INF/MANIFEST.MF + + + + org.javassist:javassist + + META-INF/MANIFEST.MF + + + + + + ognl + org.apache.ibatis.ognl + + + javassist + org.apache.ibatis.javassist + + + + + + + + org.apache.maven.plugins + maven-site-plugin + + en,es,ja,fr,zh_CN,ko + + + + org.jacoco + jacoco-maven-plugin + + + org.apache.ibatis.ognl.* + org.apache.ibatis.javassist.* + + + + + + + + + pre16 + + (,16) + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + **/record_type/*.java + + + + + net.revelc.code + impsort-maven-plugin + + true + + + + + + + + 16 + + [16,) + + + 16 + 16 + 16 + 16 + TestcontainersTests,RequireIllegalAccess + + + + + diff --git a/org/mybatis/mybatis/3.5.13/mybatis-3.5.13.pom.sha1 b/org/mybatis/mybatis/3.5.13/mybatis-3.5.13.pom.sha1 new file mode 100644 index 0000000..a0442b5 --- /dev/null +++ b/org/mybatis/mybatis/3.5.13/mybatis-3.5.13.pom.sha1 @@ -0,0 +1 @@ +e32da3747ef365371b38cb34c833fdbc06ff993a \ No newline at end of file diff --git a/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.3.1/_remote.repositories b/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.3.1/_remote.repositories new file mode 100644 index 0000000..2450c9a --- /dev/null +++ b/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.3.1/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +mybatis-spring-boot-autoconfigure-2.3.1.jar>public= +mybatis-spring-boot-autoconfigure-2.3.1.pom>public= diff --git a/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.3.1/mybatis-spring-boot-autoconfigure-2.3.1.jar b/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.3.1/mybatis-spring-boot-autoconfigure-2.3.1.jar new file mode 100644 index 0000000..e47b2a2 Binary files /dev/null and b/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.3.1/mybatis-spring-boot-autoconfigure-2.3.1.jar differ diff --git a/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.3.1/mybatis-spring-boot-autoconfigure-2.3.1.jar.sha1 b/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.3.1/mybatis-spring-boot-autoconfigure-2.3.1.jar.sha1 new file mode 100644 index 0000000..b98d8e4 --- /dev/null +++ b/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.3.1/mybatis-spring-boot-autoconfigure-2.3.1.jar.sha1 @@ -0,0 +1 @@ +82fb92cf965d6e5eb7cb458f7c83d0a220bedd44 \ No newline at end of file diff --git a/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.3.1/mybatis-spring-boot-autoconfigure-2.3.1.pom b/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.3.1/mybatis-spring-boot-autoconfigure-2.3.1.pom new file mode 100644 index 0000000..e0e0412 --- /dev/null +++ b/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.3.1/mybatis-spring-boot-autoconfigure-2.3.1.pom @@ -0,0 +1,124 @@ + + + + 4.0.0 + + org.mybatis.spring.boot + mybatis-spring-boot + 2.3.1 + + mybatis-spring-boot-autoconfigure + mybatis-spring-boot-autoconfigure + + + + Josh Long + josh@joshlong.com + + + Kazuki Shimizu + kazuki43zoo@gmail.com + + + + + org.mybatis.spring.boot.autoconfigure + + + + + + org.springframework.boot + spring-boot-autoconfigure + + + + + org.mybatis + mybatis + true + + + org.mybatis + mybatis-spring + true + + + org.slf4j + slf4j-api + true + + + org.mybatis.scripting + mybatis-freemarker + true + + + org.mybatis.scripting + mybatis-velocity + true + + + org.mybatis.scripting + mybatis-thymeleaf + true + + + + org.springframework.boot + spring-boot-autoconfigure-processor + true + + + + + org.springframework.boot + spring-boot-configuration-processor + true + + + + + com.h2database + h2 + test + + + org.springframework.boot + spring-boot-starter-jdbc + test + + + org.springframework.boot + spring-boot-starter-test + test + + + org.flywaydb + flyway-core + test + + + org.liquibase + liquibase-core + test + + + + diff --git a/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.3.1/mybatis-spring-boot-autoconfigure-2.3.1.pom.sha1 b/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.3.1/mybatis-spring-boot-autoconfigure-2.3.1.pom.sha1 new file mode 100644 index 0000000..d966a89 --- /dev/null +++ b/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.3.1/mybatis-spring-boot-autoconfigure-2.3.1.pom.sha1 @@ -0,0 +1 @@ +b429190d326af27b8b8c96060bd495b34c65853d \ No newline at end of file diff --git a/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.3.1/_remote.repositories b/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.3.1/_remote.repositories new file mode 100644 index 0000000..023c30e --- /dev/null +++ b/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.3.1/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:21 CST 2025 +mybatis-spring-boot-starter-2.3.1.pom>public= +mybatis-spring-boot-starter-2.3.1.jar>public= diff --git a/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.3.1/mybatis-spring-boot-starter-2.3.1.jar b/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.3.1/mybatis-spring-boot-starter-2.3.1.jar new file mode 100644 index 0000000..36e3db3 Binary files /dev/null and b/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.3.1/mybatis-spring-boot-starter-2.3.1.jar differ diff --git a/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.3.1/mybatis-spring-boot-starter-2.3.1.jar.sha1 b/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.3.1/mybatis-spring-boot-starter-2.3.1.jar.sha1 new file mode 100644 index 0000000..c006e91 --- /dev/null +++ b/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.3.1/mybatis-spring-boot-starter-2.3.1.jar.sha1 @@ -0,0 +1 @@ +00b031f7fa6370ace72d05ad2a7fad7bb1940c26 \ No newline at end of file diff --git a/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.3.1/mybatis-spring-boot-starter-2.3.1.pom b/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.3.1/mybatis-spring-boot-starter-2.3.1.pom new file mode 100644 index 0000000..edfe992 --- /dev/null +++ b/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.3.1/mybatis-spring-boot-starter-2.3.1.pom @@ -0,0 +1,53 @@ + + + + 4.0.0 + + org.mybatis.spring.boot + mybatis-spring-boot + 2.3.1 + + mybatis-spring-boot-starter + mybatis-spring-boot-starter + + org.mybatis.spring.boot.starter + + + + org.springframework.boot + spring-boot-starter + + + org.springframework.boot + spring-boot-starter-jdbc + + + org.mybatis.spring.boot + mybatis-spring-boot-autoconfigure + + + org.mybatis + mybatis + + + org.mybatis + mybatis-spring + + + diff --git a/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.3.1/mybatis-spring-boot-starter-2.3.1.pom.sha1 b/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.3.1/mybatis-spring-boot-starter-2.3.1.pom.sha1 new file mode 100644 index 0000000..a9619a7 --- /dev/null +++ b/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.3.1/mybatis-spring-boot-starter-2.3.1.pom.sha1 @@ -0,0 +1 @@ +70dc68dccbe13c0600065f9b3949eb02fc6459d0 \ No newline at end of file diff --git a/org/mybatis/spring/boot/mybatis-spring-boot/2.3.1/_remote.repositories b/org/mybatis/spring/boot/mybatis-spring-boot/2.3.1/_remote.repositories new file mode 100644 index 0000000..61c3061 --- /dev/null +++ b/org/mybatis/spring/boot/mybatis-spring-boot/2.3.1/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:14 CST 2025 +mybatis-spring-boot-2.3.1.pom>public= diff --git a/org/mybatis/spring/boot/mybatis-spring-boot/2.3.1/mybatis-spring-boot-2.3.1.pom b/org/mybatis/spring/boot/mybatis-spring-boot/2.3.1/mybatis-spring-boot-2.3.1.pom new file mode 100644 index 0000000..c035f37 --- /dev/null +++ b/org/mybatis/spring/boot/mybatis-spring-boot/2.3.1/mybatis-spring-boot-2.3.1.pom @@ -0,0 +1,225 @@ + + + + 4.0.0 + + + org.mybatis + mybatis-parent + 36 + + + + org.mybatis.spring.boot + mybatis-spring-boot + 2.3.1 + pom + + mybatis-spring-boot + Spring Boot Support for MyBatis + https://www.mybatis.org/spring-boot-starter/ + 2015 + + + mybatis-spring-boot-autoconfigure + mybatis-spring-boot-starter + mybatis-spring-boot-samples + mybatis-spring-boot-starter-test + mybatis-spring-boot-test-autoconfigure + + + + scm:git:git@github.com:mybatis/spring-boot-starter.git + scm:git:git@github.com:mybatis/spring-boot-starter.git + https://github.com/mybatis/spring-boot-starter/tree/master + mybatis-spring-boot-2.3.1 + + + GitHub Issue Management + https://github.com/mybatis/spring-boot-starter/issues + + + GitHub Actions + https://github.com/mybatis/spring-boot-starter/actions + + + + gh-pages + Mybatis GitHub Pages + git:ssh://git@github.com/mybatis/spring-boot-starter.git?gh-pages# + + + + + 3.5.13 + 2.1.1 + 1.2.4 + 2.1.1 + 1.0.4 + 2.7.12 + + -Djdk.attach.allowAttachSelf --add-opens java.base/java.lang=ALL-UNNAMED -Dfile.encoding=UTF-8 + + + 1684564501 + + + + + + + org.apache.maven.plugins + maven-resources-plugin + + + + filter-site + pre-site + + copy-resources + + + ${project.build.directory}/site-src + + + src/site + true + + + + + + + + org.apache.maven.plugins + maven-site-plugin + + en,zh_CN + ${project.build.directory}/site-src + + + + + + + + + + org.mybatis + mybatis + ${mybatis.version} + + + org.mybatis + mybatis-spring + ${mybatis-spring.version} + + + org.mybatis.scripting + mybatis-freemarker + ${mybatis-freemarker.version} + + + org.mybatis.scripting + mybatis-velocity + ${mybatis-velocity.version} + + + org.mybatis.scripting + mybatis-thymeleaf + ${mybatis-thymeleaf.version} + + + org.mybatis.spring.boot + mybatis-spring-boot-autoconfigure + ${project.version} + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + ${project.version} + + + org.mybatis.spring.boot + mybatis-spring-boot-test-autoconfigure + ${project.version} + + + org.mybatis.spring.boot + mybatis-spring-boot-starter-test + ${project.version} + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + org.springframework.boot + spring-boot-starter-test + ${spring-boot.version} + + + + + + + sonatype-oss-snapshots + Sonatype OSS Snapshots Repository + https://oss.sonatype.org/content/repositories/snapshots + + + spring-milestone + Spring Milestone + https://repo.spring.io/milestone + + false + + + + spring-snapshot + Spring Snapshot + https://repo.spring.io/snapshot + + true + + + + + + spring-milestone + Spring Milestone + https://repo.spring.io/milestone + + false + + + + spring-snapshot + Spring Snapshot + https://repo.spring.io/snapshot + + true + + + + + diff --git a/org/mybatis/spring/boot/mybatis-spring-boot/2.3.1/mybatis-spring-boot-2.3.1.pom.sha1 b/org/mybatis/spring/boot/mybatis-spring-boot/2.3.1/mybatis-spring-boot-2.3.1.pom.sha1 new file mode 100644 index 0000000..bd0003d --- /dev/null +++ b/org/mybatis/spring/boot/mybatis-spring-boot/2.3.1/mybatis-spring-boot-2.3.1.pom.sha1 @@ -0,0 +1 @@ +86e9d4f9a2078654e1da170f78f511ad0f72b40f \ No newline at end of file diff --git a/org/ops4j/master/4.3.0/_remote.repositories b/org/ops4j/master/4.3.0/_remote.repositories new file mode 100644 index 0000000..7749a6b --- /dev/null +++ b/org/ops4j/master/4.3.0/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:21 CST 2025 +master-4.3.0.pom>public= diff --git a/org/ops4j/master/4.3.0/master-4.3.0.pom b/org/ops4j/master/4.3.0/master-4.3.0.pom new file mode 100644 index 0000000..b4a7f96 --- /dev/null +++ b/org/ops4j/master/4.3.0/master-4.3.0.pom @@ -0,0 +1,444 @@ + + + 4.0.0 + + org.ops4j + master + 4.3.0 + pom + + OPS4J - Master POM + + Maven parent POM for all OPS4J Maven projects. + + + + 3.0.0 + + + + OPS4J - Open Participation Software for Java + http://www.ops4j.org/ + + + http://www.ops4j.org + + 2006 + + + + ALv2 + http://www.apache.org/licenses/LICENSE-2.0.html + repo + Copyrights retained by each developer. + + + + + + General OPS4J + ops4j+subscribe@googlegroups.com + ops4j+unsubscribe@googlegroups.com + ops4j@googlegroups.com + https://groups.google.com/forum/?fromgroups=#!forum/ops4j + + + + + UTF-8 + UTF-8 + https://oss.sonatype.org/content/repositories/ops4j-snapshots + + + + + scm:git:git://github.com/ops4j/org.ops4j.master.git + scm:git:git@github.com:ops4j/org.ops4j.master.git + http://github.com/ops4j/org.ops4j.master/tree/master + master-4.3.0 + + + + jira + http://team.ops4j.org + + + + Jenkins + http://ci.ops4j.org/ + + + email + true + true + true + false + + + + + + + + hwellmann + Harald Wellmann + harald.wellmann@gmx.de + + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.7 + + + + org.apache.maven.shared + maven-filtering + 1.3 + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + org.apache.maven.plugins + maven-clean-plugin + 2.6.1 + + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.5.5 + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.2 + + true + clean install javadoc:jar + sonatype-oss-release + @{project.artifactId}-@{project.version} + true + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.3 + + 1.6 + 1.6 + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.18.1 + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.16 + + + + org.codehaus.mojo + retrotranslator-maven-plugin + 1.0-alpha-4 + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + + org.apache.maven.plugins + maven-site-plugin + 3.4 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + 128m + 512m + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.9.1 + + + + org.apache.maven.plugins + maven-war-plugin + 2.6 + + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.4.1 + + + + org.apache.felix + maven-bundle-plugin + 3.0.0 + true + + + + org.jacoco + jacoco-maven-plugin + 0.7.2.201409121644 + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.6 + + + + org.asciidoctor + asciidoctor-maven-plugin + 1.5.2.1 + + + + org.codehaus.mojo + sonar-maven-plugin + 2.6 + + + + org.jvnet.jaxb2.maven2 + maven-jaxb2-plugin + 0.12.3 + + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ossrh + https://oss.sonatype.org/ + false + + + + + + org.apache.maven.wagon + wagon-ssh-external + 1.0 + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + 128m + 512m + + + + + maven-pmd-plugin + 3.3 + + 1.5 + utf-8 + 100 + + + + + maven-project-info-reports-plugin + 2.7 + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.16 + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.4 + + true + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.18.1 + + true + + + + + org.codehaus.mojo + versions-maven-plugin + 2.1 + + + + + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + + + ossrh + Sonatype OSS Snapshots + ${sonatypeOssDistMgmtSnapshotsUrl} + + + ossrh + Sonatype OSS Staging Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + + sonatype-oss-release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + + + diff --git a/org/ops4j/master/4.3.0/master-4.3.0.pom.lastUpdated b/org/ops4j/master/4.3.0/master-4.3.0.pom.lastUpdated new file mode 100644 index 0000000..85c78f7 --- /dev/null +++ b/org/ops4j/master/4.3.0/master-4.3.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:21 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361621803 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361621847 diff --git a/org/ops4j/master/4.3.0/master-4.3.0.pom.sha1 b/org/ops4j/master/4.3.0/master-4.3.0.pom.sha1 new file mode 100644 index 0000000..955336d --- /dev/null +++ b/org/ops4j/master/4.3.0/master-4.3.0.pom.sha1 @@ -0,0 +1 @@ +4d455b668ee1e5d5be168c09304192d45d238ed1 \ No newline at end of file diff --git a/org/ops4j/pax/jdbc/1.5.6/_remote.repositories b/org/ops4j/pax/jdbc/1.5.6/_remote.repositories new file mode 100644 index 0000000..7c717e3 --- /dev/null +++ b/org/ops4j/pax/jdbc/1.5.6/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:21 CST 2025 +jdbc-1.5.6.pom>public= diff --git a/org/ops4j/pax/jdbc/1.5.6/jdbc-1.5.6.pom b/org/ops4j/pax/jdbc/1.5.6/jdbc-1.5.6.pom new file mode 100644 index 0000000..1ba0f26 --- /dev/null +++ b/org/ops4j/pax/jdbc/1.5.6/jdbc-1.5.6.pom @@ -0,0 +1,1214 @@ + + + + + 4.0.0 + + + org.ops4j + master + 4.3.0 + + + org.ops4j.pax + jdbc + 1.5.6 + pom + + OPS4J Pax JDBC (Reactor POM) + + https://ops4j1.jira.com/wiki/spaces/PAXJDBC/overview + + 2012 + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + + GitHub + https://github.com/ops4j/org.ops4j.pax.jdbc/issues + + + + scm:git:git@github.com:ops4j/org.ops4j.pax.jdbc.git + scm:git:git@github.com:ops4j/org.ops4j.pax.jdbc.git + https://github.com/ops4j/org.ops4j.pax.jdbc/tree/master + jdbc-1.5.6 + + + + + hwellmann + Harald Wellmann + harald.wellmann@gmx.de + independent software developer + + Developer + + UTC+1 + + + chrisdolan + Chris Dolan + chrisdolan@apache.org + + + dschmitz + David Schmitz + david-schmitz@gmx.net + + + gnodet + Guillaume Nodet + gnodet@gmail.com + + + ggrzybek + Grzegorz Grzybek + gr.grzybek@gmail.com + + Developer + + +1 + + + + + UTF-8 + UTF-8 + + + + + 3.6.0 + 3.3.0 + 8.40 + 3.3.1 + 3.11.0 + 3.6.0 + 3.1.1 + 3.3.0 + 1.3 + 3.1.2 + 3.1.0 + 3.1.1 + 3.3.0 + 3.5.0 + 3.0.1 + 3.1.0 + 3.3.1 + 3.3.1 + 3.5.0 + 3.12.1 + 3.3.0 + 3.1.2 + + + 5.1.9 + 3.4.0 + 4.2 + 0.1.1 + 1.5.0 + 1.6.13 + + + + 6.4.1 + + 4.0.3 + 4.13.2 + + 3.0.3 + 2.0.SP1 + + 1_3 + 1.2.2 + 1.2 + 1.1.0.Final + + 1.14.5 + + 2.1.3 + 1.3.3 + 1.1.3 + 2.9.0 + 2.11.1 + 1.9.26 + 1.2.4 + 5.6.12 + 3.1.5 + 1.0 + 1.1 + 4.2.16 + 2.20.0 + 0.9.5.5_1 + 3.3.0_1 + 1.9.3_1 + 1_3 + + 7.6.1.Final + 3.4.3.Final + 5.12.7.Final + + 4.11.0 + 3.3 + 1.5.1 + 4.13.5 + 1.12.6 + 1.8.5 + 0.5.4 + 2.6.14 + + 6.0.0 + 1.1.0 + + 1.7.36 + + + + 2.2.220 + + 12.3.1.jre8-preview + 23.2.0.0 + + 8.1.0 + 1.3.1 + + 10.14.2.0 + 2.7.2 + 3.1.4 + 42.6.0 + 3.42.0.0 + + + + pax-jdbc + + pax-jdbc-common + pax-jdbc-pool-common + + pax-jdbc-config + + pax-jdbc-db2 + pax-jdbc-derby + pax-jdbc-derbyclient + pax-jdbc-hsqldb + pax-jdbc-mysql + pax-jdbc-mariadb + pax-jdbc-sqlite + pax-jdbc-oracle + pax-jdbc-jtds + pax-jdbc-teradata + + pax-jdbc-pool-aries + pax-jdbc-pool-c3p0 + pax-jdbc-pool-dbcp2 + pax-jdbc-pool-hikaricp + pax-jdbc-pool-narayana + pax-jdbc-pool-transx + + pax-jdbc-features + + pax-jdbc-itest + pax-jdbc-karaf-itest + + + + + apache-snapshots + https://repository.apache.org/content/repositories/snapshots + + false + + + true + + + + + + + + + + + + org.apache.maven.plugins + maven-clean-plugin + ${plugin.maven-clean-plugin} + + + org.apache.maven.plugins + maven-compiler-plugin + ${plugin.maven-compiler-plugin} + + + org.apache.maven.plugins + maven-deploy-plugin + ${plugin.maven-deploy-plugin} + + + org.apache.maven.plugins + maven-failsafe-plugin + ${plugin.maven-failsafe-plugin} + + + org.apache.maven.plugins + maven-install-plugin + ${plugin.maven-install-plugin} + + + org.apache.maven.plugins + maven-resources-plugin + ${plugin.maven-resources-plugin} + + + + org.apache.maven.shared + maven-filtering + ${plugin.dependency.maven-filtering} + + + + + org.apache.maven.plugins + maven-site-plugin + ${plugin.maven-site-plugin} + + + org.apache.maven.plugins + maven-surefire-plugin + ${plugin.maven-surefire-plugin} + + + + + + org.apache.maven.plugins + maven-jar-plugin + ${plugin.maven-jar-plugin} + + + org.apache.maven.plugins + maven-shade-plugin + ${plugin.maven-shade-plugin} + + + org.apache.maven.plugins + maven-source-plugin + ${plugin.maven-source-plugin} + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${plugin.maven-checkstyle-plugin} + + + org.apache.maven.plugins + maven-javadoc-plugin + ${plugin.maven-javadoc-plugin} + + + + + + org.apache.maven.plugins + maven-assembly-plugin + ${plugin.maven-assembly-plugin} + + + org.apache.maven.plugins + maven-dependency-plugin + ${plugin.maven-dependency-plugin} + + + org.apache.maven.plugins + maven-enforcer-plugin + ${plugin.maven-enforcer-plugin} + + + org.apache.maven.plugins + maven-gpg-plugin + ${plugin.maven-gpg-plugin} + + + org.apache.maven.plugins + maven-release-plugin + ${plugin.maven-release-plugin} + + + org.apache.maven.plugins + maven-remote-resources-plugin + ${plugin.maven-remote-resources-plugin} + + + + + + org.apache.felix + maven-bundle-plugin + ${plugin.felix.maven-bundle-plugin} + + + biz.aQute.bnd + biz.aQute.bndlib + ${version.biz.aQute.bnd} + + + + + + + + org.apache.karaf.tooling + karaf-maven-plugin + ${version.org.apache.karaf} + + + + + + org.apache.servicemix.tooling + depends-maven-plugin + ${plugin.servicemix.depends-maven-plugin} + + + + + + org.codehaus.mojo + build-helper-maven-plugin + ${plugin.mojo.build-helper-maven-plugin} + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${plugin.sonatype.nexus-staging-maven-plugin} + + + com.mycila + license-maven-plugin + ${plugin.mycila.license-maven-plugin} + + + org.ops4j.tools.maven + osgi-report-maven-plugin + ${plugin.ops4j.osgi-report-maven-plugin} + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-resources-plugin + + \ + + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + org.commonjava.maven.enforcer + enforce-managed-deps-rule + ${plugin.dependency.org.commonjava.maven.enforcer} + + + + + enforce-maven + validate + + enforce + + + + + + false + + + [3.3.9,4) + + + [1.8,) + + + false + true + + + + + + + + + + + org.apache.felix + maven-bundle-plugin + true + + NONE + + ${project.url} + <_include>-osgi.bnd + + + + + + + + + + + + + + org.ops4j.pax.jdbc + pax-jdbc-common + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc-pool-common + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc-config + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc-db2 + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc-derbyclient + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc-derby + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc-hsqldb + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc-jtds + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc-mariadb + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc-mysql + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc-oracle + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc-pool-aries + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc-pool-c3p0 + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc-pool-dbcp2 + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc-pool-hikaricp + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc-pool-narayana + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc-pool-transx + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc-sqlite + ${project.version} + + + org.ops4j.pax.jdbc + pax-jdbc-teradata + ${project.version} + + + + org.ops4j.pax.jdbc + pax-jdbc-features + ${project.version} + features + xml + + + + + + org.ops4j.pax.transx + pax-transx-jdbc + ${version.org.ops4j.pax.transx} + + + + org.ops4j.pax.swissbox + pax-swissbox-core + ${version.org.ops4j.pax.swissbox} + + + org.ops4j.pax.swissbox + pax-swissbox-tracker + ${version.org.ops4j.pax.swissbox} + + + + org.ops4j.base + ops4j-base-lang + ${version.org.ops4j.base} + + + org.ops4j.base + ops4j-base-spi + ${version.org.ops4j.base} + + + + org.ops4j.pax.exam + pax-exam-junit4 + ${version.org.ops4j.pax.exam} + + + biz.aQute.bnd + bndlib + + + + + org.ops4j.pax.exam + pax-exam + ${version.org.ops4j.pax.exam} + + + org.ops4j.pax.exam + pax-exam-cm + ${version.org.ops4j.pax.exam} + + + org.ops4j.pax.exam + pax-exam-container-native + ${version.org.ops4j.pax.exam} + + + org.ops4j.pax.exam + pax-exam-container-karaf + ${version.org.ops4j.pax.exam} + + + org.ops4j.pax.exam + pax-exam-link-mvn + ${version.org.ops4j.pax.exam} + + + + org.ops4j.pax.url + pax-url-aether + ${version.org.ops4j.pax.url} + + + org.ops4j.pax.url + pax-url-classpath + ${version.org.ops4j.pax.url} + + + org.ops4j.pax.url + pax-url-link + ${version.org.ops4j.pax.url} + + + org.ops4j.pax.url + pax-url-wrap + ${version.org.ops4j.pax.url} + + + org.ops4j.pax.logging + pax-logging-api + ${version.org.ops4j.pax.logging} + + + + + + org.osgi + osgi.core + ${version.org.osgi} + + + org.osgi + osgi.cmpn + ${version.org.osgi} + + + + org.osgi + org.osgi.service.jdbc + ${version.org.osgi.service.jdbc} + + + + org.apache.felix + org.apache.felix.framework + ${version.org.apache.felix.framework} + + + org.apache.felix + org.apache.felix.configadmin + ${version.org.apache.felix.configadmin} + + + org.apache.felix + org.apache.felix.metatype + ${version.org.apache.felix.metatype} + + + + org.apache.aries + org.apache.aries.util + ${version.org.apache.aries.util} + + + org.apache.aries.transaction + org.apache.aries.transaction.jdbc + ${version.org.apache.aries.transaction.jdbc} + + + org.apache.aries.transaction + org.apache.aries.transaction.manager + ${version.org.apache.aries.transaction.manager} + + + + org.apache.karaf.features + org.apache.karaf.features.core + ${version.org.apache.karaf} + + + org.apache.karaf.features + standard + ${version.org.apache.karaf} + features + xml + + + org.apache.karaf.features + framework + ${version.org.apache.karaf} + kar + + + + + + javax.transaction + javax.transaction-api + ${version.javax.transaction} + + + javax.enterprise + cdi-api + ${version.javax.enterprise.cdi} + + + jakarta.el + jakarta.el-api + ${version.jakarta.el} + + + + javax.interceptor + javax.interceptor-api + ${version.javax.interceptor} + + + javax.annotation + javax.annotation-api + + + javax.ejb + javax.ejb-api + + + + + javax.validation + validation-api + ${version.javax.validation} + + + + org.apache.geronimo.specs + geronimo-j2ee-connector_1.6_spec + ${version.org.apache.geronimo.specs.j2ee-connector_1.6} + + + + + + org.apache.commons + commons-dbcp2 + ${version.org.apache.commons.dbcp2} + + + commons-logging + commons-logging + + + + + org.apache.commons + commons-pool2 + ${version.org.apache.commons.pool2} + + + + org.apache.geronimo.components + geronimo-connector + ${version.org.apache.geronimo.connector} + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + org.apache.geronimo.specs + geronimo-validation_1.0_spec + + + + + + + + org.jboss + jboss-transaction-spi + ${version.org.jboss.jboss-transaction-spi} + + + org.jboss.spec.javax.resource + jboss-connector-api_1.7_spec + + + org.jboss.spec.javax.transaction + jboss-transaction-api_1.2_spec + + + + + + org.jboss.narayana.osgi + narayana-osgi-jta + ${version.org.jboss.narayana} + + + org.osgi + org.osgi.core + + + + + org.jboss.narayana.jta + jta + ${version.org.jboss.narayana} + + + org.jboss.narayana.jts + narayana-jts-integration + ${version.org.jboss.narayana} + + + + org.jboss.logging + jboss-logging + ${version.org.jboss.logging} + + + + + + junit + junit + ${version.junit} + + + org.mockito + mockito-core + ${version.org.mockito} + + + org.objenesis + objenesis + ${version.org.objenesis} + + + net.bytebuddy + byte-buddy + ${version.net.bytebuddy} + + + net.bytebuddy + byte-buddy-agent + ${version.net.bytebuddy} + + + + + + org.slf4j + slf4j-api + ${version.org.slf4j} + + + org.slf4j + jcl-over-slf4j + ${version.org.slf4j} + + + org.apache.logging.log4j + log4j-slf4j-impl + ${version.org.apache.logging.log4j} + + + + + + org.apache.derby + derby + ${version.org.apache.derby} + + + org.apache.derby + derbynet + ${version.org.apache.derby} + + + org.apache.derby + derbyclient + ${version.org.apache.derby} + + + + org.xerial + sqlite-jdbc + ${version.org.xerial.sqlite} + + + com.h2database + h2 + ${version.com.h2database} + + + org.hsqldb + hsqldb + ${version.org.hsqldb} + jdk8 + + + net.sourceforge.jtds + jtds + ${version.net.sourceforge.jtds} + + + org.postgresql + postgresql + ${version.org.postgresql} + + + com.mysql + mysql-connector-j + ${version.com.mysql} + + + org.mariadb.jdbc + mariadb-java-client + ${version.org.mariadb.jdbc} + + + com.microsoft.sqlserver + mssql-jdbc + ${version.com.microsoft.sqlserver.jdbc} + + + com.oracle.database.jdbc + ojdbc8 + ${version.com.oracle.database.jdbc} + + + + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.javax-inject + ${version.org.apache.servicemix.bundles.javax-inject} + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.jasypt + ${version.org.apache.servicemix.bundles.jasypt} + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.cglib + ${version.org.apache.servicemix.bundles.cglib} + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.c3p0 + ${version.org.apache.servicemix.bundles.c3p0} + + + + com.zaxxer + HikariCP + ${version.com.zaxxer.hikari} + + + + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + test-jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + none + + + + attach-javadocs + + jar + test-javadoc + + + none + + + + + + + + + + + cs + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + verify-style + validate + + check + + + pax-jdbc-checks.xml + pax-jdbc-checks-suppressions.xml + **/*.java + UTF-8 + true + true + true + true + true + + + + + + + com.puppycrawl.tools + checkstyle + ${plugin.dependency.com.puppycrawl.tools.checkstyle} + + + + + + + + + + license + + + + com.mycila + license-maven-plugin + + true + true +
license-header.txt
+ + src/main/java/**/*.java + src/test/java/**/*.java + + pom.xml + **/*.xml + **/*.cfg + **/*.properties + + + + + SCRIPT_STYLE + + + license-headers.xml + +
+ + + license-format + process-sources + + format + + + + license-check + + verify + + check + + + +
+
+
+
+ + + report + + pax-jdbc-report + + +
+ +
diff --git a/org/ops4j/pax/jdbc/1.5.6/jdbc-1.5.6.pom.lastUpdated b/org/ops4j/pax/jdbc/1.5.6/jdbc-1.5.6.pom.lastUpdated new file mode 100644 index 0000000..fbf3581 --- /dev/null +++ b/org/ops4j/pax/jdbc/1.5.6/jdbc-1.5.6.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:21 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361621414 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361621758 diff --git a/org/ops4j/pax/jdbc/1.5.6/jdbc-1.5.6.pom.sha1 b/org/ops4j/pax/jdbc/1.5.6/jdbc-1.5.6.pom.sha1 new file mode 100644 index 0000000..104e2d0 --- /dev/null +++ b/org/ops4j/pax/jdbc/1.5.6/jdbc-1.5.6.pom.sha1 @@ -0,0 +1 @@ +cca62cfa8755cd5fb30f7ca1f80f328b35647cb8 \ No newline at end of file diff --git a/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/_remote.repositories b/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/_remote.repositories new file mode 100644 index 0000000..efd08c1 --- /dev/null +++ b/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:29 CST 2025 +pax-jdbc-common-1.5.6.jar>public= +pax-jdbc-common-1.5.6.pom>public= diff --git a/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.jar b/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.jar new file mode 100644 index 0000000..79ae38b Binary files /dev/null and b/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.jar differ diff --git a/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.jar.lastUpdated b/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.jar.lastUpdated new file mode 100644 index 0000000..1098d54 --- /dev/null +++ b/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:29 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361629003 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361629272 diff --git a/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.jar.sha1 b/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.jar.sha1 new file mode 100644 index 0000000..d8975e9 --- /dev/null +++ b/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.jar.sha1 @@ -0,0 +1 @@ +3d239d34495454acb559232618b4b9be2de9c8bf \ No newline at end of file diff --git a/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.pom b/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.pom new file mode 100644 index 0000000..dfa4198 --- /dev/null +++ b/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.pom @@ -0,0 +1,35 @@ + + + + + 4.0.0 + + + org.ops4j.pax + jdbc + 1.5.6 + ../pom.xml + + + org.ops4j.pax.jdbc + pax-jdbc-common + + OPS4J Pax JDBC Common utilities + + diff --git a/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.pom.lastUpdated b/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.pom.lastUpdated new file mode 100644 index 0000000..c695273 --- /dev/null +++ b/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:21 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361621069 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361621370 diff --git a/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.pom.sha1 b/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.pom.sha1 new file mode 100644 index 0000000..7f2c0e2 --- /dev/null +++ b/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.pom.sha1 @@ -0,0 +1 @@ +f7fb56c458aab30608e5f7365615be3f6cef7848 \ No newline at end of file diff --git a/org/osgi/osgi.cmpn/7.0.0/_remote.repositories b/org/osgi/osgi.cmpn/7.0.0/_remote.repositories new file mode 100644 index 0000000..d4bb4d5 --- /dev/null +++ b/org/osgi/osgi.cmpn/7.0.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:28 CST 2025 +osgi.cmpn-7.0.0.pom>public= +osgi.cmpn-7.0.0.jar>public= diff --git a/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar b/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar new file mode 100644 index 0000000..31ddda4 Binary files /dev/null and b/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar differ diff --git a/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar.lastUpdated b/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar.lastUpdated new file mode 100644 index 0000000..af107c7 --- /dev/null +++ b/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:28 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361628603 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361628958 diff --git a/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar.sha1 b/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar.sha1 new file mode 100644 index 0000000..e32214b --- /dev/null +++ b/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar.sha1 @@ -0,0 +1 @@ +4fa9f239a60aeca4a27648df329d112d562a350c \ No newline at end of file diff --git a/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.pom b/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.pom new file mode 100644 index 0000000..0b6a848 --- /dev/null +++ b/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.pom @@ -0,0 +1,37 @@ + + + 4.0.0 + org.osgi + osgi.cmpn + 7.0.0 + OSGi Compendium Release 7, Interfaces and Classes for use in compiling bundles + org.osgi:osgi.cmpn + https://www.osgi.org/ + + OSGi Alliance + https://www.osgi.org/ + + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0 + repo + Apache License, Version 2.0 + + + + https://osgi.org/gitweb/build.git + scm:git:https://osgi.org/git/build.git + scm:git:https://osgi.org/git/build.git + hudson-build.core-1432 + + + + osgi + info@osgi.org + OSGi Alliance + OSGi Alliance + https://www.osgi.org/ + + + diff --git a/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.pom.lastUpdated b/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.pom.lastUpdated new file mode 100644 index 0000000..787b013 --- /dev/null +++ b/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:21 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361620758 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361621021 diff --git a/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.pom.sha1 b/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.pom.sha1 new file mode 100644 index 0000000..0055211 --- /dev/null +++ b/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.pom.sha1 @@ -0,0 +1 @@ +284a2a24e553ba5b941c52abf870ff9a877c9ea9 \ No newline at end of file diff --git a/org/osgi/osgi.core/7.0.0/_remote.repositories b/org/osgi/osgi.core/7.0.0/_remote.repositories new file mode 100644 index 0000000..3195183 --- /dev/null +++ b/org/osgi/osgi.core/7.0.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:29 CST 2025 +osgi.core-7.0.0.pom>public= +osgi.core-7.0.0.jar>public= diff --git a/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar b/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar new file mode 100644 index 0000000..553045b Binary files /dev/null and b/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar differ diff --git a/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar.lastUpdated b/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar.lastUpdated new file mode 100644 index 0000000..c77056e --- /dev/null +++ b/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:29 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361629320 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361629529 diff --git a/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar.sha1 b/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar.sha1 new file mode 100644 index 0000000..57f833e --- /dev/null +++ b/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar.sha1 @@ -0,0 +1 @@ +7545eab9bd1f85e9f1162865a7281c8becb417f2 \ No newline at end of file diff --git a/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom b/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom new file mode 100644 index 0000000..ee61e13 --- /dev/null +++ b/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom @@ -0,0 +1,37 @@ + + + 4.0.0 + org.osgi + osgi.core + 7.0.0 + OSGi Core Release 7, Interfaces and Classes for use in compiling bundles + org.osgi:osgi.core + https://www.osgi.org/ + + OSGi Alliance + https://www.osgi.org/ + + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0 + repo + Apache License, Version 2.0 + + + + https://osgi.org/gitweb/build.git + scm:git:https://osgi.org/git/build.git + scm:git:https://osgi.org/git/build.git + hudson-build.core-1432 + + + + osgi + info@osgi.org + OSGi Alliance + OSGi Alliance + https://www.osgi.org/ + + + diff --git a/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom.lastUpdated b/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom.lastUpdated new file mode 100644 index 0000000..890769a --- /dev/null +++ b/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:22 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361621894 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361622145 diff --git a/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom.sha1 b/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom.sha1 new file mode 100644 index 0000000..9a5194d --- /dev/null +++ b/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom.sha1 @@ -0,0 +1 @@ +a837e54ef3fc30fc88c4a85aaf9a413eaef306f6 \ No newline at end of file diff --git a/org/ow2/asm/asm-analysis/7.0/_remote.repositories b/org/ow2/asm/asm-analysis/7.0/_remote.repositories index 47e7851..86ab910 100644 --- a/org/ow2/asm/asm-analysis/7.0/_remote.repositories +++ b/org/ow2/asm/asm-analysis/7.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:11 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 asm-analysis-7.0.pom>public= +asm-analysis-7.0.jar>public= diff --git a/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar b/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar new file mode 100644 index 0000000..341d0c5 Binary files /dev/null and b/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar differ diff --git a/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar.sha1 b/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar.sha1 new file mode 100644 index 0000000..9019e6a --- /dev/null +++ b/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar.sha1 @@ -0,0 +1 @@ +4b310d20d6f1c6b7197a75f1b5d69f169bc8ac1f \ No newline at end of file diff --git a/org/ow2/asm/asm-commons/7.0/_remote.repositories b/org/ow2/asm/asm-commons/7.0/_remote.repositories index 853c24f..633ee39 100644 --- a/org/ow2/asm/asm-commons/7.0/_remote.repositories +++ b/org/ow2/asm/asm-commons/7.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:10 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 asm-commons-7.0.pom>public= +asm-commons-7.0.jar>public= diff --git a/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar b/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar new file mode 100644 index 0000000..ba0de6c Binary files /dev/null and b/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar differ diff --git a/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar.sha1 b/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar.sha1 new file mode 100644 index 0000000..f70896e --- /dev/null +++ b/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar.sha1 @@ -0,0 +1 @@ +478006d07b7c561ae3a92ddc1829bca81ae0cdd1 \ No newline at end of file diff --git a/org/ow2/asm/asm-tree/7.0/_remote.repositories b/org/ow2/asm/asm-tree/7.0/_remote.repositories index bbdc256..09dbe59 100644 --- a/org/ow2/asm/asm-tree/7.0/_remote.repositories +++ b/org/ow2/asm/asm-tree/7.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:11 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 asm-tree-7.0.pom>public= +asm-tree-7.0.jar>public= diff --git a/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar b/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar new file mode 100644 index 0000000..243c3cb Binary files /dev/null and b/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar differ diff --git a/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar.sha1 b/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar.sha1 new file mode 100644 index 0000000..afabf0a --- /dev/null +++ b/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar.sha1 @@ -0,0 +1 @@ +29bc62dcb85573af6e62e5b2d735ef65966c4180 \ No newline at end of file diff --git a/org/ow2/asm/asm-util/7.0-beta/_remote.repositories b/org/ow2/asm/asm-util/7.0-beta/_remote.repositories index 07bfd3b..f2bb5ad 100644 --- a/org/ow2/asm/asm-util/7.0-beta/_remote.repositories +++ b/org/ow2/asm/asm-util/7.0-beta/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:13 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 asm-util-7.0-beta.pom>public= +asm-util-7.0-beta.jar>public= diff --git a/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.jar b/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.jar new file mode 100644 index 0000000..7e4bf5c Binary files /dev/null and b/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.jar differ diff --git a/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.jar.sha1 b/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.jar.sha1 new file mode 100644 index 0000000..84c3d3b --- /dev/null +++ b/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.jar.sha1 @@ -0,0 +1 @@ +5442cb58d07f1fce43b41db9eeff2273c2b10203 \ No newline at end of file diff --git a/org/ow2/asm/asm/7.0/_remote.repositories b/org/ow2/asm/asm/7.0/_remote.repositories index ce1e4c0..73eb3ad 100644 --- a/org/ow2/asm/asm/7.0/_remote.repositories +++ b/org/ow2/asm/asm/7.0/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:10 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 asm-7.0.pom>public= +asm-7.0.jar>public= diff --git a/org/ow2/asm/asm/7.0/asm-7.0.jar b/org/ow2/asm/asm/7.0/asm-7.0.jar new file mode 100644 index 0000000..2cf38f4 Binary files /dev/null and b/org/ow2/asm/asm/7.0/asm-7.0.jar differ diff --git a/org/ow2/asm/asm/7.0/asm-7.0.jar.sha1 b/org/ow2/asm/asm/7.0/asm-7.0.jar.sha1 new file mode 100644 index 0000000..7356eeb --- /dev/null +++ b/org/ow2/asm/asm/7.0/asm-7.0.jar.sha1 @@ -0,0 +1 @@ +d74d4ba0dee443f68fb2dcb7fcdb945a2cd89912 \ No newline at end of file diff --git a/org/ow2/asm/asm/9.6/_remote.repositories b/org/ow2/asm/asm/9.6/_remote.repositories index 7a3f617..4c009d4 100644 --- a/org/ow2/asm/asm/9.6/_remote.repositories +++ b/org/ow2/asm/asm/9.6/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:59 CST 2025 +#Mon Jun 23 10:26:46 CST 2025 asm-9.6.pom>public= +asm-9.6.jar>public= diff --git a/org/ow2/asm/asm/9.6/asm-9.6.jar b/org/ow2/asm/asm/9.6/asm-9.6.jar new file mode 100644 index 0000000..cc1c2cd Binary files /dev/null and b/org/ow2/asm/asm/9.6/asm-9.6.jar differ diff --git a/org/ow2/asm/asm/9.6/asm-9.6.jar.sha1 b/org/ow2/asm/asm/9.6/asm-9.6.jar.sha1 new file mode 100644 index 0000000..2d9e6a9 --- /dev/null +++ b/org/ow2/asm/asm/9.6/asm-9.6.jar.sha1 @@ -0,0 +1 @@ +aa205cf0a06dbd8e04ece91c0b37c3f5d567546a \ No newline at end of file diff --git a/org/reactivestreams/reactive-streams/1.0.4/_remote.repositories b/org/reactivestreams/reactive-streams/1.0.4/_remote.repositories new file mode 100644 index 0000000..5d905d0 --- /dev/null +++ b/org/reactivestreams/reactive-streams/1.0.4/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +reactive-streams-1.0.4.jar>public= +reactive-streams-1.0.4.pom>public= diff --git a/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar b/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar new file mode 100644 index 0000000..e58c483 Binary files /dev/null and b/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar differ diff --git a/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar.sha1 b/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar.sha1 new file mode 100644 index 0000000..45a80e3 --- /dev/null +++ b/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar.sha1 @@ -0,0 +1 @@ +3864a1320d97d7b045f729a326e1e077661f31b7 \ No newline at end of file diff --git a/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.pom b/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.pom new file mode 100644 index 0000000..c5c0246 --- /dev/null +++ b/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.pom @@ -0,0 +1,30 @@ + + + 4.0.0 + org.reactivestreams + reactive-streams + 1.0.4 + reactive-streams + A Protocol for Asynchronous Non-Blocking Data Sequence + http://www.reactive-streams.org/ + 2014 + + + MIT-0 + https://spdx.org/licenses/MIT-0.html + repo + + + + + reactive-streams-sig + Reactive Streams SIG + http://www.reactive-streams.org/ + + + + scm:git:git@github.com:reactive-streams/reactive-streams.git + git@github.com:reactive-streams/reactive-streams.git + + diff --git a/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.pom.sha1 b/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.pom.sha1 new file mode 100644 index 0000000..991887e --- /dev/null +++ b/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.pom.sha1 @@ -0,0 +1 @@ +1ca52a3b51493500972199a713c886d38e03ac15 \ No newline at end of file diff --git a/org/slf4j/slf4j-api/1.7.25/_remote.repositories b/org/slf4j/slf4j-api/1.7.25/_remote.repositories index 485a809..dfcc4b7 100644 --- a/org/slf4j/slf4j-api/1.7.25/_remote.repositories +++ b/org/slf4j/slf4j-api/1.7.25/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:10 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 slf4j-api-1.7.25.pom>public= +slf4j-api-1.7.25.jar>public= diff --git a/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar b/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar new file mode 100644 index 0000000..0143c09 Binary files /dev/null and b/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar differ diff --git a/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar.sha1 b/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar.sha1 new file mode 100644 index 0000000..c66da67 --- /dev/null +++ b/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar.sha1 @@ -0,0 +1 @@ +da76ca59f6a57ee3102f8f9bd9cee742973efa8a \ No newline at end of file diff --git a/org/sonatype/plexus/plexus-build-api/0.0.7/_remote.repositories b/org/sonatype/plexus/plexus-build-api/0.0.7/_remote.repositories index 02fc1cc..e941ccc 100644 --- a/org/sonatype/plexus/plexus-build-api/0.0.7/_remote.repositories +++ b/org/sonatype/plexus/plexus-build-api/0.0.7/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:46 CST 2025 +#Mon Jun 23 10:26:33 CST 2025 +plexus-build-api-0.0.7.jar>public= plexus-build-api-0.0.7.pom>public= diff --git a/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar b/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar new file mode 100644 index 0000000..3a01264 Binary files /dev/null and b/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar differ diff --git a/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar.sha1 b/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar.sha1 new file mode 100644 index 0000000..daed1ea --- /dev/null +++ b/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar.sha1 @@ -0,0 +1 @@ +e6ba5cd4bfd8de00235af936e7f63eb24ed436e6 \ No newline at end of file diff --git a/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories b/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories index fd38a98..9cfa99e 100644 --- a/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories +++ b/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:52 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 +plexus-cipher-1.4.jar>public= plexus-cipher-1.4.pom>public= diff --git a/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar b/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar new file mode 100644 index 0000000..9227205 Binary files /dev/null and b/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar differ diff --git a/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar.sha1 b/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar.sha1 new file mode 100644 index 0000000..01c13fb --- /dev/null +++ b/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar.sha1 @@ -0,0 +1 @@ +50ade46f23bb38cd984b4ec560c46223432aac38 \ No newline at end of file diff --git a/org/sonatype/plexus/plexus-sec-dispatcher/1.3/_remote.repositories b/org/sonatype/plexus/plexus-sec-dispatcher/1.3/_remote.repositories index f152824..66dbb99 100644 --- a/org/sonatype/plexus/plexus-sec-dispatcher/1.3/_remote.repositories +++ b/org/sonatype/plexus/plexus-sec-dispatcher/1.3/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:52 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 +plexus-sec-dispatcher-1.3.jar>public= plexus-sec-dispatcher-1.3.pom>public= diff --git a/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar b/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar new file mode 100644 index 0000000..9dc9f64 Binary files /dev/null and b/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar differ diff --git a/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar.sha1 b/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar.sha1 new file mode 100644 index 0000000..3d230b7 --- /dev/null +++ b/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar.sha1 @@ -0,0 +1 @@ +dedc02034fb8fcd7615d66593228cb71709134b4 \ No newline at end of file diff --git a/org/sonatype/sisu/sisu-guice/2.1.7/_remote.repositories b/org/sonatype/sisu/sisu-guice/2.1.7/_remote.repositories index 0141d6f..8a3aa52 100644 --- a/org/sonatype/sisu/sisu-guice/2.1.7/_remote.repositories +++ b/org/sonatype/sisu/sisu-guice/2.1.7/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:51 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 +sisu-guice-2.1.7-noaop.jar>public= sisu-guice-2.1.7.pom>public= diff --git a/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar b/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar new file mode 100644 index 0000000..aa66844 Binary files /dev/null and b/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar differ diff --git a/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar.sha1 b/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar.sha1 new file mode 100644 index 0000000..f5cac1f --- /dev/null +++ b/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar.sha1 @@ -0,0 +1 @@ +8cb56e976b8e0e7b23f2969c32bef7b830c6d6ed \ No newline at end of file diff --git a/org/sonatype/sisu/sisu-inject-bean/1.4.2/_remote.repositories b/org/sonatype/sisu/sisu-inject-bean/1.4.2/_remote.repositories index f841903..47ce774 100644 --- a/org/sonatype/sisu/sisu-inject-bean/1.4.2/_remote.repositories +++ b/org/sonatype/sisu/sisu-inject-bean/1.4.2/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:51 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 +sisu-inject-bean-1.4.2.jar>public= sisu-inject-bean-1.4.2.pom>public= diff --git a/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar b/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar new file mode 100644 index 0000000..ca6abdd Binary files /dev/null and b/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar differ diff --git a/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar.sha1 b/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar.sha1 new file mode 100644 index 0000000..b0795aa --- /dev/null +++ b/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar.sha1 @@ -0,0 +1 @@ +5cf37202afbaae899d63dd51b46d173df650af1b \ No newline at end of file diff --git a/org/sonatype/sisu/sisu-inject-plexus/1.4.2/_remote.repositories b/org/sonatype/sisu/sisu-inject-plexus/1.4.2/_remote.repositories index 05c9977..7e7877a 100644 --- a/org/sonatype/sisu/sisu-inject-plexus/1.4.2/_remote.repositories +++ b/org/sonatype/sisu/sisu-inject-plexus/1.4.2/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:46 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 sisu-inject-plexus-1.4.2.pom>public= +sisu-inject-plexus-1.4.2.jar>public= diff --git a/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar b/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar new file mode 100644 index 0000000..53063c7 Binary files /dev/null and b/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar differ diff --git a/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar.sha1 b/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar.sha1 new file mode 100644 index 0000000..07f39db --- /dev/null +++ b/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar.sha1 @@ -0,0 +1 @@ +53d863ed4879d4a43ad7aee7bc63f935cc513353 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-autoconfigure/2.5.15/_remote.repositories b/org/springframework/boot/spring-boot-autoconfigure/2.5.15/_remote.repositories new file mode 100644 index 0000000..aed4c6c --- /dev/null +++ b/org/springframework/boot/spring-boot-autoconfigure/2.5.15/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +spring-boot-autoconfigure-2.5.15.pom>public= +spring-boot-autoconfigure-2.5.15.jar>public= diff --git a/org/springframework/boot/spring-boot-autoconfigure/2.5.15/spring-boot-autoconfigure-2.5.15.jar b/org/springframework/boot/spring-boot-autoconfigure/2.5.15/spring-boot-autoconfigure-2.5.15.jar new file mode 100644 index 0000000..7433364 Binary files /dev/null and b/org/springframework/boot/spring-boot-autoconfigure/2.5.15/spring-boot-autoconfigure-2.5.15.jar differ diff --git a/org/springframework/boot/spring-boot-autoconfigure/2.5.15/spring-boot-autoconfigure-2.5.15.jar.sha1 b/org/springframework/boot/spring-boot-autoconfigure/2.5.15/spring-boot-autoconfigure-2.5.15.jar.sha1 new file mode 100644 index 0000000..8209934 --- /dev/null +++ b/org/springframework/boot/spring-boot-autoconfigure/2.5.15/spring-boot-autoconfigure-2.5.15.jar.sha1 @@ -0,0 +1 @@ +06858d8c470c120497a86e6c8d7237dbdf5f38ca \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-autoconfigure/2.5.15/spring-boot-autoconfigure-2.5.15.pom b/org/springframework/boot/spring-boot-autoconfigure/2.5.15/spring-boot-autoconfigure-2.5.15.pom new file mode 100644 index 0000000..0eb68fa --- /dev/null +++ b/org/springframework/boot/spring-boot-autoconfigure/2.5.15/spring-boot-autoconfigure-2.5.15.pom @@ -0,0 +1,50 @@ + + + + + + + + 4.0.0 + org.springframework.boot + spring-boot-autoconfigure + 2.5.15 + spring-boot-autoconfigure + Spring Boot AutoConfigure + https://spring.io/projects/spring-boot + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-boot.git + scm:git:ssh://git@github.com/spring-projects/spring-boot.git + https://github.com/spring-projects/spring-boot + + + GitHub + https://github.com/spring-projects/spring-boot/issues + + + + org.springframework.boot + spring-boot + 2.5.15 + compile + + + diff --git a/org/springframework/boot/spring-boot-autoconfigure/2.5.15/spring-boot-autoconfigure-2.5.15.pom.sha1 b/org/springframework/boot/spring-boot-autoconfigure/2.5.15/spring-boot-autoconfigure-2.5.15.pom.sha1 new file mode 100644 index 0000000..97ea50f --- /dev/null +++ b/org/springframework/boot/spring-boot-autoconfigure/2.5.15/spring-boot-autoconfigure-2.5.15.pom.sha1 @@ -0,0 +1 @@ +8875e9733a06d27ed93386d6737fcc116c104443 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-dependencies/2.5.15/_remote.repositories b/org/springframework/boot/spring-boot-dependencies/2.5.15/_remote.repositories new file mode 100644 index 0000000..1f3837e --- /dev/null +++ b/org/springframework/boot/spring-boot-dependencies/2.5.15/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:11 CST 2025 +spring-boot-dependencies-2.5.15.pom>public= diff --git a/org/springframework/boot/spring-boot-dependencies/2.5.15/spring-boot-dependencies-2.5.15.pom b/org/springframework/boot/spring-boot-dependencies/2.5.15/spring-boot-dependencies-2.5.15.pom new file mode 100644 index 0000000..829de43 --- /dev/null +++ b/org/springframework/boot/spring-boot-dependencies/2.5.15/spring-boot-dependencies-2.5.15.pom @@ -0,0 +1,3016 @@ + + + 4.0.0 + org.springframework.boot + spring-boot-dependencies + 2.5.15 + pom + spring-boot-dependencies + Spring Boot Dependencies + https://spring.io/projects/spring-boot + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + https://github.com/spring-projects/spring-boot + + + 5.16.6 + 2.7.7 + 1.9.98 + 2.17.0 + 1.9.7 + 3.19.0 + 4.0.6 + 4.0.3 + 3.2.0 + 1.10.22 + 2.9.3 + 4.11.3 + 1.5.1 + 1.15 + 2.8.0 + 3.12.0 + 1.6 + 2.9.0 + 3.1.8 + 11.5.7.0 + 1.0.15.RELEASE + 10.14.2.0 + 4.1.36 + 2.10.9.2 + 3.9.10 + 7.12.1 + 3.0.0 + 7.7.3 + 2.3.32 + 4.0.5 + 3.0.4 + 2.3.8 + 1.2.6 + 3.0.17 + 2.8.9 + 1.4.200 + 2.2 + 4.1.10 + 2.2.1 + 5.4.33 + 6.2.5.Final + 4.0.3 + 2.5.2 + 2.49.1 + 4.1.5 + 4.5.14 + 5.0.4 + 4.4.16 + 5.1.5 + 12.1.14.Final + 2.21 + 2.12.7.20221012 + 1.2.2 + 1.3.5 + 2.0.3 + 1.1.6 + 1.0.2 + 1.6.7 + 1.1.4 + 2.2.3 + 4.0.4 + 1.2.7 + 1.3.3 + 2.0.2 + 1.1.2 + 2.1.6 + 2.3.3 + 1.4.2 + 2.3.3 + 3.1.9 + 1.2.0 + 1.3.2 + 1.1.1 + 2.3.1 + 2.3.1 + 2.0.1 + 1.1.4 + 1.0 + 1.6.2 + 1.1 + 2.2 + 1.3 + 2.0.1.Final + 1.1 + 1.2.0 + 4.0.9.java8 + 3.4.3.Final + 7.6.1.Final + 2.0.6.1 + 3.6.3 + 2.33 + 9.0.52 + 2.2.0.v201112011158 + 1.1.14 + 9.4.51.v20230217 + 1.15 + 1.2.20 + 1.6.2 + 3.14.16 + 2.5.0 + 2.4.10 + 1.5.1 + 1.2 + 1.3.1 + 4.13.2 + 5.7.2 + 2.7.2 + 1.5.32 + 1.5.2 + 6.1.10.RELEASE + 4.3.5 + 2.17.2 + 1.2.12 + 1.18.26 + 2.7.9 + 1.8 + 3.3.0 + 3.1.0 + 3.8.1 + 3.1.2 + 2.8.2 + 3.0.0 + 2.22.2 + 3.2.0 + 2.5.2 + 3.2.2 + 3.2.2 + 3.2.0 + 3.2.0 + 3.2.4 + 3.2.1 + 2.22.2 + 3.3.2 + 1.7.12 + 1.9.15 + 3.9.0 + 4.2.3 + 9.2.1.jre8 + 8.0.33 + 1.9.22 + 4.2.9 + 4.1.92.Final + 2.0.61.Final + 9.9.1 + 9.10.1 + 19.3.0.0 + 3.14.9 + 21.1.0.0 + 1.2.4 + 42.2.27 + 0.10.0 + 2.3.2 + 4.4.0 + Arabba-SR13 + 5.12.0 + 1.0.4 + 2020.0.32 + 4.3.3 + 1.1.3 + 1.3.8 + 1.2.1 + 2.2.21 + 1.5.3 + 3.141.59 + 2.49.1 + 4.7.6 + 4.0.1 + 1.7.36 + 1.28 + 8.8.2 + 2.3.16 + 4.3.8 + 2021.0.12 + 5.3.27 + 1.3.7 + 5.5.18 + 2.7.14 + 2.3.8.RELEASE + 2.0.7.RELEASE + 1.3.4 + 5.5.8 + 2021.0.6 + 3.1.6 + 3.34.0 + 1.6.7 + 3.0.15.RELEASE + 2.0.1 + 3.0.4.RELEASE + 3.0.5.RELEASE + 2.5.3 + 9.0.75 + 4.0.14 + 2.2.24.Final + 2.8.1 + 3325375 + 0.46 + 1.6.3 + 1.0.2 + 2.8.4 + + + + + org.apache.activemq + activemq-amqp + ${activemq.version} + + + org.apache.activemq + activemq-blueprint + ${activemq.version} + + + org.apache.activemq + activemq-broker + ${activemq.version} + + + org.apache.activemq + activemq-camel + ${activemq.version} + + + org.apache.activemq + activemq-client + ${activemq.version} + + + org.apache.activemq + activemq-console + ${activemq.version} + + + commons-logging + commons-logging + + + + + org.apache.activemq + activemq-http + ${activemq.version} + + + org.apache.activemq + activemq-jaas + ${activemq.version} + + + org.apache.activemq + activemq-jdbc-store + ${activemq.version} + + + org.apache.activemq + activemq-jms-pool + ${activemq.version} + + + org.apache.activemq + activemq-kahadb-store + ${activemq.version} + + + org.apache.activemq + activemq-karaf + ${activemq.version} + + + org.apache.activemq + activemq-leveldb-store + ${activemq.version} + + + commons-logging + commons-logging + + + + + org.apache.activemq + activemq-log4j-appender + ${activemq.version} + + + org.apache.activemq + activemq-mqtt + ${activemq.version} + + + org.apache.activemq + activemq-openwire-generator + ${activemq.version} + + + org.apache.activemq + activemq-openwire-legacy + ${activemq.version} + + + org.apache.activemq + activemq-osgi + ${activemq.version} + + + org.apache.activemq + activemq-partition + ${activemq.version} + + + org.apache.activemq + activemq-pool + ${activemq.version} + + + org.apache.activemq + activemq-ra + ${activemq.version} + + + org.apache.activemq + activemq-run + ${activemq.version} + + + org.apache.activemq + activemq-runtime-config + ${activemq.version} + + + org.apache.activemq + activemq-shiro + ${activemq.version} + + + org.apache.activemq + activemq-spring + ${activemq.version} + + + commons-logging + commons-logging + + + + + org.apache.activemq + activemq-stomp + ${activemq.version} + + + org.apache.activemq + activemq-web + ${activemq.version} + + + antlr + antlr + ${antlr2.version} + + + com.google.appengine + appengine-api-1.0-sdk + ${appengine-sdk.version} + + + org.apache.activemq + artemis-amqp-protocol + ${artemis.version} + + + org.apache.activemq + artemis-commons + ${artemis.version} + + + commons-logging + commons-logging + + + + + org.apache.activemq + artemis-core-client + ${artemis.version} + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-jdbc-store + ${artemis.version} + + + org.apache.activemq + artemis-jms-client + ${artemis.version} + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-jms-server + ${artemis.version} + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-journal + ${artemis.version} + + + org.apache.activemq + artemis-selector + ${artemis.version} + + + org.apache.activemq + artemis-server + ${artemis.version} + + + commons-logging + commons-logging + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-service-extensions + ${artemis.version} + + + org.aspectj + aspectjrt + ${aspectj.version} + + + org.aspectj + aspectjtools + ${aspectj.version} + + + org.aspectj + aspectjweaver + ${aspectj.version} + + + org.assertj + assertj-core + ${assertj.version} + + + com.atomikos + transactions-jdbc + ${atomikos.version} + + + com.atomikos + transactions-jms + ${atomikos.version} + + + com.atomikos + transactions-jta + ${atomikos.version} + + + org.awaitility + awaitility + ${awaitility.version} + + + org.awaitility + awaitility-groovy + ${awaitility.version} + + + org.awaitility + awaitility-kotlin + ${awaitility.version} + + + org.awaitility + awaitility-scala + ${awaitility.version} + + + net.bytebuddy + byte-buddy + ${byte-buddy.version} + + + net.bytebuddy + byte-buddy-agent + ${byte-buddy.version} + + + com.github.ben-manes.caffeine + caffeine + ${caffeine.version} + + + com.github.ben-manes.caffeine + guava + ${caffeine.version} + + + com.github.ben-manes.caffeine + jcache + ${caffeine.version} + + + com.github.ben-manes.caffeine + simulator + ${caffeine.version} + + + com.datastax.oss + java-driver-core + ${cassandra-driver.version} + + + org.slf4j + jcl-over-slf4j + + + + + com.fasterxml + classmate + ${classmate.version} + + + commons-codec + commons-codec + ${commons-codec.version} + + + org.apache.commons + commons-dbcp2 + ${commons-dbcp2.version} + + + commons-logging + commons-logging + + + + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + + + commons-pool + commons-pool + ${commons-pool.version} + + + org.apache.commons + commons-pool2 + ${commons-pool2.version} + + + com.couchbase.client + java-client + ${couchbase-client.version} + + + com.ibm.db2 + jcc + ${db2-jdbc.version} + + + io.spring.gradle + dependency-management-plugin + ${dependency-management-plugin.version} + + + org.apache.derby + derby + ${derby.version} + + + org.apache.derby + derbyclient + ${derby.version} + + + net.sf.ehcache + ehcache + ${ehcache.version} + + + org.ehcache + ehcache + ${ehcache3.version} + + + org.ehcache + ehcache-clustered + ${ehcache3.version} + + + org.ehcache + ehcache-transactions + ${ehcache3.version} + + + org.elasticsearch + elasticsearch + ${elasticsearch.version} + + + org.elasticsearch.client + transport + ${elasticsearch.version} + + + org.elasticsearch.client + elasticsearch-rest-client + ${elasticsearch.version} + + + commons-logging + commons-logging + + + + + org.elasticsearch.client + elasticsearch-rest-client-sniffer + ${elasticsearch.version} + + + commons-logging + commons-logging + + + + + org.elasticsearch.client + elasticsearch-rest-high-level-client + ${elasticsearch.version} + + + org.elasticsearch.distribution.integ-test-zip + elasticsearch + ${elasticsearch.version} + zip + + + org.elasticsearch.plugin + transport-netty4-client + ${elasticsearch.version} + + + de.flapdoodle.embed + de.flapdoodle.embed.mongo + ${embedded-mongo.version} + + + org.flywaydb + flyway-core + ${flyway.version} + + + org.freemarker + freemarker + ${freemarker.version} + + + org.glassfish + jakarta.el + ${glassfish-el.version} + + + org.glassfish.jaxb + codemodel + ${glassfish-jaxb.version} + + + org.glassfish.jaxb + codemodel-annotation-compiler + ${glassfish-jaxb.version} + + + org.glassfish.jaxb + jaxb-jxc + ${glassfish-jaxb.version} + + + org.glassfish.jaxb + jaxb-runtime + ${glassfish-jaxb.version} + + + org.glassfish.jaxb + jaxb-xjc + ${glassfish-jaxb.version} + + + org.glassfish.jaxb + txw2 + ${glassfish-jaxb.version} + + + org.glassfish.jaxb + txwc2 + ${glassfish-jaxb.version} + + + org.glassfish.jaxb + xsom + ${glassfish-jaxb.version} + + + org.glassfish.web + jakarta.servlet.jsp.jstl + ${glassfish-jstl.version} + + + com.google.code.gson + gson + ${gson.version} + + + com.h2database + h2 + ${h2.version} + + + org.hamcrest + hamcrest + ${hamcrest.version} + + + org.hamcrest + hamcrest-core + ${hamcrest.version} + + + org.hamcrest + hamcrest-library + ${hamcrest.version} + + + com.hazelcast + hazelcast + ${hazelcast.version} + + + com.hazelcast + hazelcast-spring + ${hazelcast.version} + + + com.hazelcast + hazelcast-hibernate52 + ${hazelcast-hibernate5.version} + + + com.hazelcast + hazelcast-hibernate53 + ${hazelcast-hibernate5.version} + + + org.hibernate + hibernate-c3p0 + ${hibernate.version} + + + org.hibernate + hibernate-core + ${hibernate.version} + + + org.hibernate + hibernate-ehcache + ${hibernate.version} + + + org.hibernate + hibernate-entitymanager + ${hibernate.version} + + + org.hibernate + hibernate-envers + ${hibernate.version} + + + org.hibernate + hibernate-hikaricp + ${hibernate.version} + + + org.hibernate + hibernate-java8 + ${hibernate.version} + + + org.hibernate + hibernate-jcache + ${hibernate.version} + + + org.hibernate + hibernate-jpamodelgen + ${hibernate.version} + + + org.hibernate + hibernate-micrometer + ${hibernate.version} + + + org.hibernate + hibernate-proxool + ${hibernate.version} + + + org.hibernate + hibernate-spatial + ${hibernate.version} + + + org.hibernate + hibernate-testing + ${hibernate.version} + + + org.hibernate + hibernate-vibur + ${hibernate.version} + + + org.hibernate.validator + hibernate-validator + ${hibernate-validator.version} + + + org.hibernate.validator + hibernate-validator-annotation-processor + ${hibernate-validator.version} + + + com.zaxxer + HikariCP + ${hikaricp.version} + + + org.hsqldb + hsqldb + ${hsqldb.version} + + + net.sourceforge.htmlunit + htmlunit + ${htmlunit.version} + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpasyncclient + ${httpasyncclient.version} + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + fluent-hc + ${httpclient.version} + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpclient-cache + ${httpclient.version} + + + org.apache.httpcomponents + httpclient-osgi + ${httpclient.version} + + + org.apache.httpcomponents + httpclient-win + ${httpclient.version} + + + org.apache.httpcomponents + httpmime + ${httpclient.version} + + + org.apache.httpcomponents.client5 + httpclient5 + ${httpclient5.version} + + + org.apache.httpcomponents.client5 + httpclient5-cache + ${httpclient5.version} + + + org.apache.httpcomponents.client5 + httpclient5-fluent + ${httpclient5.version} + + + org.apache.httpcomponents.client5 + httpclient5-win + ${httpclient5.version} + + + org.apache.httpcomponents + httpcore + ${httpcore.version} + + + org.apache.httpcomponents + httpcore-nio + ${httpcore.version} + + + org.apache.httpcomponents.core5 + httpcore5 + ${httpcore5.version} + + + org.apache.httpcomponents.core5 + httpcore5-h2 + ${httpcore5.version} + + + org.apache.httpcomponents.core5 + httpcore5-reactive + ${httpcore5.version} + + + org.influxdb + influxdb-java + ${influxdb-java.version} + + + com.sun.activation + jakarta.activation + ${jakarta-activation.version} + + + jakarta.activation + jakarta.activation-api + ${jakarta-activation.version} + + + jakarta.annotation + jakarta.annotation-api + ${jakarta-annotation.version} + + + jakarta.jms + jakarta.jms-api + ${jakarta-jms.version} + + + jakarta.json + jakarta.json-api + ${jakarta-json.version} + + + jakarta.json.bind + jakarta.json.bind-api + ${jakarta-json-bind.version} + + + jakarta.mail + jakarta.mail-api + ${jakarta-mail.version} + + + jakarta.management.j2ee + jakarta.management.j2ee-api + ${jakarta-management.version} + + + jakarta.persistence + jakarta.persistence-api + ${jakarta-persistence.version} + + + jakarta.servlet + jakarta.servlet-api + ${jakarta-servlet.version} + + + jakarta.servlet.jsp.jstl + jakarta.servlet.jsp.jstl-api + ${jakarta-servlet-jsp-jstl.version} + + + jakarta.transaction + jakarta.transaction-api + ${jakarta-transaction.version} + + + jakarta.validation + jakarta.validation-api + ${jakarta-validation.version} + + + jakarta.websocket + jakarta.websocket-api + ${jakarta-websocket.version} + + + jakarta.ws.rs + jakarta.ws.rs-api + ${jakarta-ws-rs.version} + + + jakarta.xml.bind + jakarta.xml.bind-api + ${jakarta-xml-bind.version} + + + jakarta.xml.soap + jakarta.xml.soap-api + ${jakarta-xml-soap.version} + + + jakarta.xml.ws + jakarta.xml.ws-api + ${jakarta-xml-ws.version} + + + org.codehaus.janino + commons-compiler + ${janino.version} + + + org.codehaus.janino + commons-compiler-jdk + ${janino.version} + + + org.codehaus.janino + janino + ${janino.version} + + + javax.activation + javax.activation-api + ${javax-activation.version} + + + javax.annotation + javax.annotation-api + ${javax-annotation.version} + + + javax.cache + cache-api + ${javax-cache.version} + + + javax.xml.bind + jaxb-api + ${javax-jaxb.version} + + + javax.xml.ws + jaxws-api + ${javax-jaxws.version} + + + javax.jms + javax.jms-api + ${javax-jms.version} + + + javax.json + javax.json-api + ${javax-json.version} + + + javax.json.bind + javax.json.bind-api + ${javax-jsonb.version} + + + javax.mail + javax.mail-api + ${javax-mail.version} + + + javax.money + money-api + ${javax-money.version} + + + javax.persistence + javax.persistence-api + ${javax-persistence.version} + + + javax.transaction + javax.transaction-api + ${javax-transaction.version} + + + javax.validation + validation-api + ${javax-validation.version} + + + javax.websocket + javax.websocket-api + ${javax-websocket.version} + + + jaxen + jaxen + ${jaxen.version} + + + org.firebirdsql.jdbc + jaybird + ${jaybird.version} + + + org.firebirdsql.jdbc + jaybird-jdk18 + ${jaybird.version} + + + org.jboss.logging + jboss-logging + ${jboss-logging.version} + + + org.jboss + jboss-transaction-spi + ${jboss-transaction-spi.version} + + + org.jdom + jdom2 + ${jdom2.version} + + + redis.clients + jedis + ${jedis.version} + + + org.mortbay.jasper + apache-el + ${jetty-el.version} + + + org.eclipse.jetty.orbit + javax.servlet.jsp + ${jetty-jsp.version} + + + org.eclipse.jetty + jetty-reactive-httpclient + ${jetty-reactive-httpclient.version} + + + com.samskivert + jmustache + ${jmustache.version} + + + org.apache.johnzon + johnzon-core + ${johnzon.version} + + + org.apache.johnzon + johnzon-jaxrs + ${johnzon.version} + + + org.apache.johnzon + johnzon-jsonb + ${johnzon.version} + + + org.apache.johnzon + johnzon-jsonb-extras + ${johnzon.version} + + + org.apache.johnzon + johnzon-jsonschema + ${johnzon.version} + + + org.apache.johnzon + johnzon-mapper + ${johnzon.version} + + + org.apache.johnzon + johnzon-websocket + ${johnzon.version} + + + org.jolokia + jolokia-core + ${jolokia.version} + + + org.jooq + jooq + ${jooq.version} + + + org.jooq + jooq-codegen + ${jooq.version} + + + org.jooq + jooq-kotlin + ${jooq.version} + + + org.jooq + jooq-meta + ${jooq.version} + + + com.jayway.jsonpath + json-path + ${json-path.version} + + + com.jayway.jsonpath + json-path-assert + ${json-path.version} + + + net.minidev + json-smart + ${json-smart.version} + + + org.skyscreamer + jsonassert + ${jsonassert.version} + + + javax.servlet + jstl + ${jstl.version} + + + net.sourceforge.jtds + jtds + ${jtds.version} + + + junit + junit + ${junit.version} + + + org.apache.kafka + connect + ${kafka.version} + + + org.apache.kafka + connect-api + ${kafka.version} + + + org.apache.kafka + connect-basic-auth-extension + ${kafka.version} + + + org.apache.kafka + connect-file + ${kafka.version} + + + org.apache.kafka + connect-json + ${kafka.version} + + + org.apache.kafka + connect-mirror + ${kafka.version} + + + org.apache.kafka + connect-mirror-client + ${kafka.version} + + + org.apache.kafka + connect-runtime + ${kafka.version} + + + org.apache.kafka + connect-transforms + ${kafka.version} + + + org.apache.kafka + generator + ${kafka.version} + + + org.apache.kafka + kafka-clients + ${kafka.version} + + + org.apache.kafka + kafka-clients + ${kafka.version} + test + + + org.apache.kafka + kafka-log4j-appender + ${kafka.version} + + + org.apache.kafka + kafka-raft + ${kafka.version} + + + org.apache.kafka + kafka-streams + ${kafka.version} + + + org.apache.kafka + kafka-streams-scala_2.12 + ${kafka.version} + + + org.apache.kafka + kafka-streams-scala_2.13 + ${kafka.version} + + + org.apache.kafka + kafka-streams-test-utils + ${kafka.version} + + + org.apache.kafka + kafka-tools + ${kafka.version} + + + org.apache.kafka + kafka_2.12 + ${kafka.version} + + + org.apache.kafka + kafka_2.12 + ${kafka.version} + test + + + org.apache.kafka + kafka_2.13 + ${kafka.version} + + + org.apache.kafka + kafka_2.13 + ${kafka.version} + test + + + io.lettuce + lettuce-core + ${lettuce.version} + + + org.liquibase + liquibase-cdi + ${liquibase.version} + + + org.liquibase + liquibase-core + ${liquibase.version} + + + ch.qos.logback + logback-access + ${logback.version} + + + ch.qos.logback + logback-classic + ${logback.version} + + + ch.qos.logback + logback-core + ${logback.version} + + + org.projectlombok + lombok + ${lombok.version} + + + org.mariadb.jdbc + mariadb-java-client + ${mariadb.version} + + + io.micrometer + micrometer-registry-stackdriver + ${micrometer.version} + + + javax.annotation + javax.annotation-api + + + + + org.jvnet.mimepull + mimepull + ${mimepull.version} + + + org.mockito + mockito-core + ${mockito.version} + + + org.mockito + mockito-inline + ${mockito.version} + + + org.mockito + mockito-junit-jupiter + ${mockito.version} + + + org.mongodb + bson + ${mongodb.version} + + + org.mongodb + mongodb-driver-core + ${mongodb.version} + + + org.mongodb + mongodb-driver-legacy + ${mongodb.version} + + + org.mongodb + mongodb-driver-reactivestreams + ${mongodb.version} + + + org.mongodb + mongodb-driver-sync + ${mongodb.version} + + + com.microsoft.sqlserver + mssql-jdbc + ${mssql-jdbc.version} + + + mysql + mysql-connector-java + ${mysql.version} + + + com.google.protobuf + protobuf-java + + + + + net.sourceforge.nekohtml + nekohtml + ${nekohtml.version} + + + org.neo4j.driver + neo4j-java-driver + ${neo4j-java-driver.version} + + + io.netty + netty-tcnative + ${netty-tcnative.version} + + + io.netty + netty-tcnative + ${netty-tcnative.version} + linux-x86_64 + + + io.netty + netty-tcnative + ${netty-tcnative.version} + linux-x86_64-fedora + + + io.netty + netty-tcnative + ${netty-tcnative.version} + linux-aarch_64-fedora + + + io.netty + netty-tcnative + ${netty-tcnative.version} + osx-x86_64 + + + io.netty + netty-tcnative-boringssl-static + ${netty-tcnative.version} + + + io.netty + netty-tcnative-boringssl-static + ${netty-tcnative.version} + linux-x86_64 + + + io.netty + netty-tcnative-boringssl-static + ${netty-tcnative.version} + osx-aarch_64 + + + io.netty + netty-tcnative-boringssl-static + ${netty-tcnative.version} + windows-x86_64 + + + io.netty + netty-tcnative-boringssl-static + ${netty-tcnative.version} + linux-aarch_64 + + + io.netty + netty-tcnative-boringssl-static + ${netty-tcnative.version} + osx-x86_64 + + + io.netty + netty-tcnative-classes + ${netty-tcnative.version} + + + com.nimbusds + oauth2-oidc-sdk + ${oauth2-oidc-sdk.version} + + + com.nimbusds + nimbus-jose-jwt + ${nimbus-jose-jwt.version} + + + com.oracle.ojdbc + dms + ${ojdbc.version} + + + com.oracle.ojdbc + ojdbc10 + ${ojdbc.version} + + + com.oracle.ojdbc + ojdbc10_g + ${ojdbc.version} + + + com.oracle.ojdbc + ojdbc10dms + ${ojdbc.version} + + + com.oracle.ojdbc + ojdbc10dms_g + ${ojdbc.version} + + + com.oracle.ojdbc + ojdbc8 + ${ojdbc.version} + + + com.oracle.ojdbc + ojdbc8_g + ${ojdbc.version} + + + com.oracle.ojdbc + ojdbc8dms + ${ojdbc.version} + + + com.oracle.ojdbc + ojdbc8dms_g + ${ojdbc.version} + + + com.oracle.ojdbc + ons + ${ojdbc.version} + + + com.oracle.ojdbc + oraclepki + ${ojdbc.version} + + + com.oracle.ojdbc + orai18n + ${ojdbc.version} + + + com.oracle.ojdbc + osdt_cert + ${ojdbc.version} + + + com.oracle.ojdbc + osdt_core + ${ojdbc.version} + + + com.oracle.ojdbc + simplefan + ${ojdbc.version} + + + com.oracle.ojdbc + ucp + ${ojdbc.version} + + + com.oracle.ojdbc + xdb + ${ojdbc.version} + + + com.oracle.ojdbc + xmlparserv2 + ${ojdbc.version} + + + com.squareup.okhttp3 + logging-interceptor + ${okhttp3.version} + + + com.squareup.okhttp3 + mockwebserver + ${okhttp3.version} + + + com.squareup.okhttp3 + okcurl + ${okhttp3.version} + + + com.squareup.okhttp3 + okhttp + ${okhttp3.version} + + + com.squareup.okhttp3 + okhttp-dnsoverhttps + ${okhttp3.version} + + + com.squareup.okhttp3 + okhttp-sse + ${okhttp3.version} + + + com.squareup.okhttp3 + okhttp-testing-support + ${okhttp3.version} + + + com.squareup.okhttp3 + okhttp-tls + ${okhttp3.version} + + + com.squareup.okhttp3 + okhttp-urlconnection + ${okhttp3.version} + + + org.messaginghub + pooled-jms + ${pooled-jms.version} + + + org.postgresql + postgresql + ${postgresql.version} + + + org.quartz-scheduler + quartz + ${quartz.version} + + + com.mchange + c3p0 + + + com.zaxxer + * + + + + + org.quartz-scheduler + quartz-jobs + ${quartz.version} + + + com.querydsl + querydsl-apt + ${querydsl.version} + + + com.querydsl + querydsl-collections + ${querydsl.version} + + + com.querydsl + querydsl-core + ${querydsl.version} + + + com.querydsl + querydsl-jpa + ${querydsl.version} + + + com.querydsl + querydsl-mongodb + ${querydsl.version} + + + org.mongodb + mongo-java-driver + + + + + com.rabbitmq + amqp-client + ${rabbit-amqp-client.version} + + + org.reactivestreams + reactive-streams + ${reactive-streams.version} + + + io.rest-assured + json-path + ${rest-assured.version} + + + io.rest-assured + json-schema-validator + ${rest-assured.version} + + + io.rest-assured + rest-assured + ${rest-assured.version} + + + io.rest-assured + scala-support + ${rest-assured.version} + + + io.rest-assured + spring-mock-mvc + ${rest-assured.version} + + + io.rest-assured + spring-web-test-client + ${rest-assured.version} + + + io.rest-assured + xml-path + ${rest-assured.version} + + + io.reactivex + rxjava + ${rxjava.version} + + + io.reactivex + rxjava-reactive-streams + ${rxjava-adapter.version} + + + io.reactivex.rxjava2 + rxjava + ${rxjava2.version} + + + org.springframework.boot + spring-boot + 2.5.15 + + + org.springframework.boot + spring-boot-test + 2.5.15 + + + org.springframework.boot + spring-boot-test-autoconfigure + 2.5.15 + + + org.springframework.boot + spring-boot-actuator + 2.5.15 + + + org.springframework.boot + spring-boot-actuator-autoconfigure + 2.5.15 + + + org.springframework.boot + spring-boot-autoconfigure + 2.5.15 + + + org.springframework.boot + spring-boot-autoconfigure-processor + 2.5.15 + + + org.springframework.boot + spring-boot-buildpack-platform + 2.5.15 + + + org.springframework.boot + spring-boot-configuration-metadata + 2.5.15 + + + org.springframework.boot + spring-boot-configuration-processor + 2.5.15 + + + org.springframework.boot + spring-boot-devtools + 2.5.15 + + + org.springframework.boot + spring-boot-jarmode-layertools + 2.5.15 + + + org.springframework.boot + spring-boot-loader + 2.5.15 + + + org.springframework.boot + spring-boot-loader-tools + 2.5.15 + + + org.springframework.boot + spring-boot-properties-migrator + 2.5.15 + + + org.springframework.boot + spring-boot-starter + 2.5.15 + + + org.springframework.boot + spring-boot-starter-activemq + 2.5.15 + + + org.springframework.boot + spring-boot-starter-actuator + 2.5.15 + + + org.springframework.boot + spring-boot-starter-amqp + 2.5.15 + + + org.springframework.boot + spring-boot-starter-aop + 2.5.15 + + + org.springframework.boot + spring-boot-starter-artemis + 2.5.15 + + + org.springframework.boot + spring-boot-starter-batch + 2.5.15 + + + org.springframework.boot + spring-boot-starter-cache + 2.5.15 + + + org.springframework.boot + spring-boot-starter-data-cassandra + 2.5.15 + + + org.springframework.boot + spring-boot-starter-data-cassandra-reactive + 2.5.15 + + + org.springframework.boot + spring-boot-starter-data-couchbase + 2.5.15 + + + org.springframework.boot + spring-boot-starter-data-couchbase-reactive + 2.5.15 + + + org.springframework.boot + spring-boot-starter-data-elasticsearch + 2.5.15 + + + org.springframework.boot + spring-boot-starter-data-jdbc + 2.5.15 + + + org.springframework.boot + spring-boot-starter-data-jpa + 2.5.15 + + + org.springframework.boot + spring-boot-starter-data-ldap + 2.5.15 + + + org.springframework.boot + spring-boot-starter-data-mongodb + 2.5.15 + + + org.springframework.boot + spring-boot-starter-data-mongodb-reactive + 2.5.15 + + + org.springframework.boot + spring-boot-starter-data-r2dbc + 2.5.15 + + + org.springframework.boot + spring-boot-starter-data-redis + 2.5.15 + + + org.springframework.boot + spring-boot-starter-data-redis-reactive + 2.5.15 + + + org.springframework.boot + spring-boot-starter-data-neo4j + 2.5.15 + + + org.springframework.boot + spring-boot-starter-data-rest + 2.5.15 + + + org.springframework.boot + spring-boot-starter-freemarker + 2.5.15 + + + org.springframework.boot + spring-boot-starter-groovy-templates + 2.5.15 + + + org.springframework.boot + spring-boot-starter-hateoas + 2.5.15 + + + org.springframework.boot + spring-boot-starter-integration + 2.5.15 + + + org.springframework.boot + spring-boot-starter-jdbc + 2.5.15 + + + org.springframework.boot + spring-boot-starter-jersey + 2.5.15 + + + org.springframework.boot + spring-boot-starter-jetty + 2.5.15 + + + org.springframework.boot + spring-boot-starter-jooq + 2.5.15 + + + org.springframework.boot + spring-boot-starter-json + 2.5.15 + + + org.springframework.boot + spring-boot-starter-jta-atomikos + 2.5.15 + + + org.springframework.boot + spring-boot-starter-log4j2 + 2.5.15 + + + org.springframework.boot + spring-boot-starter-logging + 2.5.15 + + + org.springframework.boot + spring-boot-starter-mail + 2.5.15 + + + org.springframework.boot + spring-boot-starter-mustache + 2.5.15 + + + org.springframework.boot + spring-boot-starter-oauth2-client + 2.5.15 + + + org.springframework.boot + spring-boot-starter-oauth2-resource-server + 2.5.15 + + + org.springframework.boot + spring-boot-starter-quartz + 2.5.15 + + + org.springframework.boot + spring-boot-starter-reactor-netty + 2.5.15 + + + org.springframework.boot + spring-boot-starter-rsocket + 2.5.15 + + + org.springframework.boot + spring-boot-starter-security + 2.5.15 + + + org.springframework.boot + spring-boot-starter-test + 2.5.15 + + + org.springframework.boot + spring-boot-starter-thymeleaf + 2.5.15 + + + org.springframework.boot + spring-boot-starter-tomcat + 2.5.15 + + + org.springframework.boot + spring-boot-starter-undertow + 2.5.15 + + + org.springframework.boot + spring-boot-starter-validation + 2.5.15 + + + org.springframework.boot + spring-boot-starter-web + 2.5.15 + + + org.springframework.boot + spring-boot-starter-webflux + 2.5.15 + + + org.springframework.boot + spring-boot-starter-websocket + 2.5.15 + + + org.springframework.boot + spring-boot-starter-web-services + 2.5.15 + + + com.sun.xml.messaging.saaj + saaj-impl + ${saaj-impl.version} + + + org.seleniumhq.selenium + selenium-api + ${selenium.version} + + + org.seleniumhq.selenium + selenium-chrome-driver + ${selenium.version} + + + org.seleniumhq.selenium + selenium-edge-driver + ${selenium.version} + + + org.seleniumhq.selenium + selenium-firefox-driver + ${selenium.version} + + + org.seleniumhq.selenium + selenium-ie-driver + ${selenium.version} + + + org.seleniumhq.selenium + selenium-java + ${selenium.version} + + + org.seleniumhq.selenium + selenium-opera-driver + ${selenium.version} + + + org.seleniumhq.selenium + selenium-remote-driver + ${selenium.version} + + + org.seleniumhq.selenium + selenium-safari-driver + ${selenium.version} + + + org.seleniumhq.selenium + selenium-support + ${selenium.version} + + + org.seleniumhq.selenium + htmlunit-driver + ${selenium-htmlunit.version} + + + com.sendgrid + sendgrid-java + ${sendgrid.version} + + + javax.servlet + javax.servlet-api + ${servlet-api.version} + + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + + + org.slf4j + jul-to-slf4j + ${slf4j.version} + + + org.slf4j + log4j-over-slf4j + ${slf4j.version} + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + slf4j-ext + ${slf4j.version} + + + org.slf4j + slf4j-jcl + ${slf4j.version} + + + org.slf4j + slf4j-jdk14 + ${slf4j.version} + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + + + org.slf4j + slf4j-nop + ${slf4j.version} + + + org.slf4j + slf4j-simple + ${slf4j.version} + + + org.yaml + snakeyaml + ${snakeyaml.version} + + + org.apache.solr + solr-analysis-extras + ${solr.version} + + + org.apache.solr + solr-analytics + ${solr.version} + + + org.apache.solr + solr-cell + ${solr.version} + + + org.apache.solr + solr-core + ${solr.version} + + + org.apache.solr + solr-dataimporthandler + ${solr.version} + + + org.apache.solr + solr-dataimporthandler-extras + ${solr.version} + + + org.apache.solr + solr-langid + ${solr.version} + + + org.apache.solr + solr-ltr + ${solr.version} + + + org.apache.solr + solr-solrj + ${solr.version} + + + org.slf4j + jcl-over-slf4j + + + + + org.apache.solr + solr-test-framework + ${solr.version} + + + org.apache.solr + solr-velocity + ${solr.version} + + + org.springframework.amqp + spring-amqp + ${spring-amqp.version} + + + org.springframework.amqp + spring-rabbit + ${spring-amqp.version} + + + org.springframework.amqp + spring-rabbit-junit + ${spring-amqp.version} + + + org.springframework.amqp + spring-rabbit-test + ${spring-amqp.version} + + + org.springframework.batch + spring-batch-core + ${spring-batch.version} + + + org.springframework.batch + spring-batch-infrastructure + ${spring-batch.version} + + + org.springframework.batch + spring-batch-integration + ${spring-batch.version} + + + org.springframework.batch + spring-batch-test + ${spring-batch.version} + + + org.springframework.hateoas + spring-hateoas + ${spring-hateoas.version} + + + org.springframework.kafka + spring-kafka + ${spring-kafka.version} + + + org.springframework.kafka + spring-kafka-test + ${spring-kafka.version} + + + org.springframework.ldap + spring-ldap-core + ${spring-ldap.version} + + + org.springframework.ldap + spring-ldap-core-tiger + ${spring-ldap.version} + + + org.springframework.ldap + spring-ldap-ldif-batch + ${spring-ldap.version} + + + org.springframework.ldap + spring-ldap-ldif-core + ${spring-ldap.version} + + + org.springframework.ldap + spring-ldap-odm + ${spring-ldap.version} + + + org.springframework.ldap + spring-ldap-test + ${spring-ldap.version} + + + org.springframework.restdocs + spring-restdocs-asciidoctor + ${spring-restdocs.version} + + + org.springframework.restdocs + spring-restdocs-core + ${spring-restdocs.version} + + + org.springframework.restdocs + spring-restdocs-mockmvc + ${spring-restdocs.version} + + + org.springframework.restdocs + spring-restdocs-restassured + ${spring-restdocs.version} + + + org.springframework.restdocs + spring-restdocs-webtestclient + ${spring-restdocs.version} + + + org.springframework.retry + spring-retry + ${spring-retry.version} + + + org.springframework.ws + spring-ws-core + ${spring-ws.version} + + + org.springframework.ws + spring-ws-security + ${spring-ws.version} + + + org.springframework.ws + spring-ws-support + ${spring-ws.version} + + + org.springframework.ws + spring-ws-test + ${spring-ws.version} + + + org.springframework.ws + spring-xml + ${spring-ws.version} + + + org.xerial + sqlite-jdbc + ${sqlite-jdbc.version} + + + com.sun.mail + jakarta.mail + ${sun-mail.version} + + + org.thymeleaf + thymeleaf + ${thymeleaf.version} + + + org.thymeleaf + thymeleaf-spring5 + ${thymeleaf.version} + + + com.github.mxab.thymeleaf.extras + thymeleaf-extras-data-attribute + ${thymeleaf-extras-data-attribute.version} + + + org.thymeleaf.extras + thymeleaf-extras-java8time + ${thymeleaf-extras-java8time.version} + + + org.thymeleaf.extras + thymeleaf-extras-springsecurity5 + ${thymeleaf-extras-springsecurity.version} + + + nz.net.ultraq.thymeleaf + thymeleaf-layout-dialect + ${thymeleaf-layout-dialect.version} + + + org.apache.tomcat + tomcat-annotations-api + ${tomcat.version} + + + org.apache.tomcat + tomcat-jdbc + ${tomcat.version} + + + org.apache.tomcat + tomcat-jsp-api + ${tomcat.version} + + + org.apache.tomcat.embed + tomcat-embed-core + ${tomcat.version} + + + org.apache.tomcat.embed + tomcat-embed-el + ${tomcat.version} + + + org.apache.tomcat.embed + tomcat-embed-jasper + ${tomcat.version} + + + org.apache.tomcat.embed + tomcat-embed-websocket + ${tomcat.version} + + + com.unboundid + unboundid-ldapsdk + ${unboundid-ldapsdk.version} + + + io.undertow + undertow-core + ${undertow.version} + + + io.undertow + undertow-servlet + ${undertow.version} + + + io.undertow + undertow-websockets-jsr + ${undertow.version} + + + org.webjars + hal-browser + ${webjars-hal-browser.version} + + + org.webjars + webjars-locator-core + ${webjars-locator-core.version} + + + wsdl4j + wsdl4j + ${wsdl4j.version} + + + org.xmlunit + xmlunit-assertj + ${xmlunit2.version} + + + org.xmlunit + xmlunit-core + ${xmlunit2.version} + + + org.xmlunit + xmlunit-legacy + ${xmlunit2.version} + + + org.xmlunit + xmlunit-matchers + ${xmlunit2.version} + + + org.xmlunit + xmlunit-placeholders + ${xmlunit2.version} + + + com.datastax.oss + java-driver-bom + ${cassandra-driver.version} + pom + import + + + io.dropwizard.metrics + metrics-bom + ${dropwizard-metrics.version} + pom + import + + + org.codehaus.groovy + groovy-bom + ${groovy.version} + pom + import + + + org.infinispan + infinispan-bom + ${infinispan.version} + pom + import + + + com.fasterxml.jackson + jackson-bom + ${jackson-bom.version} + pom + import + + + org.glassfish.jersey + jersey-bom + ${jersey.version} + pom + import + + + org.eclipse.jetty + jetty-bom + ${jetty.version} + pom + import + + + org.junit + junit-bom + ${junit-jupiter.version} + pom + import + + + org.jetbrains.kotlin + kotlin-bom + ${kotlin.version} + pom + import + + + org.jetbrains.kotlinx + kotlinx-coroutines-bom + ${kotlin-coroutines.version} + pom + import + + + org.apache.logging.log4j + log4j-bom + ${log4j2.version} + pom + import + + + io.micrometer + micrometer-bom + ${micrometer.version} + pom + import + + + io.netty + netty-bom + ${netty.version} + pom + import + + + com.oracle.database.jdbc + ojdbc-bom + ${oracle-database.version} + pom + import + + + io.prometheus + simpleclient_bom + ${prometheus-pushgateway.version} + pom + import + + + io.r2dbc + r2dbc-bom + ${r2dbc-bom.version} + pom + import + + + io.projectreactor + reactor-bom + ${reactor-bom.version} + pom + import + + + io.rsocket + rsocket-bom + ${rsocket.version} + pom + import + + + org.springframework.data + spring-data-bom + ${spring-data-bom.version} + pom + import + + + org.springframework + spring-framework-bom + ${spring-framework.version} + pom + import + + + org.springframework.integration + spring-integration-bom + ${spring-integration.version} + pom + import + + + org.springframework.security + spring-security-bom + ${spring-security.version} + pom + import + + + org.springframework.session + spring-session-bom + ${spring-session-bom.version} + pom + import + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + ${build-helper-maven-plugin.version} + + + org.flywaydb + flyway-maven-plugin + ${flyway.version} + + + pl.project13.maven + git-commit-id-plugin + ${git-commit-id-plugin.version} + + + org.apache.johnzon + johnzon-maven-plugin + ${johnzon.version} + + + org.jooq + jooq-codegen-maven + ${jooq.version} + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + org.liquibase + liquibase-maven-plugin + ${liquibase.version} + + + org.apache.maven.plugins + maven-antrun-plugin + ${maven-antrun-plugin.version} + + + org.apache.maven.plugins + maven-assembly-plugin + ${maven-assembly-plugin.version} + + + org.apache.maven.plugins + maven-clean-plugin + ${maven-clean-plugin.version} + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + + org.apache.maven.plugins + maven-dependency-plugin + ${maven-dependency-plugin.version} + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + + org.apache.maven.plugins + maven-enforcer-plugin + ${maven-enforcer-plugin.version} + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + + org.apache.maven.plugins + maven-help-plugin + ${maven-help-plugin.version} + + + org.apache.maven.plugins + maven-install-plugin + ${maven-install-plugin.version} + + + org.apache.maven.plugins + maven-invoker-plugin + ${maven-invoker-plugin.version} + + + org.apache.maven.plugins + maven-jar-plugin + ${maven-jar-plugin.version} + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + org.apache.maven.plugins + maven-resources-plugin + ${maven-resources-plugin.version} + + + org.apache.maven.plugins + maven-shade-plugin + ${maven-shade-plugin.version} + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + org.apache.maven.plugins + maven-war-plugin + ${maven-war-plugin.version} + + + org.springframework.boot + spring-boot-maven-plugin + 2.5.15 + + + org.codehaus.mojo + versions-maven-plugin + ${versions-maven-plugin.version} + + + org.codehaus.mojo + xml-maven-plugin + ${xml-maven-plugin.version} + + + + + diff --git a/org/springframework/boot/spring-boot-dependencies/2.5.15/spring-boot-dependencies-2.5.15.pom.sha1 b/org/springframework/boot/spring-boot-dependencies/2.5.15/spring-boot-dependencies-2.5.15.pom.sha1 new file mode 100644 index 0000000..3d1b2a8 --- /dev/null +++ b/org/springframework/boot/spring-boot-dependencies/2.5.15/spring-boot-dependencies-2.5.15.pom.sha1 @@ -0,0 +1 @@ +f8aa00578ca5482c2df4b3f055fe93c436d6784f \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-dependencies/2.7.12/_remote.repositories b/org/springframework/boot/spring-boot-dependencies/2.7.12/_remote.repositories new file mode 100644 index 0000000..9c42b3d --- /dev/null +++ b/org/springframework/boot/spring-boot-dependencies/2.7.12/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:13 CST 2025 +spring-boot-dependencies-2.7.12.pom>public= diff --git a/org/springframework/boot/spring-boot-dependencies/2.7.12/spring-boot-dependencies-2.7.12.pom b/org/springframework/boot/spring-boot-dependencies/2.7.12/spring-boot-dependencies-2.7.12.pom new file mode 100644 index 0000000..1141b76 --- /dev/null +++ b/org/springframework/boot/spring-boot-dependencies/2.7.12/spring-boot-dependencies-2.7.12.pom @@ -0,0 +1,2936 @@ + + + 4.0.0 + org.springframework.boot + spring-boot-dependencies + 2.7.12 + pom + spring-boot-dependencies + Spring Boot Dependencies + https://spring.io/projects/spring-boot + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Spring + ask@spring.io + VMware, Inc. + https://www.spring.io + + + + https://github.com/spring-projects/spring-boot + + + 5.16.6 + 2.7.7 + 1.9.98 + 2.19.1 + 1.9.7 + 3.22.0 + 4.0.6 + 4.2.0 + 3.3.0 + 1.12.23 + 2.6.1.Final + 2.9.3 + 4.14.1 + 1.5.1 + 1.15 + 2.9.0 + 3.12.0 + 1.6 + 2.11.1 + 3.3.4 + 11.5.8.0 + 1.0.15.RELEASE + 10.14.2.0 + 4.2.18 + 2.10.9.2 + 3.10.8 + 7.17.10 + 3.4.11 + 8.5.13 + 2.3.32 + 4.9.10 + 3.0.4 + 2.3.8 + 1.2.6 + 18.5 + 3.0.17 + 2.9.1 + 2.1.214 + 2.2 + 5.1.6 + 2.2.1 + 5.6.15.Final + 6.2.5.Final + 4.0.3 + 2.5.2 + 2.60.0 + 4.1.5 + 4.5.14 + 5.1.4 + 4.4.16 + 5.1.5 + 13.0.15.Final + 2.22 + 2.13.5 + 1.2.2 + 1.3.5 + 2.0.3 + 1.1.6 + 1.0.2 + 1.6.7 + 1.1.4 + 2.2.3 + 4.0.4 + 1.2.7 + 1.3.3 + 2.0.2 + 1.1.2 + 2.1.6 + 2.3.3 + 1.4.2 + 2.3.3 + 3.1.9 + 1.2.0 + 1.3.2 + 1.1.1 + 2.3.1 + 2.3.1 + 2.0.1 + 1.1.4 + 1.0 + 1.6.2 + 1.1 + 2.2 + 1.3 + 2.0.1.Final + 1.1 + 1.2.0 + 4.0.9.java8 + 3.4.3.Final + 2.0.6.1 + 3.8.0 + 2.35 + 9.0.52 + 2.2.0.v201112011158 + 1.1.14 + 9.4.51.v20230217 + 1.15 + 1.2.20 + 1.7.2 + 3.14.16 + 2.7.0 + 2.4.11 + 1.5.1 + 1.2 + 1.3.1 + 4.13.2 + 5.8.2 + 3.1.2 + 1.6.21 + 1.6.4 + 6.1.10.RELEASE + 4.9.1 + 2.17.2 + 1.2.12 + 1.18.26 + 3.0.10 + 3.0.0 + 3.3.0 + 3.2.0 + 3.10.1 + 3.3.0 + 2.8.2 + 3.0.0 + 2.22.2 + 3.2.0 + 2.5.2 + 3.2.2 + 3.2.2 + 3.4.1 + 3.2.0 + 3.3.0 + 3.2.1 + 2.22.2 + 3.3.2 + 1.9.11 + 4.5.1 + 4.6.1 + 10.2.3.jre8 + 8.0.33 + 1.9.22 + 4.4.11 + 4.1.92.Final + 4.9.3 + 21.5.0.0 + 1.2.4 + 42.3.8 + 0.15.0 + 2.3.2 + 5.0.0 + Borca-SR2 + 5.14.2 + 0.5.0 + 1.0.4 + 2020.0.32 + 4.5.1 + 1.1.3 + 1.3.8 + 1.2.1 + 2.2.21 + 1.5.3 + 4.1.4 + 3.61.0 + 4.9.3 + 4.0.1 + 1.7.36 + 1.30 + 8.11.2 + 2.4.12 + 4.3.8 + 2021.2.12 + 5.3.27 + 1.0.4 + 1.5.4 + 5.5.18 + 2.8.11 + 2.4.1 + 2.0.7.RELEASE + 1.3.4 + 5.7.8 + 2021.2.1 + 3.1.6 + 3.36.0.3 + 1.6.7 + 3.0.15.RELEASE + 2.0.1 + 3.0.4.RELEASE + 3.0.5.RELEASE + 3.0.0 + 9.0.75 + 6.0.8 + 2.2.24.Final + 2.10.0 + 0.50 + 1.6.3 + 1.0.2 + 2.9.1 + + + + + org.apache.activemq + activemq-amqp + ${activemq.version} + + + org.apache.activemq + activemq-blueprint + ${activemq.version} + + + org.apache.activemq + activemq-broker + ${activemq.version} + + + org.apache.activemq + activemq-camel + ${activemq.version} + + + org.apache.activemq + activemq-client + ${activemq.version} + + + org.apache.activemq + activemq-console + ${activemq.version} + + + commons-logging + commons-logging + + + + + org.apache.activemq + activemq-http + ${activemq.version} + + + org.apache.activemq + activemq-jaas + ${activemq.version} + + + org.apache.activemq + activemq-jdbc-store + ${activemq.version} + + + org.apache.activemq + activemq-jms-pool + ${activemq.version} + + + org.apache.activemq + activemq-kahadb-store + ${activemq.version} + + + org.apache.activemq + activemq-karaf + ${activemq.version} + + + org.apache.activemq + activemq-leveldb-store + ${activemq.version} + + + commons-logging + commons-logging + + + + + org.apache.activemq + activemq-log4j-appender + ${activemq.version} + + + org.apache.activemq + activemq-mqtt + ${activemq.version} + + + org.apache.activemq + activemq-openwire-generator + ${activemq.version} + + + org.apache.activemq + activemq-openwire-legacy + ${activemq.version} + + + org.apache.activemq + activemq-osgi + ${activemq.version} + + + org.apache.activemq + activemq-partition + ${activemq.version} + + + org.apache.activemq + activemq-pool + ${activemq.version} + + + org.apache.activemq + activemq-ra + ${activemq.version} + + + org.apache.activemq + activemq-run + ${activemq.version} + + + org.apache.activemq + activemq-runtime-config + ${activemq.version} + + + org.apache.activemq + activemq-shiro + ${activemq.version} + + + org.apache.activemq + activemq-spring + ${activemq.version} + + + commons-logging + commons-logging + + + + + org.apache.activemq + activemq-stomp + ${activemq.version} + + + org.apache.activemq + activemq-web + ${activemq.version} + + + antlr + antlr + ${antlr2.version} + + + com.google.appengine + appengine-api-1.0-sdk + ${appengine-sdk.version} + + + org.apache.activemq + artemis-amqp-protocol + ${artemis.version} + + + org.apache.activemq + artemis-commons + ${artemis.version} + + + commons-logging + commons-logging + + + + + org.apache.activemq + artemis-core-client + ${artemis.version} + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-jdbc-store + ${artemis.version} + + + org.apache.activemq + artemis-jms-client + ${artemis.version} + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-jms-server + ${artemis.version} + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-journal + ${artemis.version} + + + org.apache.activemq + artemis-quorum-api + ${artemis.version} + + + org.apache.activemq + artemis-selector + ${artemis.version} + + + org.apache.activemq + artemis-server + ${artemis.version} + + + commons-logging + commons-logging + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-service-extensions + ${artemis.version} + + + org.aspectj + aspectjrt + ${aspectj.version} + + + org.aspectj + aspectjtools + ${aspectj.version} + + + org.aspectj + aspectjweaver + ${aspectj.version} + + + org.assertj + assertj-core + ${assertj.version} + + + com.atomikos + transactions-jdbc + ${atomikos.version} + + + com.atomikos + transactions-jms + ${atomikos.version} + + + com.atomikos + transactions-jta + ${atomikos.version} + + + org.awaitility + awaitility + ${awaitility.version} + + + org.awaitility + awaitility-groovy + ${awaitility.version} + + + org.awaitility + awaitility-kotlin + ${awaitility.version} + + + org.awaitility + awaitility-scala + ${awaitility.version} + + + net.bytebuddy + byte-buddy + ${byte-buddy.version} + + + net.bytebuddy + byte-buddy-agent + ${byte-buddy.version} + + + org.cache2k + cache2k-api + ${cache2k.version} + + + org.cache2k + cache2k-config + ${cache2k.version} + + + org.cache2k + cache2k-core + ${cache2k.version} + + + org.cache2k + cache2k-jcache + ${cache2k.version} + + + org.cache2k + cache2k-micrometer + ${cache2k.version} + + + org.cache2k + cache2k-spring + ${cache2k.version} + + + com.github.ben-manes.caffeine + caffeine + ${caffeine.version} + + + com.github.ben-manes.caffeine + guava + ${caffeine.version} + + + com.github.ben-manes.caffeine + jcache + ${caffeine.version} + + + com.github.ben-manes.caffeine + simulator + ${caffeine.version} + + + com.datastax.oss + java-driver-core + ${cassandra-driver.version} + + + org.slf4j + jcl-over-slf4j + + + + + com.fasterxml + classmate + ${classmate.version} + + + commons-codec + commons-codec + ${commons-codec.version} + + + org.apache.commons + commons-dbcp2 + ${commons-dbcp2.version} + + + commons-logging + commons-logging + + + + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + + + commons-pool + commons-pool + ${commons-pool.version} + + + org.apache.commons + commons-pool2 + ${commons-pool2.version} + + + com.couchbase.client + java-client + ${couchbase-client.version} + + + com.ibm.db2 + jcc + ${db2-jdbc.version} + + + io.spring.gradle + dependency-management-plugin + ${dependency-management-plugin.version} + + + org.apache.derby + derby + ${derby.version} + + + org.apache.derby + derbyclient + ${derby.version} + + + org.apache.derby + derbynet + ${derby.version} + + + org.apache.derby + derbyoptionaltools + ${derby.version} + + + org.apache.derby + derbytools + ${derby.version} + + + net.sf.ehcache + ehcache + ${ehcache.version} + + + org.ehcache + ehcache + ${ehcache3.version} + + + org.ehcache + ehcache-clustered + ${ehcache3.version} + + + org.ehcache + ehcache-transactions + ${ehcache3.version} + + + org.elasticsearch + elasticsearch + ${elasticsearch.version} + + + org.elasticsearch.client + transport + ${elasticsearch.version} + + + org.elasticsearch.client + elasticsearch-rest-client + ${elasticsearch.version} + + + commons-logging + commons-logging + + + + + org.elasticsearch.client + elasticsearch-rest-client-sniffer + ${elasticsearch.version} + + + commons-logging + commons-logging + + + + + org.elasticsearch.client + elasticsearch-rest-high-level-client + ${elasticsearch.version} + + + org.elasticsearch.distribution.integ-test-zip + elasticsearch + ${elasticsearch.version} + zip + + + org.elasticsearch.plugin + transport-netty4-client + ${elasticsearch.version} + + + de.flapdoodle.embed + de.flapdoodle.embed.mongo + ${embedded-mongo.version} + + + org.flywaydb + flyway-core + ${flyway.version} + + + org.flywaydb + flyway-firebird + ${flyway.version} + + + org.flywaydb + flyway-mysql + ${flyway.version} + + + org.flywaydb + flyway-sqlserver + ${flyway.version} + + + org.freemarker + freemarker + ${freemarker.version} + + + org.glassfish + jakarta.el + ${glassfish-el.version} + + + org.glassfish.jaxb + codemodel + ${glassfish-jaxb.version} + + + org.glassfish.jaxb + codemodel-annotation-compiler + ${glassfish-jaxb.version} + + + org.glassfish.jaxb + jaxb-jxc + ${glassfish-jaxb.version} + + + org.glassfish.jaxb + jaxb-runtime + ${glassfish-jaxb.version} + + + org.glassfish.jaxb + jaxb-xjc + ${glassfish-jaxb.version} + + + org.glassfish.jaxb + txw2 + ${glassfish-jaxb.version} + + + org.glassfish.jaxb + txwc2 + ${glassfish-jaxb.version} + + + org.glassfish.jaxb + xsom + ${glassfish-jaxb.version} + + + org.glassfish.web + jakarta.servlet.jsp.jstl + ${glassfish-jstl.version} + + + com.graphql-java + graphql-java + ${graphql-java.version} + + + com.google.code.gson + gson + ${gson.version} + + + com.h2database + h2 + ${h2.version} + + + org.hamcrest + hamcrest + ${hamcrest.version} + + + org.hamcrest + hamcrest-core + ${hamcrest.version} + + + org.hamcrest + hamcrest-library + ${hamcrest.version} + + + com.hazelcast + hazelcast + ${hazelcast.version} + + + com.hazelcast + hazelcast-spring + ${hazelcast.version} + + + com.hazelcast + hazelcast-hibernate52 + ${hazelcast-hibernate5.version} + + + com.hazelcast + hazelcast-hibernate53 + ${hazelcast-hibernate5.version} + + + org.hibernate + hibernate-c3p0 + ${hibernate.version} + + + org.hibernate + hibernate-core + ${hibernate.version} + + + org.hibernate + hibernate-ehcache + ${hibernate.version} + + + org.hibernate + hibernate-entitymanager + ${hibernate.version} + + + org.hibernate + hibernate-envers + ${hibernate.version} + + + org.hibernate + hibernate-hikaricp + ${hibernate.version} + + + org.hibernate + hibernate-java8 + ${hibernate.version} + + + org.hibernate + hibernate-jcache + ${hibernate.version} + + + org.hibernate + hibernate-jpamodelgen + ${hibernate.version} + + + org.hibernate + hibernate-micrometer + ${hibernate.version} + + + org.hibernate + hibernate-proxool + ${hibernate.version} + + + org.hibernate + hibernate-spatial + ${hibernate.version} + + + org.hibernate + hibernate-testing + ${hibernate.version} + + + org.hibernate + hibernate-vibur + ${hibernate.version} + + + org.hibernate.validator + hibernate-validator + ${hibernate-validator.version} + + + org.hibernate.validator + hibernate-validator-annotation-processor + ${hibernate-validator.version} + + + com.zaxxer + HikariCP + ${hikaricp.version} + + + org.hsqldb + hsqldb + ${hsqldb.version} + + + net.sourceforge.htmlunit + htmlunit + ${htmlunit.version} + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpasyncclient + ${httpasyncclient.version} + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + fluent-hc + ${httpclient.version} + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpclient-cache + ${httpclient.version} + + + org.apache.httpcomponents + httpclient-osgi + ${httpclient.version} + + + org.apache.httpcomponents + httpclient-win + ${httpclient.version} + + + org.apache.httpcomponents + httpmime + ${httpclient.version} + + + org.apache.httpcomponents.client5 + httpclient5 + ${httpclient5.version} + + + org.apache.httpcomponents.client5 + httpclient5-cache + ${httpclient5.version} + + + org.apache.httpcomponents.client5 + httpclient5-fluent + ${httpclient5.version} + + + org.apache.httpcomponents.client5 + httpclient5-win + ${httpclient5.version} + + + org.apache.httpcomponents + httpcore + ${httpcore.version} + + + org.apache.httpcomponents + httpcore-nio + ${httpcore.version} + + + org.apache.httpcomponents.core5 + httpcore5 + ${httpcore5.version} + + + org.apache.httpcomponents.core5 + httpcore5-h2 + ${httpcore5.version} + + + org.apache.httpcomponents.core5 + httpcore5-reactive + ${httpcore5.version} + + + org.influxdb + influxdb-java + ${influxdb-java.version} + + + com.sun.activation + jakarta.activation + ${jakarta-activation.version} + + + jakarta.activation + jakarta.activation-api + ${jakarta-activation.version} + + + jakarta.annotation + jakarta.annotation-api + ${jakarta-annotation.version} + + + jakarta.jms + jakarta.jms-api + ${jakarta-jms.version} + + + jakarta.json + jakarta.json-api + ${jakarta-json.version} + + + jakarta.json.bind + jakarta.json.bind-api + ${jakarta-json-bind.version} + + + jakarta.mail + jakarta.mail-api + ${jakarta-mail.version} + + + jakarta.management.j2ee + jakarta.management.j2ee-api + ${jakarta-management.version} + + + jakarta.persistence + jakarta.persistence-api + ${jakarta-persistence.version} + + + jakarta.servlet + jakarta.servlet-api + ${jakarta-servlet.version} + + + jakarta.servlet.jsp.jstl + jakarta.servlet.jsp.jstl-api + ${jakarta-servlet-jsp-jstl.version} + + + jakarta.transaction + jakarta.transaction-api + ${jakarta-transaction.version} + + + jakarta.validation + jakarta.validation-api + ${jakarta-validation.version} + + + jakarta.websocket + jakarta.websocket-api + ${jakarta-websocket.version} + + + jakarta.ws.rs + jakarta.ws.rs-api + ${jakarta-ws-rs.version} + + + jakarta.xml.bind + jakarta.xml.bind-api + ${jakarta-xml-bind.version} + + + jakarta.xml.soap + jakarta.xml.soap-api + ${jakarta-xml-soap.version} + + + jakarta.xml.ws + jakarta.xml.ws-api + ${jakarta-xml-ws.version} + + + org.codehaus.janino + commons-compiler + ${janino.version} + + + org.codehaus.janino + commons-compiler-jdk + ${janino.version} + + + org.codehaus.janino + janino + ${janino.version} + + + javax.activation + javax.activation-api + ${javax-activation.version} + + + javax.annotation + javax.annotation-api + ${javax-annotation.version} + + + javax.cache + cache-api + ${javax-cache.version} + + + javax.xml.bind + jaxb-api + ${javax-jaxb.version} + + + javax.xml.ws + jaxws-api + ${javax-jaxws.version} + + + javax.jms + javax.jms-api + ${javax-jms.version} + + + javax.json + javax.json-api + ${javax-json.version} + + + javax.json.bind + javax.json.bind-api + ${javax-jsonb.version} + + + javax.mail + javax.mail-api + ${javax-mail.version} + + + javax.money + money-api + ${javax-money.version} + + + javax.persistence + javax.persistence-api + ${javax-persistence.version} + + + javax.transaction + javax.transaction-api + ${javax-transaction.version} + + + javax.validation + validation-api + ${javax-validation.version} + + + javax.websocket + javax.websocket-api + ${javax-websocket.version} + + + jaxen + jaxen + ${jaxen.version} + + + org.firebirdsql.jdbc + jaybird + ${jaybird.version} + + + org.firebirdsql.jdbc + jaybird-jdk18 + ${jaybird.version} + + + org.jboss.logging + jboss-logging + ${jboss-logging.version} + + + org.jdom + jdom2 + ${jdom2.version} + + + redis.clients + jedis + ${jedis.version} + + + org.mortbay.jasper + apache-el + ${jetty-el.version} + + + org.eclipse.jetty.orbit + javax.servlet.jsp + ${jetty-jsp.version} + + + org.eclipse.jetty + jetty-reactive-httpclient + ${jetty-reactive-httpclient.version} + + + com.samskivert + jmustache + ${jmustache.version} + + + org.apache.johnzon + johnzon-core + ${johnzon.version} + + + org.apache.johnzon + johnzon-jaxrs + ${johnzon.version} + + + org.apache.johnzon + johnzon-jsonb + ${johnzon.version} + + + org.apache.johnzon + johnzon-jsonb-extras + ${johnzon.version} + + + org.apache.johnzon + johnzon-jsonschema + ${johnzon.version} + + + org.apache.johnzon + johnzon-mapper + ${johnzon.version} + + + org.apache.johnzon + johnzon-websocket + ${johnzon.version} + + + org.jolokia + jolokia-core + ${jolokia.version} + + + org.jooq + jooq + ${jooq.version} + + + org.jooq + jooq-codegen + ${jooq.version} + + + org.jooq + jooq-kotlin + ${jooq.version} + + + org.jooq + jooq-meta + ${jooq.version} + + + com.jayway.jsonpath + json-path + ${json-path.version} + + + com.jayway.jsonpath + json-path-assert + ${json-path.version} + + + net.minidev + json-smart + ${json-smart.version} + + + org.skyscreamer + jsonassert + ${jsonassert.version} + + + javax.servlet + jstl + ${jstl.version} + + + net.sourceforge.jtds + jtds + ${jtds.version} + + + junit + junit + ${junit.version} + + + org.apache.kafka + connect + ${kafka.version} + + + org.apache.kafka + connect-api + ${kafka.version} + + + org.apache.kafka + connect-basic-auth-extension + ${kafka.version} + + + org.apache.kafka + connect-file + ${kafka.version} + + + org.apache.kafka + connect-json + ${kafka.version} + + + org.apache.kafka + connect-mirror + ${kafka.version} + + + org.apache.kafka + connect-mirror-client + ${kafka.version} + + + org.apache.kafka + connect-runtime + ${kafka.version} + + + org.apache.kafka + connect-transforms + ${kafka.version} + + + org.apache.kafka + generator + ${kafka.version} + + + org.apache.kafka + kafka-clients + ${kafka.version} + + + org.apache.kafka + kafka-clients + ${kafka.version} + test + + + org.apache.kafka + kafka-log4j-appender + ${kafka.version} + + + org.apache.kafka + kafka-metadata + ${kafka.version} + + + org.apache.kafka + kafka-raft + ${kafka.version} + + + org.apache.kafka + kafka-server-common + ${kafka.version} + + + org.apache.kafka + kafka-shell + ${kafka.version} + + + org.apache.kafka + kafka-storage + ${kafka.version} + + + org.apache.kafka + kafka-storage-api + ${kafka.version} + + + org.apache.kafka + kafka-streams + ${kafka.version} + + + org.apache.kafka + kafka-streams-scala_2.12 + ${kafka.version} + + + org.apache.kafka + kafka-streams-scala_2.13 + ${kafka.version} + + + org.apache.kafka + kafka-streams-test-utils + ${kafka.version} + + + org.apache.kafka + kafka-tools + ${kafka.version} + + + org.apache.kafka + kafka_2.12 + ${kafka.version} + + + org.apache.kafka + kafka_2.12 + ${kafka.version} + test + + + org.apache.kafka + kafka_2.13 + ${kafka.version} + + + org.apache.kafka + kafka_2.13 + ${kafka.version} + test + + + org.apache.kafka + trogdor + ${kafka.version} + + + io.lettuce + lettuce-core + ${lettuce.version} + + + org.liquibase + liquibase-cdi + ${liquibase.version} + + + org.liquibase + liquibase-core + ${liquibase.version} + + + ch.qos.logback + logback-access + ${logback.version} + + + ch.qos.logback + logback-classic + ${logback.version} + + + ch.qos.logback + logback-core + ${logback.version} + + + org.projectlombok + lombok + ${lombok.version} + + + org.mariadb.jdbc + mariadb-java-client + ${mariadb.version} + + + io.micrometer + micrometer-registry-stackdriver + ${micrometer.version} + + + javax.annotation + javax.annotation-api + + + + + org.mongodb + bson + ${mongodb.version} + + + org.mongodb + bson-record-codec + ${mongodb.version} + + + org.mongodb + mongodb-driver-core + ${mongodb.version} + + + org.mongodb + mongodb-driver-legacy + ${mongodb.version} + + + org.mongodb + mongodb-driver-reactivestreams + ${mongodb.version} + + + org.mongodb + mongodb-driver-sync + ${mongodb.version} + + + com.microsoft.sqlserver + mssql-jdbc + ${mssql-jdbc.version} + + + com.mysql + mysql-connector-j + ${mysql.version} + + + com.google.protobuf + protobuf-java + + + + + net.sourceforge.nekohtml + nekohtml + ${nekohtml.version} + + + org.neo4j.driver + neo4j-java-driver + ${neo4j-java-driver.version} + + + org.messaginghub + pooled-jms + ${pooled-jms.version} + + + org.postgresql + postgresql + ${postgresql.version} + + + org.quartz-scheduler + quartz + ${quartz.version} + + + com.mchange + c3p0 + + + com.zaxxer + * + + + + + org.quartz-scheduler + quartz-jobs + ${quartz.version} + + + com.rabbitmq + amqp-client + ${rabbit-amqp-client.version} + + + com.rabbitmq + stream-client + ${rabbit-stream-client.version} + + + org.reactivestreams + reactive-streams + ${reactive-streams.version} + + + io.reactivex + rxjava + ${rxjava.version} + + + io.reactivex + rxjava-reactive-streams + ${rxjava-adapter.version} + + + io.reactivex.rxjava2 + rxjava + ${rxjava2.version} + + + org.springframework.boot + spring-boot + 2.7.12 + + + org.springframework.boot + spring-boot-test + 2.7.12 + + + org.springframework.boot + spring-boot-test-autoconfigure + 2.7.12 + + + org.springframework.boot + spring-boot-actuator + 2.7.12 + + + org.springframework.boot + spring-boot-actuator-autoconfigure + 2.7.12 + + + org.springframework.boot + spring-boot-autoconfigure + 2.7.12 + + + org.springframework.boot + spring-boot-autoconfigure-processor + 2.7.12 + + + org.springframework.boot + spring-boot-buildpack-platform + 2.7.12 + + + org.springframework.boot + spring-boot-configuration-metadata + 2.7.12 + + + org.springframework.boot + spring-boot-configuration-processor + 2.7.12 + + + org.springframework.boot + spring-boot-devtools + 2.7.12 + + + org.springframework.boot + spring-boot-jarmode-layertools + 2.7.12 + + + org.springframework.boot + spring-boot-loader + 2.7.12 + + + org.springframework.boot + spring-boot-loader-tools + 2.7.12 + + + org.springframework.boot + spring-boot-properties-migrator + 2.7.12 + + + org.springframework.boot + spring-boot-starter + 2.7.12 + + + org.springframework.boot + spring-boot-starter-activemq + 2.7.12 + + + org.springframework.boot + spring-boot-starter-actuator + 2.7.12 + + + org.springframework.boot + spring-boot-starter-amqp + 2.7.12 + + + org.springframework.boot + spring-boot-starter-aop + 2.7.12 + + + org.springframework.boot + spring-boot-starter-artemis + 2.7.12 + + + org.springframework.boot + spring-boot-starter-batch + 2.7.12 + + + org.springframework.boot + spring-boot-starter-cache + 2.7.12 + + + org.springframework.boot + spring-boot-starter-data-cassandra + 2.7.12 + + + org.springframework.boot + spring-boot-starter-data-cassandra-reactive + 2.7.12 + + + org.springframework.boot + spring-boot-starter-data-couchbase + 2.7.12 + + + org.springframework.boot + spring-boot-starter-data-couchbase-reactive + 2.7.12 + + + org.springframework.boot + spring-boot-starter-data-elasticsearch + 2.7.12 + + + org.springframework.boot + spring-boot-starter-data-jdbc + 2.7.12 + + + org.springframework.boot + spring-boot-starter-data-jpa + 2.7.12 + + + org.springframework.boot + spring-boot-starter-data-ldap + 2.7.12 + + + org.springframework.boot + spring-boot-starter-data-mongodb + 2.7.12 + + + org.springframework.boot + spring-boot-starter-data-mongodb-reactive + 2.7.12 + + + org.springframework.boot + spring-boot-starter-data-r2dbc + 2.7.12 + + + org.springframework.boot + spring-boot-starter-data-redis + 2.7.12 + + + org.springframework.boot + spring-boot-starter-data-redis-reactive + 2.7.12 + + + org.springframework.boot + spring-boot-starter-data-neo4j + 2.7.12 + + + org.springframework.boot + spring-boot-starter-data-rest + 2.7.12 + + + org.springframework.boot + spring-boot-starter-freemarker + 2.7.12 + + + org.springframework.boot + spring-boot-starter-graphql + 2.7.12 + + + org.springframework.boot + spring-boot-starter-groovy-templates + 2.7.12 + + + org.springframework.boot + spring-boot-starter-hateoas + 2.7.12 + + + org.springframework.boot + spring-boot-starter-integration + 2.7.12 + + + org.springframework.boot + spring-boot-starter-jdbc + 2.7.12 + + + org.springframework.boot + spring-boot-starter-jersey + 2.7.12 + + + org.springframework.boot + spring-boot-starter-jetty + 2.7.12 + + + org.springframework.boot + spring-boot-starter-jooq + 2.7.12 + + + org.springframework.boot + spring-boot-starter-json + 2.7.12 + + + org.springframework.boot + spring-boot-starter-jta-atomikos + 2.7.12 + + + org.springframework.boot + spring-boot-starter-log4j2 + 2.7.12 + + + org.springframework.boot + spring-boot-starter-logging + 2.7.12 + + + org.springframework.boot + spring-boot-starter-mail + 2.7.12 + + + org.springframework.boot + spring-boot-starter-mustache + 2.7.12 + + + org.springframework.boot + spring-boot-starter-oauth2-client + 2.7.12 + + + org.springframework.boot + spring-boot-starter-oauth2-resource-server + 2.7.12 + + + org.springframework.boot + spring-boot-starter-quartz + 2.7.12 + + + org.springframework.boot + spring-boot-starter-reactor-netty + 2.7.12 + + + org.springframework.boot + spring-boot-starter-rsocket + 2.7.12 + + + org.springframework.boot + spring-boot-starter-security + 2.7.12 + + + org.springframework.boot + spring-boot-starter-test + 2.7.12 + + + org.springframework.boot + spring-boot-starter-thymeleaf + 2.7.12 + + + org.springframework.boot + spring-boot-starter-tomcat + 2.7.12 + + + org.springframework.boot + spring-boot-starter-undertow + 2.7.12 + + + org.springframework.boot + spring-boot-starter-validation + 2.7.12 + + + org.springframework.boot + spring-boot-starter-web + 2.7.12 + + + org.springframework.boot + spring-boot-starter-webflux + 2.7.12 + + + org.springframework.boot + spring-boot-starter-websocket + 2.7.12 + + + org.springframework.boot + spring-boot-starter-web-services + 2.7.12 + + + com.sun.xml.messaging.saaj + saaj-impl + ${saaj-impl.version} + + + org.seleniumhq.selenium + lift + ${selenium.version} + + + org.seleniumhq.selenium + selenium-api + ${selenium.version} + + + org.seleniumhq.selenium + selenium-chrome-driver + ${selenium.version} + + + org.seleniumhq.selenium + selenium-chromium-driver + ${selenium.version} + + + org.seleniumhq.selenium + selenium-devtools-v100 + ${selenium.version} + + + org.seleniumhq.selenium + selenium-devtools-v101 + ${selenium.version} + + + org.seleniumhq.selenium + selenium-devtools-v85 + ${selenium.version} + + + org.seleniumhq.selenium + selenium-devtools-v99 + ${selenium.version} + + + org.seleniumhq.selenium + selenium-edge-driver + ${selenium.version} + + + org.seleniumhq.selenium + selenium-firefox-driver + ${selenium.version} + + + org.seleniumhq.selenium + selenium-grid + ${selenium.version} + + + org.seleniumhq.selenium + selenium-http + ${selenium.version} + + + org.seleniumhq.selenium + selenium-ie-driver + ${selenium.version} + + + org.seleniumhq.selenium + selenium-java + ${selenium.version} + + + org.seleniumhq.selenium + selenium-json + ${selenium.version} + + + org.seleniumhq.selenium + selenium-opera-driver + ${selenium.version} + + + org.seleniumhq.selenium + selenium-remote-driver + ${selenium.version} + + + org.seleniumhq.selenium + selenium-safari-driver + ${selenium.version} + + + org.seleniumhq.selenium + selenium-session-map-jdbc + ${selenium.version} + + + org.seleniumhq.selenium + selenium-session-map-redis + ${selenium.version} + + + org.seleniumhq.selenium + selenium-support + ${selenium.version} + + + org.seleniumhq.selenium + htmlunit-driver + ${selenium-htmlunit.version} + + + com.sendgrid + sendgrid-java + ${sendgrid.version} + + + javax.servlet + javax.servlet-api + ${servlet-api.version} + + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + + + org.slf4j + jul-to-slf4j + ${slf4j.version} + + + org.slf4j + log4j-over-slf4j + ${slf4j.version} + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + slf4j-ext + ${slf4j.version} + + + org.slf4j + slf4j-jcl + ${slf4j.version} + + + org.slf4j + slf4j-jdk14 + ${slf4j.version} + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + + + org.slf4j + slf4j-nop + ${slf4j.version} + + + org.slf4j + slf4j-simple + ${slf4j.version} + + + org.yaml + snakeyaml + ${snakeyaml.version} + + + org.apache.solr + solr-analysis-extras + ${solr.version} + + + org.apache.solr + solr-analytics + ${solr.version} + + + org.apache.solr + solr-cell + ${solr.version} + + + org.apache.solr + solr-core + ${solr.version} + + + org.apache.solr + solr-dataimporthandler + ${solr.version} + + + org.apache.solr + solr-dataimporthandler-extras + ${solr.version} + + + org.apache.solr + solr-gcs-repository + ${solr.version} + + + org.apache.solr + solr-jaegertracer-configurator + ${solr.version} + + + org.apache.solr + solr-langid + ${solr.version} + + + org.apache.solr + solr-ltr + ${solr.version} + + + org.apache.solr + solr-prometheus-exporter + ${solr.version} + + + org.apache.solr + solr-s3-repository + ${solr.version} + + + org.apache.solr + solr-solrj + ${solr.version} + + + org.slf4j + jcl-over-slf4j + + + + + org.apache.solr + solr-test-framework + ${solr.version} + + + org.apache.solr + solr-velocity + ${solr.version} + + + org.springframework.amqp + spring-amqp + ${spring-amqp.version} + + + org.springframework.amqp + spring-rabbit + ${spring-amqp.version} + + + org.springframework.amqp + spring-rabbit-stream + ${spring-amqp.version} + + + org.springframework.amqp + spring-rabbit-junit + ${spring-amqp.version} + + + org.springframework.amqp + spring-rabbit-test + ${spring-amqp.version} + + + org.springframework.batch + spring-batch-core + ${spring-batch.version} + + + org.springframework.batch + spring-batch-infrastructure + ${spring-batch.version} + + + org.springframework.batch + spring-batch-integration + ${spring-batch.version} + + + org.springframework.batch + spring-batch-test + ${spring-batch.version} + + + org.springframework.graphql + spring-graphql + ${spring-graphql.version} + + + org.springframework.graphql + spring-graphql-test + ${spring-graphql.version} + + + org.springframework.hateoas + spring-hateoas + ${spring-hateoas.version} + + + org.springframework.kafka + spring-kafka + ${spring-kafka.version} + + + org.springframework.kafka + spring-kafka-test + ${spring-kafka.version} + + + org.springframework.ldap + spring-ldap-core + ${spring-ldap.version} + + + org.springframework.ldap + spring-ldap-core-tiger + ${spring-ldap.version} + + + org.springframework.ldap + spring-ldap-ldif-core + ${spring-ldap.version} + + + org.springframework.ldap + spring-ldap-odm + ${spring-ldap.version} + + + org.springframework.ldap + spring-ldap-test + ${spring-ldap.version} + + + org.springframework.restdocs + spring-restdocs-asciidoctor + ${spring-restdocs.version} + + + org.springframework.restdocs + spring-restdocs-core + ${spring-restdocs.version} + + + org.springframework.restdocs + spring-restdocs-mockmvc + ${spring-restdocs.version} + + + org.springframework.restdocs + spring-restdocs-restassured + ${spring-restdocs.version} + + + org.springframework.restdocs + spring-restdocs-webtestclient + ${spring-restdocs.version} + + + org.springframework.retry + spring-retry + ${spring-retry.version} + + + org.springframework.ws + spring-ws-core + ${spring-ws.version} + + + org.springframework.ws + spring-ws-security + ${spring-ws.version} + + + org.springframework.ws + spring-ws-support + ${spring-ws.version} + + + org.springframework.ws + spring-ws-test + ${spring-ws.version} + + + org.springframework.ws + spring-xml + ${spring-ws.version} + + + org.xerial + sqlite-jdbc + ${sqlite-jdbc.version} + + + com.sun.mail + jakarta.mail + ${sun-mail.version} + + + org.thymeleaf + thymeleaf + ${thymeleaf.version} + + + org.thymeleaf + thymeleaf-spring5 + ${thymeleaf.version} + + + com.github.mxab.thymeleaf.extras + thymeleaf-extras-data-attribute + ${thymeleaf-extras-data-attribute.version} + + + org.thymeleaf.extras + thymeleaf-extras-java8time + ${thymeleaf-extras-java8time.version} + + + org.thymeleaf.extras + thymeleaf-extras-springsecurity5 + ${thymeleaf-extras-springsecurity.version} + + + nz.net.ultraq.thymeleaf + thymeleaf-layout-dialect + ${thymeleaf-layout-dialect.version} + + + org.apache.tomcat + tomcat-annotations-api + ${tomcat.version} + + + org.apache.tomcat + tomcat-jdbc + ${tomcat.version} + + + org.apache.tomcat + tomcat-jsp-api + ${tomcat.version} + + + org.apache.tomcat.embed + tomcat-embed-core + ${tomcat.version} + + + org.apache.tomcat.embed + tomcat-embed-el + ${tomcat.version} + + + org.apache.tomcat.embed + tomcat-embed-jasper + ${tomcat.version} + + + org.apache.tomcat.embed + tomcat-embed-websocket + ${tomcat.version} + + + com.unboundid + unboundid-ldapsdk + ${unboundid-ldapsdk.version} + + + io.undertow + undertow-core + ${undertow.version} + + + io.undertow + undertow-servlet + ${undertow.version} + + + io.undertow + undertow-websockets-jsr + ${undertow.version} + + + org.webjars + webjars-locator-core + ${webjars-locator-core.version} + + + wsdl4j + wsdl4j + ${wsdl4j.version} + + + org.xmlunit + xmlunit-assertj + ${xmlunit2.version} + + + org.xmlunit + xmlunit-assertj3 + ${xmlunit2.version} + + + org.xmlunit + xmlunit-core + ${xmlunit2.version} + + + org.xmlunit + xmlunit-legacy + ${xmlunit2.version} + + + org.xmlunit + xmlunit-matchers + ${xmlunit2.version} + + + org.xmlunit + xmlunit-placeholders + ${xmlunit2.version} + + + com.datastax.oss + java-driver-bom + ${cassandra-driver.version} + pom + import + + + io.dropwizard.metrics + metrics-bom + ${dropwizard-metrics.version} + pom + import + + + org.codehaus.groovy + groovy-bom + ${groovy.version} + pom + import + + + org.infinispan + infinispan-bom + ${infinispan.version} + pom + import + + + com.fasterxml.jackson + jackson-bom + ${jackson-bom.version} + pom + import + + + org.glassfish.jersey + jersey-bom + ${jersey.version} + pom + import + + + org.eclipse.jetty + jetty-bom + ${jetty.version} + pom + import + + + org.junit + junit-bom + ${junit-jupiter.version} + pom + import + + + org.jetbrains.kotlin + kotlin-bom + ${kotlin.version} + pom + import + + + org.jetbrains.kotlinx + kotlinx-coroutines-bom + ${kotlin-coroutines.version} + pom + import + + + org.apache.logging.log4j + log4j-bom + ${log4j2.version} + pom + import + + + io.micrometer + micrometer-bom + ${micrometer.version} + pom + import + + + org.mockito + mockito-bom + ${mockito.version} + pom + import + + + io.netty + netty-bom + ${netty.version} + pom + import + + + com.squareup.okhttp3 + okhttp-bom + ${okhttp.version} + pom + import + + + com.oracle.database.jdbc + ojdbc-bom + ${oracle-database.version} + pom + import + + + io.prometheus + simpleclient_bom + ${prometheus-client.version} + pom + import + + + com.querydsl + querydsl-bom + ${querydsl.version} + pom + import + + + io.r2dbc + r2dbc-bom + ${r2dbc-bom.version} + pom + import + + + io.projectreactor + reactor-bom + ${reactor-bom.version} + pom + import + + + io.rest-assured + rest-assured-bom + ${rest-assured.version} + pom + import + + + io.rsocket + rsocket-bom + ${rsocket.version} + pom + import + + + org.springframework.data + spring-data-bom + ${spring-data-bom.version} + pom + import + + + org.springframework + spring-framework-bom + ${spring-framework.version} + pom + import + + + org.springframework.integration + spring-integration-bom + ${spring-integration.version} + pom + import + + + org.springframework.security + spring-security-bom + ${spring-security.version} + pom + import + + + org.springframework.session + spring-session-bom + ${spring-session-bom.version} + pom + import + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + ${build-helper-maven-plugin.version} + + + org.flywaydb + flyway-maven-plugin + ${flyway.version} + + + pl.project13.maven + git-commit-id-plugin + ${git-commit-id-plugin.version} + + + org.apache.johnzon + johnzon-maven-plugin + ${johnzon.version} + + + org.jooq + jooq-codegen-maven + ${jooq.version} + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + org.liquibase + liquibase-maven-plugin + ${liquibase.version} + + + org.apache.maven.plugins + maven-antrun-plugin + ${maven-antrun-plugin.version} + + + org.apache.maven.plugins + maven-assembly-plugin + ${maven-assembly-plugin.version} + + + org.apache.maven.plugins + maven-clean-plugin + ${maven-clean-plugin.version} + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + + org.apache.maven.plugins + maven-dependency-plugin + ${maven-dependency-plugin.version} + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + + org.apache.maven.plugins + maven-enforcer-plugin + ${maven-enforcer-plugin.version} + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + + org.apache.maven.plugins + maven-help-plugin + ${maven-help-plugin.version} + + + org.apache.maven.plugins + maven-install-plugin + ${maven-install-plugin.version} + + + org.apache.maven.plugins + maven-invoker-plugin + ${maven-invoker-plugin.version} + + + org.apache.maven.plugins + maven-jar-plugin + ${maven-jar-plugin.version} + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + org.apache.maven.plugins + maven-resources-plugin + ${maven-resources-plugin.version} + + + org.apache.maven.plugins + maven-shade-plugin + ${maven-shade-plugin.version} + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + org.apache.maven.plugins + maven-war-plugin + ${maven-war-plugin.version} + + + org.springframework.boot + spring-boot-maven-plugin + 2.7.12 + + + org.codehaus.mojo + versions-maven-plugin + ${versions-maven-plugin.version} + + + org.codehaus.mojo + xml-maven-plugin + ${xml-maven-plugin.version} + + + + + diff --git a/org/springframework/boot/spring-boot-dependencies/2.7.12/spring-boot-dependencies-2.7.12.pom.sha1 b/org/springframework/boot/spring-boot-dependencies/2.7.12/spring-boot-dependencies-2.7.12.pom.sha1 new file mode 100644 index 0000000..3d278d6 --- /dev/null +++ b/org/springframework/boot/spring-boot-dependencies/2.7.12/spring-boot-dependencies-2.7.12.pom.sha1 @@ -0,0 +1 @@ +64c46214e30c6d60c1734a95c125028ed6c75d44 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-devtools/2.5.15/_remote.repositories b/org/springframework/boot/spring-boot-devtools/2.5.15/_remote.repositories new file mode 100644 index 0000000..74b22d6 --- /dev/null +++ b/org/springframework/boot/spring-boot-devtools/2.5.15/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:22 CST 2025 +spring-boot-devtools-2.5.15.pom>public= +spring-boot-devtools-2.5.15.jar>public= diff --git a/org/springframework/boot/spring-boot-devtools/2.5.15/spring-boot-devtools-2.5.15.jar b/org/springframework/boot/spring-boot-devtools/2.5.15/spring-boot-devtools-2.5.15.jar new file mode 100644 index 0000000..abec895 Binary files /dev/null and b/org/springframework/boot/spring-boot-devtools/2.5.15/spring-boot-devtools-2.5.15.jar differ diff --git a/org/springframework/boot/spring-boot-devtools/2.5.15/spring-boot-devtools-2.5.15.jar.sha1 b/org/springframework/boot/spring-boot-devtools/2.5.15/spring-boot-devtools-2.5.15.jar.sha1 new file mode 100644 index 0000000..6b07b4b --- /dev/null +++ b/org/springframework/boot/spring-boot-devtools/2.5.15/spring-boot-devtools-2.5.15.jar.sha1 @@ -0,0 +1 @@ +048697c82a37ab9120b78255745d560e2c033306 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-devtools/2.5.15/spring-boot-devtools-2.5.15.pom b/org/springframework/boot/spring-boot-devtools/2.5.15/spring-boot-devtools-2.5.15.pom new file mode 100644 index 0000000..489148d --- /dev/null +++ b/org/springframework/boot/spring-boot-devtools/2.5.15/spring-boot-devtools-2.5.15.pom @@ -0,0 +1,57 @@ + + + + + + + + 4.0.0 + org.springframework.boot + spring-boot-devtools + 2.5.15 + spring-boot-devtools + Spring Boot Developer Tools + https://spring.io/projects/spring-boot + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-boot.git + scm:git:ssh://git@github.com/spring-projects/spring-boot.git + https://github.com/spring-projects/spring-boot + + + GitHub + https://github.com/spring-projects/spring-boot/issues + + + + org.springframework.boot + spring-boot + 2.5.15 + compile + + + org.springframework.boot + spring-boot-autoconfigure + 2.5.15 + compile + + + diff --git a/org/springframework/boot/spring-boot-devtools/2.5.15/spring-boot-devtools-2.5.15.pom.sha1 b/org/springframework/boot/spring-boot-devtools/2.5.15/spring-boot-devtools-2.5.15.pom.sha1 new file mode 100644 index 0000000..62b5df4 --- /dev/null +++ b/org/springframework/boot/spring-boot-devtools/2.5.15/spring-boot-devtools-2.5.15.pom.sha1 @@ -0,0 +1 @@ +c6f265984f32b88ba698805cad4d141b2fb56b84 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-loader-tools/2.1.1.RELEASE/_remote.repositories b/org/springframework/boot/spring-boot-loader-tools/2.1.1.RELEASE/_remote.repositories index af43630..e786560 100644 --- a/org/springframework/boot/spring-boot-loader-tools/2.1.1.RELEASE/_remote.repositories +++ b/org/springframework/boot/spring-boot-loader-tools/2.1.1.RELEASE/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:48 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 spring-boot-loader-tools-2.1.1.RELEASE.pom>public= +spring-boot-loader-tools-2.1.1.RELEASE.jar>public= diff --git a/org/springframework/boot/spring-boot-loader-tools/2.1.1.RELEASE/spring-boot-loader-tools-2.1.1.RELEASE.jar b/org/springframework/boot/spring-boot-loader-tools/2.1.1.RELEASE/spring-boot-loader-tools-2.1.1.RELEASE.jar new file mode 100644 index 0000000..4bbcd8d Binary files /dev/null and b/org/springframework/boot/spring-boot-loader-tools/2.1.1.RELEASE/spring-boot-loader-tools-2.1.1.RELEASE.jar differ diff --git a/org/springframework/boot/spring-boot-loader-tools/2.1.1.RELEASE/spring-boot-loader-tools-2.1.1.RELEASE.jar.sha1 b/org/springframework/boot/spring-boot-loader-tools/2.1.1.RELEASE/spring-boot-loader-tools-2.1.1.RELEASE.jar.sha1 new file mode 100644 index 0000000..186c72d --- /dev/null +++ b/org/springframework/boot/spring-boot-loader-tools/2.1.1.RELEASE/spring-boot-loader-tools-2.1.1.RELEASE.jar.sha1 @@ -0,0 +1 @@ +9e5f8afba5a442b48a871d61ca6003c2c0c11789 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter-aop/2.5.15/_remote.repositories b/org/springframework/boot/spring-boot-starter-aop/2.5.15/_remote.repositories new file mode 100644 index 0000000..d9aa5ed --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-aop/2.5.15/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:21 CST 2025 +spring-boot-starter-aop-2.5.15.jar>public= +spring-boot-starter-aop-2.5.15.pom>public= diff --git a/org/springframework/boot/spring-boot-starter-aop/2.5.15/spring-boot-starter-aop-2.5.15.jar b/org/springframework/boot/spring-boot-starter-aop/2.5.15/spring-boot-starter-aop-2.5.15.jar new file mode 100644 index 0000000..12219f6 Binary files /dev/null and b/org/springframework/boot/spring-boot-starter-aop/2.5.15/spring-boot-starter-aop-2.5.15.jar differ diff --git a/org/springframework/boot/spring-boot-starter-aop/2.5.15/spring-boot-starter-aop-2.5.15.jar.sha1 b/org/springframework/boot/spring-boot-starter-aop/2.5.15/spring-boot-starter-aop-2.5.15.jar.sha1 new file mode 100644 index 0000000..abfa2d1 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-aop/2.5.15/spring-boot-starter-aop-2.5.15.jar.sha1 @@ -0,0 +1 @@ +b43ecd07e5297282547336030328256389ffc95c \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter-aop/2.5.15/spring-boot-starter-aop-2.5.15.pom b/org/springframework/boot/spring-boot-starter-aop/2.5.15/spring-boot-starter-aop-2.5.15.pom new file mode 100644 index 0000000..d73ed92 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-aop/2.5.15/spring-boot-starter-aop-2.5.15.pom @@ -0,0 +1,63 @@ + + + + + + + + 4.0.0 + org.springframework.boot + spring-boot-starter-aop + 2.5.15 + spring-boot-starter-aop + Starter for aspect-oriented programming with Spring AOP and AspectJ + https://spring.io/projects/spring-boot + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-boot.git + scm:git:ssh://git@github.com/spring-projects/spring-boot.git + https://github.com/spring-projects/spring-boot + + + GitHub + https://github.com/spring-projects/spring-boot/issues + + + + org.springframework.boot + spring-boot-starter + 2.5.15 + compile + + + org.springframework + spring-aop + 5.3.27 + compile + + + org.aspectj + aspectjweaver + 1.9.7 + compile + + + diff --git a/org/springframework/boot/spring-boot-starter-aop/2.5.15/spring-boot-starter-aop-2.5.15.pom.sha1 b/org/springframework/boot/spring-boot-starter-aop/2.5.15/spring-boot-starter-aop-2.5.15.pom.sha1 new file mode 100644 index 0000000..480039b --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-aop/2.5.15/spring-boot-starter-aop-2.5.15.pom.sha1 @@ -0,0 +1 @@ +a5e3b8dcf029067ced765be3f05bbc2a62885693 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter-data-redis/2.5.15/_remote.repositories b/org/springframework/boot/spring-boot-starter-data-redis/2.5.15/_remote.repositories new file mode 100644 index 0000000..2d1964a --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-data-redis/2.5.15/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +spring-boot-starter-data-redis-2.5.15.pom>public= +spring-boot-starter-data-redis-2.5.15.jar>public= diff --git a/org/springframework/boot/spring-boot-starter-data-redis/2.5.15/spring-boot-starter-data-redis-2.5.15.jar b/org/springframework/boot/spring-boot-starter-data-redis/2.5.15/spring-boot-starter-data-redis-2.5.15.jar new file mode 100644 index 0000000..998b3ce Binary files /dev/null and b/org/springframework/boot/spring-boot-starter-data-redis/2.5.15/spring-boot-starter-data-redis-2.5.15.jar differ diff --git a/org/springframework/boot/spring-boot-starter-data-redis/2.5.15/spring-boot-starter-data-redis-2.5.15.jar.sha1 b/org/springframework/boot/spring-boot-starter-data-redis/2.5.15/spring-boot-starter-data-redis-2.5.15.jar.sha1 new file mode 100644 index 0000000..36cc194 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-data-redis/2.5.15/spring-boot-starter-data-redis-2.5.15.jar.sha1 @@ -0,0 +1 @@ +6c5922b0251b01f0293630ed59e8651cad255de9 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter-data-redis/2.5.15/spring-boot-starter-data-redis-2.5.15.pom b/org/springframework/boot/spring-boot-starter-data-redis/2.5.15/spring-boot-starter-data-redis-2.5.15.pom new file mode 100644 index 0000000..c577fcc --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-data-redis/2.5.15/spring-boot-starter-data-redis-2.5.15.pom @@ -0,0 +1,63 @@ + + + + + + + + 4.0.0 + org.springframework.boot + spring-boot-starter-data-redis + 2.5.15 + spring-boot-starter-data-redis + Starter for using Redis key-value data store with Spring Data Redis and the Lettuce client + https://spring.io/projects/spring-boot + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-boot.git + scm:git:ssh://git@github.com/spring-projects/spring-boot.git + https://github.com/spring-projects/spring-boot + + + GitHub + https://github.com/spring-projects/spring-boot/issues + + + + org.springframework.boot + spring-boot-starter + 2.5.15 + compile + + + org.springframework.data + spring-data-redis + 2.5.12 + compile + + + io.lettuce + lettuce-core + 6.1.10.RELEASE + compile + + + diff --git a/org/springframework/boot/spring-boot-starter-data-redis/2.5.15/spring-boot-starter-data-redis-2.5.15.pom.sha1 b/org/springframework/boot/spring-boot-starter-data-redis/2.5.15/spring-boot-starter-data-redis-2.5.15.pom.sha1 new file mode 100644 index 0000000..4b741b3 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-data-redis/2.5.15/spring-boot-starter-data-redis-2.5.15.pom.sha1 @@ -0,0 +1 @@ +c69adc1519af6dc00462a2ba8812ab1ae2a792f6 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter-jdbc/2.5.15/_remote.repositories b/org/springframework/boot/spring-boot-starter-jdbc/2.5.15/_remote.repositories new file mode 100644 index 0000000..e50d50f --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-jdbc/2.5.15/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:21 CST 2025 +spring-boot-starter-jdbc-2.5.15.pom>public= +spring-boot-starter-jdbc-2.5.15.jar>public= diff --git a/org/springframework/boot/spring-boot-starter-jdbc/2.5.15/spring-boot-starter-jdbc-2.5.15.jar b/org/springframework/boot/spring-boot-starter-jdbc/2.5.15/spring-boot-starter-jdbc-2.5.15.jar new file mode 100644 index 0000000..7473d81 Binary files /dev/null and b/org/springframework/boot/spring-boot-starter-jdbc/2.5.15/spring-boot-starter-jdbc-2.5.15.jar differ diff --git a/org/springframework/boot/spring-boot-starter-jdbc/2.5.15/spring-boot-starter-jdbc-2.5.15.jar.sha1 b/org/springframework/boot/spring-boot-starter-jdbc/2.5.15/spring-boot-starter-jdbc-2.5.15.jar.sha1 new file mode 100644 index 0000000..8b0f7bf --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-jdbc/2.5.15/spring-boot-starter-jdbc-2.5.15.jar.sha1 @@ -0,0 +1 @@ +8c3962a9a09eef14ea762d115927600bcb2fe3ae \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter-jdbc/2.5.15/spring-boot-starter-jdbc-2.5.15.pom b/org/springframework/boot/spring-boot-starter-jdbc/2.5.15/spring-boot-starter-jdbc-2.5.15.pom new file mode 100644 index 0000000..77dde0b --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-jdbc/2.5.15/spring-boot-starter-jdbc-2.5.15.pom @@ -0,0 +1,63 @@ + + + + + + + + 4.0.0 + org.springframework.boot + spring-boot-starter-jdbc + 2.5.15 + spring-boot-starter-jdbc + Starter for using JDBC with the HikariCP connection pool + https://spring.io/projects/spring-boot + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-boot.git + scm:git:ssh://git@github.com/spring-projects/spring-boot.git + https://github.com/spring-projects/spring-boot + + + GitHub + https://github.com/spring-projects/spring-boot/issues + + + + org.springframework.boot + spring-boot-starter + 2.5.15 + compile + + + com.zaxxer + HikariCP + 4.0.3 + compile + + + org.springframework + spring-jdbc + 5.3.27 + compile + + + diff --git a/org/springframework/boot/spring-boot-starter-jdbc/2.5.15/spring-boot-starter-jdbc-2.5.15.pom.sha1 b/org/springframework/boot/spring-boot-starter-jdbc/2.5.15/spring-boot-starter-jdbc-2.5.15.pom.sha1 new file mode 100644 index 0000000..b63cbc9 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-jdbc/2.5.15/spring-boot-starter-jdbc-2.5.15.pom.sha1 @@ -0,0 +1 @@ +daba5eb927f092099f750394a7aab740e2956e3a \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter-json/2.5.15/_remote.repositories b/org/springframework/boot/spring-boot-starter-json/2.5.15/_remote.repositories new file mode 100644 index 0000000..eb91027 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-json/2.5.15/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:21 CST 2025 +spring-boot-starter-json-2.5.15.jar>public= +spring-boot-starter-json-2.5.15.pom>public= diff --git a/org/springframework/boot/spring-boot-starter-json/2.5.15/spring-boot-starter-json-2.5.15.jar b/org/springframework/boot/spring-boot-starter-json/2.5.15/spring-boot-starter-json-2.5.15.jar new file mode 100644 index 0000000..d1b5505 Binary files /dev/null and b/org/springframework/boot/spring-boot-starter-json/2.5.15/spring-boot-starter-json-2.5.15.jar differ diff --git a/org/springframework/boot/spring-boot-starter-json/2.5.15/spring-boot-starter-json-2.5.15.jar.sha1 b/org/springframework/boot/spring-boot-starter-json/2.5.15/spring-boot-starter-json-2.5.15.jar.sha1 new file mode 100644 index 0000000..e17fc2e --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-json/2.5.15/spring-boot-starter-json-2.5.15.jar.sha1 @@ -0,0 +1 @@ +09e3220b6a840b8cb1ae2c1a372ca7ca377cf566 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter-json/2.5.15/spring-boot-starter-json-2.5.15.pom b/org/springframework/boot/spring-boot-starter-json/2.5.15/spring-boot-starter-json-2.5.15.pom new file mode 100644 index 0000000..b60d3d1 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-json/2.5.15/spring-boot-starter-json-2.5.15.pom @@ -0,0 +1,81 @@ + + + + + + + + 4.0.0 + org.springframework.boot + spring-boot-starter-json + 2.5.15 + spring-boot-starter-json + Starter for reading and writing json + https://spring.io/projects/spring-boot + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-boot.git + scm:git:ssh://git@github.com/spring-projects/spring-boot.git + https://github.com/spring-projects/spring-boot + + + GitHub + https://github.com/spring-projects/spring-boot/issues + + + + org.springframework.boot + spring-boot-starter + 2.5.15 + compile + + + org.springframework + spring-web + 5.3.27 + compile + + + com.fasterxml.jackson.core + jackson-databind + 2.12.7.1 + compile + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + 2.12.7 + compile + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + 2.12.7 + compile + + + com.fasterxml.jackson.module + jackson-module-parameter-names + 2.12.7 + compile + + + diff --git a/org/springframework/boot/spring-boot-starter-json/2.5.15/spring-boot-starter-json-2.5.15.pom.sha1 b/org/springframework/boot/spring-boot-starter-json/2.5.15/spring-boot-starter-json-2.5.15.pom.sha1 new file mode 100644 index 0000000..305a009 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-json/2.5.15/spring-boot-starter-json-2.5.15.pom.sha1 @@ -0,0 +1 @@ +a131b567c923e31e781be7718495e4ac6c525648 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter-logging/2.5.15/_remote.repositories b/org/springframework/boot/spring-boot-starter-logging/2.5.15/_remote.repositories new file mode 100644 index 0000000..527df34 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-logging/2.5.15/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:18 CST 2025 +spring-boot-starter-logging-2.5.15.pom>public= +spring-boot-starter-logging-2.5.15.jar>public= diff --git a/org/springframework/boot/spring-boot-starter-logging/2.5.15/spring-boot-starter-logging-2.5.15.jar b/org/springframework/boot/spring-boot-starter-logging/2.5.15/spring-boot-starter-logging-2.5.15.jar new file mode 100644 index 0000000..d4bad26 Binary files /dev/null and b/org/springframework/boot/spring-boot-starter-logging/2.5.15/spring-boot-starter-logging-2.5.15.jar differ diff --git a/org/springframework/boot/spring-boot-starter-logging/2.5.15/spring-boot-starter-logging-2.5.15.jar.sha1 b/org/springframework/boot/spring-boot-starter-logging/2.5.15/spring-boot-starter-logging-2.5.15.jar.sha1 new file mode 100644 index 0000000..b562329 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-logging/2.5.15/spring-boot-starter-logging-2.5.15.jar.sha1 @@ -0,0 +1 @@ +0d76bdfd2179180bc708a1ae102088faed7a43f0 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter-logging/2.5.15/spring-boot-starter-logging-2.5.15.pom b/org/springframework/boot/spring-boot-starter-logging/2.5.15/spring-boot-starter-logging-2.5.15.pom new file mode 100644 index 0000000..a5d7158 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-logging/2.5.15/spring-boot-starter-logging-2.5.15.pom @@ -0,0 +1,63 @@ + + + + + + + + 4.0.0 + org.springframework.boot + spring-boot-starter-logging + 2.5.15 + spring-boot-starter-logging + Starter for logging using Logback. Default logging starter + https://spring.io/projects/spring-boot + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-boot.git + scm:git:ssh://git@github.com/spring-projects/spring-boot.git + https://github.com/spring-projects/spring-boot + + + GitHub + https://github.com/spring-projects/spring-boot/issues + + + + ch.qos.logback + logback-classic + 1.2.12 + compile + + + org.apache.logging.log4j + log4j-to-slf4j + 2.17.2 + compile + + + org.slf4j + jul-to-slf4j + 1.7.36 + compile + + + diff --git a/org/springframework/boot/spring-boot-starter-logging/2.5.15/spring-boot-starter-logging-2.5.15.pom.sha1 b/org/springframework/boot/spring-boot-starter-logging/2.5.15/spring-boot-starter-logging-2.5.15.pom.sha1 new file mode 100644 index 0000000..296a112 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-logging/2.5.15/spring-boot-starter-logging-2.5.15.pom.sha1 @@ -0,0 +1 @@ +d43c5f1d01e98cedd1ff6b80abdd77643807f351 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter-security/2.5.15/_remote.repositories b/org/springframework/boot/spring-boot-starter-security/2.5.15/_remote.repositories new file mode 100644 index 0000000..69bc6b9 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-security/2.5.15/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +spring-boot-starter-security-2.5.15.pom>public= +spring-boot-starter-security-2.5.15.jar>public= diff --git a/org/springframework/boot/spring-boot-starter-security/2.5.15/spring-boot-starter-security-2.5.15.jar b/org/springframework/boot/spring-boot-starter-security/2.5.15/spring-boot-starter-security-2.5.15.jar new file mode 100644 index 0000000..47ee920 Binary files /dev/null and b/org/springframework/boot/spring-boot-starter-security/2.5.15/spring-boot-starter-security-2.5.15.jar differ diff --git a/org/springframework/boot/spring-boot-starter-security/2.5.15/spring-boot-starter-security-2.5.15.jar.sha1 b/org/springframework/boot/spring-boot-starter-security/2.5.15/spring-boot-starter-security-2.5.15.jar.sha1 new file mode 100644 index 0000000..c0ae3c7 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-security/2.5.15/spring-boot-starter-security-2.5.15.jar.sha1 @@ -0,0 +1 @@ +f592e685de138c26b7c30f2cf96567d536cb97e1 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter-security/2.5.15/spring-boot-starter-security-2.5.15.pom b/org/springframework/boot/spring-boot-starter-security/2.5.15/spring-boot-starter-security-2.5.15.pom new file mode 100644 index 0000000..0525823 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-security/2.5.15/spring-boot-starter-security-2.5.15.pom @@ -0,0 +1,69 @@ + + + + + + + + 4.0.0 + org.springframework.boot + spring-boot-starter-security + 2.5.15 + spring-boot-starter-security + Starter for using Spring Security + https://spring.io/projects/spring-boot + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-boot.git + scm:git:ssh://git@github.com/spring-projects/spring-boot.git + https://github.com/spring-projects/spring-boot + + + GitHub + https://github.com/spring-projects/spring-boot/issues + + + + org.springframework.boot + spring-boot-starter + 2.5.15 + compile + + + org.springframework + spring-aop + 5.3.27 + compile + + + org.springframework.security + spring-security-config + 5.5.8 + compile + + + org.springframework.security + spring-security-web + 5.5.8 + compile + + + diff --git a/org/springframework/boot/spring-boot-starter-security/2.5.15/spring-boot-starter-security-2.5.15.pom.sha1 b/org/springframework/boot/spring-boot-starter-security/2.5.15/spring-boot-starter-security-2.5.15.pom.sha1 new file mode 100644 index 0000000..b4282ae --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-security/2.5.15/spring-boot-starter-security-2.5.15.pom.sha1 @@ -0,0 +1 @@ +060671016d72ba7b77a47fa442553fc3e521744b \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter-tomcat/2.5.15/_remote.repositories b/org/springframework/boot/spring-boot-starter-tomcat/2.5.15/_remote.repositories new file mode 100644 index 0000000..c0da1a9 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-tomcat/2.5.15/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:21 CST 2025 +spring-boot-starter-tomcat-2.5.15.jar>public= +spring-boot-starter-tomcat-2.5.15.pom>public= diff --git a/org/springframework/boot/spring-boot-starter-tomcat/2.5.15/spring-boot-starter-tomcat-2.5.15.jar b/org/springframework/boot/spring-boot-starter-tomcat/2.5.15/spring-boot-starter-tomcat-2.5.15.jar new file mode 100644 index 0000000..fc1c8f5 Binary files /dev/null and b/org/springframework/boot/spring-boot-starter-tomcat/2.5.15/spring-boot-starter-tomcat-2.5.15.jar differ diff --git a/org/springframework/boot/spring-boot-starter-tomcat/2.5.15/spring-boot-starter-tomcat-2.5.15.jar.sha1 b/org/springframework/boot/spring-boot-starter-tomcat/2.5.15/spring-boot-starter-tomcat-2.5.15.jar.sha1 new file mode 100644 index 0000000..c4711a5 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-tomcat/2.5.15/spring-boot-starter-tomcat-2.5.15.jar.sha1 @@ -0,0 +1 @@ +c00ab7cbbe0e4766a838d16a4b7bab41a40ccf5b \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter-tomcat/2.5.15/spring-boot-starter-tomcat-2.5.15.pom b/org/springframework/boot/spring-boot-starter-tomcat/2.5.15/spring-boot-starter-tomcat-2.5.15.pom new file mode 100644 index 0000000..c9de081 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-tomcat/2.5.15/spring-boot-starter-tomcat-2.5.15.pom @@ -0,0 +1,81 @@ + + + + + + + + 4.0.0 + org.springframework.boot + spring-boot-starter-tomcat + 2.5.15 + spring-boot-starter-tomcat + Starter for using Tomcat as the embedded servlet container. Default servlet container starter used by spring-boot-starter-web + https://spring.io/projects/spring-boot + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-boot.git + scm:git:ssh://git@github.com/spring-projects/spring-boot.git + https://github.com/spring-projects/spring-boot + + + GitHub + https://github.com/spring-projects/spring-boot/issues + + + + jakarta.annotation + jakarta.annotation-api + 1.3.5 + compile + + + org.apache.tomcat.embed + tomcat-embed-core + 9.0.75 + compile + + + tomcat-annotations-api + org.apache.tomcat + + + + + org.apache.tomcat.embed + tomcat-embed-el + 9.0.75 + compile + + + org.apache.tomcat.embed + tomcat-embed-websocket + 9.0.75 + compile + + + tomcat-annotations-api + org.apache.tomcat + + + + + diff --git a/org/springframework/boot/spring-boot-starter-tomcat/2.5.15/spring-boot-starter-tomcat-2.5.15.pom.sha1 b/org/springframework/boot/spring-boot-starter-tomcat/2.5.15/spring-boot-starter-tomcat-2.5.15.pom.sha1 new file mode 100644 index 0000000..03505cc --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-tomcat/2.5.15/spring-boot-starter-tomcat-2.5.15.pom.sha1 @@ -0,0 +1 @@ +c786ee0d5b8770c53b1aa8eabb9e185a646eb68b \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter-validation/2.5.15/_remote.repositories b/org/springframework/boot/spring-boot-starter-validation/2.5.15/_remote.repositories new file mode 100644 index 0000000..de81de2 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-validation/2.5.15/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +spring-boot-starter-validation-2.5.15.pom>public= +spring-boot-starter-validation-2.5.15.jar>public= diff --git a/org/springframework/boot/spring-boot-starter-validation/2.5.15/spring-boot-starter-validation-2.5.15.jar b/org/springframework/boot/spring-boot-starter-validation/2.5.15/spring-boot-starter-validation-2.5.15.jar new file mode 100644 index 0000000..0caed83 Binary files /dev/null and b/org/springframework/boot/spring-boot-starter-validation/2.5.15/spring-boot-starter-validation-2.5.15.jar differ diff --git a/org/springframework/boot/spring-boot-starter-validation/2.5.15/spring-boot-starter-validation-2.5.15.jar.sha1 b/org/springframework/boot/spring-boot-starter-validation/2.5.15/spring-boot-starter-validation-2.5.15.jar.sha1 new file mode 100644 index 0000000..77cc5a2 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-validation/2.5.15/spring-boot-starter-validation-2.5.15.jar.sha1 @@ -0,0 +1 @@ +7283bcbed7d6e54af7c757a26bdb3efe74effc76 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter-validation/2.5.15/spring-boot-starter-validation-2.5.15.pom b/org/springframework/boot/spring-boot-starter-validation/2.5.15/spring-boot-starter-validation-2.5.15.pom new file mode 100644 index 0000000..df7a0da --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-validation/2.5.15/spring-boot-starter-validation-2.5.15.pom @@ -0,0 +1,63 @@ + + + + + + + + 4.0.0 + org.springframework.boot + spring-boot-starter-validation + 2.5.15 + spring-boot-starter-validation + Starter for using Java Bean Validation with Hibernate Validator + https://spring.io/projects/spring-boot + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-boot.git + scm:git:ssh://git@github.com/spring-projects/spring-boot.git + https://github.com/spring-projects/spring-boot + + + GitHub + https://github.com/spring-projects/spring-boot/issues + + + + org.springframework.boot + spring-boot-starter + 2.5.15 + compile + + + org.apache.tomcat.embed + tomcat-embed-el + 9.0.75 + compile + + + org.hibernate.validator + hibernate-validator + 6.2.5.Final + compile + + + diff --git a/org/springframework/boot/spring-boot-starter-validation/2.5.15/spring-boot-starter-validation-2.5.15.pom.sha1 b/org/springframework/boot/spring-boot-starter-validation/2.5.15/spring-boot-starter-validation-2.5.15.pom.sha1 new file mode 100644 index 0000000..8e611e7 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-validation/2.5.15/spring-boot-starter-validation-2.5.15.pom.sha1 @@ -0,0 +1 @@ +df88ee7972a478c91bf1fbb4e76410d6c2d24268 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter-web/2.5.15/_remote.repositories b/org/springframework/boot/spring-boot-starter-web/2.5.15/_remote.repositories new file mode 100644 index 0000000..02d9f29 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-web/2.5.15/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:21 CST 2025 +spring-boot-starter-web-2.5.15.jar>public= +spring-boot-starter-web-2.5.15.pom>public= diff --git a/org/springframework/boot/spring-boot-starter-web/2.5.15/spring-boot-starter-web-2.5.15.jar b/org/springframework/boot/spring-boot-starter-web/2.5.15/spring-boot-starter-web-2.5.15.jar new file mode 100644 index 0000000..c097ca6 Binary files /dev/null and b/org/springframework/boot/spring-boot-starter-web/2.5.15/spring-boot-starter-web-2.5.15.jar differ diff --git a/org/springframework/boot/spring-boot-starter-web/2.5.15/spring-boot-starter-web-2.5.15.jar.sha1 b/org/springframework/boot/spring-boot-starter-web/2.5.15/spring-boot-starter-web-2.5.15.jar.sha1 new file mode 100644 index 0000000..7547693 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-web/2.5.15/spring-boot-starter-web-2.5.15.jar.sha1 @@ -0,0 +1 @@ +ba0f401a17c74b8f5a06def87bfdc45b5f129f15 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter-web/2.5.15/spring-boot-starter-web-2.5.15.pom b/org/springframework/boot/spring-boot-starter-web/2.5.15/spring-boot-starter-web-2.5.15.pom new file mode 100644 index 0000000..f3df1a3 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-web/2.5.15/spring-boot-starter-web-2.5.15.pom @@ -0,0 +1,75 @@ + + + + + + + + 4.0.0 + org.springframework.boot + spring-boot-starter-web + 2.5.15 + spring-boot-starter-web + Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container + https://spring.io/projects/spring-boot + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-boot.git + scm:git:ssh://git@github.com/spring-projects/spring-boot.git + https://github.com/spring-projects/spring-boot + + + GitHub + https://github.com/spring-projects/spring-boot/issues + + + + org.springframework.boot + spring-boot-starter + 2.5.15 + compile + + + org.springframework.boot + spring-boot-starter-json + 2.5.15 + compile + + + org.springframework.boot + spring-boot-starter-tomcat + 2.5.15 + compile + + + org.springframework + spring-web + 5.3.27 + compile + + + org.springframework + spring-webmvc + 5.3.27 + compile + + + diff --git a/org/springframework/boot/spring-boot-starter-web/2.5.15/spring-boot-starter-web-2.5.15.pom.sha1 b/org/springframework/boot/spring-boot-starter-web/2.5.15/spring-boot-starter-web-2.5.15.pom.sha1 new file mode 100644 index 0000000..079906b --- /dev/null +++ b/org/springframework/boot/spring-boot-starter-web/2.5.15/spring-boot-starter-web-2.5.15.pom.sha1 @@ -0,0 +1 @@ +1c9f98019bb4ee4402fc9da06c62d447977f9554 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter/2.5.15/_remote.repositories b/org/springframework/boot/spring-boot-starter/2.5.15/_remote.repositories new file mode 100644 index 0000000..f4511db --- /dev/null +++ b/org/springframework/boot/spring-boot-starter/2.5.15/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:17 CST 2025 +spring-boot-starter-2.5.15.pom>public= +spring-boot-starter-2.5.15.jar>public= diff --git a/org/springframework/boot/spring-boot-starter/2.5.15/spring-boot-starter-2.5.15.jar b/org/springframework/boot/spring-boot-starter/2.5.15/spring-boot-starter-2.5.15.jar new file mode 100644 index 0000000..15716a0 Binary files /dev/null and b/org/springframework/boot/spring-boot-starter/2.5.15/spring-boot-starter-2.5.15.jar differ diff --git a/org/springframework/boot/spring-boot-starter/2.5.15/spring-boot-starter-2.5.15.jar.sha1 b/org/springframework/boot/spring-boot-starter/2.5.15/spring-boot-starter-2.5.15.jar.sha1 new file mode 100644 index 0000000..afbb5cc --- /dev/null +++ b/org/springframework/boot/spring-boot-starter/2.5.15/spring-boot-starter-2.5.15.jar.sha1 @@ -0,0 +1 @@ +b95731b4de240ad4a4571a33143ade156918c421 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot-starter/2.5.15/spring-boot-starter-2.5.15.pom b/org/springframework/boot/spring-boot-starter/2.5.15/spring-boot-starter-2.5.15.pom new file mode 100644 index 0000000..f3a4116 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter/2.5.15/spring-boot-starter-2.5.15.pom @@ -0,0 +1,81 @@ + + + + + + + + 4.0.0 + org.springframework.boot + spring-boot-starter + 2.5.15 + spring-boot-starter + Core starter, including auto-configuration support, logging and YAML + https://spring.io/projects/spring-boot + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-boot.git + scm:git:ssh://git@github.com/spring-projects/spring-boot.git + https://github.com/spring-projects/spring-boot + + + GitHub + https://github.com/spring-projects/spring-boot/issues + + + + org.springframework.boot + spring-boot + 2.5.15 + compile + + + org.springframework.boot + spring-boot-autoconfigure + 2.5.15 + compile + + + org.springframework.boot + spring-boot-starter-logging + 2.5.15 + compile + + + jakarta.annotation + jakarta.annotation-api + 1.3.5 + compile + + + org.springframework + spring-core + 5.3.27 + compile + + + org.yaml + snakeyaml + 1.28 + compile + + + diff --git a/org/springframework/boot/spring-boot-starter/2.5.15/spring-boot-starter-2.5.15.pom.sha1 b/org/springframework/boot/spring-boot-starter/2.5.15/spring-boot-starter-2.5.15.pom.sha1 new file mode 100644 index 0000000..76ec8c8 --- /dev/null +++ b/org/springframework/boot/spring-boot-starter/2.5.15/spring-boot-starter-2.5.15.pom.sha1 @@ -0,0 +1 @@ +64f365fa7dc09e2e831f218a14b1c8dee98c483a \ No newline at end of file diff --git a/org/springframework/boot/spring-boot/2.5.15/_remote.repositories b/org/springframework/boot/spring-boot/2.5.15/_remote.repositories new file mode 100644 index 0000000..7862a67 --- /dev/null +++ b/org/springframework/boot/spring-boot/2.5.15/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:18 CST 2025 +spring-boot-2.5.15.pom>public= +spring-boot-2.5.15.jar>public= diff --git a/org/springframework/boot/spring-boot/2.5.15/spring-boot-2.5.15.jar b/org/springframework/boot/spring-boot/2.5.15/spring-boot-2.5.15.jar new file mode 100644 index 0000000..e75829b Binary files /dev/null and b/org/springframework/boot/spring-boot/2.5.15/spring-boot-2.5.15.jar differ diff --git a/org/springframework/boot/spring-boot/2.5.15/spring-boot-2.5.15.jar.sha1 b/org/springframework/boot/spring-boot/2.5.15/spring-boot-2.5.15.jar.sha1 new file mode 100644 index 0000000..cc8ce7a --- /dev/null +++ b/org/springframework/boot/spring-boot/2.5.15/spring-boot-2.5.15.jar.sha1 @@ -0,0 +1 @@ +2f9d79ca39741b039335932b5260053b207dbdc3 \ No newline at end of file diff --git a/org/springframework/boot/spring-boot/2.5.15/spring-boot-2.5.15.pom b/org/springframework/boot/spring-boot/2.5.15/spring-boot-2.5.15.pom new file mode 100644 index 0000000..aa26d1a --- /dev/null +++ b/org/springframework/boot/spring-boot/2.5.15/spring-boot-2.5.15.pom @@ -0,0 +1,56 @@ + + + + + + + + 4.0.0 + org.springframework.boot + spring-boot + 2.5.15 + spring-boot + Spring Boot + https://spring.io/projects/spring-boot + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-boot.git + scm:git:ssh://git@github.com/spring-projects/spring-boot.git + https://github.com/spring-projects/spring-boot + + + GitHub + https://github.com/spring-projects/spring-boot/issues + + + + org.springframework + spring-core + 5.3.27 + compile + + + org.springframework + spring-context + 5.3.27 + compile + + + diff --git a/org/springframework/boot/spring-boot/2.5.15/spring-boot-2.5.15.pom.sha1 b/org/springframework/boot/spring-boot/2.5.15/spring-boot-2.5.15.pom.sha1 new file mode 100644 index 0000000..c958b38 --- /dev/null +++ b/org/springframework/boot/spring-boot/2.5.15/spring-boot-2.5.15.pom.sha1 @@ -0,0 +1 @@ +47ffc8a65b41dd1b9095745b94ed4332fd3e50ef \ No newline at end of file diff --git a/org/springframework/data/build/spring-data-build/2.5.12/_remote.repositories b/org/springframework/data/build/spring-data-build/2.5.12/_remote.repositories new file mode 100644 index 0000000..7ed1ed5 --- /dev/null +++ b/org/springframework/data/build/spring-data-build/2.5.12/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:16 CST 2025 +spring-data-build-2.5.12.pom>public= diff --git a/org/springframework/data/build/spring-data-build/2.5.12/spring-data-build-2.5.12.pom b/org/springframework/data/build/spring-data-build/2.5.12/spring-data-build-2.5.12.pom new file mode 100644 index 0000000..51f844f --- /dev/null +++ b/org/springframework/data/build/spring-data-build/2.5.12/spring-data-build-2.5.12.pom @@ -0,0 +1,273 @@ + + + + 4.0.0 + org.springframework.data.build + spring-data-build + 2.5.12 + pom + + Spring Data Build + Modules to centralize common resources and configuration for Spring Data Maven builds. + https://github.com/spring-projects/spring-data-build + + + Pivotal Software, Inc. + https://www.spring.io + + + + resources + parent + + + + + odrotbohm + Oliver Drotbohm + odrotbohm at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + Project lead + + +1 + + + mpaluch + Mark Paluch + mpaluch at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + Project lead + + +1 + + + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + Copyright 2010 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + See the License for the specific language governing permissions and + limitations under the License. + + + + + + + + + + release + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0 + + + enforce-release-rules + + enforce + + + + + [1.8,1.9) + + + + + + + + + + + + de.smartics.rules + smartics-enforcer-rules + 1.0.2 + + + + + + + + + + + + artifactory + + + + + + + + + + org.jfrog.buildinfo + artifactory-maven-plugin + 3.2.1 + + + build-info + + publish + + + + false + + + {{artifactory.server}} + {{artifactory.username}} + {{artifactory.password}} + {{artifactory.staging-repository}} + {{artifactory.staging-repository}} + + + {{artifactory.build-name}} + {{artifactory.build-number}} + {{BUILD_URL}} + + + + + + + + + + + + + org.jfrog.buildinfo + artifactory-maven-plugin + + + + + + + + + + + + central + + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + --no-tty + + + + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + sonatype + https://s01.oss.sonatype.org/ + false + true + + + + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + + + + + + + + sonatype + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + + https://github.com/spring-projects/spring-data-build + scm:git:git://github.com/spring-projects/spring-data-build.git + scm:git:ssh://git@github.com:spring-projects/spring-data-build.git + + + + GitHub + https://github.com/spring-projects/spring-data-build/issues + + + + + spring-libs-release + https://repo.spring.io/libs-release + + + + diff --git a/org/springframework/data/build/spring-data-build/2.5.12/spring-data-build-2.5.12.pom.sha1 b/org/springframework/data/build/spring-data-build/2.5.12/spring-data-build-2.5.12.pom.sha1 new file mode 100644 index 0000000..b201492 --- /dev/null +++ b/org/springframework/data/build/spring-data-build/2.5.12/spring-data-build-2.5.12.pom.sha1 @@ -0,0 +1 @@ +7e7016e3d01ceccb760b486daa30e2f83045f020 \ No newline at end of file diff --git a/org/springframework/data/build/spring-data-parent/2.5.12/_remote.repositories b/org/springframework/data/build/spring-data-parent/2.5.12/_remote.repositories new file mode 100644 index 0000000..57410a3 --- /dev/null +++ b/org/springframework/data/build/spring-data-parent/2.5.12/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:16 CST 2025 +spring-data-parent-2.5.12.pom>public= diff --git a/org/springframework/data/build/spring-data-parent/2.5.12/spring-data-parent-2.5.12.pom b/org/springframework/data/build/spring-data-parent/2.5.12/spring-data-parent-2.5.12.pom new file mode 100644 index 0000000..4622da1 --- /dev/null +++ b/org/springframework/data/build/spring-data-parent/2.5.12/spring-data-parent-2.5.12.pom @@ -0,0 +1,1369 @@ + + + + + + 4.0.0 + + spring-data-parent + pom + + + org.springframework.data.build + spring-data-build + 2.5.12 + ../pom.xml + + + Spring Data Build - General parent module + Global parent pom.xml to be used by Spring Data modules + https://www.spring.io/spring-data + 2011 + + + Pivotal Software, Inc. + https://www.spring.io + + + + + odrotbohm + Oliver Drotbohm + odrotbohm at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + Project lead + + +1 + + + mpaluch + Mark Paluch + mpaluch at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + Project lead + + +1 + + + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + Copyright 2008-2020 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + See the License for the specific language governing permissions and + limitations under the License. + + + + + + + UTF-8 + ${basedir} + 1.8 + ${project.artifactId} + ${project.build.directory}/jacoco.exec + false + + 1.1.3 + 1.9.7 + 3.19.0 + 1.0 + 2.5 + 19.0 + 1.3 + 2.12.6.20220326 + 0.8.8 + 2.10.14 + 0.3.0 + 2.4.0 + + 4.13.2 + 5.7.2 + 1.5.32 + 1.4.3 + 1.2.3 + 1.18.20 + 3.11.2 + 1.11.0 + 4.4.0 + 2020.0.18 + 1.3.8 + 1.2.1 + 2.2.21 + 3.0.13 + 1.1.2 + 1.7.26 + 5.3.19 + 1.3.7 + 2.0.0.RELEASE + 1.15.3 + 1.5.2 + 1.1.0.Final + 2.0.26 + 1.3.2 + + + 2021.0.12 + + + + + + + + + + + + + ci + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + package-javadoc + + jar + + package + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + + + + + + + + + + + + **/* + + **/.flattened-pom.xml,.git/**/*,target/**/*,**/target/**/*,.idea/**/*,**/spring.schemas,**/*.svg,mvnw,mvnw.cmd,**/*.graphml,work/**/* + + ./ + + + + + validate + + + check + + + + + + + + + + + + + java11 + + + 2.2.11 + 1.1.1 + + + + (11, + + + + + javax.xml.bind + jaxb-api + ${jaxb.version} + provided + + + + javax.activation + activation + ${java-activation.version} + provided + + + + javax.annotation + javax.annotation-api + ${javax-annotation-api} + provided + + + + + + + + pre-release + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-no-third-party-snapshots + + enforce + + + + + false + + org.springframework.data.build:* + org.springframework.data:* + + + + true + + + + + + + + de.smartics.rules + smartics-enforcer-rules + 1.0.2 + + + + + + + + + + + + sonarcube + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco} + + ${jacoco.destfile} + + + + jacoco-initialize + + prepare-agent + + + + + + + + + + + + + distribute + + + ${project.build.directory}/shared-resources + ${project.build.directory}/generated-asciidoc-sources/source/ + + ${project.build.directory}/generated-docs + true + true + true + true + true + true + true + + + + + io.spring.docresources + spring-doc-resources + 0.2.5 + zip + true + + + org.springframework.data.build + spring-data-build-resources + 2.5.12 + zip + true + + + + + + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + false + + true + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-doc-resources + + unpack-dependencies + + generate-resources + + io.spring.docresources + spring-doc-resources + zip + true + ${generated-asciidoc-sources.directory} + + + + unpack-shared-resources + + unpack-dependencies + + generate-resources + + ${project.groupId} + spring-data-build-resources + zip + true + ${shared.resources} + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + aggregate-javadoc + + aggregate-no-fork + + prepare-package + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + + copy-documentation-resources + generate-resources + + + + + + + + + + + + + + run + + + + + create-generated-docs-resources + process-resources + + + + + + + + + + + + + + + + + + + run + + + + + rename-reference-docs + prepare-package + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + + + + org.jfrog.buildinfo + artifactory-maven-plugin + + + + + + + + + + + org.asciidoctor + asciidoctor-maven-plugin + + + + html + compile + + process-asciidoc + + + ${generated-asciidoc-sources.directory} + index.adoc + html5 + ${generated-docs.directory} + highlight.js + + js/highlight + github + true + true + ./css + spring.css + left + + + + + + + book + + book + shared + font + false + images + ${project.version} + ${project.name} + ${project.version} + ${aspectj} + ${querydsl} + ${spring} + ${releasetrain} + true + 4 + true + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + docs + + single + + package + + + ${shared.resources}/assemblies/docs.xml + + ${dist.id} + true + + + + + + + + + org.jfrog.buildinfo + artifactory-maven-plugin + + + deploy-docs + + publish + + deploy + + + false + + + ${dist.id} + ${dist.id} + false + docs + + + + Spring Data Docs ${dist.id} ${project.version} + 1 + + + {{artifactory.server}} + {{artifactory.username}} + {{artifactory.password}} + {{artifactory.distribution-repository}} + {{artifactory.distribution-repository}} + *-docs.zip + + + + + + + + + + + + + + + + distribute-schema + + + ${project.build.directory}/shared-resources + true + true + true + true + true + true + true + + + + + org.springframework.data.build + spring-data-build-resources + 2.5.12 + zip + true + + + + + + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + false + + true + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-shared-resources + + unpack-dependencies + + generate-resources + + ${project.groupId} + spring-data-build-resources + zip + true + ${shared.resources} + + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + + collect-schema-files + prepare-package + + + + + + + + + + + + run + + + + + check-schema-files + prepare-package + + + + + + + + + true + + + run + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + docs + + single + + package + + + ${shared.resources}/assemblies/schema.xml + + ${dist.id} + true + + + + + + + org.jfrog.buildinfo + artifactory-maven-plugin + + + + + + + + + + + org.jfrog.buildinfo + artifactory-maven-plugin + + + deploy-schema + + publish + + deploy + + + false + + + ${dist.id} + ${dist.id} + false + schema + + + + Spring Data Schema ${dist.id} ${project.version} + 1 + + + {{artifactory.server}} + {{artifactory.username}} + {{artifactory.password}} + {{artifactory.distribution-repository}} + {{artifactory.distribution-repository}} + *-schema.zip + + + + + + + + + + + + + spring53-next + + 5.3.20-SNAPSHOT + + + + spring-libs-snapshot + https://repo.spring.io/libs-snapshot + + + + + + jackson-next + + 2.12.0 + + + + spring-libs-snapshot + https://repo.spring.io/libs-snapshot + + + + + + + + + + io.projectreactor + reactor-bom + ${reactor} + pom + import + + + org.springframework + spring-framework-bom + ${spring} + pom + import + + + org.jetbrains.kotlin + kotlin-bom + ${kotlin} + pom + import + + + org.jetbrains.kotlinx + kotlinx-coroutines-bom + ${kotlin-coroutines} + pom + import + + + com.fasterxml.jackson + jackson-bom + ${jackson} + pom + import + + + org.junit + junit-bom + ${junit5} + pom + import + + + + + + + + + org.junit.jupiter + junit-jupiter + test + + + + org.junit.vintage + junit-vintage-engine + test + + + + org.mockito + mockito-core + ${mockito} + test + + + + org.mockito + mockito-junit-jupiter + ${mockito} + test + + + + org.assertj + assertj-core + ${assertj} + test + + + + org.springframework + spring-test + test + + + + + org.slf4j + slf4j-api + ${slf4j} + + + + ch.qos.logback + logback-classic + ${logback} + test + + + + + org.projectlombok + lombok + ${lombok} + test + + + + + + + + + + + + + + org.asciidoctor + asciidoctor-maven-plugin + 2.0.0-RC.1 + + + + org.apache.maven.plugins + maven-antrun-plugin + 3.0.0 + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.3.0 + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + true + true + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.1.1 + + + com.puppycrawl.tools + checkstyle + 8.33 + + + io.spring.nohttp + nohttp-checkstyle + 0.0.5.RELEASE + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.1.2 + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0-M1 + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0 + + + + org.apache.maven.plugins + maven-failsafe-plugin + 3.0.0-M5 + + false + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + false + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.1.0 + + + + org.projectlombok + lombok-maven-plugin + 1.18.20.0 + + + + org.jfrog.buildinfo + artifactory-maven-plugin + 3.2.1 + + + org.jfrog.buildinfo + build-info-extractor + 2.25.4 + + + org.jfrog.buildinfo + build-info-api + 2.25.4 + + + + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin} + + ${source.level} + 1.3 + 1.3 + ${maven.kotlin.skip} + + -Xsuppress-version-warnings + + + + + compile + compile + + compile + + + + ${project.basedir}/src/main/kotlin + ${project.basedir}/src/main/java + + + + + test-compile + test-compile + + test-compile + + + + ${project.basedir}/src/test/kotlin + ${project.basedir}/src/test/java + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${source.level} + ${source.level} + + + + default-compile + none + + + default-testCompile + none + + + java-compile + compile + + compile + + + + java-test-compile + test-compile + + testCompile + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + false + -Xverify:all + + **/*Tests.java + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + false + -Xverify:all + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + ${project.name} + ${project.version} + ${java-module-name} + + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-kotlin-source + prepare-package + + add-source + + + + ${project.basedir}/src/main/kotlin + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + en_US + true +
${project.name}
+ ${source.level} + true + ${shared.resources}/javadoc + ${shared.resources}/javadoc/overview.html + ${shared.resources}/javadoc/spring-javadoc.css + + true + + -Xdoclint:none + + + https://docs.spring.io/spring/docs/${spring}/javadoc-api/ + https://docs.spring.io/spring-data/commons/docs/current/api/ + https://docs.oracle.com/javase/8/docs/api/ + +
+
+ + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-maven-version + + enforce + + + + + 3.5.0 + + + 1.8 + + + + + + + +
+
+ + + + spring-libs-snapshot + https://repo.spring.io/libs-snapshot + + + + + + spring-plugins-release + https://repo.spring.io/plugins-release + + + spring-libs-milestone + https://repo.spring.io/libs-milestone + + + +
diff --git a/org/springframework/data/build/spring-data-parent/2.5.12/spring-data-parent-2.5.12.pom.sha1 b/org/springframework/data/build/spring-data-parent/2.5.12/spring-data-parent-2.5.12.pom.sha1 new file mode 100644 index 0000000..e391a21 --- /dev/null +++ b/org/springframework/data/build/spring-data-parent/2.5.12/spring-data-parent-2.5.12.pom.sha1 @@ -0,0 +1 @@ +9912020be57649ceaaf5c599c8fecdf6aeb174e8 \ No newline at end of file diff --git a/org/springframework/data/spring-data-bom/2021.0.12/_remote.repositories b/org/springframework/data/spring-data-bom/2021.0.12/_remote.repositories new file mode 100644 index 0000000..aaa47d5 --- /dev/null +++ b/org/springframework/data/spring-data-bom/2021.0.12/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:12 CST 2025 +spring-data-bom-2021.0.12.pom>public= diff --git a/org/springframework/data/spring-data-bom/2021.0.12/spring-data-bom-2021.0.12.pom b/org/springframework/data/spring-data-bom/2021.0.12/spring-data-bom-2021.0.12.pom new file mode 100644 index 0000000..691c73f --- /dev/null +++ b/org/springframework/data/spring-data-bom/2021.0.12/spring-data-bom-2021.0.12.pom @@ -0,0 +1,153 @@ + + + 4.0.0 + org.springframework.data + spring-data-bom + 2021.0.12 + pom + Spring Data Release Train - BOM + Bill of materials to make sure a consistent set of versions is used for + Spring Data modules. + https://github.com/spring-projects/spring-data-bom + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2010-2020 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + See the License for the specific language governing permissions and + limitations under the License. + + + + + mpaluch + Mark Paluch + mpaluch at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + Project lead + + +1 + + + + scm:git:git://github.com/spring-projects/spring-data-bom.git + scm:git:ssh://git@github.com:spring-projects/spring-data-bom.git + https://github.com/spring-projects/spring-data-bom + + + GitHub + https://github.com/spring-projects/spring-data-bom/issues + + + + + org.springframework.data + spring-data-cassandra + 3.2.12 + + + org.springframework.data + spring-data-commons + 2.5.12 + + + org.springframework.data + spring-data-couchbase + 4.2.12 + + + org.springframework.data + spring-data-elasticsearch + 4.2.12 + + + org.springframework.data + spring-data-geode + 2.5.12 + + + org.springframework.data + spring-data-jdbc + 2.2.12 + + + org.springframework.data + spring-data-relational + 2.2.12 + + + org.springframework.data + spring-data-jpa + 2.5.12 + + + org.springframework.data + spring-data-mongodb + 3.2.12 + + + org.springframework.data + spring-data-neo4j + 6.1.12 + + + org.springframework.data + spring-data-r2dbc + 1.3.12 + + + org.springframework.data + spring-data-redis + 2.5.12 + + + org.springframework.data + spring-data-rest-webmvc + 3.5.12 + + + org.springframework.data + spring-data-rest-core + 3.5.12 + + + org.springframework.data + spring-data-rest-hal-explorer + 3.5.12 + + + org.springframework.data + spring-data-keyvalue + 2.5.12 + + + org.springframework.data + spring-data-envers + 2.5.12 + + + org.springframework.data + spring-data-ldap + 2.5.12 + + + + diff --git a/org/springframework/data/spring-data-bom/2021.0.12/spring-data-bom-2021.0.12.pom.sha1 b/org/springframework/data/spring-data-bom/2021.0.12/spring-data-bom-2021.0.12.pom.sha1 new file mode 100644 index 0000000..d6b3b3b --- /dev/null +++ b/org/springframework/data/spring-data-bom/2021.0.12/spring-data-bom-2021.0.12.pom.sha1 @@ -0,0 +1 @@ +ebf0bebe0d6e2ea9636b094d2758d88e89d73eb9 \ No newline at end of file diff --git a/org/springframework/data/spring-data-bom/2021.2.12/_remote.repositories b/org/springframework/data/spring-data-bom/2021.2.12/_remote.repositories new file mode 100644 index 0000000..e1b9f8a --- /dev/null +++ b/org/springframework/data/spring-data-bom/2021.2.12/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:14 CST 2025 +spring-data-bom-2021.2.12.pom>public= diff --git a/org/springframework/data/spring-data-bom/2021.2.12/spring-data-bom-2021.2.12.pom b/org/springframework/data/spring-data-bom/2021.2.12/spring-data-bom-2021.2.12.pom new file mode 100644 index 0000000..b421df5 --- /dev/null +++ b/org/springframework/data/spring-data-bom/2021.2.12/spring-data-bom-2021.2.12.pom @@ -0,0 +1,153 @@ + + + 4.0.0 + org.springframework.data + spring-data-bom + 2021.2.12 + pom + Spring Data Release Train - BOM + Bill of materials to make sure a consistent set of versions is used for + Spring Data modules. + https://github.com/spring-projects/spring-data-bom + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2010 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + See the License for the specific language governing permissions and + limitations under the License. + + + + + mpaluch + Mark Paluch + mpaluch at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + Project lead + + +1 + + + + scm:git:git://github.com/spring-projects/spring-data-bom.git + scm:git:ssh://git@github.com:spring-projects/spring-data-bom.git + https://github.com/spring-projects/spring-data-bom + + + GitHub + https://github.com/spring-projects/spring-data-bom/issues + + + + + org.springframework.data + spring-data-cassandra + 3.4.12 + + + org.springframework.data + spring-data-commons + 2.7.12 + + + org.springframework.data + spring-data-couchbase + 4.4.12 + + + org.springframework.data + spring-data-elasticsearch + 4.4.12 + + + org.springframework.data + spring-data-geode + 2.7.12 + + + org.springframework.data + spring-data-jdbc + 2.4.12 + + + org.springframework.data + spring-data-relational + 2.4.12 + + + org.springframework.data + spring-data-jpa + 2.7.12 + + + org.springframework.data + spring-data-mongodb + 3.4.12 + + + org.springframework.data + spring-data-neo4j + 6.3.12 + + + org.springframework.data + spring-data-r2dbc + 1.5.12 + + + org.springframework.data + spring-data-redis + 2.7.12 + + + org.springframework.data + spring-data-rest-webmvc + 3.7.12 + + + org.springframework.data + spring-data-rest-core + 3.7.12 + + + org.springframework.data + spring-data-rest-hal-explorer + 3.7.12 + + + org.springframework.data + spring-data-keyvalue + 2.7.12 + + + org.springframework.data + spring-data-envers + 2.7.12 + + + org.springframework.data + spring-data-ldap + 2.7.12 + + + + diff --git a/org/springframework/data/spring-data-bom/2021.2.12/spring-data-bom-2021.2.12.pom.sha1 b/org/springframework/data/spring-data-bom/2021.2.12/spring-data-bom-2021.2.12.pom.sha1 new file mode 100644 index 0000000..89fd8cb --- /dev/null +++ b/org/springframework/data/spring-data-bom/2021.2.12/spring-data-bom-2021.2.12.pom.sha1 @@ -0,0 +1 @@ +a1456979e6e20ce6fef5feed9e76edf2685b4c60 \ No newline at end of file diff --git a/org/springframework/data/spring-data-commons/2.5.12/_remote.repositories b/org/springframework/data/spring-data-commons/2.5.12/_remote.repositories new file mode 100644 index 0000000..c0aca76 --- /dev/null +++ b/org/springframework/data/spring-data-commons/2.5.12/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +spring-data-commons-2.5.12.pom>public= +spring-data-commons-2.5.12.jar>public= diff --git a/org/springframework/data/spring-data-commons/2.5.12/spring-data-commons-2.5.12.jar b/org/springframework/data/spring-data-commons/2.5.12/spring-data-commons-2.5.12.jar new file mode 100644 index 0000000..e98f997 Binary files /dev/null and b/org/springframework/data/spring-data-commons/2.5.12/spring-data-commons-2.5.12.jar differ diff --git a/org/springframework/data/spring-data-commons/2.5.12/spring-data-commons-2.5.12.jar.sha1 b/org/springframework/data/spring-data-commons/2.5.12/spring-data-commons-2.5.12.jar.sha1 new file mode 100644 index 0000000..da6460a --- /dev/null +++ b/org/springframework/data/spring-data-commons/2.5.12/spring-data-commons-2.5.12.jar.sha1 @@ -0,0 +1 @@ +02e53cc3b5086d923ad130fe7411200eab92e6d0 \ No newline at end of file diff --git a/org/springframework/data/spring-data-commons/2.5.12/spring-data-commons-2.5.12.pom b/org/springframework/data/spring-data-commons/2.5.12/spring-data-commons-2.5.12.pom new file mode 100644 index 0000000..8e98dae --- /dev/null +++ b/org/springframework/data/spring-data-commons/2.5.12/spring-data-commons-2.5.12.pom @@ -0,0 +1,380 @@ + + + + 4.0.0 + + org.springframework.data + spring-data-commons + 2.5.12 + + Spring Data Core + + + org.springframework.data.build + spring-data-parent + 2.5.12 + + + + 2.0.6 + 0.10.4 + 2.11.7 + 1.4.23 + + spring.data.commons + + + + + org.springframework + spring-core + + + org.springframework + spring-beans + + + org.springframework + spring-context + true + + + org.springframework + spring-expression + true + + + org.springframework + spring-tx + true + + + org.springframework + spring-oxm + true + + + com.fasterxml.jackson.core + jackson-databind + true + + + org.springframework + spring-web + true + + + org.springframework + spring-webflux + true + + + + javax.servlet + javax.servlet-api + 4.0.1 + provided + + + + javax.annotation + javax.annotation-api + ${javax-annotation-api} + true + + + + joda-time + joda-time + ${jodatime} + true + + + + org.threeten + threetenbp + ${threetenbp} + true + + + + + + io.projectreactor + reactor-core + true + + + + io.projectreactor + reactor-test + test + + + + + + io.reactivex + rxjava + ${rxjava} + true + + + + io.reactivex + rxjava-reactive-streams + ${rxjava-reactive-streams} + true + + + + io.reactivex.rxjava2 + rxjava + ${rxjava2} + true + + + + io.reactivex.rxjava3 + rxjava + ${rxjava3} + true + + + + + + com.querydsl + querydsl-core + ${querydsl} + true + + + + com.querydsl + querydsl-apt + ${querydsl} + provided + + + + com.querydsl + querydsl-collections + ${querydsl} + true + + + + + javax.ejb + ejb-api + 3.0 + true + + + + + + org.apache.geronimo.specs + geronimo-jcdi_2.0_spec + 1.0.1 + test + + + + javax.interceptor + javax.interceptor-api + 1.2.1 + test + + + + javax.enterprise + cdi-api + ${cdi} + provided + true + + + + com.google.guava + guava + ${guava} + true + + + + io.vavr + vavr + ${vavr} + true + + + + javax.el + el-api + 1.0 + test + + + + org.apache.openwebbeans + openwebbeans-se + ${webbeans} + test + + + + org.springframework.hateoas + spring-hateoas + ${spring-hateoas} + true + + + + org.springframework + spring-webmvc + true + + + + com.sun.xml.bind + jaxb-impl + 2.3.5 + test + + + + xmlunit + xmlunit + 1.6 + test + + + + + org.codehaus.groovy + groovy-all + 2.4.4 + test + + + + + org.jetbrains.kotlin + kotlin-stdlib + true + + + + org.jetbrains.kotlin + kotlin-reflect + true + + + + org.jetbrains.kotlinx + kotlinx-coroutines-core + true + + + + org.jetbrains.kotlinx + kotlinx-coroutines-reactive + true + + + + org.jetbrains.kotlinx + kotlinx-coroutines-reactor + true + + + + org.jetbrains.kotlin + kotlin-test-junit5 + ${kotlin} + test + + + + io.mockk + mockk + ${mockk} + test + + + + + org.scala-lang + scala-library + ${scala} + true + + + + javax.transaction + javax.transaction-api + 1.2 + test + + + + com.jayway.jsonpath + json-path + ${jsonpath} + true + + + + org.xmlbeam + xmlprojector + ${xmlbeam} + true + + + + de.schauderhaft.degraph + degraph-check + 0.1.4 + test + + + + org.jmolecules.integrations + jmolecules-spring + ${jmolecules-integration} + true + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + org.asciidoctor + asciidoctor-maven-plugin + + + + + + + + spring-libs-release + https://repo.spring.io/libs-release + + + + + + spring-plugins-release + https://repo.spring.io/plugins-release + + + + diff --git a/org/springframework/data/spring-data-commons/2.5.12/spring-data-commons-2.5.12.pom.sha1 b/org/springframework/data/spring-data-commons/2.5.12/spring-data-commons-2.5.12.pom.sha1 new file mode 100644 index 0000000..64334b5 --- /dev/null +++ b/org/springframework/data/spring-data-commons/2.5.12/spring-data-commons-2.5.12.pom.sha1 @@ -0,0 +1 @@ +51908e0fb29677fd5e58604626583c6f1f5b9efd \ No newline at end of file diff --git a/org/springframework/data/spring-data-keyvalue/2.5.12/_remote.repositories b/org/springframework/data/spring-data-keyvalue/2.5.12/_remote.repositories new file mode 100644 index 0000000..666ea73 --- /dev/null +++ b/org/springframework/data/spring-data-keyvalue/2.5.12/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:19 CST 2025 +spring-data-keyvalue-2.5.12.pom>public= +spring-data-keyvalue-2.5.12.jar>public= diff --git a/org/springframework/data/spring-data-keyvalue/2.5.12/spring-data-keyvalue-2.5.12.jar b/org/springframework/data/spring-data-keyvalue/2.5.12/spring-data-keyvalue-2.5.12.jar new file mode 100644 index 0000000..f0171e2 Binary files /dev/null and b/org/springframework/data/spring-data-keyvalue/2.5.12/spring-data-keyvalue-2.5.12.jar differ diff --git a/org/springframework/data/spring-data-keyvalue/2.5.12/spring-data-keyvalue-2.5.12.jar.sha1 b/org/springframework/data/spring-data-keyvalue/2.5.12/spring-data-keyvalue-2.5.12.jar.sha1 new file mode 100644 index 0000000..48ea0d9 --- /dev/null +++ b/org/springframework/data/spring-data-keyvalue/2.5.12/spring-data-keyvalue-2.5.12.jar.sha1 @@ -0,0 +1 @@ +bdb53474b3fe08452e7609166837fc1f33bfc834 \ No newline at end of file diff --git a/org/springframework/data/spring-data-keyvalue/2.5.12/spring-data-keyvalue-2.5.12.pom b/org/springframework/data/spring-data-keyvalue/2.5.12/spring-data-keyvalue-2.5.12.pom new file mode 100644 index 0000000..e8245d9 --- /dev/null +++ b/org/springframework/data/spring-data-keyvalue/2.5.12/spring-data-keyvalue-2.5.12.pom @@ -0,0 +1,109 @@ + + + + 4.0.0 + + org.springframework.data + spring-data-keyvalue + 2.5.12 + + Spring Data KeyValue + + + org.springframework.data.build + spring-data-parent + 2.5.12 + + + + + 2.5.12 + spring.data.keyvalue + + + + + + org.springframework.data + spring-data-commons + ${springdata.commons} + + + + org.springframework + spring-context + + + + org.springframework + spring-tx + + + + com.querydsl + querydsl-collections + ${querydsl} + true + + + + joda-time + joda-time + ${jodatime} + test + + + + + + + + + com.mysema.maven + apt-maven-plugin + ${apt} + + + generate-test-sources + + test-process + + + ${project.build.directory}/generated-sources/test-annotations + com.querydsl.apt.QuerydslAnnotationProcessor + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + org.asciidoctor + asciidoctor-maven-plugin + + + + + + + + spring-libs-release + https://repo.spring.io/libs-release + + + + + + spring-plugins-release + https://repo.spring.io/plugins-release + + + spring-libs-milestone + https://repo.spring.io/libs-milestone + + + + diff --git a/org/springframework/data/spring-data-keyvalue/2.5.12/spring-data-keyvalue-2.5.12.pom.sha1 b/org/springframework/data/spring-data-keyvalue/2.5.12/spring-data-keyvalue-2.5.12.pom.sha1 new file mode 100644 index 0000000..62be8ff --- /dev/null +++ b/org/springframework/data/spring-data-keyvalue/2.5.12/spring-data-keyvalue-2.5.12.pom.sha1 @@ -0,0 +1 @@ +88189efb2c00e59b42a2dedd4fd6622929518591 \ No newline at end of file diff --git a/org/springframework/data/spring-data-redis/2.5.12/_remote.repositories b/org/springframework/data/spring-data-redis/2.5.12/_remote.repositories new file mode 100644 index 0000000..22c58c6 --- /dev/null +++ b/org/springframework/data/spring-data-redis/2.5.12/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:19 CST 2025 +spring-data-redis-2.5.12.pom>public= +spring-data-redis-2.5.12.jar>public= diff --git a/org/springframework/data/spring-data-redis/2.5.12/spring-data-redis-2.5.12.jar b/org/springframework/data/spring-data-redis/2.5.12/spring-data-redis-2.5.12.jar new file mode 100644 index 0000000..7800362 Binary files /dev/null and b/org/springframework/data/spring-data-redis/2.5.12/spring-data-redis-2.5.12.jar differ diff --git a/org/springframework/data/spring-data-redis/2.5.12/spring-data-redis-2.5.12.jar.sha1 b/org/springframework/data/spring-data-redis/2.5.12/spring-data-redis-2.5.12.jar.sha1 new file mode 100644 index 0000000..d414051 --- /dev/null +++ b/org/springframework/data/spring-data-redis/2.5.12/spring-data-redis-2.5.12.jar.sha1 @@ -0,0 +1 @@ +bf60f8d9bddc7dc7c84dafbe3cd4d6aa7952e69f \ No newline at end of file diff --git a/org/springframework/data/spring-data-redis/2.5.12/spring-data-redis-2.5.12.pom b/org/springframework/data/spring-data-redis/2.5.12/spring-data-redis-2.5.12.pom new file mode 100644 index 0000000..4692e6b --- /dev/null +++ b/org/springframework/data/spring-data-redis/2.5.12/spring-data-redis-2.5.12.pom @@ -0,0 +1,326 @@ + + + + 4.0.0 + + org.springframework.data + spring-data-redis + 2.5.12 + + Spring Data Redis + + + org.springframework.data.build + spring-data-parent + 2.5.12 + + + + 2.5.12 + 4.0.2 + 1.1 + 1.9.4 + 1.4.18 + 2.9.0 + 6.1.8.RELEASE + 3.6.3 + 1.01 + 4.1.72.Final + spring.data.redis + + + + + + + org.apache.commons + commons-pool2 + ${pool} + + + + + + + + + + + org.springframework.data + spring-data-keyvalue + ${springdata.keyvalue} + + + + org.springframework + spring-tx + + + + org.springframework + spring-oxm + + + + org.springframework + spring-aop + + + + org.springframework + spring-context-support + + + + + + redis.clients + jedis + ${jedis} + true + + + + io.lettuce + lettuce-core + ${lettuce} + true + + + + io.netty + netty-transport-native-epoll + linux-x86_64 + ${netty} + test + + + + io.netty + netty-transport-native-kqueue + osx-x86_64 + ${netty} + test + + + + + io.projectreactor + reactor-core + true + + + + + + com.fasterxml.jackson.core + jackson-core + true + + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + true + + + + com.fasterxml.jackson.core + jackson-databind + true + + + + commons-beanutils + commons-beanutils + ${beanutils} + true + + + + + + org.apache.commons + commons-pool2 + true + + + + + + org.apache.geronimo.specs + geronimo-jcdi_2.0_spec + 1.0.1 + test + + + + javax.interceptor + javax.interceptor-api + 1.2.1 + test + + + + javax.enterprise + cdi-api + ${cdi} + provided + true + + + + javax.annotation + javax.annotation-api + ${javax-annotation-api} + test + + + + org.apache.openwebbeans + openwebbeans-se + ${webbeans} + test + + + + + org.jetbrains.kotlin + kotlin-stdlib + true + + + + org.jetbrains.kotlin + kotlin-reflect + true + + + + org.jetbrains.kotlinx + kotlinx-coroutines-core + ${kotlin-coroutines} + true + + + + org.jetbrains.kotlinx + kotlinx-coroutines-reactor + ${kotlin-coroutines} + true + + + + io.mockk + mockk + ${mockk} + test + + + + + + org.springframework + spring-jdbc + test + + + + org.awaitility + awaitility + ${awaitility} + test + + + + javax.transaction + jta + ${jta} + test + + + + javax.annotation + jsr250-api + 1.0 + test + + + + com.thoughtworks.xstream + xstream + ${xstream} + test + + + + edu.umd.cs.mtc + multithreadedtc + ${multithreadedtc} + test + + + + io.projectreactor + reactor-test + test + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + -XX:-OmitStackTraceInFastThrow + false + + **/*Tests.java + **/*Test.java + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + + org.asciidoctor + asciidoctor-maven-plugin + + + ${lettuce} + ${jedis} + + + + + + + + + + spring-libs-release + https://repo.spring.io/libs-release + + + + + + spring-plugins-release + https://repo.spring.io/plugins-release + + + + + + + none + + + diff --git a/org/springframework/data/spring-data-redis/2.5.12/spring-data-redis-2.5.12.pom.sha1 b/org/springframework/data/spring-data-redis/2.5.12/spring-data-redis-2.5.12.pom.sha1 new file mode 100644 index 0000000..81db314 --- /dev/null +++ b/org/springframework/data/spring-data-redis/2.5.12/spring-data-redis-2.5.12.pom.sha1 @@ -0,0 +1 @@ +dbdc55ca12a98bf2b29fc4ecc2298b1055039315 \ No newline at end of file diff --git a/org/springframework/security/spring-security-bom/5.7.12/_remote.repositories b/org/springframework/security/spring-security-bom/5.7.12/_remote.repositories new file mode 100644 index 0000000..147600d --- /dev/null +++ b/org/springframework/security/spring-security-bom/5.7.12/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:11 CST 2025 +spring-security-bom-5.7.12.pom>public= diff --git a/org/springframework/security/spring-security-bom/5.7.12/spring-security-bom-5.7.12.pom b/org/springframework/security/spring-security-bom/5.7.12/spring-security-bom-5.7.12.pom new file mode 100644 index 0000000..02bc3ee --- /dev/null +++ b/org/springframework/security/spring-security-bom/5.7.12/spring-security-bom-5.7.12.pom @@ -0,0 +1,148 @@ + + + + + + + + 4.0.0 + org.springframework.security + spring-security-bom + 5.7.12 + pom + spring-security-bom + Spring Security + https://spring.io/projects/spring-security + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-security.git + scm:git:ssh://git@github.com/spring-projects/spring-security.git + https://github.com/spring-projects/spring-security + + + GitHub + https://github.com/spring-projects/spring-security/issues + + + + + org.springframework.security + spring-security-acl + 5.7.12 + + + org.springframework.security + spring-security-aspects + 5.7.12 + + + org.springframework.security + spring-security-cas + 5.7.12 + + + org.springframework.security + spring-security-config + 5.7.12 + + + org.springframework.security + spring-security-core + 5.7.12 + + + org.springframework.security + spring-security-crypto + 5.7.12 + + + org.springframework.security + spring-security-data + 5.7.12 + + + org.springframework.security + spring-security-ldap + 5.7.12 + + + org.springframework.security + spring-security-messaging + 5.7.12 + + + org.springframework.security + spring-security-oauth2-client + 5.7.12 + + + org.springframework.security + spring-security-oauth2-core + 5.7.12 + + + org.springframework.security + spring-security-oauth2-jose + 5.7.12 + + + org.springframework.security + spring-security-oauth2-resource-server + 5.7.12 + + + org.springframework.security + spring-security-openid + 5.7.12 + + + org.springframework.security + spring-security-remoting + 5.7.12 + + + org.springframework.security + spring-security-rsocket + 5.7.12 + + + org.springframework.security + spring-security-saml2-service-provider + 5.7.12 + + + org.springframework.security + spring-security-taglibs + 5.7.12 + + + org.springframework.security + spring-security-test + 5.7.12 + + + org.springframework.security + spring-security-web + 5.7.12 + + + + diff --git a/org/springframework/security/spring-security-bom/5.7.12/spring-security-bom-5.7.12.pom.sha1 b/org/springframework/security/spring-security-bom/5.7.12/spring-security-bom-5.7.12.pom.sha1 new file mode 100644 index 0000000..33f5475 --- /dev/null +++ b/org/springframework/security/spring-security-bom/5.7.12/spring-security-bom-5.7.12.pom.sha1 @@ -0,0 +1 @@ +09f5777dd832ec781c740f8fa6565718f6101e3a \ No newline at end of file diff --git a/org/springframework/security/spring-security-bom/5.7.8/_remote.repositories b/org/springframework/security/spring-security-bom/5.7.8/_remote.repositories new file mode 100644 index 0000000..6d131f6 --- /dev/null +++ b/org/springframework/security/spring-security-bom/5.7.8/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:14 CST 2025 +spring-security-bom-5.7.8.pom>public= diff --git a/org/springframework/security/spring-security-bom/5.7.8/spring-security-bom-5.7.8.pom b/org/springframework/security/spring-security-bom/5.7.8/spring-security-bom-5.7.8.pom new file mode 100644 index 0000000..49ee63a --- /dev/null +++ b/org/springframework/security/spring-security-bom/5.7.8/spring-security-bom-5.7.8.pom @@ -0,0 +1,148 @@ + + + + + + + + 4.0.0 + org.springframework.security + spring-security-bom + 5.7.8 + pom + spring-security-bom + Spring Security + https://spring.io/projects/spring-security + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-security.git + scm:git:ssh://git@github.com/spring-projects/spring-security.git + https://github.com/spring-projects/spring-security + + + GitHub + https://github.com/spring-projects/spring-security/issues + + + + + org.springframework.security + spring-security-acl + 5.7.8 + + + org.springframework.security + spring-security-aspects + 5.7.8 + + + org.springframework.security + spring-security-cas + 5.7.8 + + + org.springframework.security + spring-security-config + 5.7.8 + + + org.springframework.security + spring-security-core + 5.7.8 + + + org.springframework.security + spring-security-crypto + 5.7.8 + + + org.springframework.security + spring-security-data + 5.7.8 + + + org.springframework.security + spring-security-ldap + 5.7.8 + + + org.springframework.security + spring-security-messaging + 5.7.8 + + + org.springframework.security + spring-security-oauth2-client + 5.7.8 + + + org.springframework.security + spring-security-oauth2-core + 5.7.8 + + + org.springframework.security + spring-security-oauth2-jose + 5.7.8 + + + org.springframework.security + spring-security-oauth2-resource-server + 5.7.8 + + + org.springframework.security + spring-security-openid + 5.7.8 + + + org.springframework.security + spring-security-remoting + 5.7.8 + + + org.springframework.security + spring-security-rsocket + 5.7.8 + + + org.springframework.security + spring-security-saml2-service-provider + 5.7.8 + + + org.springframework.security + spring-security-taglibs + 5.7.8 + + + org.springframework.security + spring-security-test + 5.7.8 + + + org.springframework.security + spring-security-web + 5.7.8 + + + + diff --git a/org/springframework/security/spring-security-bom/5.7.8/spring-security-bom-5.7.8.pom.sha1 b/org/springframework/security/spring-security-bom/5.7.8/spring-security-bom-5.7.8.pom.sha1 new file mode 100644 index 0000000..162016d --- /dev/null +++ b/org/springframework/security/spring-security-bom/5.7.8/spring-security-bom-5.7.8.pom.sha1 @@ -0,0 +1 @@ +9cbc3a33b89b0b0ede41b012e2884e352ffd948e \ No newline at end of file diff --git a/org/springframework/security/spring-security-config/5.7.12/_remote.repositories b/org/springframework/security/spring-security-config/5.7.12/_remote.repositories new file mode 100644 index 0000000..cd83c0b --- /dev/null +++ b/org/springframework/security/spring-security-config/5.7.12/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:21 CST 2025 +spring-security-config-5.7.12.pom>public= +spring-security-config-5.7.12.jar>public= diff --git a/org/springframework/security/spring-security-config/5.7.12/spring-security-config-5.7.12.jar b/org/springframework/security/spring-security-config/5.7.12/spring-security-config-5.7.12.jar new file mode 100644 index 0000000..ebde09b Binary files /dev/null and b/org/springframework/security/spring-security-config/5.7.12/spring-security-config-5.7.12.jar differ diff --git a/org/springframework/security/spring-security-config/5.7.12/spring-security-config-5.7.12.jar.sha1 b/org/springframework/security/spring-security-config/5.7.12/spring-security-config-5.7.12.jar.sha1 new file mode 100644 index 0000000..01885ad --- /dev/null +++ b/org/springframework/security/spring-security-config/5.7.12/spring-security-config-5.7.12.jar.sha1 @@ -0,0 +1 @@ +4f88c306b8808819fc1c84b7021ff693b795b4d6 \ No newline at end of file diff --git a/org/springframework/security/spring-security-config/5.7.12/spring-security-config-5.7.12.pom b/org/springframework/security/spring-security-config/5.7.12/spring-security-config-5.7.12.pom new file mode 100644 index 0000000..53ad3b7 --- /dev/null +++ b/org/springframework/security/spring-security-config/5.7.12/spring-security-config-5.7.12.pom @@ -0,0 +1,74 @@ + + + + + + + + 4.0.0 + org.springframework.security + spring-security-config + 5.7.12 + spring-security-config + Spring Security + https://spring.io/projects/spring-security + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-security.git + scm:git:ssh://git@github.com/spring-projects/spring-security.git + https://github.com/spring-projects/spring-security + + + GitHub + https://github.com/spring-projects/spring-security/issues + + + + org.springframework.security + spring-security-core + 5.7.12 + compile + + + org.springframework + spring-aop + 5.3.29 + compile + + + org.springframework + spring-beans + 5.3.29 + compile + + + org.springframework + spring-context + 5.3.29 + compile + + + org.springframework + spring-core + 5.3.29 + compile + + + diff --git a/org/springframework/security/spring-security-config/5.7.12/spring-security-config-5.7.12.pom.sha1 b/org/springframework/security/spring-security-config/5.7.12/spring-security-config-5.7.12.pom.sha1 new file mode 100644 index 0000000..62cc98a --- /dev/null +++ b/org/springframework/security/spring-security-config/5.7.12/spring-security-config-5.7.12.pom.sha1 @@ -0,0 +1 @@ +dc39e9b6585426679e1be830f348bf1e470a7dd1 \ No newline at end of file diff --git a/org/springframework/security/spring-security-core/5.7.12/_remote.repositories b/org/springframework/security/spring-security-core/5.7.12/_remote.repositories new file mode 100644 index 0000000..77eacc1 --- /dev/null +++ b/org/springframework/security/spring-security-core/5.7.12/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:18 CST 2025 +spring-security-core-5.7.12.pom>public= +spring-security-core-5.7.12.jar>public= diff --git a/org/springframework/security/spring-security-core/5.7.12/spring-security-core-5.7.12.jar b/org/springframework/security/spring-security-core/5.7.12/spring-security-core-5.7.12.jar new file mode 100644 index 0000000..ce6d4f8 Binary files /dev/null and b/org/springframework/security/spring-security-core/5.7.12/spring-security-core-5.7.12.jar differ diff --git a/org/springframework/security/spring-security-core/5.7.12/spring-security-core-5.7.12.jar.sha1 b/org/springframework/security/spring-security-core/5.7.12/spring-security-core-5.7.12.jar.sha1 new file mode 100644 index 0000000..3a28266 --- /dev/null +++ b/org/springframework/security/spring-security-core/5.7.12/spring-security-core-5.7.12.jar.sha1 @@ -0,0 +1 @@ +952b711a15b4928eb411c29c9a7b5368b48846a3 \ No newline at end of file diff --git a/org/springframework/security/spring-security-core/5.7.12/spring-security-core-5.7.12.pom b/org/springframework/security/spring-security-core/5.7.12/spring-security-core-5.7.12.pom new file mode 100644 index 0000000..0e6a505 --- /dev/null +++ b/org/springframework/security/spring-security-core/5.7.12/spring-security-core-5.7.12.pom @@ -0,0 +1,81 @@ + + + + + + + + 4.0.0 + org.springframework.security + spring-security-core + 5.7.12 + spring-security-core + Spring Security + https://spring.io/projects/spring-security + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-security.git + scm:git:ssh://git@github.com/spring-projects/spring-security.git + https://github.com/spring-projects/spring-security + + + GitHub + https://github.com/spring-projects/spring-security/issues + + + + org.springframework.security + spring-security-crypto + 5.7.12 + compile + + + org.springframework + spring-aop + 5.3.29 + compile + + + org.springframework + spring-beans + 5.3.29 + compile + + + org.springframework + spring-context + 5.3.29 + compile + + + org.springframework + spring-core + 5.3.29 + compile + + + org.springframework + spring-expression + 5.3.29 + compile + + + diff --git a/org/springframework/security/spring-security-core/5.7.12/spring-security-core-5.7.12.pom.sha1 b/org/springframework/security/spring-security-core/5.7.12/spring-security-core-5.7.12.pom.sha1 new file mode 100644 index 0000000..8415e20 --- /dev/null +++ b/org/springframework/security/spring-security-core/5.7.12/spring-security-core-5.7.12.pom.sha1 @@ -0,0 +1 @@ +08c7e6e97e1ed7a22f1998f04d8efb8ed1ec9b10 \ No newline at end of file diff --git a/org/springframework/security/spring-security-crypto/5.7.12/_remote.repositories b/org/springframework/security/spring-security-crypto/5.7.12/_remote.repositories new file mode 100644 index 0000000..b5c67c7 --- /dev/null +++ b/org/springframework/security/spring-security-crypto/5.7.12/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +spring-security-crypto-5.7.12.pom>public= +spring-security-crypto-5.7.12.jar>public= diff --git a/org/springframework/security/spring-security-crypto/5.7.12/spring-security-crypto-5.7.12.jar b/org/springframework/security/spring-security-crypto/5.7.12/spring-security-crypto-5.7.12.jar new file mode 100644 index 0000000..53d4beb Binary files /dev/null and b/org/springframework/security/spring-security-crypto/5.7.12/spring-security-crypto-5.7.12.jar differ diff --git a/org/springframework/security/spring-security-crypto/5.7.12/spring-security-crypto-5.7.12.jar.sha1 b/org/springframework/security/spring-security-crypto/5.7.12/spring-security-crypto-5.7.12.jar.sha1 new file mode 100644 index 0000000..58d12d1 --- /dev/null +++ b/org/springframework/security/spring-security-crypto/5.7.12/spring-security-crypto-5.7.12.jar.sha1 @@ -0,0 +1 @@ +79ae59c567516a287cd0efe6e49fedce4f4cdb33 \ No newline at end of file diff --git a/org/springframework/security/spring-security-crypto/5.7.12/spring-security-crypto-5.7.12.pom b/org/springframework/security/spring-security-crypto/5.7.12/spring-security-crypto-5.7.12.pom new file mode 100644 index 0000000..9046c2a --- /dev/null +++ b/org/springframework/security/spring-security-crypto/5.7.12/spring-security-crypto-5.7.12.pom @@ -0,0 +1,43 @@ + + + + + + + + 4.0.0 + org.springframework.security + spring-security-crypto + 5.7.12 + spring-security-crypto + Spring Security + https://spring.io/projects/spring-security + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-security.git + scm:git:ssh://git@github.com/spring-projects/spring-security.git + https://github.com/spring-projects/spring-security + + + GitHub + https://github.com/spring-projects/spring-security/issues + + diff --git a/org/springframework/security/spring-security-crypto/5.7.12/spring-security-crypto-5.7.12.pom.sha1 b/org/springframework/security/spring-security-crypto/5.7.12/spring-security-crypto-5.7.12.pom.sha1 new file mode 100644 index 0000000..d298980 --- /dev/null +++ b/org/springframework/security/spring-security-crypto/5.7.12/spring-security-crypto-5.7.12.pom.sha1 @@ -0,0 +1 @@ +d4fbc8a376dbf9f526797b8b9fe0aba4e171f7be \ No newline at end of file diff --git a/org/springframework/security/spring-security-web/5.7.12/_remote.repositories b/org/springframework/security/spring-security-web/5.7.12/_remote.repositories new file mode 100644 index 0000000..3ba0787 --- /dev/null +++ b/org/springframework/security/spring-security-web/5.7.12/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:17 CST 2025 +spring-security-web-5.7.12.pom>public= +spring-security-web-5.7.12.jar>public= diff --git a/org/springframework/security/spring-security-web/5.7.12/spring-security-web-5.7.12.jar b/org/springframework/security/spring-security-web/5.7.12/spring-security-web-5.7.12.jar new file mode 100644 index 0000000..b4777de Binary files /dev/null and b/org/springframework/security/spring-security-web/5.7.12/spring-security-web-5.7.12.jar differ diff --git a/org/springframework/security/spring-security-web/5.7.12/spring-security-web-5.7.12.jar.sha1 b/org/springframework/security/spring-security-web/5.7.12/spring-security-web-5.7.12.jar.sha1 new file mode 100644 index 0000000..d2b6587 --- /dev/null +++ b/org/springframework/security/spring-security-web/5.7.12/spring-security-web-5.7.12.jar.sha1 @@ -0,0 +1 @@ +95b2a035469897648da4bbc0f79e0463fd9492c7 \ No newline at end of file diff --git a/org/springframework/security/spring-security-web/5.7.12/spring-security-web-5.7.12.pom b/org/springframework/security/spring-security-web/5.7.12/spring-security-web-5.7.12.pom new file mode 100644 index 0000000..eb5a335 --- /dev/null +++ b/org/springframework/security/spring-security-web/5.7.12/spring-security-web-5.7.12.pom @@ -0,0 +1,87 @@ + + + + + + + + 4.0.0 + org.springframework.security + spring-security-web + 5.7.12 + spring-security-web + Spring Security + https://spring.io/projects/spring-security + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-security.git + scm:git:ssh://git@github.com/spring-projects/spring-security.git + https://github.com/spring-projects/spring-security + + + GitHub + https://github.com/spring-projects/spring-security/issues + + + + org.springframework.security + spring-security-core + 5.7.12 + compile + + + org.springframework + spring-core + 5.3.29 + compile + + + org.springframework + spring-aop + 5.3.29 + compile + + + org.springframework + spring-beans + 5.3.29 + compile + + + org.springframework + spring-context + 5.3.29 + compile + + + org.springframework + spring-expression + 5.3.29 + compile + + + org.springframework + spring-web + 5.3.29 + compile + + + diff --git a/org/springframework/security/spring-security-web/5.7.12/spring-security-web-5.7.12.pom.sha1 b/org/springframework/security/spring-security-web/5.7.12/spring-security-web-5.7.12.pom.sha1 new file mode 100644 index 0000000..f1b88ff --- /dev/null +++ b/org/springframework/security/spring-security-web/5.7.12/spring-security-web-5.7.12.pom.sha1 @@ -0,0 +1 @@ +03f8b7f3ef876ef73dd619a08546bab7cf4715aa \ No newline at end of file diff --git a/org/springframework/session/spring-session-bom/2021.2.1/_remote.repositories b/org/springframework/session/spring-session-bom/2021.2.1/_remote.repositories new file mode 100644 index 0000000..943e652 --- /dev/null +++ b/org/springframework/session/spring-session-bom/2021.2.1/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:14 CST 2025 +spring-session-bom-2021.2.1.pom>public= diff --git a/org/springframework/session/spring-session-bom/2021.2.1/spring-session-bom-2021.2.1.pom b/org/springframework/session/spring-session-bom/2021.2.1/spring-session-bom-2021.2.1.pom new file mode 100644 index 0000000..80a6b22 --- /dev/null +++ b/org/springframework/session/spring-session-bom/2021.2.1/spring-session-bom-2021.2.1.pom @@ -0,0 +1,78 @@ + + + + + + + + 4.0.0 + org.springframework.session + spring-session-bom + 2021.2.1 + pom + spring-session-bom + Spring Session BOM + https://spring.io/projects/spring-security + + Pivotal Software, Inc. + https://spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + scm:git:git://github.com/spring-projects/spring-security.git + scm:git:ssh://git@github.com/spring-projects/spring-security.git + https://github.com/spring-projects/spring-security + + + GitHub + https://github.com/spring-projects/spring-security/issues + + + + + org.springframework.session + spring-session-core + 2.7.1 + + + org.springframework.session + spring-session-data-geode + 2.7.1 + + + org.springframework.session + spring-session-data-mongodb + 2.7.1 + + + org.springframework.session + spring-session-data-redis + 2.7.1 + + + org.springframework.session + spring-session-hazelcast + 2.7.1 + + + org.springframework.session + spring-session-jdbc + 2.7.1 + + + + diff --git a/org/springframework/session/spring-session-bom/2021.2.1/spring-session-bom-2021.2.1.pom.sha1 b/org/springframework/session/spring-session-bom/2021.2.1/spring-session-bom-2021.2.1.pom.sha1 new file mode 100644 index 0000000..dfc263d --- /dev/null +++ b/org/springframework/session/spring-session-bom/2021.2.1/spring-session-bom-2021.2.1.pom.sha1 @@ -0,0 +1 @@ +8518d3416cd25dfef5b253db888d63c948459dbf \ No newline at end of file diff --git a/org/springframework/spring-aop/5.3.39/_remote.repositories b/org/springframework/spring-aop/5.3.39/_remote.repositories new file mode 100644 index 0000000..453967f --- /dev/null +++ b/org/springframework/spring-aop/5.3.39/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +spring-aop-5.3.39.pom>public= +spring-aop-5.3.39.jar>public= diff --git a/org/springframework/spring-aop/5.3.39/spring-aop-5.3.39.jar b/org/springframework/spring-aop/5.3.39/spring-aop-5.3.39.jar new file mode 100644 index 0000000..62ce763 Binary files /dev/null and b/org/springframework/spring-aop/5.3.39/spring-aop-5.3.39.jar differ diff --git a/org/springframework/spring-aop/5.3.39/spring-aop-5.3.39.jar.sha1 b/org/springframework/spring-aop/5.3.39/spring-aop-5.3.39.jar.sha1 new file mode 100644 index 0000000..d651e2a --- /dev/null +++ b/org/springframework/spring-aop/5.3.39/spring-aop-5.3.39.jar.sha1 @@ -0,0 +1 @@ +3af1f0d73ec1e031c7083c848342989f413ca275 \ No newline at end of file diff --git a/org/springframework/spring-aop/5.3.39/spring-aop-5.3.39.pom b/org/springframework/spring-aop/5.3.39/spring-aop-5.3.39.pom new file mode 100644 index 0000000..bc47243 --- /dev/null +++ b/org/springframework/spring-aop/5.3.39/spring-aop-5.3.39.pom @@ -0,0 +1,56 @@ + + + + + + + + 4.0.0 + org.springframework + spring-aop + 5.3.39 + Spring AOP + Spring AOP + https://github.com/spring-projects/spring-framework + + Spring IO + https://spring.io/projects/spring-framework + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + jhoeller + Juergen Hoeller + jhoeller@pivotal.io + + + + scm:git:git://github.com/spring-projects/spring-framework + scm:git:git://github.com/spring-projects/spring-framework + https://github.com/spring-projects/spring-framework + + + GitHub + https://github.com/spring-projects/spring-framework/issues + + + + org.springframework + spring-beans + 5.3.39 + compile + + + org.springframework + spring-core + 5.3.39 + compile + + + diff --git a/org/springframework/spring-aop/5.3.39/spring-aop-5.3.39.pom.sha1 b/org/springframework/spring-aop/5.3.39/spring-aop-5.3.39.pom.sha1 new file mode 100644 index 0000000..9616ff8 --- /dev/null +++ b/org/springframework/spring-aop/5.3.39/spring-aop-5.3.39.pom.sha1 @@ -0,0 +1 @@ +78b529d05e3ff4ec2abed95e097054045de49186 \ No newline at end of file diff --git a/org/springframework/spring-beans/5.3.39/_remote.repositories b/org/springframework/spring-beans/5.3.39/_remote.repositories new file mode 100644 index 0000000..1730602 --- /dev/null +++ b/org/springframework/spring-beans/5.3.39/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:19 CST 2025 +spring-beans-5.3.39.pom>public= +spring-beans-5.3.39.jar>public= diff --git a/org/springframework/spring-beans/5.3.39/spring-beans-5.3.39.jar b/org/springframework/spring-beans/5.3.39/spring-beans-5.3.39.jar new file mode 100644 index 0000000..cdb3ffe Binary files /dev/null and b/org/springframework/spring-beans/5.3.39/spring-beans-5.3.39.jar differ diff --git a/org/springframework/spring-beans/5.3.39/spring-beans-5.3.39.jar.sha1 b/org/springframework/spring-beans/5.3.39/spring-beans-5.3.39.jar.sha1 new file mode 100644 index 0000000..f2a5184 --- /dev/null +++ b/org/springframework/spring-beans/5.3.39/spring-beans-5.3.39.jar.sha1 @@ -0,0 +1 @@ +87770ce736cbd777c07866cbc8a06b879765e3c8 \ No newline at end of file diff --git a/org/springframework/spring-beans/5.3.39/spring-beans-5.3.39.pom b/org/springframework/spring-beans/5.3.39/spring-beans-5.3.39.pom new file mode 100644 index 0000000..9d4a3b7 --- /dev/null +++ b/org/springframework/spring-beans/5.3.39/spring-beans-5.3.39.pom @@ -0,0 +1,50 @@ + + + + + + + + 4.0.0 + org.springframework + spring-beans + 5.3.39 + Spring Beans + Spring Beans + https://github.com/spring-projects/spring-framework + + Spring IO + https://spring.io/projects/spring-framework + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + jhoeller + Juergen Hoeller + jhoeller@pivotal.io + + + + scm:git:git://github.com/spring-projects/spring-framework + scm:git:git://github.com/spring-projects/spring-framework + https://github.com/spring-projects/spring-framework + + + GitHub + https://github.com/spring-projects/spring-framework/issues + + + + org.springframework + spring-core + 5.3.39 + compile + + + diff --git a/org/springframework/spring-beans/5.3.39/spring-beans-5.3.39.pom.sha1 b/org/springframework/spring-beans/5.3.39/spring-beans-5.3.39.pom.sha1 new file mode 100644 index 0000000..c7ac4de --- /dev/null +++ b/org/springframework/spring-beans/5.3.39/spring-beans-5.3.39.pom.sha1 @@ -0,0 +1 @@ +88660fba23b3338a1ef9c5c11ed537aaa8c2f24d \ No newline at end of file diff --git a/org/springframework/spring-context-support/5.3.39/_remote.repositories b/org/springframework/spring-context-support/5.3.39/_remote.repositories new file mode 100644 index 0000000..baafb9d --- /dev/null +++ b/org/springframework/spring-context-support/5.3.39/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:21 CST 2025 +spring-context-support-5.3.39.jar>public= +spring-context-support-5.3.39.pom>public= diff --git a/org/springframework/spring-context-support/5.3.39/spring-context-support-5.3.39.jar b/org/springframework/spring-context-support/5.3.39/spring-context-support-5.3.39.jar new file mode 100644 index 0000000..b03c600 Binary files /dev/null and b/org/springframework/spring-context-support/5.3.39/spring-context-support-5.3.39.jar differ diff --git a/org/springframework/spring-context-support/5.3.39/spring-context-support-5.3.39.jar.sha1 b/org/springframework/spring-context-support/5.3.39/spring-context-support-5.3.39.jar.sha1 new file mode 100644 index 0000000..d819ff4 --- /dev/null +++ b/org/springframework/spring-context-support/5.3.39/spring-context-support-5.3.39.jar.sha1 @@ -0,0 +1 @@ +ef757032de76bc5871f29926c79c3f425fd96e24 \ No newline at end of file diff --git a/org/springframework/spring-context-support/5.3.39/spring-context-support-5.3.39.pom b/org/springframework/spring-context-support/5.3.39/spring-context-support-5.3.39.pom new file mode 100644 index 0000000..7ec9113 --- /dev/null +++ b/org/springframework/spring-context-support/5.3.39/spring-context-support-5.3.39.pom @@ -0,0 +1,62 @@ + + + + + + + + 4.0.0 + org.springframework + spring-context-support + 5.3.39 + Spring Context Support + Spring Context Support + https://github.com/spring-projects/spring-framework + + Spring IO + https://spring.io/projects/spring-framework + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + jhoeller + Juergen Hoeller + jhoeller@pivotal.io + + + + scm:git:git://github.com/spring-projects/spring-framework + scm:git:git://github.com/spring-projects/spring-framework + https://github.com/spring-projects/spring-framework + + + GitHub + https://github.com/spring-projects/spring-framework/issues + + + + org.springframework + spring-beans + 5.3.39 + compile + + + org.springframework + spring-context + 5.3.39 + compile + + + org.springframework + spring-core + 5.3.39 + compile + + + diff --git a/org/springframework/spring-context-support/5.3.39/spring-context-support-5.3.39.pom.sha1 b/org/springframework/spring-context-support/5.3.39/spring-context-support-5.3.39.pom.sha1 new file mode 100644 index 0000000..3fcd95d --- /dev/null +++ b/org/springframework/spring-context-support/5.3.39/spring-context-support-5.3.39.pom.sha1 @@ -0,0 +1 @@ +cc17b62e1443bac6a792aae6dac979c401d0637f \ No newline at end of file diff --git a/org/springframework/spring-context/5.3.39/_remote.repositories b/org/springframework/spring-context/5.3.39/_remote.repositories new file mode 100644 index 0000000..5f93e87 --- /dev/null +++ b/org/springframework/spring-context/5.3.39/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:19 CST 2025 +spring-context-5.3.39.pom>public= +spring-context-5.3.39.jar>public= diff --git a/org/springframework/spring-context/5.3.39/spring-context-5.3.39.jar b/org/springframework/spring-context/5.3.39/spring-context-5.3.39.jar new file mode 100644 index 0000000..de8d5ac Binary files /dev/null and b/org/springframework/spring-context/5.3.39/spring-context-5.3.39.jar differ diff --git a/org/springframework/spring-context/5.3.39/spring-context-5.3.39.jar.sha1 b/org/springframework/spring-context/5.3.39/spring-context-5.3.39.jar.sha1 new file mode 100644 index 0000000..619f083 --- /dev/null +++ b/org/springframework/spring-context/5.3.39/spring-context-5.3.39.jar.sha1 @@ -0,0 +1 @@ +286538ca4b3890192d63c88fdd1616adde17dc0e \ No newline at end of file diff --git a/org/springframework/spring-context/5.3.39/spring-context-5.3.39.pom b/org/springframework/spring-context/5.3.39/spring-context-5.3.39.pom new file mode 100644 index 0000000..b9804a9 --- /dev/null +++ b/org/springframework/spring-context/5.3.39/spring-context-5.3.39.pom @@ -0,0 +1,68 @@ + + + + + + + + 4.0.0 + org.springframework + spring-context + 5.3.39 + Spring Context + Spring Context + https://github.com/spring-projects/spring-framework + + Spring IO + https://spring.io/projects/spring-framework + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + jhoeller + Juergen Hoeller + jhoeller@pivotal.io + + + + scm:git:git://github.com/spring-projects/spring-framework + scm:git:git://github.com/spring-projects/spring-framework + https://github.com/spring-projects/spring-framework + + + GitHub + https://github.com/spring-projects/spring-framework/issues + + + + org.springframework + spring-aop + 5.3.39 + compile + + + org.springframework + spring-beans + 5.3.39 + compile + + + org.springframework + spring-core + 5.3.39 + compile + + + org.springframework + spring-expression + 5.3.39 + compile + + + diff --git a/org/springframework/spring-context/5.3.39/spring-context-5.3.39.pom.sha1 b/org/springframework/spring-context/5.3.39/spring-context-5.3.39.pom.sha1 new file mode 100644 index 0000000..c14dbb2 --- /dev/null +++ b/org/springframework/spring-context/5.3.39/spring-context-5.3.39.pom.sha1 @@ -0,0 +1 @@ +d0f80277b3eddf670c6ea96c172242593e635d0b \ No newline at end of file diff --git a/org/springframework/spring-core/5.1.3.RELEASE/_remote.repositories b/org/springframework/spring-core/5.1.3.RELEASE/_remote.repositories index 57bf8a3..afe4b31 100644 --- a/org/springframework/spring-core/5.1.3.RELEASE/_remote.repositories +++ b/org/springframework/spring-core/5.1.3.RELEASE/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:48 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 spring-core-5.1.3.RELEASE.pom>public= +spring-core-5.1.3.RELEASE.jar>public= diff --git a/org/springframework/spring-core/5.1.3.RELEASE/spring-core-5.1.3.RELEASE.jar b/org/springframework/spring-core/5.1.3.RELEASE/spring-core-5.1.3.RELEASE.jar new file mode 100644 index 0000000..5ed918d Binary files /dev/null and b/org/springframework/spring-core/5.1.3.RELEASE/spring-core-5.1.3.RELEASE.jar differ diff --git a/org/springframework/spring-core/5.1.3.RELEASE/spring-core-5.1.3.RELEASE.jar.sha1 b/org/springframework/spring-core/5.1.3.RELEASE/spring-core-5.1.3.RELEASE.jar.sha1 new file mode 100644 index 0000000..cf59b2e --- /dev/null +++ b/org/springframework/spring-core/5.1.3.RELEASE/spring-core-5.1.3.RELEASE.jar.sha1 @@ -0,0 +1 @@ +b1e5325d35bfb27e42d57e9295510cad54ed8fdf \ No newline at end of file diff --git a/org/springframework/spring-core/5.3.39/_remote.repositories b/org/springframework/spring-core/5.3.39/_remote.repositories new file mode 100644 index 0000000..64b171e --- /dev/null +++ b/org/springframework/spring-core/5.3.39/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +spring-core-5.3.39.jar>public= +spring-core-5.3.39.pom>public= diff --git a/org/springframework/spring-core/5.3.39/spring-core-5.3.39.jar b/org/springframework/spring-core/5.3.39/spring-core-5.3.39.jar new file mode 100644 index 0000000..5186b8b Binary files /dev/null and b/org/springframework/spring-core/5.3.39/spring-core-5.3.39.jar differ diff --git a/org/springframework/spring-core/5.3.39/spring-core-5.3.39.jar.sha1 b/org/springframework/spring-core/5.3.39/spring-core-5.3.39.jar.sha1 new file mode 100644 index 0000000..0857255 --- /dev/null +++ b/org/springframework/spring-core/5.3.39/spring-core-5.3.39.jar.sha1 @@ -0,0 +1 @@ +d2bff2eedf27b51d6ef9a2fc892aaff5b7a768dd \ No newline at end of file diff --git a/org/springframework/spring-core/5.3.39/spring-core-5.3.39.pom b/org/springframework/spring-core/5.3.39/spring-core-5.3.39.pom new file mode 100644 index 0000000..8703f8e --- /dev/null +++ b/org/springframework/spring-core/5.3.39/spring-core-5.3.39.pom @@ -0,0 +1,50 @@ + + + + + + + + 4.0.0 + org.springframework + spring-core + 5.3.39 + Spring Core + Spring Core + https://github.com/spring-projects/spring-framework + + Spring IO + https://spring.io/projects/spring-framework + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + jhoeller + Juergen Hoeller + jhoeller@pivotal.io + + + + scm:git:git://github.com/spring-projects/spring-framework + scm:git:git://github.com/spring-projects/spring-framework + https://github.com/spring-projects/spring-framework + + + GitHub + https://github.com/spring-projects/spring-framework/issues + + + + org.springframework + spring-jcl + 5.3.39 + compile + + + diff --git a/org/springframework/spring-core/5.3.39/spring-core-5.3.39.pom.sha1 b/org/springframework/spring-core/5.3.39/spring-core-5.3.39.pom.sha1 new file mode 100644 index 0000000..51efda8 --- /dev/null +++ b/org/springframework/spring-core/5.3.39/spring-core-5.3.39.pom.sha1 @@ -0,0 +1 @@ +901a1821936489fb8ff7d3f454229bd72f1a0ddc \ No newline at end of file diff --git a/org/springframework/spring-expression/5.3.39/_remote.repositories b/org/springframework/spring-expression/5.3.39/_remote.repositories new file mode 100644 index 0000000..223bd5e --- /dev/null +++ b/org/springframework/spring-expression/5.3.39/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:18 CST 2025 +spring-expression-5.3.39.pom>public= +spring-expression-5.3.39.jar>public= diff --git a/org/springframework/spring-expression/5.3.39/spring-expression-5.3.39.jar b/org/springframework/spring-expression/5.3.39/spring-expression-5.3.39.jar new file mode 100644 index 0000000..16c03af Binary files /dev/null and b/org/springframework/spring-expression/5.3.39/spring-expression-5.3.39.jar differ diff --git a/org/springframework/spring-expression/5.3.39/spring-expression-5.3.39.jar.sha1 b/org/springframework/spring-expression/5.3.39/spring-expression-5.3.39.jar.sha1 new file mode 100644 index 0000000..452ec8c --- /dev/null +++ b/org/springframework/spring-expression/5.3.39/spring-expression-5.3.39.jar.sha1 @@ -0,0 +1 @@ +25cf07399eb7ac3fc13888b20dc4d67124ec75bd \ No newline at end of file diff --git a/org/springframework/spring-expression/5.3.39/spring-expression-5.3.39.pom b/org/springframework/spring-expression/5.3.39/spring-expression-5.3.39.pom new file mode 100644 index 0000000..ff50d10 --- /dev/null +++ b/org/springframework/spring-expression/5.3.39/spring-expression-5.3.39.pom @@ -0,0 +1,50 @@ + + + + + + + + 4.0.0 + org.springframework + spring-expression + 5.3.39 + Spring Expression Language (SpEL) + Spring Expression Language (SpEL) + https://github.com/spring-projects/spring-framework + + Spring IO + https://spring.io/projects/spring-framework + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + jhoeller + Juergen Hoeller + jhoeller@pivotal.io + + + + scm:git:git://github.com/spring-projects/spring-framework + scm:git:git://github.com/spring-projects/spring-framework + https://github.com/spring-projects/spring-framework + + + GitHub + https://github.com/spring-projects/spring-framework/issues + + + + org.springframework + spring-core + 5.3.39 + compile + + + diff --git a/org/springframework/spring-expression/5.3.39/spring-expression-5.3.39.pom.sha1 b/org/springframework/spring-expression/5.3.39/spring-expression-5.3.39.pom.sha1 new file mode 100644 index 0000000..458a7dd --- /dev/null +++ b/org/springframework/spring-expression/5.3.39/spring-expression-5.3.39.pom.sha1 @@ -0,0 +1 @@ +054f73852c7e235d8528c154266dd31f87574f70 \ No newline at end of file diff --git a/org/springframework/spring-framework-bom/5.3.27/_remote.repositories b/org/springframework/spring-framework-bom/5.3.27/_remote.repositories new file mode 100644 index 0000000..080a36b --- /dev/null +++ b/org/springframework/spring-framework-bom/5.3.27/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:12 CST 2025 +spring-framework-bom-5.3.27.pom>public= diff --git a/org/springframework/spring-framework-bom/5.3.27/spring-framework-bom-5.3.27.pom b/org/springframework/spring-framework-bom/5.3.27/spring-framework-bom-5.3.27.pom new file mode 100644 index 0000000..65a07ac --- /dev/null +++ b/org/springframework/spring-framework-bom/5.3.27/spring-framework-bom-5.3.27.pom @@ -0,0 +1,157 @@ + + + + + + + + 4.0.0 + org.springframework + spring-framework-bom + 5.3.27 + pom + Spring Framework (Bill of Materials) + Spring Framework (Bill of Materials) + https://github.com/spring-projects/spring-framework + + Spring IO + https://spring.io/projects/spring-framework + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + jhoeller + Juergen Hoeller + jhoeller@pivotal.io + + + + scm:git:git://github.com/spring-projects/spring-framework + scm:git:git://github.com/spring-projects/spring-framework + https://github.com/spring-projects/spring-framework + + + GitHub + https://github.com/spring-projects/spring-framework/issues + + + + + org.springframework + spring-aop + 5.3.27 + + + org.springframework + spring-aspects + 5.3.27 + + + org.springframework + spring-beans + 5.3.27 + + + org.springframework + spring-context + 5.3.27 + + + org.springframework + spring-context-indexer + 5.3.27 + + + org.springframework + spring-context-support + 5.3.27 + + + org.springframework + spring-core + 5.3.27 + + + org.springframework + spring-expression + 5.3.27 + + + org.springframework + spring-instrument + 5.3.27 + + + org.springframework + spring-jcl + 5.3.27 + + + org.springframework + spring-jdbc + 5.3.27 + + + org.springframework + spring-jms + 5.3.27 + + + org.springframework + spring-messaging + 5.3.27 + + + org.springframework + spring-orm + 5.3.27 + + + org.springframework + spring-oxm + 5.3.27 + + + org.springframework + spring-r2dbc + 5.3.27 + + + org.springframework + spring-test + 5.3.27 + + + org.springframework + spring-tx + 5.3.27 + + + org.springframework + spring-web + 5.3.27 + + + org.springframework + spring-webflux + 5.3.27 + + + org.springframework + spring-webmvc + 5.3.27 + + + org.springframework + spring-websocket + 5.3.27 + + + + diff --git a/org/springframework/spring-framework-bom/5.3.27/spring-framework-bom-5.3.27.pom.sha1 b/org/springframework/spring-framework-bom/5.3.27/spring-framework-bom-5.3.27.pom.sha1 new file mode 100644 index 0000000..873bd0d --- /dev/null +++ b/org/springframework/spring-framework-bom/5.3.27/spring-framework-bom-5.3.27.pom.sha1 @@ -0,0 +1 @@ +9cb7d66790b630a3b9fc4ee609a24f7959932572 \ No newline at end of file diff --git a/org/springframework/spring-framework-bom/5.3.39/_remote.repositories b/org/springframework/spring-framework-bom/5.3.39/_remote.repositories new file mode 100644 index 0000000..3ce7ed6 --- /dev/null +++ b/org/springframework/spring-framework-bom/5.3.39/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:11 CST 2025 +spring-framework-bom-5.3.39.pom>public= diff --git a/org/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom b/org/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom new file mode 100644 index 0000000..31b965a --- /dev/null +++ b/org/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom @@ -0,0 +1,157 @@ + + + + + + + + 4.0.0 + org.springframework + spring-framework-bom + 5.3.39 + pom + Spring Framework (Bill of Materials) + Spring Framework (Bill of Materials) + https://github.com/spring-projects/spring-framework + + Spring IO + https://spring.io/projects/spring-framework + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + jhoeller + Juergen Hoeller + jhoeller@pivotal.io + + + + scm:git:git://github.com/spring-projects/spring-framework + scm:git:git://github.com/spring-projects/spring-framework + https://github.com/spring-projects/spring-framework + + + GitHub + https://github.com/spring-projects/spring-framework/issues + + + + + org.springframework + spring-aop + 5.3.39 + + + org.springframework + spring-aspects + 5.3.39 + + + org.springframework + spring-beans + 5.3.39 + + + org.springframework + spring-context + 5.3.39 + + + org.springframework + spring-context-indexer + 5.3.39 + + + org.springframework + spring-context-support + 5.3.39 + + + org.springframework + spring-core + 5.3.39 + + + org.springframework + spring-expression + 5.3.39 + + + org.springframework + spring-instrument + 5.3.39 + + + org.springframework + spring-jcl + 5.3.39 + + + org.springframework + spring-jdbc + 5.3.39 + + + org.springframework + spring-jms + 5.3.39 + + + org.springframework + spring-messaging + 5.3.39 + + + org.springframework + spring-orm + 5.3.39 + + + org.springframework + spring-oxm + 5.3.39 + + + org.springframework + spring-r2dbc + 5.3.39 + + + org.springframework + spring-test + 5.3.39 + + + org.springframework + spring-tx + 5.3.39 + + + org.springframework + spring-web + 5.3.39 + + + org.springframework + spring-webflux + 5.3.39 + + + org.springframework + spring-webmvc + 5.3.39 + + + org.springframework + spring-websocket + 5.3.39 + + + + diff --git a/org/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom.sha1 b/org/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom.sha1 new file mode 100644 index 0000000..bee8df0 --- /dev/null +++ b/org/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom.sha1 @@ -0,0 +1 @@ +51d5e26004c5cd98c1d0bd562e0579f18e6552e8 \ No newline at end of file diff --git a/org/springframework/spring-jcl/5.1.3.RELEASE/_remote.repositories b/org/springframework/spring-jcl/5.1.3.RELEASE/_remote.repositories index e23e960..950804d 100644 --- a/org/springframework/spring-jcl/5.1.3.RELEASE/_remote.repositories +++ b/org/springframework/spring-jcl/5.1.3.RELEASE/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:50 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 spring-jcl-5.1.3.RELEASE.pom>public= +spring-jcl-5.1.3.RELEASE.jar>public= diff --git a/org/springframework/spring-jcl/5.1.3.RELEASE/spring-jcl-5.1.3.RELEASE.jar b/org/springframework/spring-jcl/5.1.3.RELEASE/spring-jcl-5.1.3.RELEASE.jar new file mode 100644 index 0000000..485e16b Binary files /dev/null and b/org/springframework/spring-jcl/5.1.3.RELEASE/spring-jcl-5.1.3.RELEASE.jar differ diff --git a/org/springframework/spring-jcl/5.1.3.RELEASE/spring-jcl-5.1.3.RELEASE.jar.sha1 b/org/springframework/spring-jcl/5.1.3.RELEASE/spring-jcl-5.1.3.RELEASE.jar.sha1 new file mode 100644 index 0000000..ffe2a6e --- /dev/null +++ b/org/springframework/spring-jcl/5.1.3.RELEASE/spring-jcl-5.1.3.RELEASE.jar.sha1 @@ -0,0 +1 @@ +d332735dbc9c3f48cac59fb832c5719eb62bbe4d \ No newline at end of file diff --git a/org/springframework/spring-jcl/5.3.39/_remote.repositories b/org/springframework/spring-jcl/5.3.39/_remote.repositories new file mode 100644 index 0000000..021c704 --- /dev/null +++ b/org/springframework/spring-jcl/5.3.39/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +spring-jcl-5.3.39.jar>public= +spring-jcl-5.3.39.pom>public= diff --git a/org/springframework/spring-jcl/5.3.39/spring-jcl-5.3.39.jar b/org/springframework/spring-jcl/5.3.39/spring-jcl-5.3.39.jar new file mode 100644 index 0000000..92668f4 Binary files /dev/null and b/org/springframework/spring-jcl/5.3.39/spring-jcl-5.3.39.jar differ diff --git a/org/springframework/spring-jcl/5.3.39/spring-jcl-5.3.39.jar.sha1 b/org/springframework/spring-jcl/5.3.39/spring-jcl-5.3.39.jar.sha1 new file mode 100644 index 0000000..0f308ee --- /dev/null +++ b/org/springframework/spring-jcl/5.3.39/spring-jcl-5.3.39.jar.sha1 @@ -0,0 +1 @@ +45181955845ae69c51c72746f00200f7babca558 \ No newline at end of file diff --git a/org/springframework/spring-jcl/5.3.39/spring-jcl-5.3.39.pom b/org/springframework/spring-jcl/5.3.39/spring-jcl-5.3.39.pom new file mode 100644 index 0000000..a1eee82 --- /dev/null +++ b/org/springframework/spring-jcl/5.3.39/spring-jcl-5.3.39.pom @@ -0,0 +1,42 @@ + + + + + + + + 4.0.0 + org.springframework + spring-jcl + 5.3.39 + Spring Commons Logging Bridge + Spring Commons Logging Bridge + https://github.com/spring-projects/spring-framework + + Spring IO + https://spring.io/projects/spring-framework + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + jhoeller + Juergen Hoeller + jhoeller@pivotal.io + + + + scm:git:git://github.com/spring-projects/spring-framework + scm:git:git://github.com/spring-projects/spring-framework + https://github.com/spring-projects/spring-framework + + + GitHub + https://github.com/spring-projects/spring-framework/issues + + diff --git a/org/springframework/spring-jcl/5.3.39/spring-jcl-5.3.39.pom.sha1 b/org/springframework/spring-jcl/5.3.39/spring-jcl-5.3.39.pom.sha1 new file mode 100644 index 0000000..1bc7dc6 --- /dev/null +++ b/org/springframework/spring-jcl/5.3.39/spring-jcl-5.3.39.pom.sha1 @@ -0,0 +1 @@ +ec3b5255415884037852c3f6dd9660cd32dc3305 \ No newline at end of file diff --git a/org/springframework/spring-jdbc/5.3.39/_remote.repositories b/org/springframework/spring-jdbc/5.3.39/_remote.repositories new file mode 100644 index 0000000..1c4e90a --- /dev/null +++ b/org/springframework/spring-jdbc/5.3.39/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:21 CST 2025 +spring-jdbc-5.3.39.pom>public= +spring-jdbc-5.3.39.jar>public= diff --git a/org/springframework/spring-jdbc/5.3.39/spring-jdbc-5.3.39.jar b/org/springframework/spring-jdbc/5.3.39/spring-jdbc-5.3.39.jar new file mode 100644 index 0000000..9351015 Binary files /dev/null and b/org/springframework/spring-jdbc/5.3.39/spring-jdbc-5.3.39.jar differ diff --git a/org/springframework/spring-jdbc/5.3.39/spring-jdbc-5.3.39.jar.sha1 b/org/springframework/spring-jdbc/5.3.39/spring-jdbc-5.3.39.jar.sha1 new file mode 100644 index 0000000..1835b27 --- /dev/null +++ b/org/springframework/spring-jdbc/5.3.39/spring-jdbc-5.3.39.jar.sha1 @@ -0,0 +1 @@ +89c82cf4a0f0b648df1931fe330798620d0be201 \ No newline at end of file diff --git a/org/springframework/spring-jdbc/5.3.39/spring-jdbc-5.3.39.pom b/org/springframework/spring-jdbc/5.3.39/spring-jdbc-5.3.39.pom new file mode 100644 index 0000000..6aa12d6 --- /dev/null +++ b/org/springframework/spring-jdbc/5.3.39/spring-jdbc-5.3.39.pom @@ -0,0 +1,62 @@ + + + + + + + + 4.0.0 + org.springframework + spring-jdbc + 5.3.39 + Spring JDBC + Spring JDBC + https://github.com/spring-projects/spring-framework + + Spring IO + https://spring.io/projects/spring-framework + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + jhoeller + Juergen Hoeller + jhoeller@pivotal.io + + + + scm:git:git://github.com/spring-projects/spring-framework + scm:git:git://github.com/spring-projects/spring-framework + https://github.com/spring-projects/spring-framework + + + GitHub + https://github.com/spring-projects/spring-framework/issues + + + + org.springframework + spring-beans + 5.3.39 + compile + + + org.springframework + spring-core + 5.3.39 + compile + + + org.springframework + spring-tx + 5.3.39 + compile + + + diff --git a/org/springframework/spring-jdbc/5.3.39/spring-jdbc-5.3.39.pom.sha1 b/org/springframework/spring-jdbc/5.3.39/spring-jdbc-5.3.39.pom.sha1 new file mode 100644 index 0000000..2cc314a --- /dev/null +++ b/org/springframework/spring-jdbc/5.3.39/spring-jdbc-5.3.39.pom.sha1 @@ -0,0 +1 @@ +c31aea0299b2ce361010eee59bf5e6f314e24602 \ No newline at end of file diff --git a/org/springframework/spring-oxm/5.3.39/_remote.repositories b/org/springframework/spring-oxm/5.3.39/_remote.repositories new file mode 100644 index 0000000..5076a62 --- /dev/null +++ b/org/springframework/spring-oxm/5.3.39/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +spring-oxm-5.3.39.pom>public= +spring-oxm-5.3.39.jar>public= diff --git a/org/springframework/spring-oxm/5.3.39/spring-oxm-5.3.39.jar b/org/springframework/spring-oxm/5.3.39/spring-oxm-5.3.39.jar new file mode 100644 index 0000000..dd9448b Binary files /dev/null and b/org/springframework/spring-oxm/5.3.39/spring-oxm-5.3.39.jar differ diff --git a/org/springframework/spring-oxm/5.3.39/spring-oxm-5.3.39.jar.sha1 b/org/springframework/spring-oxm/5.3.39/spring-oxm-5.3.39.jar.sha1 new file mode 100644 index 0000000..0c013f3 --- /dev/null +++ b/org/springframework/spring-oxm/5.3.39/spring-oxm-5.3.39.jar.sha1 @@ -0,0 +1 @@ +9040a3d2a71b1e3a854bc73723da1de668fa49a8 \ No newline at end of file diff --git a/org/springframework/spring-oxm/5.3.39/spring-oxm-5.3.39.pom b/org/springframework/spring-oxm/5.3.39/spring-oxm-5.3.39.pom new file mode 100644 index 0000000..18cb775 --- /dev/null +++ b/org/springframework/spring-oxm/5.3.39/spring-oxm-5.3.39.pom @@ -0,0 +1,56 @@ + + + + + + + + 4.0.0 + org.springframework + spring-oxm + 5.3.39 + Spring Object/XML Marshalling + Spring Object/XML Marshalling + https://github.com/spring-projects/spring-framework + + Spring IO + https://spring.io/projects/spring-framework + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + jhoeller + Juergen Hoeller + jhoeller@pivotal.io + + + + scm:git:git://github.com/spring-projects/spring-framework + scm:git:git://github.com/spring-projects/spring-framework + https://github.com/spring-projects/spring-framework + + + GitHub + https://github.com/spring-projects/spring-framework/issues + + + + org.springframework + spring-beans + 5.3.39 + compile + + + org.springframework + spring-core + 5.3.39 + compile + + + diff --git a/org/springframework/spring-oxm/5.3.39/spring-oxm-5.3.39.pom.sha1 b/org/springframework/spring-oxm/5.3.39/spring-oxm-5.3.39.pom.sha1 new file mode 100644 index 0000000..2e30aea --- /dev/null +++ b/org/springframework/spring-oxm/5.3.39/spring-oxm-5.3.39.pom.sha1 @@ -0,0 +1 @@ +d077dee0fdd28ac5341ff105a3722785d5aaa2e5 \ No newline at end of file diff --git a/org/springframework/spring-tx/5.3.39/_remote.repositories b/org/springframework/spring-tx/5.3.39/_remote.repositories new file mode 100644 index 0000000..e298121 --- /dev/null +++ b/org/springframework/spring-tx/5.3.39/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:20 CST 2025 +spring-tx-5.3.39.pom>public= +spring-tx-5.3.39.jar>public= diff --git a/org/springframework/spring-tx/5.3.39/spring-tx-5.3.39.jar b/org/springframework/spring-tx/5.3.39/spring-tx-5.3.39.jar new file mode 100644 index 0000000..a3d816f Binary files /dev/null and b/org/springframework/spring-tx/5.3.39/spring-tx-5.3.39.jar differ diff --git a/org/springframework/spring-tx/5.3.39/spring-tx-5.3.39.jar.sha1 b/org/springframework/spring-tx/5.3.39/spring-tx-5.3.39.jar.sha1 new file mode 100644 index 0000000..eeac777 --- /dev/null +++ b/org/springframework/spring-tx/5.3.39/spring-tx-5.3.39.jar.sha1 @@ -0,0 +1 @@ +dcfbf4d96f7d7a2c93d602c1b7920566d9e7da2d \ No newline at end of file diff --git a/org/springframework/spring-tx/5.3.39/spring-tx-5.3.39.pom b/org/springframework/spring-tx/5.3.39/spring-tx-5.3.39.pom new file mode 100644 index 0000000..5b8cac8 --- /dev/null +++ b/org/springframework/spring-tx/5.3.39/spring-tx-5.3.39.pom @@ -0,0 +1,56 @@ + + + + + + + + 4.0.0 + org.springframework + spring-tx + 5.3.39 + Spring Transaction + Spring Transaction + https://github.com/spring-projects/spring-framework + + Spring IO + https://spring.io/projects/spring-framework + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + jhoeller + Juergen Hoeller + jhoeller@pivotal.io + + + + scm:git:git://github.com/spring-projects/spring-framework + scm:git:git://github.com/spring-projects/spring-framework + https://github.com/spring-projects/spring-framework + + + GitHub + https://github.com/spring-projects/spring-framework/issues + + + + org.springframework + spring-beans + 5.3.39 + compile + + + org.springframework + spring-core + 5.3.39 + compile + + + diff --git a/org/springframework/spring-tx/5.3.39/spring-tx-5.3.39.pom.sha1 b/org/springframework/spring-tx/5.3.39/spring-tx-5.3.39.pom.sha1 new file mode 100644 index 0000000..bb6e0cd --- /dev/null +++ b/org/springframework/spring-tx/5.3.39/spring-tx-5.3.39.pom.sha1 @@ -0,0 +1 @@ +d82d3648f57daf31e805783d023631a480c6e54d \ No newline at end of file diff --git a/org/springframework/spring-web/5.3.39/_remote.repositories b/org/springframework/spring-web/5.3.39/_remote.repositories new file mode 100644 index 0000000..ce334ad --- /dev/null +++ b/org/springframework/spring-web/5.3.39/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:21 CST 2025 +spring-web-5.3.39.pom>public= +spring-web-5.3.39.jar>public= diff --git a/org/springframework/spring-web/5.3.39/spring-web-5.3.39.jar b/org/springframework/spring-web/5.3.39/spring-web-5.3.39.jar new file mode 100644 index 0000000..fdc5e8c Binary files /dev/null and b/org/springframework/spring-web/5.3.39/spring-web-5.3.39.jar differ diff --git a/org/springframework/spring-web/5.3.39/spring-web-5.3.39.jar.sha1 b/org/springframework/spring-web/5.3.39/spring-web-5.3.39.jar.sha1 new file mode 100644 index 0000000..dcec62b --- /dev/null +++ b/org/springframework/spring-web/5.3.39/spring-web-5.3.39.jar.sha1 @@ -0,0 +1 @@ +4ab03cd7376a6b3365d2798aac8d01dcd22c0174 \ No newline at end of file diff --git a/org/springframework/spring-web/5.3.39/spring-web-5.3.39.pom b/org/springframework/spring-web/5.3.39/spring-web-5.3.39.pom new file mode 100644 index 0000000..0653efc --- /dev/null +++ b/org/springframework/spring-web/5.3.39/spring-web-5.3.39.pom @@ -0,0 +1,56 @@ + + + + + + + + 4.0.0 + org.springframework + spring-web + 5.3.39 + Spring Web + Spring Web + https://github.com/spring-projects/spring-framework + + Spring IO + https://spring.io/projects/spring-framework + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + jhoeller + Juergen Hoeller + jhoeller@pivotal.io + + + + scm:git:git://github.com/spring-projects/spring-framework + scm:git:git://github.com/spring-projects/spring-framework + https://github.com/spring-projects/spring-framework + + + GitHub + https://github.com/spring-projects/spring-framework/issues + + + + org.springframework + spring-beans + 5.3.39 + compile + + + org.springframework + spring-core + 5.3.39 + compile + + + diff --git a/org/springframework/spring-web/5.3.39/spring-web-5.3.39.pom.sha1 b/org/springframework/spring-web/5.3.39/spring-web-5.3.39.pom.sha1 new file mode 100644 index 0000000..0dc44f8 --- /dev/null +++ b/org/springframework/spring-web/5.3.39/spring-web-5.3.39.pom.sha1 @@ -0,0 +1 @@ +7a768c8b65ad8d091a002ca4b7a7734bddfb861a \ No newline at end of file diff --git a/org/springframework/spring-webmvc/5.3.39/_remote.repositories b/org/springframework/spring-webmvc/5.3.39/_remote.repositories new file mode 100644 index 0000000..8307668 --- /dev/null +++ b/org/springframework/spring-webmvc/5.3.39/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Mon Jun 30 11:08:21 CST 2025 +spring-webmvc-5.3.39.jar>public= +spring-webmvc-5.3.39.pom>public= diff --git a/org/springframework/spring-webmvc/5.3.39/spring-webmvc-5.3.39.jar b/org/springframework/spring-webmvc/5.3.39/spring-webmvc-5.3.39.jar new file mode 100644 index 0000000..a129380 Binary files /dev/null and b/org/springframework/spring-webmvc/5.3.39/spring-webmvc-5.3.39.jar differ diff --git a/org/springframework/spring-webmvc/5.3.39/spring-webmvc-5.3.39.jar.sha1 b/org/springframework/spring-webmvc/5.3.39/spring-webmvc-5.3.39.jar.sha1 new file mode 100644 index 0000000..2b2601e --- /dev/null +++ b/org/springframework/spring-webmvc/5.3.39/spring-webmvc-5.3.39.jar.sha1 @@ -0,0 +1 @@ +89c465ff3d37629a60e1ad4886f61a09a459d639 \ No newline at end of file diff --git a/org/springframework/spring-webmvc/5.3.39/spring-webmvc-5.3.39.pom b/org/springframework/spring-webmvc/5.3.39/spring-webmvc-5.3.39.pom new file mode 100644 index 0000000..ce1798e --- /dev/null +++ b/org/springframework/spring-webmvc/5.3.39/spring-webmvc-5.3.39.pom @@ -0,0 +1,80 @@ + + + + + + + + 4.0.0 + org.springframework + spring-webmvc + 5.3.39 + Spring Web MVC + Spring Web MVC + https://github.com/spring-projects/spring-framework + + Spring IO + https://spring.io/projects/spring-framework + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + jhoeller + Juergen Hoeller + jhoeller@pivotal.io + + + + scm:git:git://github.com/spring-projects/spring-framework + scm:git:git://github.com/spring-projects/spring-framework + https://github.com/spring-projects/spring-framework + + + GitHub + https://github.com/spring-projects/spring-framework/issues + + + + org.springframework + spring-aop + 5.3.39 + compile + + + org.springframework + spring-beans + 5.3.39 + compile + + + org.springframework + spring-context + 5.3.39 + compile + + + org.springframework + spring-core + 5.3.39 + compile + + + org.springframework + spring-expression + 5.3.39 + compile + + + org.springframework + spring-web + 5.3.39 + compile + + + diff --git a/org/springframework/spring-webmvc/5.3.39/spring-webmvc-5.3.39.pom.sha1 b/org/springframework/spring-webmvc/5.3.39/spring-webmvc-5.3.39.pom.sha1 new file mode 100644 index 0000000..888f85c --- /dev/null +++ b/org/springframework/spring-webmvc/5.3.39/spring-webmvc-5.3.39.pom.sha1 @@ -0,0 +1 @@ +a74f8f2292b8823a8de638bdfd6e5a334a04deaf \ No newline at end of file diff --git a/org/tukaani/xz/1.10/_remote.repositories b/org/tukaani/xz/1.10/_remote.repositories new file mode 100644 index 0000000..a0cc069 --- /dev/null +++ b/org/tukaani/xz/1.10/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:28 CST 2025 +xz-1.10.jar>public= +xz-1.10.pom>public= diff --git a/org/tukaani/xz/1.10/xz-1.10.jar b/org/tukaani/xz/1.10/xz-1.10.jar new file mode 100644 index 0000000..a641a8b Binary files /dev/null and b/org/tukaani/xz/1.10/xz-1.10.jar differ diff --git a/org/tukaani/xz/1.10/xz-1.10.jar.lastUpdated b/org/tukaani/xz/1.10/xz-1.10.jar.lastUpdated new file mode 100644 index 0000000..365f2ec --- /dev/null +++ b/org/tukaani/xz/1.10/xz-1.10.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:28 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361628310 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361628381 diff --git a/org/tukaani/xz/1.10/xz-1.10.jar.sha1 b/org/tukaani/xz/1.10/xz-1.10.jar.sha1 new file mode 100644 index 0000000..e3757c1 --- /dev/null +++ b/org/tukaani/xz/1.10/xz-1.10.jar.sha1 @@ -0,0 +1 @@ +1be8166f89e035a56c6bfc67dbc423996fe577e2 \ No newline at end of file diff --git a/org/tukaani/xz/1.10/xz-1.10.pom b/org/tukaani/xz/1.10/xz-1.10.pom new file mode 100644 index 0000000..d8d4824 --- /dev/null +++ b/org/tukaani/xz/1.10/xz-1.10.pom @@ -0,0 +1,58 @@ + + + + + + + + 4.0.0 + + org.tukaani + xz + 1.10 + jar + + XZ for Java + XZ data compression + https://tukaani.org/xz/java.html + + + + 0BSD + repo + + + + + https://github.com/tukaani-project/xz-java + scm:git:https://github.com/tukaani-project/xz-java + + + + + Lasse Collin + lasse.collin@tukaani.org + + + + + + + Igor Pavlov + https://7-zip.org/ + + + + Brett Okken + brett.okken.os@gmail.com + + + + diff --git a/org/tukaani/xz/1.10/xz-1.10.pom.lastUpdated b/org/tukaani/xz/1.10/xz-1.10.pom.lastUpdated new file mode 100644 index 0000000..b84387c --- /dev/null +++ b/org/tukaani/xz/1.10/xz-1.10.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:20 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361620463 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361620524 diff --git a/org/tukaani/xz/1.10/xz-1.10.pom.sha1 b/org/tukaani/xz/1.10/xz-1.10.pom.sha1 new file mode 100644 index 0000000..b262684 --- /dev/null +++ b/org/tukaani/xz/1.10/xz-1.10.pom.sha1 @@ -0,0 +1 @@ +a0ba16af6c9fbad6fbbb749ac267c4d5b1f1c508 \ No newline at end of file diff --git a/org/tukaani/xz/1.8/_remote.repositories b/org/tukaani/xz/1.8/_remote.repositories index f2a1039..216451e 100644 --- a/org/tukaani/xz/1.8/_remote.repositories +++ b/org/tukaani/xz/1.8/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:08 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 xz-1.8.pom>public= +xz-1.8.jar>public= diff --git a/org/tukaani/xz/1.8/xz-1.8.jar b/org/tukaani/xz/1.8/xz-1.8.jar new file mode 100644 index 0000000..9931efa Binary files /dev/null and b/org/tukaani/xz/1.8/xz-1.8.jar differ diff --git a/org/tukaani/xz/1.8/xz-1.8.jar.sha1 b/org/tukaani/xz/1.8/xz-1.8.jar.sha1 new file mode 100644 index 0000000..7455fea --- /dev/null +++ b/org/tukaani/xz/1.8/xz-1.8.jar.sha1 @@ -0,0 +1 @@ +c4f7d054303948eb6a4066194253886c8af07128 \ No newline at end of file diff --git a/org/tukaani/xz/1.9/_remote.repositories b/org/tukaani/xz/1.9/_remote.repositories index 04b85fb..3419532 100644 --- a/org/tukaani/xz/1.9/_remote.repositories +++ b/org/tukaani/xz/1.9/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:40:51 CST 2025 +#Mon Jun 23 10:26:47 CST 2025 xz-1.9.pom>public= +xz-1.9.jar>public= diff --git a/org/tukaani/xz/1.9/xz-1.9.jar b/org/tukaani/xz/1.9/xz-1.9.jar new file mode 100644 index 0000000..61ad52a Binary files /dev/null and b/org/tukaani/xz/1.9/xz-1.9.jar differ diff --git a/org/tukaani/xz/1.9/xz-1.9.jar.sha1 b/org/tukaani/xz/1.9/xz-1.9.jar.sha1 new file mode 100644 index 0000000..c3e22d1 --- /dev/null +++ b/org/tukaani/xz/1.9/xz-1.9.jar.sha1 @@ -0,0 +1 @@ +1ea4bec1a921180164852c65006d928617bd2caf \ No newline at end of file diff --git a/org/vafer/jdependency/2.1.1/_remote.repositories b/org/vafer/jdependency/2.1.1/_remote.repositories index 3baafdd..7db2578 100644 --- a/org/vafer/jdependency/2.1.1/_remote.repositories +++ b/org/vafer/jdependency/2.1.1/_remote.repositories @@ -1,3 +1,4 @@ #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. -#Wed Jun 18 11:41:12 CST 2025 +#Mon Jun 23 10:28:21 CST 2025 jdependency-2.1.1.pom>public= +jdependency-2.1.1.jar>public= diff --git a/org/vafer/jdependency/2.1.1/jdependency-2.1.1.jar b/org/vafer/jdependency/2.1.1/jdependency-2.1.1.jar new file mode 100644 index 0000000..c1dc8cb Binary files /dev/null and b/org/vafer/jdependency/2.1.1/jdependency-2.1.1.jar differ diff --git a/org/vafer/jdependency/2.1.1/jdependency-2.1.1.jar.sha1 b/org/vafer/jdependency/2.1.1/jdependency-2.1.1.jar.sha1 new file mode 100644 index 0000000..3419a89 --- /dev/null +++ b/org/vafer/jdependency/2.1.1/jdependency-2.1.1.jar.sha1 @@ -0,0 +1 @@ +5f8306ae6f0466f8a53e1f199ce156794414436f \ No newline at end of file diff --git a/org/xerial/snappy/snappy-java/1.1.10.5/_remote.repositories b/org/xerial/snappy/snappy-java/1.1.10.5/_remote.repositories new file mode 100644 index 0000000..b315d81 --- /dev/null +++ b/org/xerial/snappy/snappy-java/1.1.10.5/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:23 CST 2025 +snappy-java-1.1.10.5.pom>public= +snappy-java-1.1.10.5.jar>public= diff --git a/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.jar b/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.jar new file mode 100644 index 0000000..7707e58 Binary files /dev/null and b/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.jar differ diff --git a/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.jar.lastUpdated b/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.jar.lastUpdated new file mode 100644 index 0000000..64cceac --- /dev/null +++ b/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.jar.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:23 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361622810 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361623512 diff --git a/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.jar.sha1 b/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.jar.sha1 new file mode 100644 index 0000000..57961af --- /dev/null +++ b/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.jar.sha1 @@ -0,0 +1 @@ +ac605269f3598506196e469f1fb0d7ed5c55059e \ No newline at end of file diff --git a/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.pom b/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.pom new file mode 100644 index 0000000..824588c --- /dev/null +++ b/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.pom @@ -0,0 +1,84 @@ + + + 4.0.0 + org.xerial.snappy + snappy-java + bundle + snappy-java: A fast compression/decompression library + https://github.com/xerial/snappy-java + 1.1.10.5 + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + + snappy-java + + xerial.org + https://github.com/xerial/snappy-java + + + https://github.com/xerial/snappy-java + scm:git@github.com:xerial/snappy-java.git + + + + leo + Taro L. Saito + http://xerial.org/leo + leo@xerial.org + + + + + junit + junit + 4.13.2 + test + + + org.codehaus.plexus + plexus-classworlds + 2.7.0 + test + + + org.xerial.java + xerial-core + 2.1 + test + + + org.wvlet.airframe + airframe-log_2.12 + 23.9.2 + test + + + org.osgi + org.osgi.core + 6.0.0 + provided + + + com.github.sbt + junit-interface + 0.13.3 + test + + + org.apache.hadoop + hadoop-common + 2.10.2 + test + + + org.xerial.snappy + snappy-java + + + + + \ No newline at end of file diff --git a/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.pom.lastUpdated b/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.pom.lastUpdated new file mode 100644 index 0000000..baa9944 --- /dev/null +++ b/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.pom.lastUpdated @@ -0,0 +1,5 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Tue Jul 01 17:20:20 CST 2025 +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.error= +https\://code.fastbee.cn/api/v4/projects/14/packages/maven/.lastUpdated=1751361620103 +https\://maven.aliyun.com/repository/public/.lastUpdated=1751361620165 diff --git a/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.pom.sha1 b/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.pom.sha1 new file mode 100644 index 0000000..def0b00 --- /dev/null +++ b/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.pom.sha1 @@ -0,0 +1 @@ +d45bb156e34555f118db0a6bdcc10dbfcf5ade97 \ No newline at end of file