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.obrprobe/pom.xml b/mosgi/managedelements.obrprobe/pom.xml
index 2f9d790..9b00563 100644
--- a/mosgi/managedelements.obrprobe/pom.xml
+++ b/mosgi/managedelements.obrprobe/pom.xml
@@ -38,6 +38,14 @@
<artifactId>org.apache.felix.bundlerepository</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>mx4j</groupId>
+ <artifactId>mx4j-jmx</artifactId>
+ <version>3.0.1</version>
+ <scope>provided</scope>
+ </dependency>
+
+
</dependencies>
<build>