Set source file encoding to UTF-8.
[rhynodge.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ad33e2a..a8fc545 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,6 +4,9 @@
        <groupId>net.pterodactylus</groupId>
        <artifactId>reactor</artifactId>
        <version>0.0.1-SNAPSHOT</version>
+       <properties>
+               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+       </properties>
        <build>
                <plugins>
                        <plugin>
                        </plugin>
                </plugins>
        </build>
+       <dependencies>
+               <dependency>
+                       <groupId>com.google.guava</groupId>
+                       <artifactId>guava</artifactId>
+                       <version>14.0-rc1</version>
+               </dependency>
+       </dependencies>
 </project>
\ No newline at end of file