We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f7d84 commit 26eeaacCopy full SHA for 26eeaac
1 file changed
google-cloud-jar-parent/pom.xml
@@ -192,16 +192,16 @@
192
</profile>
193
<profile>
194
<id>enable-integration-tests</id>
195
- <dependencyManagement>
196
- <dependencies>
197
- <dependency>
198
- <!-- Used for compute integration tests -->
199
- <groupId>org.slf4j</groupId>
200
- <artifactId>slf4j-api</artifactId>
201
- <version>2.0.16</version>
202
- <scope>test</scope>
203
- </dependency>
204
- </dependencies>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <!-- Used for compute integration tests -->
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>2.0.16</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
205
</dependencyManagement>
206
207
</profiles>
0 commit comments