Closed simonbasle closed 2 years ago
This would otherwise result in both theses dependencies to be set as runtime scope in Maven pom. With the java-library plugin and the api dependency style, we correctly get a compile scope.
runtime
java-library
api
compile
This would otherwise result in both theses dependencies to be set as
runtime
scope in Maven pom. With thejava-library
plugin and theapi
dependency style, we correctly get acompile
scope.