Revision: 17210
          http://sourceforge.net/p/gate/code/17210
Author:   ian_roberts
Date:     2014-01-06 23:49:58 +0000 (Mon, 06 Jan 2014)
Log Message:
-----------
When you add a dependency to ivy.xml you have to add it to the pom too...

Modified Paths:
--------------
    gate/trunk/build/deploy/maven/gate-core.pom.template

Modified: gate/trunk/build/deploy/maven/gate-core.pom.template
===================================================================
--- gate/trunk/build/deploy/maven/gate-core.pom.template        2014-01-06 
19:56:30 UTC (rev 17209)
+++ gate/trunk/build/deploy/maven/gate-core.pom.template        2014-01-06 
23:49:58 UTC (rev 17210)
@@ -238,6 +238,14 @@
             <scope>compile</scope>
         </dependency>
 
+        <!-- required for outputting documents as JSON -->
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-databind</artifactId>
+            <version>2.2.3</version>
+            <scope>compile</scope>
+        </dependency>
+
         <!-- required for indexing datastores (not used by ANNIC) -->
         <dependency>
             <groupId>org.apache.lucene</groupId>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to