Skip to content

Commit 08f2f80

Browse files
authored
decouple apigw-lambda sample app from adot project build (#992)
The sample app doesn't need ADOT Javaagent instrumentation, rather it depends on instrumentaiton via lambda layer. SO it makes sense to not depend on adot javaagent build for building this sample app. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 8796084 commit 08f2f80

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
pluginManagement {
2+
plugins {
3+
id("com.diffplug.spotless") version "6.13.0"
4+
id("com.github.ben-manes.versions") version "0.50.0"
5+
id("com.github.johnrengelman.shadow") version "8.1.1"
6+
}
7+
}
8+
9+
dependencyResolutionManagement {
10+
repositories {
11+
mavenCentral()
12+
mavenLocal()
13+
}
14+
}
15+
16+
rootProject.name = "sample-app-apigw-lambda"

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ include(":smoke-tests:spring-boot")
5151
include(":sample-apps:springboot")
5252
include(":sample-apps:spark")
5353
include(":sample-apps:spark-awssdkv1")
54-
include(":sample-apps:apigateway-lambda")
5554

5655
// Used for contract tests
5756
include("appsignals-tests:images:mock-collector")

0 commit comments

Comments
 (0)