Follow redirects in ClientGet
[jFCPlib.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a4a4d1d..92d9536 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <version>1.10.19</version>
                </dependency>
                <dependency>
+                       <groupId>com.nitorcreations</groupId>
+                       <artifactId>junit-runners</artifactId>
+                       <version>1.2</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
                        <groupId>com.google.guava</groupId>
                        <artifactId>guava</artifactId>
                        <version>16.0.1</version>
                                                <goals>
                                                        <goal>check</goal>
                                                </goals>
-                                               <configuration>
-                                                       <rules>
-                                                               <!--  implmentation is needed only for Maven 2  -->
-                                                               <rule implementation="org.jacoco.maven.RuleConfiguration">
-                                                                       <element>BUNDLE</element>
-                                                                       <limits>
-                                                                               <!--  implmentation is needed only for Maven 2  -->
-                                                                               <limit implementation="org.jacoco.report.check.Limit">
-                                                                                       <counter>COMPLEXITY</counter>
-                                                                                       <value>COVEREDRATIO</value>
-                                                                                       <minimum>0.60</minimum>
-                                                                               </limit>
-                                                                       </limits>
-                                                               </rule>
-                                                       </rules>
-                                               </configuration>
                                        </execution>
                                </executions>
                        </plugin>