Skip to content

Commit b1b318e

Browse files
ctawiahcursoragent
andcommitted
chore: remove obsolete Mustache dependency note from build.gradle (AIC-2695)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c768a52 commit b1b318e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

lib/sdk/server-ai/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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

5750
ext.libraries = [:]

0 commit comments

Comments
 (0)