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 2010/05/07 23:18:38 UTC

svn commit: r942233 - /mina/vysper/trunk/server/core/pom.xml

Author: ngn
Date: Fri May  7 21:18:37 2010
New Revision: 942233

URL: http://svn.apache.org/viewvc?rev=942233&view=rev
Log:
Marking JCR deps as optional

Modified:
    mina/vysper/trunk/server/core/pom.xml

Modified: mina/vysper/trunk/server/core/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/core/pom.xml?rev=942233&r1=942232&r2=942233&view=diff
==============================================================================
--- mina/vysper/trunk/server/core/pom.xml (original)
+++ mina/vysper/trunk/server/core/pom.xml Fri May  7 21:18:37 2010
@@ -55,11 +55,13 @@
     <dependency>
       <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
+      <optional>true</optional>
     </dependency>
 
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-core</artifactId>
+      <optional>true</optional>
     </dependency>
 
     <dependency>