Skip to content

Commit

Permalink
Updated dependency
Browse files Browse the repository at this point in the history
Packaged MCCoroutine into uber jar; does not play nicely with Spigot library resolver
  • Loading branch information
A-Flying-Poro committed Nov 22, 2022
1 parent 6d42bd3 commit ab0963e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,11 @@
<groupId>com.github.shynixn.mccoroutine</groupId>
<artifactId>mccoroutine-bukkit-api</artifactId>
<version>2.6.0</version>
<scope>compile</scope>
<!-- Provided through Bukkit plugin library option -->
</dependency>
<dependency>
<groupId>com.github.shynixn.mccoroutine</groupId>
<artifactId>mccoroutine-bukkit-core</artifactId>
<version>2.6.0</version>
<scope>compile</scope>
<!-- Provided through Bukkit plugin library option -->
</dependency>

<!-- Testing frameworks -->
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ authors:
website: 'https://github.com/Nevakanezah/HorseEnhancer'

libraries:
- 'com.github.shynixn.mccoroutine:mccoroutine-bukkit-api:2.6.0'
- 'com.github.shynixn.mccoroutine:mccoroutine-bukkit-core:2.6.0'
- 'com.zaxxer:HikariCP:5.0.1'
- 'org.xerial:sqlite-jdbc:3.39.3.0'

Expand Down

0 comments on commit ab0963e

Please sign in to comment.