Nevermind, I got it. I just had to add the following to my pom.xml:
<repositories>
<repository>
<id>apache-snapshots</id>
<name>Apache Snapshots</name>
<url>
https://repository.apache.org/content/groups/snapshots-group/</url>
</repository>
</repositories>On Thu, Sep 27, 2012 at 12:23 PM, Joel Becker <[email protected]> wrote: > Hi, > > What's the best way to make my project use the empire-db 2.4.1 snapshot? I > need the DBDatabaseDriver for SQLite... > > Thanks, > Joel >
