Author: tabish
Date: Fri Sep 30 15:50:30 2011
New Revision: 1177712

URL: http://svn.apache.org/viewvc?rev=1177712&view=rev
Log:
fix for: https://issues.apache.org/jira/browse/AMQ-3520

Modified:
    activemq/trunk/activemq-rar/pom.xml

Modified: activemq/trunk/activemq-rar/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-rar/pom.xml?rev=1177712&r1=1177711&r2=1177712&view=diff
==============================================================================
--- activemq/trunk/activemq-rar/pom.xml (original)
+++ activemq/trunk/activemq-rar/pom.xml Fri Sep 30 15:50:30 2011
@@ -6,9 +6,9 @@
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
-  
+
   http://www.apache.org/licenses/LICENSE-2.0
-  
+
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-  
+
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -31,7 +31,7 @@
   <description>A JCA Resource Adapter used to integrate ActiveMQ with 
transactional enterprise containers</description>
 
   <dependencies>
-  
+
     <!-- activemq -->
     <dependency>
       <groupId>${project.groupId}</groupId>
@@ -212,7 +212,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
-      <scope>test</scope>
+      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
@@ -223,7 +223,7 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>
-    </dependency>  
+    </dependency>
   </dependencies>
   <build>
     <plugins>
@@ -257,6 +257,6 @@
       </plugin>
     </plugins>
   </build>
-  
+
 </project>
 


Reply via email to