diff --git a/changelog/@unreleased/pr-7305.v2.yml b/changelog/@unreleased/pr-7305.v2.yml new file mode 100644 index 00000000000..b5986165df6 --- /dev/null +++ b/changelog/@unreleased/pr-7305.v2.yml @@ -0,0 +1,6 @@ +type: feature +feature: + description: Add leased timestamps to `TimestampLeaseAwareTransaction` and `TimestampLeaseAwareTransactionManager` + APIs. + links: + - https://github.com/palantir/atlasdb/pull/7305 diff --git a/timelock-impl/build.gradle b/timelock-impl/build.gradle index 361bcd9ef18..bec8f4ff275 100644 --- a/timelock-impl/build.gradle +++ b/timelock-impl/build.gradle @@ -4,6 +4,7 @@ apply plugin: 'com.palantir.metric-schema' apply from: "../gradle/shared.gradle" dependencies { + api project(':atlasdb-commons-api') api project(':timelock-api') api 'com.palantir.conjure.java:conjure-undertow-annotations'