Skip to content

Commit

Permalink
uo
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Jan 11, 2024
1 parent 58e303d commit d733c21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdk/template/azure-template-stress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<includes>
<include>io.opentelemetry.instrumentation:opentelemetry-runtime-telemetry-java8:[1.32.0-alpha]</include> <!-- {x-include-update;io.opentelemetry.instrumentation:opentelemetry-runtime-telemetry-java8;external_dependency} -->
<include>io.opentelemetry.instrumentation:opentelemetry-logback-appender-1.0:[1.32.0-alpha]</include> <!-- {x-include-update;io.opentelemetry.instrumentation:opentelemetry-logback-appender-1.0;external_dependency} -->
<include>ch.qos.logback:logback-classic:[1.3.12]</include> <!-- {x-include-update;ch.qos.logback:logback-classic;external_dependency} --> </includes>
<include>ch.qos.logback:logback-classic:[1.3.12]</include> <!-- {x-include-update;ch.qos.logback:logback-classic;external_dependency} -->
</bannedDependencies>
</rules>
</configuration>
Expand All @@ -85,7 +85,6 @@
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>com.azure.sdk.template.stress.App</mainClass>
</transformer>
<!--Transforms META-INF/services (essential if you relocate com.azure classes)-->
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
<finalName>${project.artifactId}-${project.version}-jar-with-dependencies</finalName>
Expand Down

0 comments on commit d733c21

Please sign in to comment.