소스 검색

Fix taglibs template.mf

Was missing sub-packages of org.sfw.security.acls.
Luke Taylor 15 년 전
부모
커밋
fa42d9d5ec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      taglibs/template.mf

+ 1 - 1
taglibs/template.mf

@@ -12,7 +12,7 @@ Import-Template:
  org.springframework.security.web.*;version="[${version}, 3.1.0)",
  org.springframework.security.access.*;version="[${version}, 3.1.0)",
  org.springframework.security.util;version="[${version}, 3.1.0)",
- org.springframework.security.acls;version="[${version}, 3.1.0)";resolution:=optional, 
+ org.springframework.security.acls.*;version="[${version}, 3.1.0)";resolution:=optional,
  org.springframework.beans.*;version="[${spring.version}, 3.1.0)",
  org.springframework.context.*;version="[${spring.version}, 3.1.0)",
  org.springframework.expression;version="[${spring.version}, 3.1.0)";resolution:=optional,