This repository was archived by the owner on Dec 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 20
20
</properties >
21
21
<dependencies >
22
22
<dependency >
23
- <groupId >junit</groupId >
24
- <artifactId >junit</artifactId >
25
- <scope >test</scope >
26
- </dependency >
27
- <dependency >
28
- <groupId >org.easymock</groupId >
29
- <artifactId >easymock</artifactId >
30
- <scope >test</scope >
31
- </dependency >
32
- <dependency >
33
- <groupId >org.objenesis</groupId >
34
- <artifactId >objenesis</artifactId >
35
- <scope >test</scope >
23
+ <groupId >com.google.guava</groupId >
24
+ <artifactId >guava</artifactId >
36
25
</dependency >
37
- <dependency >
26
+ <dependency >
38
27
<groupId >com.google.api</groupId >
39
28
<artifactId >gax</artifactId >
40
29
</dependency >
78
67
<groupId >com.google.protobuf</groupId >
79
68
<artifactId >protobuf-java</artifactId >
80
69
</dependency >
70
+
81
71
<dependency >
82
- <groupId >com.google.guava</groupId >
83
- <artifactId >guava</artifactId >
72
+ <groupId >junit</groupId >
73
+ <artifactId >junit</artifactId >
74
+ <scope >test</scope >
75
+ </dependency >
76
+ <dependency >
77
+ <groupId >org.easymock</groupId >
78
+ <artifactId >easymock</artifactId >
79
+ <scope >test</scope >
80
+ </dependency >
81
+ <dependency >
82
+ <groupId >org.objenesis</groupId >
83
+ <artifactId >objenesis</artifactId >
84
+ <scope >test</scope >
84
85
</dependency >
85
-
86
86
<dependency >
87
87
<groupId >com.google.truth</groupId >
88
88
<artifactId >truth</artifactId >
You can’t perform that action at this time.
0 commit comments