Skip to content

Commit

Permalink
refactor(deps): 使用中央仓库的 jar
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed Jul 29, 2020
1 parent 81ce9fa commit 55be1a7
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
</dependency>

<dependency>
<groupId>io.github.ningyu</groupId>
<groupId>io.metersphere</groupId>
<artifactId>jmeter-plugins-dubbo</artifactId>
<version>2.7.7</version>
</dependency>
Expand Down Expand Up @@ -368,33 +368,4 @@
</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>fit2cloud</id>
<name>fit2cloud</name>
<url>https://maven.pkg.github.com/fit2cloud/quartz-spring-boot-starter</url>
</repository>
<repository>
<id>metersphere</id>
<name>metersphere</name>
<url>https://maven.pkg.github.com/metersphere/jmeter-plugins-for-apache-dubbo</url>
</repository>
</repositories>
</project>

0 comments on commit 55be1a7

Please sign in to comment.