Author: edgarpoce
Date: Wed Jun 14 18:47:59 2006
New Revision: 414430
URL: http://svn.apache.org/viewvc?rev=414430&view=rev
Log:
remove cqfs dependency. add derby dependency
Modified:
jackrabbit/trunk/contrib/jcr-commands/project.xml
Modified: jackrabbit/trunk/contrib/jcr-commands/project.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-commands/project.xml?rev=414430&r1=414429&r2=414430&view=diff
==============================================================================
--- jackrabbit/trunk/contrib/jcr-commands/project.xml (original)
+++ jackrabbit/trunk/contrib/jcr-commands/project.xml Wed Jun 14 18:47:59 2006
@@ -22,23 +22,20 @@
<version>1.0</version>
<type>jar</type>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
+ <version>10.1.1.0</version>
+ <url>http://db.apache.org/derby/</url>
+ </dependency>
+
<dependency>
<groupId>lucene</groupId>
<artifactId>lucene</artifactId>
<version>1.4.3</version>
<type>jar</type>
</dependency>
- <!--
- cqfs-jackrabbit and cqfs are optional runtime dependencies
- (an alternative FileSystem implementation);
- commons-logging is a dependency of cqfs
- -->
- <dependency>
- <groupId>cqfs</groupId>
- <artifactId>cqfs</artifactId>
- <version>3.5.6</version>
- <type>jar</type>
- </dependency>
<dependency>
<groupId>concurrent</groupId>
<artifactId>concurrent</artifactId>
@@ -115,12 +112,6 @@
<groupId>xerces</groupId>
<artifactId>xmlParserAPIs</artifactId>
<version>2.0.2</version>
- <type>jar</type>
- </dependency>
- <dependency>
- <groupId>cqfs</groupId>
- <artifactId>cqfs-jackrabbit</artifactId>
- <version>3.5.6</version>
<type>jar</type>
</dependency>
<dependency>
|