Author: ssmiweve
Date: 2009-01-20 16:43:47 +0100 (Tue, 20 Jan 2009)
New Revision: 7159

Modified:
   trunk/
   trunk/pom.xml
Log:
Merged revisions 7158 via svnmerge from 
http://sesat.no/svn/sesat-kernel/branches/2.18

........
  r7158 | ssmiweve | 2009-01-20 16:42:27 +0100 (Tue, 20 Jan 2009) | 2 lines
  
  Exclude jmxri.jar  jms.jar and jmxtools.jar (they require a click through 
download, and are never used at runtime.
  Third time lucky.
........



Property changes on: trunk
___________________________________________________________________
Modified: svnmerge-integrated
   - /branches/2.10:1-4690,4692-4745 /branches/2.11:1-4933 
/branches/2.12:1-5051,5053-5106 /branches/2.13:1-5378 /branches/2.14:1-5508 
/branches/2.15:1-5995 /branches/2.16:1-6499 /branches/2.17:1-6713,6715-6980 
/branches/2.18:1-7156 /branches/2.6:1-3877 /branches/2.7:1-4160 
/branches/2.8:1-4446 /branches/2.9:1-4626 /branches/MAP_SEARCHv2:1-4544
   + /branches/2.10:1-4690,4692-4745 /branches/2.11:1-4933 
/branches/2.12:1-5051,5053-5106 /branches/2.13:1-5378 /branches/2.14:1-5508 
/branches/2.15:1-5995 /branches/2.16:1-6499 /branches/2.17:1-6713,6715-6980 
/branches/2.18:1-7158 /branches/2.6:1-3877 /branches/2.7:1-4160 
/branches/2.8:1-4446 /branches/2.9:1-4626 /branches/MAP_SEARCHv2:1-4544
Modified: svn:mergeinfo
   - /branches/2.17:6980
/branches/2.18:6964-7152,7154,7156
   + /branches/2.17:6980
/branches/2.18:6964-7152,7154,7156,7158

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml       2009-01-20 15:42:27 UTC (rev 7158)
+++ trunk/pom.xml       2009-01-20 15:43:47 UTC (rev 7159)
@@ -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
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to