You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@empire-db.apache.org by Joel Becker <jo...@gmail.com> on 2012/09/27 19:23:26 UTC

Depend on maven snapshot

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

Re: Depend on maven snapshot

Posted by Joel Becker <jo...@gmail.com>.
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 <jo...@gmail.com> 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
>