I'm trying to develop the XACML Sample for Health Care Application – 1 tutorial located here. It states you must build the project using Maven
So I tried:
mvn package
But get the following error:
[ERROR] Failed to execute goal on project com.medi.sample.service: Could not resolve dependencies for project com.medi:com.medi.sample.service:jar:1.0.0: Failure to find org.apache.axis2:axis2:jar:1.6.1-wso2v5 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
What's the proper way to build the project using Maven?
Thank you