You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/08/01 14:00:32 UTC

svn commit: r681662 - /geronimo/gshell/trunk/pom.xml

Author: jdillon
Date: Fri Aug  1 05:00:32 2008
New Revision: 681662

URL: http://svn.apache.org/viewvc?rev=681662&view=rev
Log:
Include geronimo-annotation_1.0_spec

Modified:
    geronimo/gshell/trunk/pom.xml

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=681662&r1=681661&r2=681662&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Fri Aug  1 05:00:32 2008
@@ -109,7 +109,13 @@
                     </exclusion>
                 </exclusions>
             </dependency>
-
+            
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-annotation_1.0_spec</artifactId>
+                <version>1.1.1</version>
+            </dependency>
+            
             <dependency>
                 <groupId>org.codehaus.plexus</groupId>
                 <artifactId>plexus-component-annotations</artifactId>