Skip to content

Commit

Permalink
Remove override of byte-buddy dependency version (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Mar 12, 2024
1 parent f3a5a78 commit 6d3c0bb
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -587,19 +587,5 @@
</plugins>
</build>
</profile>
<profile>
<id>jdk-21-and-higher</id>
<activation>
<jdk>[21,)</jdk>
</activation>
<dependencies>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
</profiles>
</project>

0 comments on commit 6d3c0bb

Please sign in to comment.