瀏覽代碼

SEC-672: Added symbolic name to bundle.

Luke Taylor 17 年之前
父節點
當前提交
424d291a8f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/pom.xml

+ 1 - 0
core/pom.xml

@@ -148,6 +148,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
+                        <Bundle-SymbolicName>org.springframework.security.core</Bundle-SymbolicName>
                         <Export-Package>org.springframework.security.*;version=${pom.version}</Export-Package>
                         <Private-Package>!org.springframework.security.*</Private-Package>
                         <Implementation-Title>${pom.name}</Implementation-Title>