Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions google-cloud-bigtable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -673,18 +673,6 @@
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.5.0</version>
<executions>
<!-- Prevent users from mistyping a profile name -->
<execution>
<id>enforce-valid-profile</id>
<configuration>
<rules>
<requireProfileIdsExist/>
</rules>
</configuration>
<goals>
<goal>enforce</goal>
</goals>
</execution>
<!-- Ensure that greatest version of each transitive dependency got selected -->
<execution>
<id>enforce-dependency-upper-bound</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ public void testFromProto() {
assertThat(result.isAutomatedBackupEnabled()).isTrue();
assertEquals(
result.getAutomatedBackupPolicy().viewConfig(),
"AutomatedBackupPolicy{com.google.bigtable.admin.v2.Table$AutomatedBackupPolicy.retention_period=seconds: 1\n"
"AutomatedBackupPolicy{com.google.bigtable.admin.v2.Table$AutomatedBackupPolicy.retention_period=seconds:"
+ " 1\n"
+ //
"nanos: 99\n"
+ //
Expand Down
Loading