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. Backported from master commit 6135a4e5876780febbf9e83b70680964e425dfcf. Change-Id: I50c32b7e0f607c5af0381ab2630faf3a9f7d3d82 Signed-off-by: Juan Hernandez <[email protected]> --- 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/80/12780/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/12780 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I50c32b7e0f607c5af0381ab2630faf3a9f7d3d82 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
