You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by dm...@apache.org on 2006/06/13 19:51:32 UTC

svn commit: r413967 - /incubator/yoko/trunk/bindings/pom.xml

Author: dmiddlem
Date: Tue Jun 13 12:51:32 2006
New Revision: 413967

URL: http://svn.apache.org/viewvc?rev=413967&view=rev
Log:
Updating bindings pom.xml to fix a build issue.

Modified:
    incubator/yoko/trunk/bindings/pom.xml

Modified: incubator/yoko/trunk/bindings/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/pom.xml?rev=413967&r1=413966&r2=413967&view=diff
==============================================================================
--- incubator/yoko/trunk/bindings/pom.xml (original)
+++ incubator/yoko/trunk/bindings/pom.xml Tue Jun 13 12:51:32 2006
@@ -42,6 +42,12 @@
             <artifactId>celtix-api</artifactId>
             <version>${celtix.version}</version>
         </dependency>
+	
+        <dependency>
+            <groupId>org.apache.yoko</groupId>
+            <artifactId>yoko-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
     </dependencies>