added additional test jar for issue #155

Former-commit-id: 0f8bf0a058eb263f13bd5d0d4262255153201eb5
This commit is contained in:
Jeremy Long
2014-11-07 06:42:00 -05:00
parent 89c63e6d87
commit 761dd61ed4

View File

@@ -715,6 +715,14 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-impl</artifactId>
<version>2.2.8-02</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>
</profile>
</profiles>