소스 검색

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>