[MNG-6296] 3.5.2: ClassNotFoundException: javax.annotation.security.RolesAllowed

Adding exportedPackage to find class:
javax.annotation.security.RolesAllowed

First maven commit :) Works but might be deeper issue

Signed-off-by: Karl Heinz Marbaise <khmarbaise@apache.org>
This commit is contained in:
Bengt Söderberg 2017-11-27 19:19:48 +01:00 committed by Karl Heinz Marbaise
parent 2b336ff150
commit c311e0d812
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ under the License.
<!-- javax.annotation (JSR-250) -->
<exportedPackage>javax.annotation.*</exportedPackage>
<exportedPackage>javax.annotation.security.*</exportedPackage>
<!--
| We may potentially want to export these, but right now I'm not sure that anything Guice specific needs