You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mi...@apache.org on 2009/09/24 06:54:16 UTC

svn commit: r818371 - /ode/trunk/Buildfile

Author: midon
Date: Thu Sep 24 04:54:16 2009
New Revision: 818371

URL: http://svn.apache.org/viewvc?rev=818371&view=rev
Log:
add missing axis2 dependency: mex:jar:impl:1.41

Modified:
    ode/trunk/Buildfile

Modified: ode/trunk/Buildfile
URL: http://svn.apache.org/viewvc/ode/trunk/Buildfile?rev=818371&r1=818370&r2=818371&view=diff
==============================================================================
--- ode/trunk/Buildfile (original)
+++ ode/trunk/Buildfile Thu Sep 24 04:54:16 2009
@@ -108,6 +108,7 @@
                               :version=>"1.4"), 
                         "org.apache.ws.security:wss4j:jar:1.5.4", 
                         "org.apache.santuario:xmlsec:jar:1.4.1",
+                        "org.apache.axis2:mex:jar:impl:1.41", # 1.41 is not a type!
                         "opensaml:opensaml:jar:1.1",
                         "bouncycastle:bcprov-jdk15:jar:132"]
 )