Skip to content

Commit 02bfb17

Browse files
committed
deps: slf4j and logback
1 parent 506b420 commit 02bfb17

3 files changed

Lines changed: 39 additions & 0 deletions

File tree

samples/install-without-bom/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,19 @@
8282
<classifier>tests</classifier>
8383
<scope>test</scope>
8484
</dependency>
85+
<!-- tests jars don't have transitive dependencies automatically resolved -->
86+
<dependency>
87+
<groupId>org.slf4j</groupId>
88+
<artifactId>jul-to-slf4j</artifactId>
89+
<version>2.0.17</version>
90+
<scope>test</scope>
91+
</dependency>
92+
<dependency>
93+
<groupId>ch.qos.logback</groupId>
94+
<artifactId>logback-classic</artifactId>
95+
<version>1.3.15</version>
96+
<scope>test</scope>
97+
</dependency>
8598
<dependency>
8699
<groupId>com.google.cloud.opentelemetry</groupId>
87100
<artifactId>exporter-trace</artifactId>

samples/snapshot/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,19 @@
7474
<classifier>tests</classifier>
7575
<scope>test</scope>
7676
</dependency>
77+
<!-- tests jars don't have transitive dependencies automatically resolved -->
78+
<dependency>
79+
<groupId>org.slf4j</groupId>
80+
<artifactId>jul-to-slf4j</artifactId>
81+
<version>2.0.17</version>
82+
<scope>test</scope>
83+
</dependency>
84+
<dependency>
85+
<groupId>ch.qos.logback</groupId>
86+
<artifactId>logback-classic</artifactId>
87+
<version>1.3.15</version>
88+
<scope>test</scope>
89+
</dependency>
7790
<dependency>
7891
<groupId>com.google.cloud.opentelemetry</groupId>
7992
<artifactId>exporter-trace</artifactId>

samples/snippets/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,19 @@
103103
<classifier>tests</classifier>
104104
<scope>test</scope>
105105
</dependency>
106+
<!-- tests jars don't have transitive dependencies automatically resolved -->
107+
<dependency>
108+
<groupId>org.slf4j</groupId>
109+
<artifactId>jul-to-slf4j</artifactId>
110+
<version>2.0.17</version>
111+
<scope>test</scope>
112+
</dependency>
113+
<dependency>
114+
<groupId>ch.qos.logback</groupId>
115+
<artifactId>logback-classic</artifactId>
116+
<version>1.3.15</version>
117+
<scope>test</scope>
118+
</dependency>
106119
<!-- [START storage_install_with_bom] -->
107120
</dependencies>
108121
<!-- [END storage_install_with_bom] -->

0 commit comments

Comments
 (0)