Skip to content

Commit

Permalink
review up
Browse files Browse the repository at this point in the history
  • Loading branch information
brig committed Oct 16, 2024
1 parent 32f4aba commit d5a3cb0
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<module>tasks/terraform</module>
<module>tasks/xml</module>
<module>tasks/zoom</module>
<module>tasks/opentelemetry</module>
<module>runtime/opentelemetry</module>
</modules>

<properties>
Expand Down
4 changes: 4 additions & 0 deletions tasks/opentelemetry/pom.xml → runtime/opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,22 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit d5a3cb0

Please sign in to comment.