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
Describe the bug
Applications trying to use the 1.4.1 release are likely to get a dependency error due to a packaging error that resulted in the pom.xml file including a dependency like this:
This dependency is not actually required for AndHow to run and was due to an unexpected maven profile being active. A 1.4.1.1 release will address this shortly.
Environment (please complete the following information):
OS: All Windows Systems
Java / JDK version: Any system that doesn't have jdk1.8.0_152 installed
AndHow Version: 0.4.1
The Fix
Some modifications to how the maven-shade-plugin was used fixed the issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
Applications trying to use the 1.4.1 release are likely to get a dependency error due to a packaging error that resulted in the pom.xml file including a dependency like this:
This dependency is not actually required for AndHow to run and was due to an unexpected maven profile being active. A 1.4.1.1 release will address this shortly.
Environment (please complete the following information):
The Fix
Some modifications to how the maven-shade-plugin was used fixed the issue.
The text was updated successfully, but these errors were encountered: