File tree 4 files changed +4
-5
lines changed 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ifndef M2_HOME
31
31
M2_HOME = $(shell echo $$HOME) /.m2
32
32
endif
33
33
JUNIT_DIR = $(M2_HOME ) /repository/junit/junit/4.10
34
- JSR305_DIR = $(M2_HOME ) /repository/com/google/code/findbugs/jsr305/2.0.1
34
+ JSR305_DIR = $(M2_HOME ) /repository/com/google/code/findbugs/jsr305/2.0.2
35
35
HAMCREST_DIR = $(M2_HOME ) /repository/org/hamcrest/hamcrest-core/1.1
36
36
ICU4J_DIR = $(M2_HOME ) /repository/com/ibm/icu/icu4j/51.1
37
37
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ GUAVA_JAR = guava-13.0.jar
32
32
ICU4J_JAR = icu4j-51.1.jar
33
33
ICU4J_SOURCE_JAR = icu4j-51.1-sources.jar
34
34
35
- JSR305_JAR = jsr305-2.0.1 .jar
36
- JSR305_SOURCE_JAR = jsr305-2.0.1 .jar
35
+ JSR305_JAR = jsr305-2.0.2 .jar
36
+ JSR305_SOURCE_JAR = jsr305-2.0.2 .jar
37
37
38
38
JUNIT_JAR = junit-4.10.jar
39
39
JUNIT_SOURCE_JAR = junit-4.10-sources.jar
Original file line number Diff line number Diff line change 61
61
<dependency >
62
62
<groupId >com.google.code.findbugs</groupId >
63
63
<artifactId >jsr305</artifactId >
64
- <version >2.0.1 </version >
64
+ <version >2.0.2 </version >
65
65
<scope >compile</scope >
66
66
</dependency >
67
67
<dependency >
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ JAVA_SOURCES = \
41
41
javax/annotation/Nullable.java \
42
42
javax/annotation/OverridingMethodsMustInvokeSuper.java \
43
43
javax/annotation/ParametersAreNonnullByDefault.java \
44
- javax/annotation/ParametersAreNullableByDefault.java \
45
44
javax/annotation/PropertyKey.java \
46
45
javax/annotation/RegEx.java \
47
46
javax/annotation/Signed.java \
You can’t perform that action at this time.
0 commit comments