From 3673410b671f3e12a4fc7f0180329b54a8381103 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 1 Feb 2010 19:51:24 +0000 Subject: [PATCH] added javax.management to template.mf --- org.springframework.integration.jmx/template.mf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.springframework.integration.jmx/template.mf b/org.springframework.integration.jmx/template.mf index 38f1ed81ba..d3779bb08b 100644 --- a/org.springframework.integration.jmx/template.mf +++ b/org.springframework.integration.jmx/template.mf @@ -6,4 +6,5 @@ Import-Template: org.springframework.integration.*;version="[2.0.0, 2.0.1)", org.springframework.context;version="[3.0.0, 4.0.0)", org.springframework.util;version="[3.0.0, 4.0.0)", - org.apache.commons.logging;version="[1.1.1, 2.0.0)" + org.apache.commons.logging;version="[1.1.1, 2.0.0)", + javax.management.*;version="0"