Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

commons-validator Dependency

Avatar

Level 1

Added commons-validator jar entry in the pom and application is not deploying properly. I see below error in the my project bundles

org.apache.commons.validator.routines,version=[1.4,2) -- Cannot be resolved

1 Reply

Avatar

Level 1

pom Entry :

<dependency>

    <groupId>commons-validator</groupId>

    <artifactId>commons-validator</artifactId>

    <version>1.5.1</version>

</dependency>