You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by vs...@apache.org on 2009/04/17 00:04:58 UTC

svn commit: r765786 - /incubator/shindig/trunk/pom.xml

Author: vsiveton
Date: Thu Apr 16 22:04:58 2009
New Revision: 765786

URL: http://svn.apache.org/viewvc?rev=765786&view=rev
Log:
o removed duplicate jstl due to r765783

Modified:
    incubator/shindig/trunk/pom.xml

Modified: incubator/shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=765786&r1=765785&r2=765786&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Thu Apr 16 22:04:58 2009
@@ -1454,11 +1454,6 @@
         <artifactId>jstl</artifactId>
         <version>1.2</version>
       </dependency>
-      <dependency>
-        <groupId>jstl</groupId>
-        <artifactId>jstl</artifactId>
-        <version>1.2</version>
-      </dependency>
     </dependencies>
   </dependencyManagement>
 </project>