Update SquirrelID for JAXB removal.

This commit is contained in:
Matthew Miller 2018-12-23 12:47:23 +10:00
parent 344c6cf814
commit 803c2055c3
3 changed files with 7 additions and 2 deletions

View File

@ -130,7 +130,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
classifier 'dist'
dependencies {
include(dependency('org.khelekore:prtree:1.5.0'))
include(dependency('com.sk89q:squirrelid:0.1.0'))
include(dependency('com.sk89q:squirrelid:0.2.0'))
include(dependency('org.flywaydb:flyway-core:3.0'))
include(dependency('com.googlecode.json-simple:json-simple:1.1.1'))
include(dependency('net.sf.opencsv:opencsv:2.0'))

View File

@ -4,7 +4,7 @@
dependencies {
compile 'com.sk89q.worldedit:worldedit-core:7.0.0-SNAPSHOT'
compile 'com.sk89q.intake:intake:4.2-SNAPSHOT'
compile 'com.sk89q:squirrelid:0.1.0'
compile 'com.sk89q:squirrelid:0.2.0'
compile 'org.flywaydb:flyway-core:3.0'
compile 'org.khelekore:prtree:1.5.0'
compile 'net.sf.opencsv:opencsv:2.0'

View File

@ -212,6 +212,11 @@ public Location getLocation() {
return null;
}
@Override
public boolean setLocation(Location location) {
return false;
}
@Override
public SessionKey getSessionKey() {
return null;