mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
Remove use of maven-shade-plugin causing some Netbeans bug.
It shouldn't be necessary anyway.
This commit is contained in:
parent
a4af95d775
commit
b9ab16d945
3 changed files with 2 additions and 24 deletions
|
|
@ -1,10 +1,10 @@
|
|||
package mage.server.record;
|
||||
|
||||
import com.google.protobuf.InvalidProtocolBufferException;
|
||||
import com.j256.ormlite.field.DataType;
|
||||
import com.j256.ormlite.field.DatabaseField;
|
||||
import com.j256.ormlite.table.DatabaseTable;
|
||||
import mage.game.result.ResultProtos.TableProto;
|
||||
import org.mage.mage.shaded.protobuf.InvalidProtocolBufferException;
|
||||
import org.apache.log4j.Logger;
|
||||
|
||||
@DatabaseTable(tableName = "table_history")
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
package mage.server.record;
|
||||
|
||||
import com.google.protobuf.InvalidProtocolBufferException;
|
||||
import com.j256.ormlite.field.DataType;
|
||||
import com.j256.ormlite.field.DatabaseField;
|
||||
import com.j256.ormlite.table.DatabaseTable;
|
||||
import mage.game.result.ResultProtos.UserStatsProto;
|
||||
import org.mage.mage.shaded.protobuf.InvalidProtocolBufferException;
|
||||
import org.apache.log4j.Logger;
|
||||
|
||||
@DatabaseTable(tableName = "user_stats")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue