# MOA ZS ## Prepare Repo Some dependencies are not in the mvn central repo. You need to install those dependencies to your local maven repository with `mvn install`. Check `pom.xml` and follow the instructions. ## Compile & Test ``` mvn test ```