Change in ovirt-engine[engine_3.2]: packaging: Move dependencies to a JBoss module

Juan Hernandez has submitted this change and it was merged. Change subject: packaging: Move dependencies to a JBoss module ...................................................................... packaging: Move dependencies to a JBoss module Currently we package dependencies as .jar files in the lib directories of the .ear and in the .war of RESTAPI. This has the inconvenient that those dependencies don't have an associated artifact and also can't be shared from different applications. This patch moves all those dependencies to the dependencies jboss module, so that they are added to the corresponding artifact, and can then be easily installed and shared. Change-Id: I9a211b4c24dd02c6e018c6be62beee2d1f5f9afe Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> (cherry picked from commit e8081ab1b6e560ada7a26240e97dfc65ec475423) --- M backend/manager/dependencies/pom.xml A backend/manager/dependencies/src/main/modules/org/ovirt/engine/core/dependencies/main/module.xml M backend/manager/modules/restapi/webapp/pom.xml M ear/pom.xml M ear/src/main/resources/META-INF/MANIFEST.MF M packaging/fedora/spec/ovirt-engine.spec.in 6 files changed, 367 insertions(+), 258 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/12850 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9a211b4c24dd02c6e018c6be62beee2d1f5f9afe Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: engine_3.2 Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com>
participants (1)
-
juan.hernandez@redhat.com