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

Organizing Maven dependencies #884

Merged
merged 2 commits into from
Nov 17, 2014
Merged

Organizing Maven dependencies #884

merged 2 commits into from
Nov 17, 2014

Conversation

garcia-jj
Copy link
Member

With comments to help users to check if some dependency can be removed in their applications.

Questions:

  1. Why javax.inject:javax.inject is provided but javax.annotation:javax.annotation-api isn't? Both are provided by appserver but no by servlet containers. The same for javax.interceptor:javax.interceptor-api and javax.ejb:javax.ejb-api. The default dependencies should focused in appserver or servlet containers?

  2. Why org.hibernate:hibernate-validator-cdi is provided? May be this artifact should only test scoped, because we need to use in tests. Or if our focus is on servlet containers should compile.

With comments to help users to check if some dependency can be removed in their applications.
@@ -133,19 +143,6 @@
<scope>provided</scope>
</dependency>

<dependency>
Copy link
Member Author

Choose a reason for hiding this comment

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

Removed because is part of Java EE 6.

garcia-jj added a commit that referenced this pull request Nov 17, 2014
@garcia-jj garcia-jj merged commit 81e5571 into caelum:master Nov 17, 2014
@garcia-jj garcia-jj deleted the ot-pom-improvements branch November 17, 2014 11:55
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.

1 participant