diff options
Diffstat (limited to 'reference')
-rw-r--r-- | reference/logging-demo/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/reference/logging-demo/pom.xml b/reference/logging-demo/pom.xml index eeab02d..3a784bd 100644 --- a/reference/logging-demo/pom.xml +++ b/reference/logging-demo/pom.xml @@ -137,6 +137,10 @@ <artifactId>spring-beans</artifactId> <groupId>org.springframework</groupId> </exclusion> + <exclusion> + <groupId>org.glassfish.hk2.external</groupId> + <artifactId>bean-validator</artifactId> + </exclusion> </exclusions> </dependency> |