소스 검색

removed optional scope from jaxen dependecy in preauth sample as it breaks war file

Luke Taylor 17 년 전
부모
커밋
5ec06778f5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      samples/preauth/pom.xml

+ 0 - 1
samples/preauth/pom.xml

@@ -42,7 +42,6 @@
             <groupId>jaxen</groupId>
             <artifactId>jaxen</artifactId>
             <version>1.1.1</version>
-            <optional>true</optional>
         </dependency>
     </dependencies>