Muli Salem has uploaded a new change for review. Change subject: tools: Adding utils to engine-config (#825671) ......................................................................
tools: Adding utils to engine-config (#825671) https://bugzilla.redhat.com/825671 This patch adds the utils project to the engine-config pom.xml. Signed-off-by: Muli Salem <[email protected]> Change-Id: Ic6dd3431040dd1187714b76c5ecf280af490db7a --- M backend/manager/tools/engine-config/pom.xml 1 file changed, 12 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/60/7860/1 diff --git a/backend/manager/tools/engine-config/pom.xml b/backend/manager/tools/engine-config/pom.xml index 10ec57f..6b61c6c 100644 --- a/backend/manager/tools/engine-config/pom.xml +++ b/backend/manager/tools/engine-config/pom.xml @@ -37,6 +37,18 @@ <artifactId>log4j</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>${engine.groupId}</groupId> + <artifactId>utils</artifactId> + <version>${engine.version}</version> + </dependency> + <dependency> + <groupId>${engine.groupId}</groupId> + <artifactId>utils</artifactId> + <version>${engine.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> </dependencies> <build> <resources> -- To view, visit http://gerrit.ovirt.org/7860 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic6dd3431040dd1187714b76c5ecf280af490db7a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Muli Salem <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
