diff options
Diffstat (limited to 'catalog-be')
-rw-r--r-- | catalog-be/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 11873926ee..58c2f240eb 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -288,8 +288,17 @@ <groupId>org.hibernate</groupId> <artifactId>hibernate-validator</artifactId> </exclusion> + <exclusion> + <groupId>org.glassfish</groupId> + <artifactId>jakarta.el</artifactId> + </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.glassfish</groupId> + <artifactId>jakarta.el</artifactId> + <version>${jakarta.el.version}</version> + </dependency> <!-- http client --> <dependency> |