<dependency>
<groupId>com.fizzed</groupId>
<artifactId>stork-demo-dropwizard</artifactId>
<version>3.1.2</version>
</dependency>
<parent> <groupId>com.fizzed</groupId> <artifactId>stork</artifactId> <version>3.1.2</version> </parent>
compile
|-- io.dropwizard:dropwizard-core:0.7.1
|-- io.dropwizard:dropwizard-views-freemarker:0.7.1
|-- io.dropwizard:dropwizard-assets:0.7.1
runtime
|-- ch.qos.logback:logback-classic
test
|-- junit:junit