File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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] -->
You can’t perform that action at this time.
0 commit comments