From 9c8fc872066797db90aace475d531a716d2fce2e Mon Sep 17 00:00:00 2001 From: eyalkoren <41850454+eyalkoren@users.noreply.github.com> Date: Wed, 21 Aug 2019 11:27:51 +0300 Subject: [PATCH] Changing integration tests dependencies --- .../pom.xml | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/integration-tests/application-server-integration-tests/pom.xml b/integration-tests/application-server-integration-tests/pom.xml index 5aef9fcdee..84b227fb90 100644 --- a/integration-tests/application-server-integration-tests/pom.xml +++ b/integration-tests/application-server-integration-tests/pom.xml @@ -25,15 +25,27 @@ ${project.groupId} - jsf-app + jsf-app-dependent ${project.version} - pom + war + + + ${project.groupId} + jsf-app-standalone + ${project.version} + war ${project.groupId} - cdi-app + cdi-app-dependent ${project.version} - pom + war + + + ${project.groupId} + cdi-app-standalone + ${project.version} + war ${project.groupId}