File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-pubsublite-parent</artifactId >
6- <version >0.18 .0</version >
6+ <version >1.0 .0</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <groupId >com.google.cloud</groupId >
7171 <groupId >com.google.truth</groupId >
7272 <artifactId >truth</artifactId >
7373 <scope >test</scope >
74+ <exclusions >
75+ <exclusion >
76+ <groupId >org.checkerframework</groupId >
77+ <artifactId >checker-qual</artifactId >
78+ </exclusion >
79+ </exclusions >
7480 </dependency >
7581 <dependency >
7682 <groupId >com.google.truth.extensions</groupId >
7783 <artifactId >truth-java8-extension</artifactId >
7884 <scope >test</scope >
85+ <exclusions >
86+ <exclusion >
87+ <groupId >org.checkerframework</groupId >
88+ <artifactId >checker-qual</artifactId >
89+ </exclusion >
90+ </exclusions >
7991 </dependency >
8092 <dependency >
8193 <groupId >org.mockito</groupId >
You can’t perform that action at this time.
0 commit comments