Skip to content

Commit

Permalink
feat(dependencies): 添加velocity-api依赖和papermc仓库
Browse files Browse the repository at this point in the history
  • Loading branch information
shulng committed Aug 25, 2024
1 parent e1e71e9 commit ce91927
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email</artifactId>
<version>1.5</version> <!-- 请使用最新的版本号 -->
<version>1.5</version>
</dependency>
<dependency>
<groupId>com.velocitypowered</groupId>
<artifactId>velocity-api</artifactId>
<version>3.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
<repositories>
Expand Down Expand Up @@ -124,6 +129,10 @@
<id>arim-mvn-lgpl3</id>
<url>https://mvn-repo.arim.space/lesser-gpl3/</url>
</repository>
<repository>
<id>papermc</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>
</repositories>
<build>
<resources>
Expand Down

0 comments on commit ce91927

Please sign in to comment.