Skip to content

ESAPI 2.2.0.0 DisplayTag 1.2 initialize class error #732

Discussion options

You must be logged in to vote

There are several dependency updates between the two esapi versions you're listing, and a few dependencies were entirely removed/replaced.

My guess is that there was a transitive dependency on one of the removed dependencies, or an older version of the dependency, that is no longer packaged as part of the library.

Roll the esapi library version back and use the maven dependency plugin to identify content you depend on that you are not specifying in your pom.

mvn dependency:analyze

For any content identified as used and undeclared, add a declaration to your project. (Your project needs it so you should own it)

After you've addressed all of those, you should be able to update esapi to the n…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@kwwall
Comment options

@kwwall
Comment options

@kwwall
Comment options

@Pale-Banana
Comment options

@kwwall
Comment options

Answer selected by Pale-Banana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants