You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2013/01/15 18:20:25 UTC

svn commit: r1433534 - /uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml

Author: cwiklik
Date: Tue Jan 15 17:20:24 2013
New Revision: 1433534

URL: http://svn.apache.org/viewvc?rev=1433534&view=rev
Log:
UIMA-2571 added dependency on google.gson.2.2.2

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml?rev=1433534&r1=1433533&r2=1433534&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml Tue Jan 15 17:20:24 2013
@@ -61,6 +61,7 @@
 		<xstream.version>1.3.1</xstream.version>
 		<mina.core.version>1.1.7</mina.core.version>
 		<aopalliance.version>1.0</aopalliance.version>
+		<google.gson.version>2.2.2</google.gson.version>
 	</properties>
 
     <!-- dependencyManagement is a declaration section naming each artifact the ducc components   -->
@@ -68,6 +69,12 @@
 	<dependencyManagement>
 		<dependencies>
 
+            <dependency>
+	           <groupId>com.google.code.gson</groupId>
+	           <artifactId>gson</artifactId>
+  	           <version>${google.gson.version}</version>
+
+            </dependency>
     
             <dependency>
                <groupId>org.slf4j</groupId>
@@ -659,6 +666,12 @@
             	<groupId>commons-httpclient</groupId>
 				<artifactId>commons-httpclient</artifactId>
             </dependency>
+            
+                        <dependency>
+	           <groupId>com.google.code.gson</groupId>
+	           <artifactId>gson</artifactId>
+            </dependency>
+ 
 	</dependencies>
 
 	<build>