Send connection closed event when a runtime exception occurs.
[xudocci.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 74de294..14a590b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
        <modelVersion>4.0.0</modelVersion>
 
        <groupId>net.pterodactylus</groupId>
-       <artifactId>xdcc</artifactId>
+       <artifactId>xudocci</artifactId>
        <version>0.1-SNAPSHOT</version>
 
        <dependencies>
                        <artifactId>hamcrest-all</artifactId>
                        <version>1.3</version>
                </dependency>
+               <dependency>
+                       <groupId>org.testng</groupId>
+                       <artifactId>testng</artifactId>
+                       <version>6.8</version>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 
 </project>