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 2013/05/20 15:21:40 UTC

svn commit: r1484474 - /jackrabbit/trunk/jackrabbit-jcr-server/pom.xml

Author: jukka
Date: Mon May 20 13:21:40 2013
New Revision: 1484474

URL: http://svn.apache.org/r1484474
Log:
JCR-3142: Create OSGi Bundles from jackrabbit-webdav and jackrabbit-jcr-server

Another workaround for the scr-plugin

Modified:
    jackrabbit/trunk/jackrabbit-jcr-server/pom.xml

Modified: jackrabbit/trunk/jackrabbit-jcr-server/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-server/pom.xml?rev=1484474&r1=1484473&r2=1484474&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jcr-server/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-jcr-server/pom.xml Mon May 20 13:21:40 2013
@@ -63,13 +63,19 @@
             </configuration>
           </execution>
         </executions>
-        <!-- See https://issues.apache.org/jira/browse/FELIX-2492 -->
         <dependencies>
+          <!-- See https://issues.apache.org/jira/browse/FELIX-2492 -->
           <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-simple</artifactId>
             <version>${slf4j.api.version}</version>
           </dependency>
+          <!-- See http://stackoverflow.com/questions/13269942/querydsl-maven-plugin-missing-a-class -->
+          <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-utils</artifactId>
+            <version>3.0.10</version>
+          </dependency>
         </dependencies>
       </plugin>
       <plugin>