After working on the issue requirement, running mvn clean install
throws an exception am failing to figure out.
add the entire logs on paste bin and post them here
Here is the entire log https://pastebin.com/A7TJGqr1
check this file 1.8/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_8/UserResource1_8.java:[21,52] package org.apache.poi.hssf.record.formula.functions, does not exist and ensure that the package being mentioned is imported
did you do any changes in any pom file?
I didn’t make any change in pom.xm file and the package org.apache.poi.hssf.record.formula.functions
is present in the file omod-1.8/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_8/UserResource1_8.java
Have resolved the issue after introspecting the mentioned import.
2 Likes