File tree Expand file tree Collapse file tree
java-bigquerystorage/google-cloud-bigquerystorage-it Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 <artifactId >mockito-core</artifactId >
8383 <scope >test</scope >
8484 </dependency >
85+ <dependency >
86+ <groupId >org.junit.jupiter</groupId >
87+ <artifactId >junit-jupiter-api</artifactId >
88+ <version >5.11.4</version >
89+ <scope >test</scope >
90+ </dependency >
91+ <dependency >
92+ <groupId >org.junit.jupiter</groupId >
93+ <artifactId >junit-jupiter-engine</artifactId >
94+ <version >5.11.4</version >
95+ <scope >test</scope >
96+ </dependency >
97+ <dependency >
98+ <groupId >io.opentelemetry</groupId >
99+ <artifactId >opentelemetry-sdk</artifactId >
100+ <scope >test</scope >
101+ </dependency >
102+ <dependency >
103+ <groupId >io.opentelemetry</groupId >
104+ <artifactId >opentelemetry-sdk-common</artifactId >
105+ <scope >test</scope >
106+ </dependency >
107+ <dependency >
108+ <groupId >io.opentelemetry</groupId >
109+ <artifactId >opentelemetry-sdk-trace</artifactId >
110+ <scope >test</scope >
111+ </dependency >
85112 </dependencies >
86113
87114 <build >
115+ <extensions >
116+ <extension >
117+ <groupId >kr.motd.maven</groupId >
118+ <artifactId >os-maven-plugin</artifactId >
119+ <version >1.7.1</version >
120+ </extension >
121+ </extensions >
88122 <plugins >
89123 <plugin >
90124 <groupId >org.xolstice.maven.plugins</groupId >
111145 <plugin >
112146 <groupId >org.apache.maven.plugins</groupId >
113147 <artifactId >maven-failsafe-plugin</artifactId >
148+ <version >3.5.2</version >
149+ <dependencies >
150+ <dependency >
151+ <groupId >org.apache.maven.surefire</groupId >
152+ <artifactId >surefire-junit-platform</artifactId >
153+ <version >${surefire.version} </version >
154+ </dependency >
155+ </dependencies >
114156 </plugin >
115157 </plugins >
116158 </build >
You can’t perform that action at this time.
0 commit comments