You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2006/12/03 21:58:54 UTC

svn commit: r481889 - /jackrabbit/trunk/jackrabbit-core/pom.xml

Author: jukka
Date: Sun Dec  3 12:58:51 2006
New Revision: 481889

URL: http://svn.apache.org/viewvc?view=rev&rev=481889
Log:
JCR-332: Added a description and made Derby non-optional in jackrabbit-core

Modified:
    jackrabbit/trunk/jackrabbit-core/pom.xml

Modified: jackrabbit/trunk/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/pom.xml?view=diff&rev=481889&r1=481888&r2=481889
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-core/pom.xml Sun Dec  3 12:58:51 2006
@@ -34,6 +34,7 @@
   </parent>
   <artifactId>jackrabbit-core</artifactId>
   <name>Jackrabbit Core</name>
+  <description>Jackrabbit content repository implementation</description>
 
   <build>
     <resources>
@@ -332,7 +333,6 @@
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
       <version>10.1.3.1</version>
-      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>junit</groupId>