You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/02/22 23:13:12 UTC

svn commit: r510688 - in /myfaces/tobago/trunk/contrib/security: pom.xml src/main/java/javax/

Author: bommel
Date: Thu Feb 22 14:13:11 2007
New Revision: 510688

URL: http://svn.apache.org/viewvc?view=rev&rev=510688
Log:
removed annotations from svn 
added dependency to geronimo annotations

Removed:
    myfaces/tobago/trunk/contrib/security/src/main/java/javax/
Modified:
    myfaces/tobago/trunk/contrib/security/pom.xml

Modified: myfaces/tobago/trunk/contrib/security/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/security/pom.xml?view=diff&rev=510688&r1=510687&r2=510688
==============================================================================
--- myfaces/tobago/trunk/contrib/security/pom.xml (original)
+++ myfaces/tobago/trunk/contrib/security/pom.xml Thu Feb 22 14:13:11 2007
@@ -43,6 +43,11 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-annotation_1.0_spec</artifactId>
+      <version>1.0</version>
+    </dependency>
+    <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>jsp-api</artifactId>
       <version>2.0</version>