You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by cd...@apache.org on 2015/05/07 12:37:11 UTC

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

Author: cdamioli
Date: Thu May  7 10:37:10 2015
New Revision: 1678160

URL: http://svn.apache.org/r1678160
Log:
JCR-3876 POM dependency to jackrabbit-data test-jar is not test-scoped

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?rev=1678160&r1=1678159&r2=1678160&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-core/pom.xml Thu May  7 10:37:10 2015
@@ -256,6 +256,7 @@ org.apache.jackrabbit.core.ReplaceProper
         <artifactId>jackrabbit-data</artifactId>
         <version>${project.version}</version>
         <type>test-jar</type>
+        <scope>test</scope>
     </dependency>  
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>