JAVA-1782: Add byte-buddy explicitly to avoid versions confilict

This commit is contained in:
Krzysiek 2020-06-07 22:48:02 +02:00
parent 0ad021f134
commit a1742fc856
1 changed files with 6 additions and 0 deletions

View File

@ -153,6 +153,12 @@
<artifactId>renjin-script-engine</artifactId>
<version>${renjin.version}</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${byte-buddy.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>