Skip to content

Commit

Permalink
hope that bytebuddy 1.10.10 supports Java 11 via ASM 8
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed May 4, 2020
1 parent 3954092 commit 43b70d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,12 @@
<scope>test</scope>
</dependency>
</dependencies>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.10.10</version>
<scope>provided</scope>
</dependency>
</dependencyManagement>
</profile>
</profiles>
Expand Down

0 comments on commit 43b70d3

Please sign in to comment.