add base project pom
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<groupId>nl.interestingcorner.coordinates</groupId>
|
||||
<artifactId>ic_plugin_coordinates</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>ic_plugin_coordinates</name>
|
||||
<!-- FIXME change it to the project's website -->
|
||||
@@ -30,6 +31,12 @@
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>nl.interestingcorner.core</groupId>
|
||||
<artifactId>ic_plugin_core</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
||||
@@ -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