add base project pom
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
package nl.interestingcorner.coordinates.db;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.FileNotFoundException;
|
||||
import java.io.FileReader;
|
||||
import java.io.IOException;
|
||||
import java.sql.Connection;
|
||||
import java.sql.DriverManager;
|
||||
import java.sql.PreparedStatement;
|
||||
@@ -11,9 +8,9 @@ import java.sql.ResultSet;
|
||||
import java.sql.SQLException;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import nl.interestingcorner.core.db.*;
|
||||
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@ main: nl.interestingcorner.coordinates.App
|
||||
name: IC-coords
|
||||
version: 0.1
|
||||
api-version: 1.21
|
||||
depend: [IC-core]
|
||||
|
||||
commands:
|
||||
ic-coords:
|
||||
|
||||
Reference in New Issue
Block a user