Author: ssmiweve
Date: 2009-01-20 15:45:32 +0100 (Tue, 20 Jan 2009)
New Revision: 7154

Modified:
   branches/2.18/pom.xml
Log:
Exclude jmxri.jar and jms.jar (they require a click through download, and are 
never used at runtime.

Modified: branches/2.18/pom.xml
===================================================================
--- branches/2.18/pom.xml       2009-01-20 13:30:03 UTC (rev 7153)
+++ branches/2.18/pom.xml       2009-01-20 14:45:32 UTC (rev 7154)
@@ -834,6 +834,17 @@
                 <artifactId>commons-log4j</artifactId>
                 <version>1.5-SNAPSHOT</version>
                 <type>jar</type>
+                <exclusions>
+                    <!-- The following require a click-through license. And 
are never used at runtime. -->
+                    <exclusion>
+                        <groupId>com.sun.jmx</groupId>
+                        <artifactId>jmxri</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>javax.jms</groupId>
+                        <artifactId>jms</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>sesat</groupId>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to