Twaha Mehmood
Twaha Mehmood

Reputation: 737

WildFly 14 missing modules : org/apache/commons/configuration

WildFly 14 is missing the org/apache/commons/configuration module in the package , same for wildfly 15.

Is this removed from wildfly distributions for some reason?

Upvotes: 0

Views: 540

Answers (1)

James R. Perkins
James R. Perkins

Reputation: 17780

This was removed in WildFly 9 as far as I can tell, https://github.com/wildfly/wildfly/pull/7297. You'll need to include the dependency in your deployment if you require it.

Upvotes: 1

Related Questions