Alexander Wels has uploaded a new change for review.

Change subject: userportal, weadmin: fix root pom
......................................................................

userportal, weadmin: fix root pom

- fixed backend root pom, by removed extra dependency
that is not needed as commons-logging is properly
included already.

Change-Id: I2ca63b5346266ac0c15e385787adb881586fd029
Signed-off-by: Alexander Wels <aw...@redhat.com>
---
M backend/manager/modules/root/pom.xml
1 file changed, 0 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/32/13932/1

diff --git a/backend/manager/modules/root/pom.xml 
b/backend/manager/modules/root/pom.xml
index c1f488c..ca2e027 100644
--- a/backend/manager/modules/root/pom.xml
+++ b/backend/manager/modules/root/pom.xml
@@ -66,17 +66,6 @@
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
     </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.1</version>
-      <exclusions>
-        <exclusion>  <!-- declare the exclusion here -->
-          <groupId>javax.servlet</groupId>
-          <artifactId>servlet-api</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
   </dependencies>
 
   <build>


--
To view, visit http://gerrit.ovirt.org/13932
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2ca63b5346266ac0c15e385787adb881586fd029
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alexander Wels <aw...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to