You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/02/06 08:58:47 UTC

svn commit: r1442860 - /myfaces/tobago/trunk/tobago-extension/tobago-security/pom.xml

Author: lofwyr
Date: Wed Feb  6 07:58:46 2013
New Revision: 1442860

URL: http://svn.apache.org/viewvc?rev=1442860&view=rev
Log:
TOBAGO-1226: POM: Scope of specification dependency of tobago-security should be "provided"

Modified:
    myfaces/tobago/trunk/tobago-extension/tobago-security/pom.xml

Modified: myfaces/tobago/trunk/tobago-extension/tobago-security/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-security/pom.xml?rev=1442860&r1=1442859&r2=1442860&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-security/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-security/pom.xml Wed Feb  6 07:58:46 2013
@@ -36,6 +36,7 @@
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-annotation_1.0_spec</artifactId>
       <version>1.0</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>javax.el</groupId>