Add URL of documentation to javadoc.
[sonitus.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d4fff91..6a50d0a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <version>0.0.17</version>
                </dependency>
                <dependency>
-                       <groupId>javazoom</groupId>
-                       <artifactId>jlayer</artifactId>
-                       <version>1.0.1</version>
-               </dependency>
-               <dependency>
                        <groupId>org.blinkenlights.jid3</groupId>
                        <artifactId>JID3</artifactId>
                        <version>0.46</version>
                </dependency>
+               <dependency>
+                       <groupId>com.thoughtworks.xstream</groupId>
+                       <artifactId>xstream</artifactId>
+                       <version>1.4.4</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.testng</groupId>
+                       <artifactId>testng</artifactId>
+                       <version>6.8</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.mockito</groupId>
+                       <artifactId>mockito-core</artifactId>
+                       <version>1.9.5</version>
+                       <scope>test</scope>
+               </dependency>
+
        </dependencies>
 
        <properties>