We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template sets should provide all dependencies which were in the old monolithic templates like before:
cobigen/cobigen-templates/templates-devon4j-utils/pom.xml
Lines 17 to 47 in 28f53b0
Current template sets provide dependencies only from this:
cobigen/cobigen-templates/crud-java-server-app/pom.xml
Lines 13 to 18 in 28f53b0
and from the core pom.xml:
cobigen/pom.xml
Lines 87 to 101 in 28f53b0
Missing dependencies are found in this added pom.xml in each template-set though:
cobigen/cobigen-templates/crud-java-server-app/src/test/resources/utils/pom.xml
Lines 19 to 100 in 28f53b0
The text was updated successfully, but these errors were encountered:
All pom.xmls in src/test/resources should be removed.
Sorry, something went wrong.
No branches or pull requests
Expected behavior
Template sets should provide all dependencies which were in the old monolithic templates like before:
cobigen/cobigen-templates/templates-devon4j-utils/pom.xml
Lines 17 to 47 in 28f53b0
Actual behavior
Current template sets provide dependencies only from this:
cobigen/cobigen-templates/crud-java-server-app/pom.xml
Lines 13 to 18 in 28f53b0
and from the core pom.xml:
cobigen/pom.xml
Lines 87 to 101 in 28f53b0
Steps to reproduce (bug) / Use Case of feature request (enhancement)
Related/Dependent Issues
Comments/Hints:
Missing dependencies are found in this added pom.xml in each template-set though:
cobigen/cobigen-templates/crud-java-server-app/src/test/resources/utils/pom.xml
Lines 19 to 100 in 28f53b0
Affected version:
The text was updated successfully, but these errors were encountered: