Skip to content

Commit

Permalink
Exclude shaded dependencies from the build
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Stäber <fabian@fstab.de>
  • Loading branch information
fstab committed Sep 27, 2023
1 parent 9f2a654 commit 7ff57d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<module>prometheus-metrics-exporter-opentelemetry</module>
<module>prometheus-metrics-instrumentation-jvm</module>
<module>prometheus-metrics-simpleclient-bridge</module>
<module>prometheus-metrics-shaded-dependencies</module>
<!-- <module>prometheus-metrics-shaded-dependencies</module> -->
<module>examples</module>
<module>benchmarks</module>
<module>integration-tests</module>
Expand Down
2 changes: 1 addition & 1 deletion prometheus-metrics-exporter-opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>prometheus-metrics-shaded-opentelemetry</artifactId>
<version>${project.version}</version>
<version>1.0.0</version>
</dependency>
<!--
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion prometheus-metrics-exposition-formats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>prometheus-metrics-shaded-protobuf</artifactId>
<version>${project.version}</version>
<version>1.0.0</version>
</dependency>

<!-- test dependencies -->
Expand Down

0 comments on commit 7ff57d1

Please sign in to comment.