You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am using quarkus kotlin extension and the dependency management does not provide version for the io.restassured:kotlin-extensions. I would expect that the version could be provided as io.restassured:rest-assured version is provided.
The workaround is to add the dependency by hand but in this case I have to ensure on each upgrade of quarkus that the version did not change.
Expected behavior
(Describe the expected behavior clearly and concisely.)
I would expect the version to be manage by the bom and to have a snippet
Describe the bug
I am using quarkus kotlin extension and the dependency management does not provide version for the
io.restassured:kotlin-extensions
. I would expect that the version could be provided asio.restassured:rest-assured
version is provided.The workaround is to add the dependency by hand but in this case I have to ensure on each upgrade of quarkus that the version did not change.
Expected behavior
(Describe the expected behavior clearly and concisely.)
I would expect the version to be manage by the bom and to have a snippet
added when I use the kotlin extension
Actual behavior
(Describe the actual behavior clearly and concisely.)
No management of this extension.
the workaround, to be added in the
pom.xml
:Environment
kotlin version: 1.3.70/1.3.71
quarkus version: 1.3.1/1.3.2
restassured version : provided by the bom : 4.3.0
Java : 11
OpenJDK Version (windows only): openjdk version "11.0.6" 2020-01-14 (build 11.0.6+10, mixed mode)
GraalVM Version (linux only) : 20.0.0
OS: windows/Linux
The text was updated successfully, but these errors were encountered: