I cloned the repository and tried to follow the steps in the README.txt in the root directory. Though, running the command mvn clean package -Dmaven.test.skip=true failed in compiling the directory chaosblade-box-common because of a missing dependency (javax.annotations.PostConstruct).
I cloned the repository and tried to follow the steps in the README.txt in the root directory. Though, running the command
mvn clean package -Dmaven.test.skip=true
failed in compiling the directorychaosblade-box-common
because of a missing dependency (javax.annotations.PostConstruct
).Adding
to the file
chaosblade-box-common/pom.xml
fixes the problem.