From ba0d71704dd0fc00fd542e4dd666ff41b53025e5 Mon Sep 17 00:00:00 2001 From: mhajas Date: Mon, 19 Sep 2016 15:19:41 +0200 Subject: [PATCH] KEYCLOAK-3590 Fix includes --- .../integration-arquillian/tests/other/adapters/pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/testsuite/integration-arquillian/tests/other/adapters/pom.xml b/testsuite/integration-arquillian/tests/other/adapters/pom.xml index 300491d6cf..a5ec9d2aaa 100644 --- a/testsuite/integration-arquillian/tests/other/adapters/pom.xml +++ b/testsuite/integration-arquillian/tests/other/adapters/pom.xml @@ -352,7 +352,6 @@ maven-resources-plugin - 3.0.1 example-realms @@ -367,7 +366,10 @@ ${examples.basedir} true - **/*realm.json,**/testsaml.json + + **/*realm.json + **/testsaml.json +