Store reactions with their name, change synchronization.
[rhynodge.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7138059..643cdb5 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>
                <dependency>
                        <groupId>com.google.guava</groupId>
                        <artifactId>guava</artifactId>
-                       <version>13.0.1</version>
+                       <version>14.0-rc1</version>
+               </dependency>
+               <dependency>
+                       <groupId>log4j</groupId>
+                       <artifactId>log4j</artifactId>
+                       <version>1.2.17</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.httpcomponents</groupId>
+                       <artifactId>httpclient</artifactId>
+                       <version>4.2.2</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.jsoup</groupId>
+                       <artifactId>jsoup</artifactId>
+                       <version>1.7.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>javax.mail</groupId>
+                       <artifactId>mail</artifactId>
+                       <version>1.4.6-rc1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>commons-lang3</artifactId>
+                       <version>3.1</version>
                </dependency>
        </dependencies>
-</project>
\ No newline at end of file
+</project>