michaellavelle / spring-data-dynamodb

Simplifies the development of creating an Amazon DynamoDB-based Java data access layer
https://derjust.github.io/spring-data-dynamodb/
Apache License 2.0
169 stars 284 forks source link

Fixing version qualifier of validation-api #48

Closed christiankissig closed 9 years ago

christiankissig commented 9 years ago

Maven is case-insensitive about version qualifiers, but repository proxies may fail to look up this artifact (e.g. Nexus OSS).

michaellavelle commented 9 years ago

Thanks for this pull request - I wasn't able to automatically merge due to a conflict with another PR, but have added this to the latest code.

Cheers,

Michael