Allon Mureinik has uploaded a new change for review.

Change subject: tools: postgres dependency
......................................................................

tools: postgres dependency

Moved the postgres dependency from the default profile to the itests
profile, since it is only used to connect to the database in component
tests, not unit tests.

Change-Id: I88aaf2c5798ccf936b455d51e6e29a589eb8f5cb
Signed-off-by: Allon Mureinik <amure...@redhat.com>
---
M backend/manager/tools/pom.xml
1 file changed, 7 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/73/14273/1

diff --git a/backend/manager/tools/pom.xml b/backend/manager/tools/pom.xml
index d1f8697..53873f73 100644
--- a/backend/manager/tools/pom.xml
+++ b/backend/manager/tools/pom.xml
@@ -54,12 +54,6 @@
       <scope>test</scope>
     </dependency>
 
-    <dependency>
-      <groupId>postgresql</groupId>
-      <artifactId>postgresql</artifactId>
-      <scope>test</scope>
-    </dependency>
-
   </dependencies>
 
   <build>
@@ -92,6 +86,13 @@
   <profiles>
     <profile>
       <id>enable-tools-itests</id>
+      <dependencies>
+        <dependency>
+          <groupId>postgresql</groupId>
+          <artifactId>postgresql</artifactId>
+          <scope>test</scope>
+        </dependency>
+      </dependencies>
       <build>
         <plugins>
           <plugin>


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

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

Reply via email to