Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > a58a12756f704c1060db04dc176518c9 > files > 8

mule-2.0.2.20080813-7.fc18.src.rpm

--- mule-2.0.2.20080813/modules/management/pom.xml	2012-08-09 11:08:32.225954929 -0400
+++ pom-tanuki.xml	2012-08-09 11:06:09.369518773 -0400
@@ -40,25 +40,35 @@
         <dependency>
             <groupId>tanukisoft</groupId>
             <artifactId>wrapper</artifactId>
+            <scope>system</scope>
+            <systemPath>/usr/lib64/java-service-wrapper/wrapper.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>mx4j</groupId>
             <artifactId>mx4j-jmx</artifactId>
+            <scope>system</scope>
+            <systemPath>/usr/share/java/mx4j/mx4j-jmx.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>mx4j</groupId>
             <artifactId>mx4j-impl</artifactId>
             <version>2.1.1</version>
+            <scope>system</scope>
+            <systemPath>/usr/share/java/mx4j/mx4j-impl.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>mx4j</groupId>
             <artifactId>mx4j-tools</artifactId>
             <version>2.1.1</version>
+            <scope>system</scope>
+            <systemPath>/usr/share/java/mx4j/mx4j-tools.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>mx4j</groupId>
             <artifactId>mx4j-remote</artifactId>
             <version>2.1.1</version>
+            <scope>system</scope>
+            <systemPath>/usr/share/java/mx4j/mx4j-remote.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>log4j</groupId>