Details
-
Type:
Task
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.18.0
-
Fix Version/s: 2.19.0
-
Component/s: camel-spring-boot
-
Labels:None
-
Estimated Complexity:Unknown
Description
Nicola
I noticed that some of the starter components has hibernate-validator as compile dependency. I wonder why is that?
davsclaus:/Users/davsclaus/workspace/camel/components-starter (master)/$ git grep "hibernate-validator"
camel-jetty9-starter/pom.xml: <artifactId>hibernate-validator</artifactId>
camel-kubernetes-starter/pom.xml: <artifactId>hibernate-validator</artifactId>
camel-netty4-http-starter/pom.xml: <artifactId>hibernate-validator</artifactId>
camel-netty4-starter/pom.xml: <artifactId>hibernate-validator</artifactId>
camel-restlet-starter/pom.xml: <artifactId>hibernate-validator</artifactId>
camel-swagger-java-starter/pom.xml: <artifactId>hibernate-validator</artifactId>
camel-undertow-starter/pom.xml: <artifactId>hibernate-validator</artifactId>