Skip to content

Commit

Permalink
Merge pull request #29 from Paullo612/reduce-dependency-set
Browse files Browse the repository at this point in the history
Reduce runtime dependency set
  • Loading branch information
Paullo612 committed May 24, 2023
2 parents 3fcec3e + 9056d5f commit 38edd1c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions api/micronaut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
<groupId>io.micronaut</groupId>
<artifactId>micronaut-inject</artifactId>
<version>${micronaut.version}</version>
<exclusions>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit 38edd1c

Please sign in to comment.