File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,13 +45,6 @@ ext.versions = [
4545 // The *lowest* version of the base SDK we are compatible with. LDClientInterface
4646 // appears in this library's public signature, so it is exposed as an `api` dependency.
4747 " sdk" : " 7.14.0"
48- // NOTE: the Mustache templating engine (for AI Config message/instruction interpolation) is
49- // intentionally NOT declared as an external dependency. Per the SDK team's supply-chain guidance
50- // we do not link the external com.samskivert:jmustache artifact; its source has been vendored
51- // (copied into the relocated internal package com.launchdarkly.sdk.server.ai.internal.mustache)
52- // so it is compiled from source and ships inside this jar with no third-party runtime dependency.
53- // See THIRD-PARTY-NOTICES.txt for the upstream license (BSD 3-Clause, Copyright (c) 2010 Michael
54- // Bayne) and src/.../internal/mustache for the vendored source (AIC-2695).
5548]
5649
5750ext. libraries = [:]
You can’t perform that action at this time.
0 commit comments