Hi, With regards to managing dependencies, I've been looking (elsewhere) for a solution to keeping on top of every changing dependency upgrades/updates. A simple question really... does the rev value in the snippet below automatically grab the 'most recent' version of that particular dependency from repository.apache.org ?
Thanks <dependency org="org.apache.gora" name="gora-core" rev="latest.integration" changing="true" conf="*->@"/> -- *Lewis*
