From d678e0bd88e97615995224361f13b7d44796373e Mon Sep 17 00:00:00 2001
From: srosse <none@none>
Date: Mon, 18 Jun 2012 08:32:29 +0200
Subject: [PATCH] OO-280: readd a missing property for unit tests

---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 3f2b51de631..7bb10d9986b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,7 @@
 	    <test.env.db.postgresql.host.port>5432</test.env.db.postgresql.host.port>
 	    <test.env.db.hibernate.ddl.auto>create</test.env.db.hibernate.ddl.auto>
 	    <test.env.instance.id>myolat</test.env.instance.id>
+	    <test.env.jmx.rmi.port.0>3000</test.env.jmx.rmi.port.0>
 
 	</properties>
 	<profiles>
-- 
GitLab