+ update dependencies
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user