You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/03/17 09:20:48 UTC

svn commit: rev 9560 - incubator/directory/eve/trunk/eve/frontend/processor/pojo-impl

Author: akarasulu
Date: Wed Mar 17 00:20:47 2004
New Revision: 9560

Modified:
   incubator/directory/eve/trunk/eve/frontend/processor/pojo-impl/project.xml
Log:
forgot the spi jar

Modified: incubator/directory/eve/trunk/eve/frontend/processor/pojo-impl/project.xml
==============================================================================
--- incubator/directory/eve/trunk/eve/frontend/processor/pojo-impl/project.xml	(original)
+++ incubator/directory/eve/trunk/eve/frontend/processor/pojo-impl/project.xml	Wed Mar 17 00:20:47 2004
@@ -69,6 +69,13 @@
 
       <dependency>
         <groupId>incubator-directory</groupId>
+        <artifactId>eve-frontend-processor-spi</artifactId>
+        <version>SNAPSHOT</version>
+        <url>http://directory.apache.org</url>
+      </dependency>
+
+      <dependency>
+        <groupId>incubator-directory</groupId>
         <artifactId>eve-frontend-event-pojo-impl</artifactId>
         <version>SNAPSHOT</version>
         <url>http://directory.apache.org</url>