Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaned up dependencies #159

Merged
merged 1 commit into from
May 24, 2017
Merged

Cleaned up dependencies #159

merged 1 commit into from
May 24, 2017

Conversation

whiskeysierra
Copy link
Collaborator

Fixes #156

</dependency>
<dependency>
<groupId>com.google.gag</groupId>
<artifactId>gag</artifactId>
<version>1.0.1</version>
<scope>provided</scope>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will not it fail if it is not provided on class path at runtime?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are only annotations in there and the java runtime allows annotations to be absent, i.e. not on the classpath.

@AlexanderYastrebov
Copy link
Member

👍

@whiskeysierra whiskeysierra merged commit 5fbe90b into master May 24, 2017
@whiskeysierra whiskeysierra deleted the feature/dependency-cleanup branch May 24, 2017 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants