Merge branch 'v1.1'
This commit is contained in:
commit
a4cad32132
|
@ -201,17 +201,6 @@
|
|||
<version>2.1.7</version>
|
||||
</dependency>
|
||||
|
||||
<!--
|
||||
该依赖是私有仓库的依赖,现已经发布到 Github Packages,下载请在 settings 文件中配置自己的 GITHUB_TOKEN
|
||||
示例:
|
||||
<servers>
|
||||
<server>
|
||||
<id>github</id>
|
||||
<username>USERNAME</username>
|
||||
<password>TOKEN</password>
|
||||
</server>
|
||||
</servers>
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>com.fit2cloud</groupId>
|
||||
<artifactId>quartz-spring-boot-starter</artifactId>
|
||||
|
@ -358,18 +347,33 @@
|
|||
</plugins>
|
||||
</build>
|
||||
|
||||
<!--
|
||||
项目中依赖了某些私有仓库的包,现已经发布到 Github Packages,
|
||||
开发者下载依赖可按照 Github Maven 仓库的使用指导添加 Maven 仓库地址:https://docs.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages
|
||||
示例:下载请在 settings 文件中配置自己 Github 账号和 GITHUB_TOKEN
|
||||
<servers>
|
||||
<server>
|
||||
<id>fit2cloud</id>
|
||||
<username>USERNAME</username>
|
||||
<password>TOKEN</password>
|
||||
</server>
|
||||
<server>
|
||||
<id>metersphere</id>
|
||||
<username>USERNAME</username>
|
||||
<password>TOKEN</password>
|
||||
</server>
|
||||
</servers>
|
||||
-->
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<id>fit2cloud</id>
|
||||
<name>fit2cloud</name>
|
||||
<url>https://maven.pkg.github.com/fit2cloud/quartz-spring-boot-starter</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<id>metersphere</id>
|
||||
<name>metersphere</name>
|
||||
<url>https://maven.pkg.github.com/metersphere/jmeter-plugins-for-apache-dubbo</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
</project>
|
Loading…
Reference in New Issue