[jboss-dev] Easymock upgrade

Brian Stansberry brian.stansberry at redhat.com
Tue Feb 10 18:35:09 EST 2009


There's a way old release of easymock in trunk/component-matrix/pom.xml:

       <dependency>
         <groupId>easymock</groupId>
         <artifactId>easymock</artifactId>
         <version>1.1</version>
       </dependency>

       <dependency>
         <groupId>easymock</groupId>
         <artifactId>easymockclassextension</artifactId>
         <version>1.1</version>
       </dependency>

AFAICT, neither is used anywhere. The AS and testsuite build without 
them and a search for "easymock" didn't turn up anything.

I want to replace that with org.easymock:easymock v 2.4 and get rid of 
the easymockclassextension since it's unused.  If anyone has any 
objection, please speak up.

I'd do the same on Branch_5_x.

-- 
Brian Stansberry
Lead, AS Clustering
JBoss, a division of Red Hat
brian.stansberry at redhat.com



More information about the jboss-development mailing list