Skip to content

Commit

Permalink
BVTCK-114 Include TestUtil and ConstraintViolationAssert in the package
Browse files Browse the repository at this point in the history
deployed by Arquillian

This is necessary for the incontainer build.
  • Loading branch information
gsmet committed May 11, 2017
1 parent 8d2f2c0 commit 2aae6d6
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -393,7 +393,9 @@ public static WebArchiveBuilder webArchiveBuilder() {
return new WebArchiveBuilder().withClasses(
BaseExecutableValidatorTest.class,
BaseValidatorTest.class,
WebArchiveBuilder.class
WebArchiveBuilder.class,
TestUtil.class,
ConstraintViolationAssert.class
);
}

Expand Down

0 comments on commit 2aae6d6

Please sign in to comment.