We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13611e9 commit 8b3f956Copy full SHA for 8b3f956
quarkus-modules/quarkus-vs-springboot/quarkus-project/pom.xml
@@ -59,6 +59,11 @@
59
<artifactId>rest-assured</artifactId>
60
<scope>test</scope>
61
</dependency>
62
+ <dependency>
63
+ <groupId>net.bytebuddy</groupId>
64
+ <artifactId>byte-buddy</artifactId>
65
+ <version>${byte-buddy.version}</version>
66
+ </dependency>
67
</dependencies>
68
69
<build>
@@ -146,6 +151,7 @@
146
151
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
147
152
<quarkus.platform.version>2.9.2.Final</quarkus.platform.version>
148
153
<surefire-plugin.version>3.0.0-M6</surefire-plugin.version>
154
+ <byte-buddy.version>1.14.17</byte-buddy.version>
149
155
</properties>
150
156
157
</project>
0 commit comments