No, but I managed to solve this problem.
I replaced dependency com.mockrunner.mockrunner in my pom with these
dependencies:
<dependency>
 <groupId>xmlunit</groupId>
 <artifactId>xmlunit</artifactId>
 <version>1.6</version>
 <scope>test</scope>
</dependency>
<dependency>
 <groupId>org.easymock</groupId>
 <artifactId>easymock</artifactId>
 <version>3.4</version>
 <scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<version>3.2</version>
<scope>test</scope>
</dependency>

And also added scope="prototype" to my bean in applicationContext.xml

Now I can build the sample project and I cat deply it in WEB_INF\lib
without getting error.

On Wed, Aug 10, 2016 at 2:10 PM, Brad Hards <[email protected]> wrote:

> Did you build geoserver 2.9.0 on your system first?
>
> Brad
>
>
>
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to