[MNG-6298] 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>
Now with correct issue reference.
This commit is contained in:
Bengt Söderberg 2017-11-27 19:19:48 +01:00 committed by Karl Heinz Marbaise
parent 42918c37c5
commit 6285bb96c5
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