You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by br...@apache.org on 2010/08/06 01:22:03 UTC

svn commit: r982823 - /incubator/thrift/trunk/lib/java/ivy.xml

Author: bryanduxbury
Date: Thu Aug  5 23:22:02 2010
New Revision: 982823

URL: http://svn.apache.org/viewvc?rev=982823&view=rev
Log:
oops, needed to add an ivy dependency on the servlet api jar

Modified:
    incubator/thrift/trunk/lib/java/ivy.xml

Modified: incubator/thrift/trunk/lib/java/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/ivy.xml?rev=982823&r1=982822&r2=982823&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/java/ivy.xml (original)
+++ incubator/thrift/trunk/lib/java/ivy.xml Thu Aug  5 23:22:02 2010
@@ -26,5 +26,6 @@
        <dependency org="org.slf4j" name="slf4j-simple" rev="1.5.8" conf="* -> *,!sources,!javadoc"/>
        <dependency org="commons-lang" name="commons-lang" rev="2.4" conf="* -> *,!sources,!javadoc"/>
        <dependency org="junit" name="junit" rev="4.4" conf="* -> *,!sources,!javadoc"/>
+       <dependency org="javax.servlet" name="servlet-api" rev="2.5" conf="* -> *,!sources,!javadoc"/>
     </dependencies>
 </ivy-module>