Alon Bar-Lev has uploaded a new change for review. Change subject: build: remove duplicate commons-lang:jar dependency ......................................................................
build: remove duplicate commons-lang:jar dependency Change-Id: I87fbbad6f1ebfd87a1c4155bf46c511b173bd052 Signed-off-by: Alon Bar-Lev <[email protected]> --- M backend/manager/modules/utils/pom.xml 1 file changed, 0 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/37/19437/1 diff --git a/backend/manager/modules/utils/pom.xml b/backend/manager/modules/utils/pom.xml index b1df546..0c76117 100644 --- a/backend/manager/modules/utils/pom.xml +++ b/backend/manager/modules/utils/pom.xml @@ -137,10 +137,6 @@ <artifactId>log4j</artifactId> <scope>provided</scope> </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> <dependency> <groupId>org.infinispan</groupId> -- To view, visit http://gerrit.ovirt.org/19437 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I87fbbad6f1ebfd87a1c4155bf46c511b173bd052 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
