My build runs fine until I add the following line to my ivy.xml file:
<dependency org="org.springframework.data" name="spring-data-jpa" rev="1.1.0.RELEASE"/>
Then I get the following error:
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: org.eclipse.persistence#org.eclipse.persistence.jpa;2.3.2: not found
::::::::::::::::::::::::::::::::::::::::::::::
I cannot seem to find this dependency in the Maven repo. When not using Ivy, i'm able to successfully compile my project with this jar:
com.springsource.javax.persistence-2.0.0.jar
However, I can't find a reference to that one in the Maven repo either.
What am I missing or doing wrong? New to using Ivy, so any and all help is appreciated.