Author: cwiklik
Date: Fri Jul 22 19:58:20 2011
New Revision: 1149710

URL: http://svn.apache.org/viewvc?rev=1149710&view=rev
Log:
UIMA-2180 add dependency on XStream.

Modified:
    uima/uima-as/trunk/uimaj-as-core/pom.xml

Modified: uima/uima-as/trunk/uimaj-as-core/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-core/pom.xml?rev=1149710&r1=1149709&r2=1149710&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-core/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-core/pom.xml Fri Jul 22 19:58:20 2011
@@ -93,6 +93,15 @@
       <artifactId>spring-context</artifactId>
       <version>3.0.3.RELEASE</version>
     </dependency>
+    
+       <dependency>
+      <groupId>com.thoughtworks.xstream</groupId>
+      <artifactId>xstream</artifactId>
+      <version>1.3.1</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+   
        </dependencies>
        <build>
                <finalName>${project.artifactId}</finalName>


Reply via email to