I am trying to install UIMA RUTA version 3.4.1 specifically – https://github.com/apache/uima-ruta/releases/tag/rel%2Fruta-3.4.1
When I try to build the project (mvn clean install) I get the following error:
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.apache.uima.ruta.feature.feature.group 3.4.1
[ERROR] Missing requirement: org.apache.uima.ruta.feature.feature.group 3.4.1 requires ‘org.eclipse.equinox.p2.iu; org.apache.uima.tools.feature.group 3.5.0’ but it could not be found
Any ideas how I could overcome this? I tried 3.3.0, it worked fine but I want to use the latest version for security reasons.