diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 76e22beb2147ef5d61707807b18e94006d299e56..0000000000000000000000000000000000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,11 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: - - package-ecosystem: "maven" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "daily" diff --git a/.gitignore b/.gitignore index e973d50b9ef7bbade72147b53635945546e89e9b..037fb5f56d9c443bdf6c820fc22f5acb5d73a41d 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,4 @@ target/ # system ignore .DS_Store -Thumbs.db +Thumbs.db \ No newline at end of file diff --git a/pom.xml b/pom.xml index 6035c13b9c8c997ea9409678bcb5a4219a5b80e2..d9186b0fd4d4f11f7c4ce114ca1819f14f771dc6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.6.7 + com.schbrain + schbrain-dependency-bom + 1.0.0-SNAPSHOT com.schbrain.framework @@ -33,333 +32,8 @@ 11 - - 2.6.7 - 2021.0.1 - - - 1.0.8-SNAPSHOT - 1.0.6 - 1.0.1 - 1.0.6 - 1.0.5 - 1.0.5 - 1.0.3 - 1.0.4 - - - 1.2.80 - - - 3.0.2 - 31.1-jre - - 5.1.0 - 5.7.22 - 4.4 - 2.11.0 - - 3.0.5 - - 3.5.1 - 3.5.0 - 1.2.9 - - 3.0.7 - 4.3.0 - 3.4.14 - - 1.9.2 - - 3.14.1 - - 7.1.1 - - 2.0.2 - 3.5.0 - - - 1.2.7 - 1.0.1 - - https://maven.schbrain.com/repository - - - - - com.schbrain.framework - schbrain-spring-support - ${schbrain-spring-support.version} - - - com.schbrain.framework - dubbo-spring-boot-starter - ${schbrain-dubbo.version} - - - com.schbrain.framework - mybatis-spring-boot-starter - ${schbrain-mybatis.version} - - - com.schbrain.framework - apollo-spring-boot-starter - ${schbrain-apollo.version} - - - com.schbrain.framework - logger-spring-boot-starter - ${schbrain-logger.version} - - - com.schbrain.framework - oss-spring-boot-starter - ${schbrain-oss.version} - - - com.schbrain.framework - xxl-job-spring-boot-starter - ${schbrain-xxl.version} - - - com.schbrain.common - common - ${schbrain-common.version} - - - com.schbrain.common - web-common - ${schbrain-common.version} - - - - - cn.hutool - hutool-all - ${hutool.version} - - - com.google.guava - guava - ${guava.version} - - - com.google.code.findbugs - jsr305 - ${jsr305.version} - - - org.apache.commons - commons-collections4 - ${commons-collections4.version} - - - commons-io - commons-io - ${commons-io.version} - - - com.alibaba - fastjson - ${fastjson.version} - - - com.alibaba - easyexcel - ${easyexcel.version} - - - - org.apache.dubbo - dubbo - ${dubbo.version} - - - org.apache.dubbo - dubbo-spring-boot-starter - ${dubbo.version} - - - - org.apache.dubbo - dubbo-common - ${dubbo.version} - - - log4j - log4j - - - commons-logging - commons-logging - - - - - org.apache.dubbo - dubbo-filter-validation - ${dubbo.version} - - - org.apache.dubbo - dubbo-config-spring - ${dubbo.version} - - - org.springframework - spring-web - - - - - org.apache.dubbo - dubbo-remoting-netty4 - ${dubbo.version} - - - org.apache.dubbo - dubbo-rpc-dubbo - ${dubbo.version} - - - org.apache.dubbo - dubbo-registry-zookeeper - ${dubbo.version} - - - org.apache.dubbo - dubbo-remoting-zookeeper-curator5 - - - log4j - log4j - - - org.apache.dubbo - dubbo-container-api - - - - - org.apache.dubbo - dubbo-serialization-hessian2 - ${dubbo.version} - - - org.apache.dubbo - dubbo-metadata-report-zookeeper - ${dubbo.version} - - - org.apache.dubbo - dubbo-configcenter-zookeeper - - - - - org.apache.zookeeper - zookeeper - ${zookeeper.version} - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - io.netty - netty - - - - - org.apache.curator - curator-recipes - ${curator.version} - - - org.apache.curator - curator-framework - ${curator.version} - - - - com.baomidou - mybatis-plus-boot-starter - ${mybatis-plus.version} - - - com.alibaba - druid - ${druid.version} - - - javax.annotation-api - javax.annotation - - - - - com.alibaba - druid-spring-boot-starter - ${druid.version} - - - - com.ctrip.framework.apollo - apollo-client - ${apollo.version} - - - com.google.inject - guice - ${guice.version} - - - - com.aliyun.oss - aliyun-sdk-oss - ${aliyun.oss.version} - - - commons-logging - commons-logging - - - - - - net.logstash.logback - logstash-logback-encoder - ${logstash-logback-encoder.version} - - - org.redisson - redisson - ${redisoon.version} - - - - com.xuxueli - xxl-job-core - ${xxl-job.version} - - - - org.springframework.cloud - spring-cloud-dependencies - ${spring.cloud-version} - pom - import - - - - @@ -440,56 +114,6 @@ - - - - - org.springframework.boot - spring-boot-maven-plugin - - - repackage - package - - repackage - - - - buildInfo - compile - - build-info - - - - - - pl.project13.maven - git-commit-id-plugin - - false - false - false - yyyy-MM-dd HH:mm:ss - GMT+8 - - - - com.schbrain.maven.plugin - integration-maven-plugin - ${integration-maven-plugin.version} - - - prepare - package - - prepare - - - - - - @@ -522,57 +146,4 @@ - - - libs-releases - ${maven.repository.url}/maven-releases - - - libs-snapshots - ${maven.repository.url}/maven-snapshots - - - - - - libs-releases - ${maven.repository.url}/maven-releases - - true - - - false - - - - libs-snapshots - ${maven.repository.url}/maven-snapshots - - false - - - always - true - - - - - - - plugin-releases - ${maven.repository.url}/maven-releases - - false - - - - plugin-snapshots - ${maven.repository.url}/maven-snapshots - - true - always - - - - \ No newline at end of file