Skip to content

Commit

Permalink
!3 fix
Browse files Browse the repository at this point in the history
* fix
* Merge branch 'dev' of https://gitee.com/regadpole/PlumBot into dev
* fix
* 增加对BungeeCord的支持\n更新1.3.2
* Update maven.yml
  • Loading branch information
RegadPole committed May 23, 2024
1 parent f9dbb2b commit 0965d78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package me.regadpole.plumbot.internal;

import com.ghostchu.quickshop.util.config.UpdateScript;
import me.regadpole.plumbot.internal.maven.MavenLibraries;
import me.regadpole.plumbot.internal.maven.MavenLibrary;

Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<groupId>com.github.SNWCreations</groupId>
<artifactId>KookBC</artifactId>
<version>0.27.4</version>
<scope>provided</scope>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
Expand Down Expand Up @@ -160,12 +160,6 @@
<version>3.42.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.mikuac</groupId>
<artifactId>shiro</artifactId>
<version>2.2.2</version>
<scope>provided</scope>
</dependency>
</dependencies>

</project>

0 comments on commit 0965d78

Please sign in to comment.