diff --git a/.gitea/workflows/CICD_local_test.yaml b/.gitea/workflows/CICD_local_test.yaml index 7fd46ee92..882177066 100644 --- a/.gitea/workflows/CICD_local_test.yaml +++ b/.gitea/workflows/CICD_local_test.yaml @@ -24,13 +24,6 @@ jobs: uses: https://gitea.joylink.club/actions/local-setup-maven@v0.1.1 with: maven-version: 3.8.8 - mirrors: | - - aliyun - aliyun maven - https://maven.aliyun.com/repository/public - central - - name: 构建 run: | mvn -Dmaven.test.skip=true clean package diff --git a/.gitea/workflows/CI_release_build.yaml b/.gitea/workflows/CI_release_build.yaml index 46aebf5bc..c07dab7c9 100644 --- a/.gitea/workflows/CI_release_build.yaml +++ b/.gitea/workflows/CI_release_build.yaml @@ -23,13 +23,6 @@ jobs: uses: https://gitea.joylink.club/actions/local-setup-maven@v0.1.1 with: maven-version: 3.8.8 - mirrors: | - - aliyun - aliyun maven - https://maven.aliyun.com/repository/public - central - - name: 构建 run: | mvn -Dmaven.test.skip=true clean package diff --git a/pom.xml b/pom.xml index 092532683..b5318a515 100644 --- a/pom.xml +++ b/pom.xml @@ -1,231 +1,252 @@ - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.3.5.RELEASE - - - club.joylink - rtss - 0.0.1-SNAPSHOT - rtss - Rail transit simulation system - - - 11 - 4.1.1 - - - - - org.springframework.boot - spring-boot-starter-mail - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-starter-websocket - - - org.mybatis.spring.boot - mybatis-spring-boot-starter - 2.1.3 - - - com.github.pagehelper - pagehelper-spring-boot-starter - 1.3.0 - - - - - javax.validation - validation-api - - - - - org.springframework.boot - spring-boot-starter-aop - - - - io.netty - netty-all - - - com.digitalpetri.modbus - modbus-codec - 1.1.1 - - - - - com.github.oshi - oshi-core-java11 - 5.7.5 - - - mysql - mysql-connector-java - runtime - - - org.projectlombok - lombok - true - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - - - com.github.wechatpay-apiv3 - wechatpay-apache-httpclient - 0.2.1 - - - - - - - - - - - com.google.guava - guava - 31.1-jre - - - - io.minio - minio - 8.4.4 - - - - com.squareup.okhttp3 - okhttp - 4.9.0 - - - - joda-time - joda-time - 2.10.3 - - - com.belerweb - pinyin4j - 2.5.0 - - - - com.google.protobuf - protobuf-java - 3.23.1 - - - com.hubspot.jackson - jackson-datatype-protobuf - 0.9.12 - - - - - org.apache.commons - commons-lang3 - 3.12.0 - - - - - org.apache.commons - commons-text - 1.10.0 - - - - - - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.springframework.boot - spring-boot-maven-plugin - - true - - + spring-boot-starter-parent + 2.3.5.RELEASE + + + club.joylink + rtss + 0.0.1-SNAPSHOT + rtss + Rail transit simulation system - - com.github.shalousun - smart-doc-maven-plugin - 2.1.9 - - - ./src/main/resources/smart-doc.json - - - - - - - - - - - - - - - - - - - html - - - - - - + + 11 + 4.1.1 + + + + org.springframework.boot + spring-boot-starter-mail + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-websocket + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + 2.1.3 + + + com.github.pagehelper + pagehelper-spring-boot-starter + 1.3.0 + + + + + javax.validation + validation-api + + + + + org.springframework.boot + spring-boot-starter-aop + + + + io.netty + netty-all + + + com.digitalpetri.modbus + modbus-codec + 1.1.1 + + + + + com.github.oshi + oshi-core-java11 + 5.7.5 + + + mysql + mysql-connector-java + runtime + + + org.projectlombok + lombok + true + + + org.springframework.boot + spring-boot-starter-test + test + + + org.junit.vintage + junit-vintage-engine + + + + + com.github.wechatpay-apiv3 + wechatpay-apache-httpclient + 0.2.1 + + + + + + + + + + + com.google.guava + guava + 31.1-jre + + + + io.minio + minio + 8.4.4 + + + + com.squareup.okhttp3 + okhttp + 4.9.0 + + + + joda-time + joda-time + 2.10.3 + + + com.belerweb + pinyin4j + 2.5.0 + + + + com.google.protobuf + protobuf-java + 3.23.1 + + + com.hubspot.jackson + jackson-datatype-protobuf + 0.9.12 + + + + + org.apache.commons + commons-lang3 + 3.12.0 + + + + + org.apache.commons + commons-text + 1.10.0 + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + true + + + + + com.github.shalousun + smart-doc-maven-plugin + 2.1.9 + + + ./src/main/resources/smart-doc.json + + + + + + + + + + + + + + + + + + + html + + + + + + + + + aliyun-central + https://maven.aliyun.com/repository/central + + + aliyun-snapshots + https://maven.aliyun.com/repository/snapshots + + false + + + true + + + + + + aliyun-central + https://maven.aliyun.com/repository/central + +