Skip to content

Commit

Permalink
java: Upgrading JUnit to 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jun 7, 2015
1 parent 5331865 commit e20faa0
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .idea/libraries/junit.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="/third-party/java/junit/junit-dep-4.11.jar" sourcepath="/third-party/java/junit/junit-dep-4.11-src.jar"/>
<classpathentry kind="lib" path="/third-party/java/junit/junit-4.12.jar" sourcepath="/third-party/java/junit/junit-4.12-sources.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion java/server/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpcore-4.4.1.jar" sourcepath="/third-party/java/apache-httpclient/httpcore-4.4.1-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/junit/junit-dep-4.11.jar" sourcepath="/third-party/java/junit/junit-dep-4.11-src.jar"/>
<classpathentry kind="lib" path="/third-party/java/junit/junit-4.12.jar" sourcepath="/third-party/java/junit/junit-4.12-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/bouncycastle/bcprov-jdk15on-1.48.jar" sourcepath="/third-party/java/bouncycastle/bcprov-jdk15on-1.48-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked-7.6.1.jar" sourcepath="/third-party/java/jetty/jetty-repacked-7.6.1-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked-5.jar" sourcepath="/third-party/java/jetty/jetty-repacked-5-sources.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
Expand Down
4 changes: 2 additions & 2 deletions third_party/java/junit/BUCK
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prebuilt_jar(name = 'junit',
binary_jar = 'junit-dep-4.11.jar',
source_jar = 'junit-4.11-src.jar',
binary_jar = 'junit-4.12.jar',
source_jar = 'junit-4.12-sources.jar',
deps = [
'//third_party/java/hamcrest:hamcrest',
],
Expand Down
2 changes: 1 addition & 1 deletion third_party/java/junit/build.desc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
java_library(name = "junit",
deps = [
"junit-dep-4.11.jar",
"junit-4.12.jar",
"//third_party/java/hamcrest",
])
Binary file removed third_party/java/junit/junit-4.11-src.jar
Binary file not shown.
Binary file added third_party/java/junit/junit-4.12-sources.jar
Binary file not shown.
Binary file added third_party/java/junit/junit-4.12.jar
Binary file not shown.
Binary file removed third_party/java/junit/junit-dep-4.11.jar
Binary file not shown.

0 comments on commit e20faa0

Please sign in to comment.