You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2011/09/09 00:41:07 UTC

svn commit: r1166933 - /incubator/airavata/trunk/pom.xml

Author: lahiru
Date: Thu Sep  8 22:41:07 2011
New Revision: 1166933

URL: http://svn.apache.org/viewvc?rev=1166933&view=rev
Log:
fixing build issue.

Modified:
    incubator/airavata/trunk/pom.xml

Modified: incubator/airavata/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/pom.xml?rev=1166933&r1=1166932&r2=1166933&view=diff
==============================================================================
--- incubator/airavata/trunk/pom.xml (original)
+++ incubator/airavata/trunk/pom.xml Thu Sep  8 22:41:07 2011
@@ -95,13 +95,11 @@
                 <groupId>org.apache.jackrabbit</groupId>
                 <artifactId>jackrabbit-core</artifactId>
                 <version>${jackrabbit.version}</version>
-                <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.jackrabbit</groupId>
                 <artifactId>jackrabbit-jcr-rmi</artifactId>
                 <version>${jackrabbit.version}</version>
-                <scope>test</scope>
             </dependency>
         </dependencies>
     </dependencyManagement>