File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 7474 <dependency >
7575 <groupId >com.google.cloud</groupId >
7676 <artifactId >google-cloud-shared-dependencies</artifactId >
77- <version >0.4 .0</version >
77+ <version >0.5 .0</version >
7878 <type >pom</type >
7979 <scope >import</scope >
8080 </dependency >
105105 <artifactId >error_prone_annotations</artifactId >
106106 <version >${errorprone.version} </version >
107107 </dependency >
108+
109+ <!-- Test dependencies -->
110+ <dependency >
111+ <groupId >junit</groupId >
112+ <artifactId >junit</artifactId >
113+ <version >4.13</version >
114+ <scope >test</scope >
115+ </dependency >
116+ <dependency >
117+ <groupId >com.google.api.grpc</groupId >
118+ <artifactId >grpc-google-iam-v1</artifactId >
119+ <version >0.13.0</version >
120+ <scope >test</scope >
121+ </dependency >
108122 <dependency >
109123 <groupId >org.easymock</groupId >
110124 <artifactId >easymock</artifactId >
111125 <version >${easymock.version} </version >
112126 <scope >test</scope >
113127 </dependency >
128+ <dependency >
129+ <groupId >com.google.truth</groupId >
130+ <artifactId >truth</artifactId >
131+ <version >1.0.1</version >
132+ <scope >test</scope >
133+ </dependency >
114134 </dependencies >
115135 </dependencyManagement >
116136
You can’t perform that action at this time.
0 commit comments