Author: ssmiweve Date: 2009-01-20 16:42:27 +0100 (Tue, 20 Jan 2009) New Revision: 7158
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. Third time lucky. Modified: branches/2.18/pom.xml =================================================================== --- branches/2.18/pom.xml 2009-01-20 14:55:23 UTC (rev 7157) +++ branches/2.18/pom.xml 2009-01-20 15:42:27 UTC (rev 7158) @@ -834,21 +834,6 @@ <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>com.sun.jdmk</groupId> - <artifactId>jmxtools</artifactId> - </exclusion> - <exclusion> - <groupId>javax.jms</groupId> - <artifactId>jms</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>sesat</groupId> @@ -968,6 +953,21 @@ <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.15</version> + <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>rome</groupId> @@ -1033,21 +1033,6 @@ <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 Kernel-commits@sesat.no http://sesat.no/mailman/listinfo/kernel-commits