Author: tommaso
Date: Fri Feb 26 16:39:55 2010
New Revision: 916748
URL: http://svn.apache.org/viewvc?rev=916748&view=rev
Log:
[CLEREZZA-111] - added junit dependency
Modified:
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.uima/pom.xml
Modified:
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.uima/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.uima/pom.xml?rev=916748&r1=916747&r2=916748&view=diff
==============================================================================
---
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.uima/pom.xml
(original)
+++
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.uima/pom.xml
Fri Feb 26 16:39:55 2010
@@ -22,6 +22,11 @@
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-ep-runtime</artifactId>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<dependencyManagement>
<dependencies>