FELIX-307
---------
Modifications to make it work with jdk1.4
We added three dependencies:
    <dependency>
       <groupId>mx4j</groupId>
       <artifactId>mx4j</artifactId>
       <version>3.0.2</version>
       <scope>provided</scope>
    </dependency>
----
    <dependency>
       <groupId>mx4j</groupId>
       <artifactId>mx4j-jmx</artifactId>
       <version>3.0.1</version>
       <scope>provided</scope>
    </dependency>
----
     <dependency>
       <groupId>mx4j</groupId>
       <artifactId>mx4j-remote</artifactId>
       <version>3.0.1</version>
       <scope>provided</scope>
    </dependency>

Also added a line in doc/core.sh for lauchning it with jdk1.4


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@552854 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/mosgi/managedelements.bundlesprobes/pom.xml b/mosgi/managedelements.bundlesprobes/pom.xml
index 9026dd6..ab82674 100644
--- a/mosgi/managedelements.bundlesprobes/pom.xml
+++ b/mosgi/managedelements.bundlesprobes/pom.xml
@@ -33,6 +33,13 @@
       <artifactId>org.apache.felix.framework</artifactId>
       <scope>provided</scope>
     </dependency>
+     <dependency>
+       <groupId>mx4j</groupId>
+       <artifactId>mx4j-jmx</artifactId>
+       <version>3.0.1</version>
+       <scope>provided</scope>
+    </dependency>
+   
   </dependencies>
 
   <build>