Use includes for displaying track information in non-admin mode.
[demoscenemusic.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e1eb681..d8c6fdf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
                <dependency>
                        <groupId>net.pterodactylus</groupId>
                        <artifactId>utils</artifactId>
-                       <version>0.12-SNAPSHOT</version>
+                       <version>0.12.1-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>mysql</groupId>
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpclient</artifactId>
-                       <version>4.1.3</version>
+                       <version>4.2.1</version>
                </dependency>
                <dependency>
-                       <groupId>net.sourceforge.nekohtml</groupId>
-                       <artifactId>nekohtml</artifactId>
-                       <version>1.9.15</version>
+                       <groupId>commons-fileupload</groupId>
+                       <artifactId>commons-fileupload</artifactId>
+                       <version>1.2.2</version>
+               </dependency>
+               <dependency>
+                       <groupId>commons-io</groupId>
+                       <artifactId>commons-io</artifactId>
+                       <version>1.3.2</version>
                </dependency>
        </dependencies>
        <build>