Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Remove ByteBuddy dependency (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafał Leszko authored May 6, 2020
1 parent d4ac855 commit 5514a6e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pom.xml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<maven.sonar.plugin.version>3.3.0.603</maven.sonar.plugin.version>
<maven.jacoco.plugin.version>0.8.5</maven.jacoco.plugin.version>
<jsr107.api.version>1.1.1</jsr107.api.version>
<bytebuddy.version>1.10.9</bytebuddy.version>
</properties>
<licenses>
<license>
Expand Down Expand Up @@ -255,18 +254,6 @@
<scope>test</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${bytebuddy.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>${bytebuddy.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
Expand Down

0 comments on commit 5514a6e

Please # to comment.