mirror of https://github.com/apache/maven.git
[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:
parent
2b336ff150
commit
c311e0d812
|
@ -100,6 +100,7 @@ under the License.
|
||||||
|
|
||||||
<!-- javax.annotation (JSR-250) -->
|
<!-- javax.annotation (JSR-250) -->
|
||||||
<exportedPackage>javax.annotation.*</exportedPackage>
|
<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
|
| We may potentially want to export these, but right now I'm not sure that anything Guice specific needs
|
||||||
|
|
Loading…
Reference in New Issue