Skip to content

Commit d0f7d84

Browse files
committed
test: add slf4j 2.x dependency for compute integration tests
1 parent 16d4626 commit d0f7d84

3 files changed

Lines changed: 55290 additions & 14 deletions

File tree

google-cloud-jar-parent/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,20 @@
190190
</plugins>
191191
</build>
192192
</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>
205+
</dependencyManagement>
206+
</profile>
193207
</profiles>
194208

195209
<build>

java-compute/google-cloud-compute/pom.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -180,22 +180,9 @@
180180
<dependency>
181181
<groupId>org.slf4j</groupId>
182182
<artifactId>slf4j-api</artifactId>
183-
<version>2.0.16</version>
184183
<scope>test</scope>
185184
</dependency>
186-
<dependency>
187-
<groupId>ch.qos.logback</groupId>
188-
<artifactId>logback-classic</artifactId>
189-
<version>1.5.25</version>
190-
<scope>test</scope>
191-
</dependency>
192-
<dependency>
193-
<groupId>ch.qos.logback</groupId>
194-
<artifactId>logback-core</artifactId>
195-
<version>1.5.25</version>
196-
<scope>test</scope>
197-
</dependency>
198-
</dependencies>
185+
</dependencies>
199186
</profile>
200187
</profiles>
201188
</project>

0 commit comments

Comments
 (0)