You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ke...@apache.org on 2009/07/23 19:30:14 UTC

svn commit: r797156 - /geronimo/server/branches/2.1/plugins/jasper/jasper/pom.xml

Author: kevan
Date: Thu Jul 23 17:30:14 2009
New Revision: 797156

URL: http://svn.apache.org/viewvc?rev=797156&view=rev
Log:
GERONIMO-4764 Apply patch from Shawn Jiang. Thanks Shawn! Add additional dependency for eclipse.jdt core.

Modified:
    geronimo/server/branches/2.1/plugins/jasper/jasper/pom.xml

Modified: geronimo/server/branches/2.1/plugins/jasper/jasper/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/jasper/jasper/pom.xml?rev=797156&r1=797155&r2=797156&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/jasper/jasper/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/jasper/jasper/pom.xml Thu Jul 23 17:30:14 2009
@@ -87,6 +87,33 @@
             <groupId>org.apache.tomcat.extras</groupId>
             <artifactId>juli</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>core</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>resources</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>runtime</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>filesystem</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse</groupId>
+                    <artifactId>text</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.team</groupId>
+                    <artifactId>core</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
     </dependencies>
 
     <build>