File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
5
<artifactId >github-client</artifactId >
6
- <version >0.0.26 -SNAPSHOT</version >
6
+ <version >0.1.24 -SNAPSHOT</version >
7
7
8
8
<parent >
9
9
<groupId >com.spotify</groupId >
100
100
<immutables .version>2.8.3</immutables .version>
101
101
<powermock .version>2.0.2</powermock .version>
102
102
<objenesis .version>3.0.1</objenesis .version>
103
+ <opencensus .version>0.26.0</opencensus .version>
103
104
104
105
<shade .id>${project.groupId} .githubclient.shade</shade .id>
105
106
</properties >
170
171
<artifactId >jjwt-api</artifactId >
171
172
<version >0.10.5</version >
172
173
</dependency >
174
+ <dependency >
175
+ <groupId >io.opencensus</groupId >
176
+ <artifactId >opencensus-api</artifactId >
177
+ <version >${opencensus.version} </version >
178
+ </dependency >
173
179
<dependency >
174
180
<groupId >io.jsonwebtoken</groupId >
175
181
<artifactId >jjwt-impl</artifactId >
218
224
<version >${mockito-core.version} </version >
219
225
<scope >test</scope >
220
226
</dependency >
227
+ <dependency >
228
+ <groupId >io.opencensus</groupId >
229
+ <artifactId >opencensus-testing</artifactId >
230
+ <version >${opencensus.version} </version >
231
+ <scope >test</scope >
232
+ </dependency >
233
+ <dependency >
234
+ <groupId >io.opencensus</groupId >
235
+ <artifactId >opencensus-impl</artifactId >
236
+ <version >${opencensus.version} </version >
237
+ <scope >test</scope >
238
+ </dependency >
221
239
<dependency >
222
240
<groupId >com.squareup.okhttp3</groupId >
223
241
<artifactId >mockwebserver</artifactId >
You can’t perform that action at this time.
0 commit comments