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 14f3ae3  [SHIRO-626] Bundle symbolic name conflict
     new eeb7e95  Merge pull request #126 from fpapon/SHIRO-626
14f3ae3 is described below

commit 14f3ae32fc69511eadf1f821bb5e89a29b2aa6f6
Author: Francois Papon <[email protected]>
AuthorDate: Sat Mar 9 19:03:55 2019 +0400

    [SHIRO-626] Bundle symbolic name conflict
---
 config/ogdl/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/ogdl/pom.xml b/config/ogdl/pom.xml
index 8b46cf5..3e9b5d9 100644
--- a/config/ogdl/pom.xml
+++ b/config/ogdl/pom.xml
@@ -53,7 +53,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        
<Bundle-SymbolicName>org.apache.shiro.config.core</Bundle-SymbolicName>
+                        
<Bundle-SymbolicName>org.apache.shiro.config.ogdl</Bundle-SymbolicName>
                         
<Export-Package>org.apache.shiro.config*;version=${project.version}</Export-Package>
                         <Import-Package>
                             
org.apache.shiro*;version="${shiro.osgi.importRange}",

Reply via email to