[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    svn commit: r1583067 - /commons/proper/jcs/trunk/pom.xml
From:       tv () apache ! org
Date:       2014-03-29 22:08:27
Message-ID: 20140329220827.B486223888FE () eris ! apache ! org
[Download RAW message or body]

Author: tv
Date: Sat Mar 29 22:08:27 2014
New Revision: 1583067

URL: http://svn.apache.org/r1583067
Log:
Exclude jgroups dependency for now. The related code is not yet in the regular code \
base. Update PMD and Findugs plugins

Modified:
    commons/proper/jcs/trunk/pom.xml

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1583067&r1=1583066&r2=1583067&view=diff
 ==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Sat Mar 29 22:08:27 2014
@@ -90,12 +90,13 @@
       <scope>test</scope>
     </dependency>
 
-    <dependency>
+<!-- Exclude for now -->
+    <!-- dependency>
       <groupId>org.jgroups</groupId>
       <artifactId>jgroups</artifactId>
       <version>3.4.1.Final</version>
       <optional>true</optional>
-    </dependency>
+    </dependency -->
 
     <dependency>
       <groupId>org.apache.velocity</groupId>
@@ -342,7 +343,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.5</version>
+        <version>3.1</version>
         <configuration>
           <targetJdk>1.6</targetJdk>
         </configuration>
@@ -350,7 +351,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.3.2</version>
+        <version>2.5.3</version>
       </plugin>
     </plugins>
   </reporting>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic