mirror of https://github.com/apache/maven.git
[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:
parent
42918c37c5
commit
6285bb96c5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue