[pkg-java] r18727 - trunk/libcommons-modeler-java/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jun 4 07:20:41 UTC 2015


Author: ebourg-guest
Date: 2015-06-04 07:20:41 +0000 (Thu, 04 Jun 2015)
New Revision: 18727

Modified:
   trunk/libcommons-modeler-java/debian/control
   trunk/libcommons-modeler-java/debian/pom.xml
Log:
Removed the remaining references to mx4j



Modified: trunk/libcommons-modeler-java/debian/control
===================================================================
--- trunk/libcommons-modeler-java/debian/control	2015-06-04 07:08:30 UTC (rev 18726)
+++ trunk/libcommons-modeler-java/debian/control	2015-06-04 07:20:41 UTC (rev 18727)
@@ -13,8 +13,7 @@
 
 Package: libcommons-modeler-java
 Architecture: all
-Depends: ${misc:Depends}, 
-         libmx4j-java, libcommons-logging-java, libcommons-digester-java
+Depends: ${misc:Depends}, libcommons-logging-java, libcommons-digester-java
 Description: convenience library to use Java Management Extensions (JMX)
  Commons Modeler from the Apache Commons project simplifies using the Java
  Management Extensions (JMX). It provides the following services to

Modified: trunk/libcommons-modeler-java/debian/pom.xml
===================================================================
--- trunk/libcommons-modeler-java/debian/pom.xml	2015-06-04 07:08:30 UTC (rev 18726)
+++ trunk/libcommons-modeler-java/debian/pom.xml	2015-06-04 07:20:41 UTC (rev 18727)
@@ -93,13 +93,6 @@
     </dependency>
 
     <dependency>
-      <groupId>mx4j</groupId>
-      <artifactId>mx4j-jmx</artifactId>
-      <version>2.1.1</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
       <version>2.0.2</version>




More information about the pkg-java-commits mailing list