Am 26.01.18 um 21:01 schrieb Doug Toland:
>     final DBI jdbi = factory.build(environment,
> config.getDataSourceFactory(), "postgresql");
> 
> DBI could not be resolved on my path.

Add

<dependency>
    <groupId>io.dropwizard</groupId>
    <artifactId>dropwizard-jdbi</artifactId>
    <version>1.2.2</version>
</dependency>

to your pom.xml

-- 
You received this message because you are subscribed to the Google Groups 
"dropwizard-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to