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

Fix runtime dependencies of pro.projo:projo module #1

Closed
raner opened this issue Feb 2, 2017 · 1 comment
Closed

Fix runtime dependencies of pro.projo:projo module #1

raner opened this issue Feb 2, 2017 · 1 comment

Comments

@raner
Copy link
Owner

raner commented Feb 2, 2017

Currently, the pro.projo:projo module has runtime dependencies on both pro.projo:projo-template-annotation and pro.projo:projo-template-configuration, neither of which should be required at runtime. There is a compile-time dependency for the @Template annotation, but the only classes that use the annotation are in the pro.projo.$template package, which is excluded from the output jar. Similarly, the template configurations are no longer needed past build-time code generation.

The respective dependency scopes should be changed to provided.

@raner
Copy link
Owner Author

raner commented Jul 3, 2019

This was fixed in commit 7ae75cd.

@raner raner closed this as completed Jul 3, 2019
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

No branches or pull requests

1 participant