add evaluation base to web pom

This commit is contained in:
CITE\amentis 2024-10-07 11:45:13 +03:00
parent f98c05a916
commit e64045725c
1 changed files with 5 additions and 0 deletions

View File

@ -133,6 +133,11 @@
<artifactId>oidc-authz</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.opencdmp</groupId>
<artifactId>evaluator-base</artifactId>
<version>0.0.2</version>
</dependency>
</dependencies>
<build>