You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commons-lang is required for this to run even though this isn't listed as a dependency. If this is not included, the latest build will fail.
Build stacktrace:
java.lang.NoClassDefFoundError: org/apache/commons/lang/reflect/ConstructorUtils
at com.tobedevoured.modelcitizen.ModelFactory.registerBlueprint(ModelFactory.java:420)
at com.tobedevoured.modelcitizen.ModelFactory.registerBlueprint(ModelFactory.java:194)
at com.tobedevoured.modelcitizen.ModelFactory.setRegisterBlueprints(ModelFactory.java:153)
at com.tobedevoured.modelcitizen.ModelFactory.setRegisterBlueprintsByPackage(ModelFactory.java:140)
at com.fr.receipt.repo.core.BlueprintUtil.getBlueprint(BlueprintUtil.java:17)
at com.fr.receipt.repo.core.ReceiptFactoryImplTest.testScrubReceipt(ReceiptFactoryImplTest.java:48)
commons-lang is required for this to run even though this isn't listed as a dependency. If this is not included, the latest build will fail.
Build stacktrace:
This is resolved if I add this to my maven file:
The text was updated successfully, but these errors were encountered: