#Windows version git clone https://github.com/stleary/JSON-Java.git src\main\java\org\json #*Nix version git clone https://github.com/stleary/JSON-Java.git src/main ...
I have CDI project where I use Cd-Unit 3.1.4 for the unit-tests(Java 8, JUnit 4.12). All the tests work properly. If I try to upgrade to the version 4.0(change dependency version 3.1.4 -> 4.0.0) I get ...