Juan Hernandez has uploaded a new change for review. Change subject: core: Add commons-collections to the dal module ......................................................................
core: Add commons-collections to the dal module Commit 81742e created a module for the DAL, but it is missing the dependency on commons-collections. Change-Id: I5cdbbf1b8fd8effb6aec7988dea0fb9a34da0c29 Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com> (cherry picked from commit 6135a4e5876780febbf9e83b70680964e425dfcf) --- M backend/manager/modules/dal/src/main/modules/org/ovirt/engine/core/dal/main/module.xml 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/58/12858/1 diff --git a/backend/manager/modules/dal/src/main/modules/org/ovirt/engine/core/dal/main/module.xml b/backend/manager/modules/dal/src/main/modules/org/ovirt/engine/core/dal/main/module.xml index 6beea8c..3ebd787 100644 --- a/backend/manager/modules/dal/src/main/modules/org/ovirt/engine/core/dal/main/module.xml +++ b/backend/manager/modules/dal/src/main/modules/org/ovirt/engine/core/dal/main/module.xml @@ -8,6 +8,7 @@ <dependencies> <module name="javax.api"/> + <module name="org.apache.commons.collections"/> <module name="org.apache.commons.lang"/> <module name="org.ovirt.engine.core.common"/> <module name="org.ovirt.engine.core.compat"/> -- To view, visit http://gerrit.ovirt.org/12858 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5cdbbf1b8fd8effb6aec7988dea0fb9a34da0c29 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: engine_3.2 Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches