Alexander Wels has uploaded a new change for review. Change subject: userportal, webadmin: remove unneeded dependecies ......................................................................
userportal, webadmin: remove unneeded dependecies - The web admin pom didn't specify the scope of one of the dependecies causing it to include a jar it didn't need. - The user portal pom didn't specify the scope of one of the dependecies causing it to include a jar it didn't need. Change-Id: If990a6ce70f7d11cf5c109a8c8807a09acd84bdc Signed-off-by: Alexander Wels <[email protected]> --- M frontend/webadmin/modules/userportal-gwtp/pom.xml M frontend/webadmin/modules/webadmin/pom.xml 2 files changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/04/13204/1 diff --git a/frontend/webadmin/modules/userportal-gwtp/pom.xml b/frontend/webadmin/modules/userportal-gwtp/pom.xml index 6d8b3f4..57b3da2 100644 --- a/frontend/webadmin/modules/userportal-gwtp/pom.xml +++ b/frontend/webadmin/modules/userportal-gwtp/pom.xml @@ -110,6 +110,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.ovirt.engine.core</groupId> diff --git a/frontend/webadmin/modules/webadmin/pom.xml b/frontend/webadmin/modules/webadmin/pom.xml index 722b11d..5213ab7 100644 --- a/frontend/webadmin/modules/webadmin/pom.xml +++ b/frontend/webadmin/modules/webadmin/pom.xml @@ -104,6 +104,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>${engine.core.groupId}</groupId> -- To view, visit http://gerrit.ovirt.org/13204 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If990a6ce70f7d11cf5c109a8c8807a09acd84bdc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
