The authorization module is a transitive dependency of core
, so no action should be necessary to enable the feature.
However, if more control is needed the following can be added to your project:
The samples below assume the valtimo-dependency-versions module is used. If not, please specify the artifact version as well.
<dependencies>
<dependency>
<groupId>com.ritense.valtimo</groupId>
<artifactId>authorization</artifactId>
</dependency>
</dependencies>
dependencies {
implementation("com.ritense.valtimo:authorization")
}