Skip to content

Commit

Permalink
initial pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
maeddes committed Jul 24, 2024
1 parent 66622dd commit 08cf24c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,28 +60,6 @@
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-sdk</artifactId>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-exporter-logging</artifactId>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-exporter-otlp</artifactId>
</dependency>
<dependency>
<groupId>io.opentelemetry.semconv</groupId>
<artifactId>opentelemetry-semconv</artifactId>
<version>1.26.0-alpha</version>
</dependency>

</dependencies>

<build>
Expand All @@ -93,16 +71,4 @@
</plugins>
</build>

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

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ If you get stuck, you can find the solution in the `exercises/manual-instrumenta
The application has not been modified for OpenTelemetry, so we start entirely from scratch.
Before we can make changes to the Java code we need to add some necessary dependencies.

In the first window stop the app using Ctrl+C and edit the pom.xml file.
In the first window stop the app using `Ctrl+C` and edit the `pom.xml` file.
Add the following dependencies. Do not add the dots (...). Just embed the dependencies.


Expand Down

0 comments on commit 08cf24c

Please sign in to comment.