Skip to content

Commit

Permalink
PAYARA-346 added javax.ejb as an imported package to the weld integra…
Browse files Browse the repository at this point in the history
…tion bundle
  • Loading branch information
Steve Millidge committed Dec 19, 2015
1 parent a96f6d4 commit 7cf859a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appserver/web/weld-integration-fragment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
org.jboss.classfilewriter.util,
org.jboss.weld.security
</Export-Package>
<Import-Package>org.glassfish.weld</Import-Package>
<Import-Package>org.glassfish.weld,
javax.ejb</Import-Package>
<Bundle-Description>${project.description}</Bundle-Description>
</manifestEntries>
</archive>
Expand Down

0 comments on commit 7cf859a

Please sign in to comment.