You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by jo...@apache.org on 2011/02/07 12:00:15 UTC

svn commit: r1067912 - /uima/sandbox/trunk/Solrcas/pom.xml

Author: joern
Date: Mon Feb  7 11:00:15 2011
New Revision: 1067912

URL: http://svn.apache.org/viewvc?rev=1067912&view=rev
Log:
UIMA-2034 Changed scope of uimaj-component-test-util from default to test.

Modified:
    uima/sandbox/trunk/Solrcas/pom.xml

Modified: uima/sandbox/trunk/Solrcas/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/Solrcas/pom.xml?rev=1067912&r1=1067911&r2=1067912&view=diff
==============================================================================
--- uima/sandbox/trunk/Solrcas/pom.xml (original)
+++ uima/sandbox/trunk/Solrcas/pom.xml Mon Feb  7 11:00:15 2011
@@ -70,6 +70,7 @@
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-component-test-util</artifactId>
       <version>2.3.1</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>