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 2020/08/25 09:08:00 UTC

svn commit: r1881179 - in /jackrabbit/branches/2.16: ./ jackrabbit-jcr-server/pom.xml

Author: reschke
Date: Tue Aug 25 09:08:00 2020
New Revision: 1881179

URL: http://svn.apache.org/viewvc?rev=1881179&view=rev
Log:
JCR-4564: jackrabbit-jcr-server: remove obsolete workaround for scr-plugin (merged r1877391 into 2.16)

Modified:
    jackrabbit/branches/2.16/   (props changed)
    jackrabbit/branches/2.16/jackrabbit-jcr-server/pom.xml

Propchange: jackrabbit/branches/2.16/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1877391

Modified: jackrabbit/branches/2.16/jackrabbit-jcr-server/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.16/jackrabbit-jcr-server/pom.xml?rev=1881179&r1=1881178&r2=1881179&view=diff
==============================================================================
--- jackrabbit/branches/2.16/jackrabbit-jcr-server/pom.xml (original)
+++ jackrabbit/branches/2.16/jackrabbit-jcr-server/pom.xml Tue Aug 25 09:08:00 2020
@@ -69,14 +69,6 @@
             </configuration>
           </execution>
         </executions>
-        <dependencies>
-          <!-- See http://stackoverflow.com/questions/13269942/querydsl-maven-plugin-missing-a-class -->
-          <dependency>
-            <groupId>org.codehaus.plexus</groupId>
-            <artifactId>plexus-utils</artifactId>
-            <version>3.1.0</version>
-          </dependency>
-        </dependencies>
       </plugin>
       <plugin>
         <groupId>org.apache.felix</groupId>