Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revised original 2 years old version by lanwen, set of current changes:
1. While working on SFTP connection pool I realized some old bug due to grep4j dependency on lombok-0.11.6 in Netbeans, some details available here - projectlombok/lombok#626 2. While updating lombok dependency I updated all of the dependency libraries to: - commons-io-2.4.jar - commons-lang-2.6.jar - commons-lang3-3.4.jar - commons-pool-1.6.jar - guava-19.0.rc2.jar - jsch-0.1.53.jar - jsr305-2.0.1.jar - new - lambdaj-2.3.3.jar - lombok-1.16.6.jar - cglib-nodep-2.2.jar - hamcrest-all-1.1.jar - objenesis-1.1.jar 3. I have found some bug relevant to Test cases especially done on Windows, so will update them, for now build with `mvn -Dmaven.test.skip=true install` for now. 4. Source code is now targeted to Java 1.7 version.
- Loading branch information