in the api/pom.xml of a new module generated with the Maven artifact will break its build.
It is breaking the OpenMRS service unit test that it automatically generated.
Any suggestions?
Looking closer shows that, somehow **emrapi-api-1.11.1.jar** is missing:
````
Failed to read candidate component class: URL [jar:file:.m2/repository/org/openmrs/module/emrapi-api/1.11.1/emrapi-api-1.11.1.jar!
```
If I try to depend on the distro 2.4-SNAPSHOT (instead of 2.3, and which I don't want to do anyway) in my main POM in order to bring in **emrapi-api-1.11.1.jar**, it pushes me a notch further as then it is **emrapi-api-1.13.1.jar** that becomes missing...
For now I will just `@Ignore` that test, but that is merely a workaround...