File tree Expand file tree Collapse file tree
core/src/test/java/com/github/dozermapper/core/util
tests/dozer-osgi-tests/src/test/java/com/github/dozermapper/osgitests/support Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 <properties >
3636 <!-- Dependency versions; alphabetical order -->
3737 <cglib-nodep .version>3.2.9</cglib-nodep .version>
38- <commons-beanutils .version>1.9.3 </commons-beanutils .version>
38+ <commons-beanutils .version>1.9.4 </commons-beanutils .version>
3939 <commons-lang3 .version>3.7</commons-lang3 .version>
4040 <commons-io .version>2.5</commons-io .version>
4141 <javax .el.version>3.0.0</javax .el.version>
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public void testGetInterfacePropertyDescriptors() {
101101 assertEquals (1 , descriptors .length );
102102
103103 descriptors = ReflectionUtils .getInterfacePropertyDescriptors (TestClass .class );
104- assertEquals (4 , descriptors .length );
104+ assertEquals (3 , descriptors .length );
105105 }
106106
107107 @ Test
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public final class BundleOptions {
3838 public static Option coreBundles () {
3939 return composite (
4040 // Commons
41- localBundle ("org.apache.commons.beanutils.link" ),
41+ localBundle ("org.apache.commons.commons- beanutils.link" ),
4242 localBundle ("org.apache.commons.collections.link" ),
4343 localBundle ("org.apache.commons.lang3.link" ),
4444 localBundle ("org.apache.commons.io.link" ),
You can’t perform that action at this time.
0 commit comments