]> jfr.im git - irc/rizon/acid.git/blobdiff - acid/pom.xml
Convert event system to use eventbus
[irc/rizon/acid.git] / acid / pom.xml
index 0a12104651526224f8e3ce3e2618a4de113bb0de..07269e571d37c57aea08b83cb27a1f34acacc833 100644 (file)
                        <artifactId>snakeyaml</artifactId>
                        <version>1.11</version>
                </dependency>
+               <dependency>
+                       <groupId>com.google.guava</groupId>
+                       <artifactId>guava</artifactId>
+                       <version>19.0</version>
+               </dependency>
+
                <dependency>
                        <groupId>io.netty</groupId>
                        <artifactId>netty-all</artifactId>
                        <version>${netty.version}</version>
                </dependency>
+
                <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>slf4j-api</artifactId>
@@ -54,6 +61,7 @@
                        <artifactId>logback-core</artifactId>
                        <version>${logback.version}</version>
                </dependency>
+
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>