File tree Expand file tree Collapse file tree
java-compute/google-cloud-compute Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ for pomFile in $(find . -mindepth 2 -name pom.xml | sort ); do
1919 [[ " ${pomFile} " =~ .* java-storage.* ]] || \
2020 [[ " ${pomFile} " =~ .* java-storage-nio.* ]] || \
2121 [[ " ${pomFile} " =~ .* java-vertexai.* ]] || \
22- [[ " ${pomFile} " =~ .* java-compute.* ]] || \ # Skip compute due to dependency on logback
2322 [[ " ${pomFile} " =~ .* .github* . ]]; then
2423 continue
2524 fi
Original file line number Diff line number Diff line change 7676 <version >4.13.2</version >
7777 <scope >test</scope >
7878 </dependency >
79+ <dependency >
80+ <groupId >ch.qos.logback</groupId >
81+ <artifactId >logback-classic</artifactId >
82+ <version >1.5.25</version >
83+ <scope >test</scope >
84+ </dependency >
85+ <dependency >
86+ <groupId >ch.qos.logback</groupId >
87+ <artifactId >logback-core</artifactId >
88+ <version >1.5.25</version >
89+ <scope >test</scope >
90+ </dependency >
7991 <dependency >
8092 <groupId >joda-time</groupId >
8193 <artifactId >joda-time</artifactId >
Original file line number Diff line number Diff line change 117117 <dependency >
118118 <groupId >ch.qos.logback</groupId >
119119 <artifactId >logback-classic</artifactId >
120- <version >1.5.25</version >
121120 <scope >test</scope >
122121 </dependency >
123122 <dependency >
124123 <groupId >ch.qos.logback</groupId >
125124 <artifactId >logback-core</artifactId >
126- <version >1.5.25</version >
127125 <scope >test</scope >
128126 </dependency >
129127 <dependency >
You can’t perform that action at this time.
0 commit comments