]> jfr.im git - irc/rizon/acid.git/blobdiff - pom.xml
conf: add validator for double
[irc/rizon/acid.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ad929f50faac3d62dda612b64cf865e5ce91fd35..aac496b40873a76e8df841a93b0c3664efad8534 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>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
+                               <version>3.7.0</version>
                                <configuration>
                                        <source>1.8</source>
                                        <target>1.8</target>
                                                </archive>
                                        </configuration>
                                </plugin>
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-surefire-plugin</artifactId>
+                                       <version>2.22.1</version>
+                                       <configuration>
+                                               <forkCount>0</forkCount>
+                                       </configuration>
+                               </plugin>
                        </plugins>
                </pluginManagement>
        </build>