Author: woollard
Date: Thu Jul 22 22:42:00 2010
New Revision: 966887

URL: http://svn.apache.org/viewvc?rev=966887&view=rev
Log:
fixing the pom dependencies to allow crawler to build

Modified:
    incubator/oodt/trunk/crawler/pom.xml

Modified: incubator/oodt/trunk/crawler/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/oodt/trunk/crawler/pom.xml?rev=966887&r1=966886&r2=966887&view=diff
==============================================================================
--- incubator/oodt/trunk/crawler/pom.xml (original)
+++ incubator/oodt/trunk/crawler/pom.xml Thu Jul 22 22:42:00 2010
@@ -129,8 +129,8 @@ the License.
     </dependency>
     <dependency>
       <groupId>org.apache.oodt</groupId>
-      <artifactId>filemgr</artifactId>
-      <version>1.9.0-dev</version>
+      <artifactId>cas-filemgr</artifactId>
+      <version>${oodt.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.oodt</groupId>
@@ -194,4 +194,4 @@ the License.
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>


Reply via email to