Skip to content

Commit 85cbd59

Browse files
more massaging
1 parent cbb20e0 commit 85cbd59

File tree

5 files changed

+6
-1
lines changed
  • bigtable-client-core-parent
  • bigtable-hbase-1.x-parent

5 files changed

+6
-1
lines changed

bigtable-client-core-parent/bigtable-hbase-integration-tests-common/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ limitations under the License.
8484
<groupId>ch.qos.reload4j</groupId>
8585
<artifactId>reload4j</artifactId>
8686
<version>${reload4j.version}</version>
87+
<scope>runtime</scope>
8788
</dependency>
8889

8990
<dependency>

bigtable-client-core-parent/bigtable-hbase/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ limitations under the License.
177177
<groupId>ch.qos.reload4j</groupId>
178178
<artifactId>reload4j</artifactId>
179179
<version>${reload4j.version}</version>
180+
<scope>runtime</scope>
180181
</dependency>
181182

182183
<dependency>

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ limitations under the License.
8888
<dependency>
8989
<groupId>ch.qos.reload4j</groupId>
9090
<artifactId>reload4j</artifactId>
91-
<version>1.2.24</version>
91+
<version>${reload4j.version}</version>
92+
<scope>runtime</scope>
9293
</dependency>
9394
<dependency>
9495
<groupId>io.dropwizard.metrics</groupId>

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ limitations under the License.
145145
<groupId>ch.qos.reload4j</groupId>
146146
<artifactId>reload4j</artifactId>
147147
<version>${reload4j.version}</version>
148+
<scope>runtime</scope>
148149
</dependency>
149150

150151
<dependency>

bigtable-hbase-1.x-parent/bigtable-hbase-1.x/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ limitations under the License.
8585
<groupId>ch.qos.reload4j</groupId>
8686
<artifactId>reload4j</artifactId>
8787
<version>${reload4j.version}</version>
88+
<scope>runtime</scope>
8889
</dependency>
8990

9091
<dependency>

0 commit comments

Comments
 (0)