mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-02-10 00:22:02 +01:00
fix: update XSeries version in SongodaPlugin class to be same as pom.xml
This commit is contained in:
parent
64e28e7905
commit
dcc71e7ba9
@ -110,7 +110,7 @@ public abstract class SongodaPlugin extends JavaPlugin {
|
||||
dependencies.add(new Dependency("https://repo1.maven.org/maven2", "com;h2database", "h2", "1.4.200", false,
|
||||
new Relocation("org;h2", "com;craftaro;third_party;org;h2")) // Custom relocation if the package names not match with the groupId
|
||||
);
|
||||
dependencies.add(new Dependency("https://repo1.maven.org/maven2", "com;github;cryptomorin", "XSeries", "10.0.0", false,
|
||||
dependencies.add(new Dependency("https://repo1.maven.org/maven2", "com;github;cryptomorin", "XSeries", "11.1.0", false,
|
||||
new Relocation("com;cryptomorin;xseries", "com;craftaro;third_party;com;cryptomorin;xseries")) // Custom relocation if the package names not match with the groupId
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user