]> jfr.im git - irc/rizon/acid.git/blobdiff - pom.xml
make hashsets for banlike modes final and add support for +I
[irc/rizon/acid.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ad929f50faac3d62dda612b64cf865e5ce91fd35..c4e66182617f234cbe481866f968639dd2e1c63d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
                <module>pyva</module>
                <module>trapbot</module>
+               <module>xmas</module>
+               <module>vizon</module>
        </modules>
+       
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>com.google.guava</groupId>
+                               <artifactId>guava</artifactId>
+                               <version>20.0</version>
+                       </dependency>
+                       
+                       <dependency>
+                               <groupId>junit</groupId>
+                               <artifactId>junit</artifactId>
+                               <version>4.12</version>
+                               <scope>test</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.mockito</groupId>
+                               <artifactId>mockito-all</artifactId>
+                               <version>1.10.19</version>
+                               <scope>test</scope>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
 
        <build>
                <plugins>