You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2009/05/04 21:34:39 UTC

svn commit: r771415 - /mina/sandbox/vysper/trunk/pom.xml

Author: ngn
Date: Mon May  4 19:34:38 2009
New Revision: 771415

URL: http://svn.apache.org/viewvc?rev=771415&view=rev
Log:
Reduced the dependencies somewhat, still compiles and tests successfully (VYSPER-41)

Modified:
    mina/sandbox/vysper/trunk/pom.xml

Modified: mina/sandbox/vysper/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/pom.xml?rev=771415&r1=771414&r2=771415&view=diff
==============================================================================
--- mina/sandbox/vysper/trunk/pom.xml (original)
+++ mina/sandbox/vysper/trunk/pom.xml Mon May  4 19:34:38 2009
@@ -123,9 +123,29 @@
     </dependency>
 
     <dependency>
+      <groupId>javax.jcr</groupId>
+      <artifactId>jcr</artifactId>
+      <version>1.0</version>
+    </dependency>
+
+    <dependency>
       <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-standalone</artifactId>
+      <artifactId>jackrabbit-core</artifactId>
       <version>1.5.3</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.jackrabbit</groupId>
+          <artifactId>jackrabbit-text-extractors</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.lucene</groupId>
+          <artifactId>lucene-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.derby</groupId>
+          <artifactId>derby</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>