Skip to content

Commit 03de7ff

Browse files
fix(deps): re-add reload4j as a dependency in bigtable-hbase-beam (#3985)
This is needed because the HBaseMutationCoder uses HBase's ProtobufUtil whose class initializer will (via a chain of class initializers) end up invoking the class initializer for mapred.JobConf, which will try to set the default log4j Level. Change-Id: I5c707089e592f847460479ce2692411a7d56ca3c
1 parent 035f45d commit 03de7ff

File tree

1 file changed

+0
-10
lines changed
  • bigtable-dataflow-parent/bigtable-hbase-beam

1 file changed

+0
-10
lines changed

bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ limitations under the License.
9393
<groupId>org.slf4j</groupId>
9494
<artifactId>slf4j-log4j12</artifactId>
9595
</exclusion>
96-
<exclusion>
97-
<groupId>ch.qos.reload4j</groupId>
98-
<artifactId>reload4j</artifactId>
99-
</exclusion>
10096

10197
<!-- google-cloud-bigtable pulls in a newer version of this, but we want to match beam's version-->
10298
<exclusion>
@@ -192,12 +188,6 @@ limitations under the License.
192188
<version>${junit.version}</version>
193189
<scope>test</scope>
194190
</dependency>
195-
<dependency>
196-
<groupId>ch.qos.reload4j</groupId>
197-
<artifactId>reload4j</artifactId>
198-
<version>${reload4j.version}</version>
199-
<scope>test</scope>
200-
</dependency>
201191
</dependencies>
202192

203193
<profiles>

0 commit comments

Comments
 (0)