Skip to content

Commit

Permalink
Remove byte buddy dependency declaration (#827)
Browse files Browse the repository at this point in the history
* Remove byte-buddy-api test dep declaration

No longer needed
  • Loading branch information
MarkEWaite authored Aug 19, 2024
1 parent 019b061 commit d0987eb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,6 @@
<artifactId>pipeline-maven-api</artifactId>
<version>${project.version}</version>
</dependency>

<!-- Conflict with AssertJ -->
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.18</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
Expand Down

0 comments on commit d0987eb

Please sign in to comment.