Add URL of documentation to javadoc.
[sonitus.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d4d3e25..6a50d0a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <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>