+ update dependencies

This commit is contained in:
Costin Leau
2011-03-13 19:48:44 +02:00
parent 577bd2607a
commit 5e6404bd42
2 changed files with 2 additions and 1 deletions

View File

@@ -9,4 +9,5 @@ dependencies {
compile "redis.clients:jedis:$jedisVersion"
compile "org.jredis:jredis-anthonylauzon:$jredisVersion"
compile "org.springframework:spring-oxm:$springVersion"
compile "commons-beanutils:commons-beanutils-core:1.8.3"
}

View File

@@ -29,7 +29,7 @@ public class BeanUtilsHashMapperTest extends AbstractHashMapperTest {
return new BeanUtilsHashMapper(t);
}
@Test(expected = IllegalArgumentException.class)
@Test(expected = Exception.class)
public void testNestedBean() throws Exception {
super.testNestedBean();
}