Two changes related to the update in annotation-tools:
plume-lib is independent from annotation-tools now, so plume.jar should be found in jsr308Child path.
It seems that annotation-file-utilities.jar no longer contains junit-4.12.jar, and junit-4.10 is putted in to deps directory somehow... So the testing process fails when the method in junit-4.12.jar is called. Simply excluding junit-4.10 can fix this. (It seems that junit-4.10 is required by json-simple-1.1.1 project, so we may have to exclude junit-4.10 manually...)
Two changes related to the update in annotation-tools:
deps
directory somehow... So the testing process fails when the method in junit-4.12.jar is called. Simply excluding junit-4.10 can fix this. (It seems that junit-4.10 is required by json-simple-1.1.1 project, so we may have to exclude junit-4.10 manually...)