mboudreau / Alternator

A mock DynamoDB that runs locally for testing purposes - DEPRECATED, PLEASE USE DYNAMODB LOCAL: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html
Apache License 2.0
78 stars 39 forks source link

Upgrade to Jetty 9 #85

Closed johanhaleby closed 10 years ago

johanhaleby commented 10 years ago

Alternator is not working with Jetty 9. This means that you can't use it in projects that uses Dropwizard 0.7 and above.

rrutt commented 10 years ago

See the referenced Pull Request for a new version 0.9.0-SNAPSHOT that addresses this issue.

mboudreau commented 10 years ago

I've merged the latest pull request changes from Rick and deployed 0.9.0 to Sonatype. Please change the version in your pom to see the latest.