You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sa...@apache.org on 2012/11/29 21:13:39 UTC

svn commit: r1415352 - /airavata/trunk/modules/ws-messenger/commons/pom.xml

Author: samindaw
Date: Thu Nov 29 20:13:39 2012
New Revision: 1415352

URL: http://svn.apache.org/viewvc?rev=1415352&view=rev
Log:
common util dependency

Modified:
    airavata/trunk/modules/ws-messenger/commons/pom.xml

Modified: airavata/trunk/modules/ws-messenger/commons/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/ws-messenger/commons/pom.xml?rev=1415352&r1=1415351&r2=1415352&view=diff
==============================================================================
--- airavata/trunk/modules/ws-messenger/commons/pom.xml (original)
+++ airavata/trunk/modules/ws-messenger/commons/pom.xml Thu Nov 29 20:13:39 2012
@@ -35,6 +35,10 @@
             <artifactId>axis2-kernel</artifactId>
             <version>${axis2.version}</version>
         </dependency>
-
+        <dependency>
+            <groupId>org.apache.airavata</groupId>
+            <artifactId>airavata-common-utils</artifactId>
+            <version>${project.version}</version>
+        </dependency>
     </dependencies>
 </project>