Author: ssmiweve
Date: 2009-01-20 15:54:37 +0100 (Tue, 20 Jan 2009)
New Revision: 7156

Modified:
   branches/2.18/pom.xml
Log:
Exclude jmxri.jar  jms.jar and jmxtools.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 14:47:57 UTC (rev 7155)
+++ branches/2.18/pom.xml       2009-01-20 14:54:37 UTC (rev 7156)
@@ -841,6 +841,10 @@
                         <artifactId>jmxri</artifactId>
                     </exclusion>
                     <exclusion>
+                        <groupId>com.sun.jdmk</groupId>
+                        <artifactId>jmxtools</artifactId>
+                    </exclusion>
+                    <exclusion>
                         <groupId>javax.jms</groupId>
                         <artifactId>jms</artifactId>
                     </exclusion>
@@ -1029,6 +1033,21 @@
             <artifactId>commons-httpclient</artifactId>
             <version>3.1</version>
             <scope>compile</scope>
+                <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>com.sun.jdmk</groupId>
+                        <artifactId>jmxtools</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