I’m trying to add Commons DbUtils to Maven2 but I’m getting this problem:
Missing artifact commons-dbutils:commons-dbutils:jar:1.6
How can I import it?
My pom.xml:
**<dependency>
<groupId>commons-dbutils</groupId>
<artifactId>commons-dbutils</artifactId>
<version>1.6</version>
</dependency>**
DBUtils 1.6 isn’t in the main MVN repo by the looks of things.
The reason for this is that the latest version appears to be 1.5!
See:
http://commons.apache.org/dbutils/download_dbutils.cgi
Try this: