Set source encoding to UTF-8.
[xudocci.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a9805f4..ce27ee6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <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>
 
+       <properties>
+               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+       </properties>
+
 </project>