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
runtimeOnly dependencies declared directly in the project are available, but transitive runtime dependencies of compile-scoped dependencies are not available. This became apparent when working with Hibernate. Its runtime-scoped JBoss Logging dependency was not on the classpath during AOT processing
The text was updated successfully, but these errors were encountered:
runtimeOnly
dependencies declared directly in the project are available, but transitive runtime dependencies of compile-scoped dependencies are not available. This became apparent when working with Hibernate. Its runtime-scoped JBoss Logging dependency was not on the classpath during AOT processingThe text was updated successfully, but these errors were encountered: