File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ breeze-macros_2.12-0.13.2.jar
2626breeze_2.12-0.13.2.jar
2727chill-java-0.9.3.jar
2828chill_2.12-0.9.3.jar
29- commons-beanutils-1.7.0.jar
30- commons-beanutils-core-1.8.0.jar
29+ commons-beanutils-1.9.3.jar
3130commons-cli-1.2.jar
3231commons-codec-1.10.jar
3332commons-collections-3.2.2.jar
Original file line number Diff line number Diff line change 468468 <artifactId >commons-collections</artifactId >
469469 <version >${commons.collections.version} </version >
470470 </dependency >
471+ <dependency >
472+ <groupId >commons-beanutils</groupId >
473+ <artifactId >commons-beanutils</artifactId >
474+ <version >1.9.3</version >
475+ </dependency >
471476 <dependency >
472477 <groupId >org.apache.ivy</groupId >
473478 <artifactId >ivy</artifactId >
910915 <groupId >org.jboss.netty</groupId >
911916 <artifactId >netty</artifactId >
912917 </exclusion >
918+ <exclusion >
919+ <!-- BeanUtils >= 1.9.0 no longer splits out -core; exclude it -->
920+ <groupId >commons-beanutils</groupId >
921+ <artifactId >commons-beanutils-core</artifactId >
922+ </exclusion >
913923 <exclusion >
914924 <groupId >commons-logging</groupId >
915925 <artifactId >commons-logging</artifactId >
You can’t perform that action at this time.
0 commit comments