Hey,
I've configured this dependency:
dependencies {
dbmaintain "org.dbmaintain:dbmaintain:1.0.2"
}
However, I get this exception:
..
:: problems summary ::
:::: WARNINGS
io problem while parsing ivy file: http://repo1.maven.org/maven2/org/dbm
aintain/dbmaintain/1.0.2/dbmaintain-1.0.2.pom: Impossible to load parent for fil
e:/C:/Documents%20and%20Settings/stdevijv/.gradle/cache/org.dbmaintain/dbmaintai
n/ivy-1.0.2.xml.original. Parent=org.dbmaintain#dbmaintain-parent;1.0.2
module not found: org.dbmaintain#dbmaintain;1.0.2
Problem is that the pom.xml has a parent, dbmaintain-parent, and that this
parent is not available on mavenCentral().
Is there a way to avoid this failure and just download the jar file?
Thanks
Steven