Finally,
the mvn install command succeeded.
In the samples's pom I commented as shown below
Hope my posts will help others make their build quicker, so we can all start adding our part to the spring-batch.Code:<dependency> <groupId>org.springmodules</groupId> <artifactId>spring-modules-validation</artifactId> <version>0.8</version> <exclusions> <!--exclusion> <groupId>org.springframework</groupId> <artifactId>spring</artifactId> </exclusion--> <exclusion> <groupId>rhino</groupId> <artifactId>js</artifactId> </exclusion> <exclusion>
Thanks
Kris


Reply With Quote