You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/08/19 17:36:38 UTC

svn commit: r805842 - /incubator/uima/uimaj/trunk/uimaj/pom.xml

Author: schor
Date: Wed Aug 19 15:36:36 2009
New Revision: 805842

URL: http://svn.apache.org/viewvc?rev=805842&view=rev
Log:
[UIMA-1501] include missing <dependencies> tag for last change

Modified:
    incubator/uima/uimaj/trunk/uimaj/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj/pom.xml?rev=805842&r1=805841&r2=805842&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj/pom.xml Wed Aug 19 15:36:36 2009
@@ -50,16 +50,16 @@
 
   <!-- project-wide dependency version levels can go here -->  
   <dependencyManagement>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    
+    <dependencies>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>3.8.1</version>
+        <scope>test</scope>
+      </dependency>  
+    </dependencies>    
   </dependencyManagement>
   
- 
  <!-- to deploy the artifacts to a Maven staging-repository you have to configure
       the settings.xml file in your local Maven repository -->
   <distributionManagement>