Commit afd0339 1 parent 87d438b commit afd0339 Copy full SHA for afd0339
File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 70
70
<dependency >
71
71
<groupId >com.google.cloud</groupId >
72
72
<artifactId >google-cloud-shared-dependencies</artifactId >
73
- <version >0.4 .0</version >
73
+ <version >0.6 .0</version >
74
74
<type >pom</type >
75
75
<scope >import</scope >
76
76
</dependency >
122
122
<version >4.4.13</version >
123
123
<scope >test</scope >
124
124
</dependency >
125
+
126
+ <!-- Test dependencies -->
127
+ <dependency >
128
+ <groupId >junit</groupId >
129
+ <artifactId >junit</artifactId >
130
+ <version >4.13</version >
131
+ <scope >test</scope >
132
+ </dependency >
133
+ <dependency >
134
+ <groupId >com.google.truth</groupId >
135
+ <artifactId >truth</artifactId >
136
+ <version >1.0.1</version >
137
+ <scope >test</scope >
138
+ </dependency >
125
139
</dependencies >
126
140
</dependencyManagement >
127
141
You can’t perform that action at this time.
0 commit comments