You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ps...@apache.org on 2008/08/01 01:00:20 UTC

svn commit: r681536 - /logging/log4j/trunk/pom.xml

Author: psmith
Date: Thu Jul 31 16:00:20 2008
New Revision: 681536

URL: http://svn.apache.org/viewvc?rev=681536&view=rev
Log:
Bug 45517
Provide tweaked patch provided by Thorbørn to remove a dependency on Sun's JMS stuff.

Slightly tweaked in that I retained the <optional> modifier because we don't want that to 
be marked as transitive dependency (we b0rk3d that in 1.2.15, I'd hate to redo it).


Modified:
    logging/log4j/trunk/pom.xml

Modified: logging/log4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/pom.xml?rev=681536&r1=681535&r2=681536&view=diff
==============================================================================
--- logging/log4j/trunk/pom.xml (original)
+++ logging/log4j/trunk/pom.xml Thu Jul 31 16:00:20 2008
@@ -292,6 +292,8 @@
             <scope>system</scope>
             <systemPath>${tools.jar}</systemPath>
           </dependency>
+ 
+
         </dependencies>
       </plugin>
       <plugin>
@@ -396,11 +398,6 @@
     </profile>
   </profiles>
   <repositories>
-    <repository>
-      <id>java.net</id>
-      <url>https://maven-repository.dev.java.net/nonav/repository</url>
-      <layout>legacy</layout>
-    </repository>
   </repositories>
   <dependencies>
     <dependency>
@@ -410,12 +407,6 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>javax.jms</groupId>
-      <artifactId>jms</artifactId>
-      <version>1.1</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
       <groupId>com.sun.jdmk</groupId>
       <artifactId>jmxtools</artifactId>
       <version>1.2.1</version>
@@ -439,7 +430,13 @@
       <version>3.8.1</version>
       <scope>test</scope>
     </dependency>
-  </dependencies>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jms_1.1_spec</artifactId>
+      <version>1.0</version>
+      <optional>true</optional>
+    </dependency>
+ </dependencies>
   <reporting>
     <excludeDefaults>true</excludeDefaults>
     <plugins>
@@ -489,4 +486,4 @@
       <url>scp://localhost/${user.dir}/target/site-deploy</url>
     </site>
   </distributionManagement>
-</project>
+</project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org