Revision: 17631
http://sourceforge.net/p/gate/code/17631
Author: markagreenwood
Date: 2014-03-11 16:03:33 +0000 (Tue, 11 Mar 2014)
Log Message:
-----------
rolled back the junit upgrade as it seems to cause a bunch of tests to fail --
these are the same tests I've seen fail on my machine, but I thought that was
related to using Java 7 -- anyway if rolling back fixes things then that will
give me a pointer to somewhere to start looking to try and understand what is
happening
Modified Paths:
--------------
gate/trunk/build/deploy/maven/gate-core.pom.template
gate/trunk/ivy.xml
Modified: gate/trunk/build/deploy/maven/gate-core.pom.template
===================================================================
--- gate/trunk/build/deploy/maven/gate-core.pom.template 2014-03-11
15:24:26 UTC (rev 17630)
+++ gate/trunk/build/deploy/maven/gate-core.pom.template 2014-03-11
16:03:33 UTC (rev 17631)
@@ -278,8 +278,15 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.10</version>
<scope>compile</scope>
+ <exclusions>
+ <!-- we don't use the hamcrest matchers -->
+ <exclusion>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-core</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
Modified: gate/trunk/ivy.xml
===================================================================
--- gate/trunk/ivy.xml 2014-03-11 15:24:26 UTC (rev 17630)
+++ gate/trunk/ivy.xml 2014-03-11 16:03:33 UTC (rev 17631)
@@ -104,7 +104,7 @@
<dependency org="xmlunit" name="xmlunit" rev="1.5" conf="required->master"
/>
<!-- Used for testing GATE -->
- <dependency org="junit" name="junit" rev="4.11"
conf="compile->master,compile" />
+ <dependency org="junit" name="junit" rev="4.10" conf="compile->master" />
<!-- exclude stuff that is part of Java 6 core -->
<exclude org="xml-apis" module="xml-apis" />
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs