mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 10:35:18 +01:00
Remove removed method
This commit is contained in:
parent
52b93e873c
commit
82c7c49e41
@ -95,7 +95,6 @@ public abstract class SongodaPlugin extends JavaPlugin {
|
||||
public final void onLoad() {
|
||||
try {
|
||||
//Load Core dependencies
|
||||
DependencyLoader.initParentClassLoader(getClass().getClassLoader());
|
||||
Set<Dependency> dependencies = new HashSet<>(getDependencies());
|
||||
//Use ; instead of . so maven plugin won't relocate it
|
||||
dependencies.add(new Dependency("https://repo1.maven.org/maven2", "org;apache;commons", "commons-text", "1.9"));
|
||||
|
Loading…
Reference in New Issue
Block a user