diff --git a/jte.iml b/jte.iml
new file mode 100644
index 0000000..c6b5bbd
--- /dev/null
+++ b/jte.iml
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index fc1e18c..dd3791e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- com.serverell.plugins
+ com.severell.plugins
jte
- 1.0-SNAPSHOT
+ 0.0.1-SNAPSHOT
11
@@ -19,7 +19,8 @@
com.severell
core
- 0.0.1-SNAPSHOT
+ 0.0.1
+ provided
org.junit.jupiter
@@ -39,6 +40,11 @@
3.4.6
test
+
+ gg.jte
+ jte
+ 1.5.1
+
diff --git a/src/main/java/com/severell/plugins/jte/ViewJteDriver.java b/src/main/java/com/severell/plugins/jte/ViewJteDriver.java
index db49973..9acec41 100644
--- a/src/main/java/com/severell/plugins/jte/ViewJteDriver.java
+++ b/src/main/java/com/severell/plugins/jte/ViewJteDriver.java
@@ -10,7 +10,6 @@
import gg.jte.output.StringOutput;
import gg.jte.resolve.DirectoryCodeResolver;
-import java.io.IOException;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.io.Writer;