Skip to content

Commit 6016386

Browse files
Revert "chore: Update GAX dependency scope to provided. (#1924)"
This reverts commit 95671a4.
1 parent b5c8df4 commit 6016386

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,11 @@
132132
</dependency>
133133
<!-- GAX provides native-image metadata for core Google libraries, such as
134134
Google API Client and Google HTTP Client. Users' GraalVM native image
135-
compilation needs the metadata. The provided-scope dependencies do not add
136-
additional dependencies to library users. -->
135+
compilation needs the metadata. Therefore, this is not part of a profile
136+
or provided-scope. -->
137137
<dependency>
138138
<groupId>com.google.api</groupId>
139139
<artifactId>gax</artifactId>
140-
<scope>provided</scope>
141140
<exclusions>
142141
<!-- Native image users only need GAX's native-image metadata. GAX's
143142
dependencies are unnecessary for normal users and native image users -->

0 commit comments

Comments
 (0)