Skip to content

Commit

Permalink
Revert "Upgraded JUnit Version"
Browse files Browse the repository at this point in the history
This reverts commit 7dba78d.

This upgrade is causing java.lang.ClassNotFoundException: org.junit.internal.AssumptionViolatedException in our functional test suite.  This may be because we have multiple versions of JUnit on the classpath.  Needs investigation.
  • Loading branch information
Jeff Brown committed Dec 14, 2012
1 parent 634f35f commit d666cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -42,7 +42,7 @@ ext {
springWebflowVersion= "2.0.8.RELEASE"
hibernateVersion = "3.6.10.Final"
ehcacheVersion = "2.4.6"
junitVersion = "4.11"
junitVersion = "4.10"
concurrentlinkedhashmapVersion = "1.2_jdk5"
}

Expand Down
Expand Up @@ -113,7 +113,7 @@ public Object doCall() {

String antVersion = "1.8.4";
String slf4jVersion = "1.7.2";
String junitVersion = "4.11";
String junitVersion = "4.10";
ModuleRevisionId[] buildDependencies = {
ModuleRevisionId.newInstance("org.springframework.uaa", "org.springframework.uaa.client", "1.0.1.RELEASE"),
ModuleRevisionId.newInstance("com.google.protobuf", "protobuf-java", "2.4.1"),
Expand Down

1 comment on commit d666cdf

@bobbywarner
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jeffbrown Yea, @lhotari mentioned that might be an issue in the pull request and I was going to look into it. I just didn't have time to review before leaving for GGX in London.

Please sign in to comment.