Juan Hernandez has uploaded a new change for review. Change subject: packaging: Add beanutils as dependency of utils ......................................................................
packaging: Add beanutils as dependency of utils This is needed by the OVF related code. Backported from master commit b8a30538fd4a51bd40f5ec2479251a95dfda9064. Change-Id: I395153eb05d2fe64436378ac9f1fa3cc8b12a93e Signed-off-by: Juan Hernandez <[email protected]> --- M backend/manager/modules/utils/src/main/modules/org/ovirt/engine/core/utils/main/module.xml 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/32/12632/1 diff --git a/backend/manager/modules/utils/src/main/modules/org/ovirt/engine/core/utils/main/module.xml b/backend/manager/modules/utils/src/main/modules/org/ovirt/engine/core/utils/main/module.xml index a4a66a2..ca92063 100644 --- a/backend/manager/modules/utils/src/main/modules/org/ovirt/engine/core/utils/main/module.xml +++ b/backend/manager/modules/utils/src/main/modules/org/ovirt/engine/core/utils/main/module.xml @@ -15,6 +15,7 @@ <module name="org.apache.commons.codec"/> <module name="org.apache.commons.lang"/> <module name="org.apache.commons.logging"/> + <module name="org.apache.commons.beanutils"/> <module name="org.apache.log4j"/> <module name="org.codehaus.jackson.jackson-core-asl"/> <module name="org.codehaus.jackson.jackson-mapper-asl"/> -- To view, visit http://gerrit.ovirt.org/12632 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I395153eb05d2fe64436378ac9f1fa3cc8b12a93e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
