File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 37
37
<
developerConnection >scm:git:ssh://
[email protected] /google/auto.git</
developerConnection >
38
38
<tag >HEAD</tag >
39
39
</scm >
40
+ <properties >
41
+ <guava .version>19.0</guava .version>
42
+ <compile .testing.version>0.9</compile .testing.version>
43
+ <junit .version>4.12</junit .version>
44
+ <truth .version>0.30</truth .version>
45
+ </properties >
40
46
41
47
<dependencies >
42
48
<dependency >
43
49
<groupId >com.google.guava</groupId >
44
50
<artifactId >guava</artifactId >
45
- <version >19.0 </version >
51
+ <version >${guava.version} </version >
46
52
</dependency >
47
53
<!-- test dependencies -->
48
54
<dependency >
49
55
<groupId >com.google.guava</groupId >
50
56
<artifactId >guava-testlib</artifactId >
51
- <version >19.0 </version >
57
+ <version >${guava.version} </version >
52
58
<scope >test</scope >
53
59
</dependency >
54
60
<dependency >
55
61
<groupId >com.google.testing.compile</groupId >
56
62
<artifactId >compile-testing</artifactId >
57
- <version >0.7 </version >
63
+ <version >${compile.testing.version} </version >
58
64
<scope >test</scope >
59
65
</dependency >
60
66
<dependency >
61
67
<groupId >junit</groupId >
62
68
<artifactId >junit</artifactId >
63
- <version >4.11 </version >
69
+ <version >${junit.version} </version >
64
70
<scope >test</scope >
65
71
</dependency >
66
72
<dependency >
67
73
<groupId >com.google.truth</groupId >
68
74
<artifactId >truth</artifactId >
69
- <version >0.25 </version >
75
+ <version >${truth.version} </version >
70
76
<scope >test</scope >
71
77
</dependency >
72
78
</dependencies >
You can’t perform that action at this time.
0 commit comments