Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: removed dependency management
Browse files Browse the repository at this point in the history
ricklue committed Aug 9, 2024
1 parent d74024d commit 9f9a346
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -52,18 +52,6 @@
</developer>
</developers>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-bom</artifactId>
<version>1.39.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<!--
https://www.npmjs.com/package/@wearefrank/ladybug
@@ -261,6 +249,7 @@
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
<version>1.39.0</version>
</dependency>
</dependencies>

0 comments on commit 9f9a346

Please sign in to comment.