-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
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
Separate pom.xml dependencies for app and common lib #508
Comments
ikeyat
changed the title
Separate pom.xml for dependencies of app and common lib
Separate pom.xml dependencies for app and common lib
Feb 29, 2016
btundes
pushed a commit
that referenced
this issue
Mar 9, 2016
btundes
pushed a commit
that referenced
this issue
Mar 11, 2016
btundes
pushed a commit
that referenced
this issue
Mar 11, 2016
btundes
pushed a commit
that referenced
this issue
Mar 14, 2016
btundes
pushed a commit
that referenced
this issue
Mar 14, 2016
btundes
pushed a commit
that referenced
this issue
Mar 14, 2016
btundes
pushed a commit
that referenced
this issue
Mar 14, 2016
btundes
pushed a commit
that referenced
this issue
Mar 15, 2016
btundes
pushed a commit
that referenced
this issue
Mar 15, 2016
btundes
pushed a commit
that referenced
this issue
Mar 16, 2016
btundes
pushed a commit
that referenced
this issue
Mar 16, 2016
btundes
pushed a commit
that referenced
this issue
Mar 16, 2016
1 task
btundes
pushed a commit
that referenced
this issue
Mar 17, 2016
btundes
pushed a commit
that referenced
this issue
Mar 17, 2016
btundes
pushed a commit
that referenced
this issue
Mar 17, 2016
btundes
pushed a commit
that referenced
this issue
Mar 22, 2016
This was referenced Mar 24, 2016
bttanakagn
added a commit
that referenced
this issue
Jul 8, 2016
bttanakagn
added a commit
that referenced
this issue
Jul 8, 2016
yoshikawaa
added a commit
that referenced
this issue
Jul 8, 2016
add new comments to categorize properties #508
bttanakagn
added a commit
that referenced
this issue
Jul 15, 2016
bttanakagn
added a commit
that referenced
this issue
Jul 15, 2016
yoshikawaa
added a commit
that referenced
this issue
Jul 15, 2016
…odify_dependency remove duplicate dependencies #508
bttanakagn
added a commit
that referenced
this issue
Jul 28, 2016
bttanakagn
added a commit
that referenced
this issue
Jul 28, 2016
bttanakagn
added a commit
that referenced
this issue
Jul 29, 2016
bttanakagn
added a commit
that referenced
this issue
Jul 29, 2016
bttanakagn
added a commit
that referenced
this issue
Aug 1, 2016
bttanakagn
added a commit
that referenced
this issue
Aug 1, 2016
bttanakagn
added a commit
that referenced
this issue
Aug 1, 2016
bttanakagn
added a commit
that referenced
this issue
Aug 1, 2016
bttanakagn
added a commit
that referenced
this issue
Aug 1, 2016
bttanakagn
added a commit
that referenced
this issue
Aug 1, 2016
bttanakagn
added a commit
that referenced
this issue
Aug 1, 2016
yoshikawaa
added a commit
that referenced
this issue
Aug 1, 2016
modify readme.md about pom polishing #508
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Now we define TERASOLUNA Stack libraries in pom.xml of each common libraries.
But for maintainability, it should be separated the dependencies that are just stacks (not used by common libraries directly) or used by common libraries.
In other words, All dependencies in common libraries (e.g.
terasoluna-gfw-common
) should be used by common libraries directly. Other dependencies should be defined other separated pom.xml such asterasoluna-gfw-recommended
The concept is similar to
xxx-starter
in Spring Boot.Possible Solutions
Affects Version/s
N/A
Fix Version/s
Issue Links
The text was updated successfully, but these errors were encountered: