You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2021/04/13 11:50:00 UTC

svn commit: r1888728 - /jackrabbit/trunk/jackrabbit-jca/pom.xml

Author: reschke
Date: Tue Apr 13 11:49:50 2021
New Revision: 1888728

URL: http://svn.apache.org/viewvc?rev=1888728&view=rev
Log:
JCR-4671: Derby is missing from the JCA artifact

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

Modified: jackrabbit/trunk/jackrabbit-jca/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jca/pom.xml?rev=1888728&r1=1888727&r2=1888728&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jca/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-jca/pom.xml Tue Apr 13 11:49:50 2021
@@ -140,7 +140,6 @@
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
-      <scope>test</scope>
     </dependency>
   </dependencies>