You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2009/02/18 12:50:51 UTC

svn commit: r745482 - /camel/trunk/components/camel-web/pom.xml

Author: jstrachan
Date: Wed Feb 18 11:50:51 2009
New Revision: 745482

URL: http://svn.apache.org/viewvc?rev=745482&view=rev
Log:
added optional JSR 250 so we can use those annotations for lifecycles

Modified:
    camel/trunk/components/camel-web/pom.xml

Modified: camel/trunk/components/camel-web/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-web/pom.xml?rev=745482&r1=745481&r2=745482&view=diff
==============================================================================
--- camel/trunk/components/camel-web/pom.xml (original)
+++ camel/trunk/components/camel-web/pom.xml Wed Feb 18 11:50:51 2009
@@ -82,6 +82,11 @@
       <artifactId>sitemesh</artifactId>
       <version>2.3</version>
     </dependency>
+    <dependency>
+      <groupId>javax.annotation</groupId>
+      <artifactId>jsr250-api</artifactId>
+      <optional>true</optional>
+    </dependency>
 
     <!-- testing -->
     <dependency>