Hi
I am trying to add dependency of rest module to my new module.
I am getting the following error when I run mvn clean install over my module.
The following artifacts could not be resolved: org.openmrs.module:webservices.rest-omod-api:jar:2.0, org.openmrs.module:webservices.rest-omod-common-api:jar:2.0: Failure to find org.openmrs.module:webservices.rest-omod-api:jar:2.0 in
http://mavenrepo.openmrs.org/nexus/content/repositories/publicI manually downloaded the jar and added to my maven repository but the same error continued to persist.
I have the following pom.xml files:
omod :
http://pastebin.com/ZhDnT8dkapi:
http://pastebin.com/MM6GdbBkAlso, from the source code:
https://github.com/openmrs/openmrs-module-webservices.rest which branch shall I use? Also I tried a couple of them, but OMOD Services 1.10 continued to fail.
Please help out with adding rest module to my module.
Thanks and regards
Rakshit