[jboss-svn-commits] JBL Code SVN: r37611 - labs/jbosstm/branches/JBOSSTS_4_15_0_Final/maven.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Oct 19 13:14:28 EDT 2011


Author: tomjenkinson
Date: 2011-10-19 13:14:28 -0400 (Wed, 19 Oct 2011)
New Revision: 37611

Modified:
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/maven/pom-template.xml
Log:
JBTM-882 resolved the scope of the logging-generator

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/maven/pom-template.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/maven/pom-template.xml	2011-10-19 16:58:37 UTC (rev 37610)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/maven/pom-template.xml	2011-10-19 17:14:28 UTC (rev 37611)
@@ -222,6 +222,7 @@
             <!-- JCA API -->
             <groupId>org.jboss.ironjacamar</groupId>
             <artifactId>ironjacamar-spec-api</artifactId>
+            <scope>provided</scope>
         </dependency>
 
         <!-- unit tests use junit4 and some use byteman -->
@@ -397,6 +398,7 @@
         <dependency>
             <groupId>org.jboss.logging</groupId>
             <artifactId>jboss-logging-generator</artifactId>
+            <scope>provided</scope>
         </dependency>
 
         <!--<dependency>-->



More information about the jboss-svn-commits mailing list