File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
exporters/aws-otel-otlp-udp-exporter Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1+ *
2+ * Copyright Amazon .com, Inc . or its affiliates.
3+ *
4+ * Licensed under the Apache License , Version 2.0 (the " License" ).
5+ * You may not use this file except in compliance with the License .
6+ * A copy of the License is located at
7+ *
8+ * http: // aws.amazon.com/apache2.0
9+ *
10+ * or in the " license" file accompanying this file. This file is distributed
11+ * on an " AS IS" BASIS , WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND , either
12+ * express or implied. See the License for the specific language governing
13+ * permissions and limitations under the License .
14+ */
15+
16+ rootProject.name = " aws-otel-otlp-udp-exporter"
17+
18+ dependencyResolutionManagement {
19+ repositories {
20+ mavenCentral() // For dependencies like opentelemetry-bom, junit, etc.
21+ mavenLocal() // In case you need to use local dependencies
22+ }
23+ }
24+
25+ pluginManagement {
26+ repositories {
27+ mavenCentral()
28+ }
29+ }
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ dependencyResolutionManagement {
4141include(" :awsagentprovider" )
4242include(" :awspropagator" )
4343include(" :dependencyManagement" )
44- include(" :exporters:aws-otel-otlp-udp-exporter" )
4544include(" :instrumentation:logback-1.0" )
4645include(" :instrumentation:log4j-2.13.2" )
4746include(" :instrumentation:jmx-metrics" )
You can’t perform that action at this time.
0 commit comments