You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2015/03/04 19:53:00 UTC

incubator-usergrid git commit: Moved back to surefire 4 plugin, this solves the concurrency bug in surefire 47

Repository: incubator-usergrid
Updated Branches:
  refs/heads/USERGRID-405 481271523 -> d3ce4e715


Moved back to surefire 4 plugin, this solves the concurrency bug in surefire 47

http://stackoverflow.com/questions/27225140/intermittent-noclassdeffounderror-when-running-a-maven-surefire-build-in-jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/d3ce4e71
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/d3ce4e71
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/d3ce4e71

Branch: refs/heads/USERGRID-405
Commit: d3ce4e715f43a7a3449e4473afab7ae9d88259d6
Parents: 4812715
Author: Todd Nine <tn...@apigee.com>
Authored: Wed Mar 4 11:52:58 2015 -0700
Committer: Todd Nine <tn...@apigee.com>
Committed: Wed Mar 4 11:52:58 2015 -0700

----------------------------------------------------------------------
 stack/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/d3ce4e71/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index 3367317..81e7bdd 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -1535,7 +1535,7 @@
                       <dependencies>
                           <dependency>
                               <groupId>org.apache.maven.surefire</groupId>
-                              <artifactId>surefire-junit47</artifactId>
+                              <artifactId>surefire-junit4</artifactId>
                               <version>${surefire.plugin.version}</version>
                           </dependency>
                       </dependencies>