Added the maven repo and dependencies to a project and tried to build it:
Missing: ---------- 1) jax-rx:jax-rx:jar:1.2.1
Try downloading the file manually from the project website.
Then, install it using the command: mvn install:install-file -DgroupId=jax-rx -DartifactId=jax-rx -Dversion=1.2.1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=jax-rx -DartifactId=jax-rx -Dversion=1.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency: 1) com.munat.nhcebis:hgdb:war:1.0-SNAPSHOT 2) org.basex:basex-api:jar:6.2.4 3) jax-rx:jax-rx:jar:1.2.1
---------- 1 required artifact is missing.
What happened to the jax-rx file? This used to work.
TIA
Chas.