* let @BeanListFactoryBean@ regards bean order before handing them out to clients

git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@6963 5a64d73e-33d6-4ccc-9058-23f8668ecac9
This commit is contained in:
Oliver Gierke
2009-09-23 08:35:18 +00:00
parent 27782f57bd
commit 9879cb70ab
3 changed files with 86 additions and 1 deletions

View File

@@ -46,6 +46,12 @@
<version>1.2.15</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.5.2</version>
<scope>test</scope>
</dependency>
</dependencies>