This is an automated email from the ASF dual-hosted git repository.

fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/master by this push:
     new 8fbd9dc  [SHIRO-726] Add dynamic import package
     new 5b6fb1d  Merge pull request #170 from fpapon/SHIRO-726
8fbd9dc is described below

commit 8fbd9dc78043773ddfbcdd320ab2d1b9ebe9d0f9
Author: Francois Papon <[email protected]>
AuthorDate: Wed Oct 30 20:50:42 2019 +0100

    [SHIRO-726] Add dynamic import package
---
 core/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/pom.xml b/core/pom.xml
index c1b272f..73e6211 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -59,6 +59,9 @@
                             
org.apache.commons.configuration2*;resolution:=optional,
                             *
                         </Import-Package>
+                        <DynamicImport-Package>
+                            org.apache.shiro.*
+                        </DynamicImport-Package>
                     </instructions>
                 </configuration>
             </plugin>

Reply via email to