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

Altnerator dependency should be scoped to tests #38

Closed inder123 closed 12 years ago

inder123 commented 12 years ago

In your readme, I think you should recommend that alternator dependency is limited to test scope since you don't want it to be bundled in the main jar.

<dependency>
  <groupId>com.michelboudreau</groupId>
  <artifactId>alternator</artifactId>
  <version>0.2.6-SNAPSHOT</version>
  <scope>test</scope>
</dependency>
mboudreau commented 12 years ago

Agreed. Thanks for the recommendation.