This repository was archived by the owner on Nov 12, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Original file line number Diff line number Diff line change 34
34
</properties >
35
35
36
36
<dependencies >
37
+ <dependency >
38
+ <groupId >com.google.guava</groupId >
39
+ <artifactId >guava</artifactId >
40
+ <version >15.0</version >
41
+ </dependency >
42
+ <dependency >
43
+ <groupId >com.google.code.findbugs</groupId >
44
+ <artifactId >jsr305</artifactId >
45
+ <version >2.0.2</version >
46
+ <optional >true</optional >
47
+ </dependency >
48
+ <dependency >
49
+ <groupId >org.hamcrest</groupId >
50
+ <artifactId >hamcrest-library</artifactId >
51
+ <version >1.2.1</version >
52
+ <scope >test</scope >
53
+ </dependency >
37
54
<dependency >
38
55
<groupId >junit</groupId >
39
56
<artifactId >junit</artifactId >
40
57
<version >4.11</version >
41
- <type >jar</type >
42
58
<scope >test</scope >
43
59
</dependency >
44
60
</dependencies >
45
61
46
62
<build >
47
63
<plugins >
48
-
49
64
<plugin >
50
65
<groupId >org.apache.maven.plugins</groupId >
51
66
<artifactId >maven-compiler-plugin</artifactId >
52
- <version >2.3.2 </version >
67
+ <version >2.5.1 </version >
53
68
<configuration >
54
- <source >1.5 </source >
55
- <target >1.5 </target >
56
- <encoding >UTF-8 </encoding >
69
+ <source >1.7 </source >
70
+ <target >1.7 </target >
71
+ <encoding >${project.build.sourceEncoding} </encoding >
57
72
</configuration >
58
73
</plugin >
59
74
You can’t perform that action at this time.
0 commit comments