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

This commit is contained in:
Luke Taylor 2008-06-23 13:00:03 +00:00
parent 2fa991c44f
commit 5ec06778f5
1 changed files with 0 additions and 1 deletions

View File

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