Why dropwizard has two different groupId.io.dropwizard
andcom.yammer.dropwizard
when you will see in git pom file. it has io.dropwizard
https://github.com/dropwizard/dropwizard/blob/master/pom.xml
But in its site, it is suggesting to use com.yammer.dropwizard.
http://www.dropwizard.io/getting-started/
I am confused. Please help.
New version of dropwizard(from v0.7.0-SNAPSHOT) is under io.dropwizard
Previous versions(upto v0.6.2) were under com.yammer.dropwizard
release notes can be found here
There is some important changes to be noted, if you have used 0.6.2 previously.
Renamed Service
to Application
.
Renamed DatabaseConfiguration
to DataSourceFactory
, and ConfigurationStrategy
to DatabaseConfiguration
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With