[jboss-cvs] JBossAS SVN: r81983 - in trunk: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 2 16:13:01 EST 2008


Author: pgier
Date: 2008-12-02 16:13:01 -0500 (Tue, 02 Dec 2008)
New Revision: 81983

Modified:
   trunk/component-matrix/pom.xml
   trunk/thirdparty/pom.xml
Log:
[JBAS-6055] Exclude duplicate jstl jar.

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-12-02 21:03:12 UTC (rev 81982)
+++ trunk/component-matrix/pom.xml	2008-12-02 21:13:01 UTC (rev 81983)
@@ -237,12 +237,6 @@
       
       <dependency>
         <groupId>apache-myfaces</groupId>
-        <artifactId>jstl</artifactId>
-        <version>1.1.0</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>apache-myfaces</groupId>
         <artifactId>myfaces-impl</artifactId>
         <version>1.1.3</version>
       </dependency>

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-12-02 21:03:12 UTC (rev 81982)
+++ trunk/thirdparty/pom.xml	2008-12-02 21:13:01 UTC (rev 81983)
@@ -97,13 +97,6 @@
           <mappedDependencies>
             <dependency>
               <groupId>apache-myfaces</groupId>
-              <artifactId>jstl</artifactId>
-              <mapping>
-                <artifactId>jstl-1.1.0</artifactId>
-              </mapping>
-            </dependency>
-            <dependency>
-              <groupId>apache-myfaces</groupId>
               <artifactId>myfaces-impl</artifactId>
               <mapping>
                 <artifactId>myfaces-impl-1.1.3</artifactId>
@@ -1020,10 +1013,6 @@
       <artifactId>myfaces-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>apache-myfaces</groupId>
-      <artifactId>jstl</artifactId>
-    </dependency>
-    <dependency>
       <groupId>apache-scout</groupId>
       <artifactId>scout</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list