File tree Expand file tree Collapse file tree
samples/native-image-sample Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 <dependency >
2525 <groupId >io.grpc</groupId >
2626 <artifactId >grpc-stub</artifactId >
27+ <scope >test</scope >
2728 </dependency >
2829 <dependency >
2930 <groupId >io.grpc</groupId >
8485 <dependency >
8586 <groupId >io.grpc</groupId >
8687 <artifactId >grpc-core</artifactId >
88+ <scope >test</scope >
8789 </dependency >
8890 <dependency >
8991 <groupId >com.google.errorprone</groupId >
9698 <dependency >
9799 <groupId >com.google.http-client</groupId >
98100 <artifactId >google-http-client</artifactId >
101+ <scope >test</scope >
99102 </dependency >
100103
101104 <!-- Test dependencies -->
166169 <plugin >
167170 <groupId >org.apache.maven.plugins</groupId >
168171 <artifactId >maven-dependency-plugin</artifactId >
169- <version >3.1.2 </version >
172+ <version >3.3.0 </version >
170173 <configuration >
171174 <ignoredUnusedDeclaredDependencies >
172175 <ignoredUnusedDeclaredDependency >com.google.auth:google-auth-library-oauth2-http:jar</ignoredUnusedDeclaredDependency >
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
7979 <plugin >
8080 <groupId >org.apache.maven.plugins</groupId >
8181 <artifactId >maven-dependency-plugin</artifactId >
82- <version >3.2 .0</version >
82+ <version >3.3 .0</version >
8383 <executions >
8484 <execution >
8585 <id >copy-dependencies</id >
You can’t perform that action at this time.
0 commit comments