File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
samples/native-image-sample Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 24
24
<dependency >
25
25
<groupId >io.grpc</groupId >
26
26
<artifactId >grpc-stub</artifactId >
27
+ <scope >test</scope >
27
28
</dependency >
28
29
<dependency >
29
30
<groupId >io.grpc</groupId >
84
85
<dependency >
85
86
<groupId >io.grpc</groupId >
86
87
<artifactId >grpc-core</artifactId >
88
+ <scope >test</scope >
87
89
</dependency >
88
90
<dependency >
89
91
<groupId >com.google.errorprone</groupId >
96
98
<dependency >
97
99
<groupId >com.google.http-client</groupId >
98
100
<artifactId >google-http-client</artifactId >
101
+ <scope >test</scope >
99
102
</dependency >
100
103
101
104
<!-- Test dependencies -->
166
169
<plugin >
167
170
<groupId >org.apache.maven.plugins</groupId >
168
171
<artifactId >maven-dependency-plugin</artifactId >
169
- <version >3.1.2 </version >
172
+ <version >3.3.0 </version >
170
173
<configuration >
171
174
<ignoredUnusedDeclaredDependencies >
172
175
<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">
79
79
<plugin >
80
80
<groupId >org.apache.maven.plugins</groupId >
81
81
<artifactId >maven-dependency-plugin</artifactId >
82
- <version >3.2 .0</version >
82
+ <version >3.3 .0</version >
83
83
<executions >
84
84
<execution >
85
85
<id >copy-dependencies</id >
You can’t perform that action at this time.
0 commit comments