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

Maven Archetypes: Replace the J2EE dependencies with the Java EE 6 full platform dependency #129

Closed
tjuerge opened this issue Jun 1, 2014 · 1 comment
Labels
Milestone

Comments

@tjuerge
Copy link
Member

tjuerge commented Jun 1, 2014

The outdated J2EE dependencies (like "javax.jms:jms:1.1") should be replaced by the Java EE 6 full platform dependency "javax.javaee-api.6.0".

This should go together with #121 .

@tjuerge tjuerge changed the title Maven Archtypes: Replace the J2EE dependencies with the Java EE 6 full platform dependency Maven Archetypes: Replace the J2EE dependencies with the Java EE 6 full platform dependency Jun 1, 2014
@tjuerge tjuerge added this to the 3.1.0 milestone Sep 5, 2014
@tjuerge
Copy link
Member Author

tjuerge commented Feb 22, 2015

We can't use Suns / Oracles JEE6 API jars because of the absent method bodies in the API classes.

As a workaround we are using the JEE6 API specification jars org.jboss.spec provided by the JBoss project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant