[jboss-cvs] JBossAS SVN: r94531 - trunk/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 8 19:41:52 EDT 2009


Author: david.lloyd at jboss.com
Date: 2009-10-08 19:41:52 -0400 (Thu, 08 Oct 2009)
New Revision: 94531

Modified:
   trunk/component-matrix/pom.xml
Log:
Fix this tag which has been in the wrong place since time immemorial

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2009-10-08 22:33:24 UTC (rev 94530)
+++ trunk/component-matrix/pom.xml	2009-10-08 23:41:52 UTC (rev 94531)
@@ -2287,9 +2287,9 @@
                   <goal>enforce</goal>
                 </goals>
                 <configuration>
-                  <searchTransitive>true</searchTransitive>
                   <rules>
                     <bannedDependencies>
+                      <searchTransitive>true</searchTransitive>
                       <excludes>
                         <exclude>jboss:jboss-common</exclude>
                         <exclude>javax.el:el-api</exclude>




More information about the jboss-cvs-commits mailing list