Modify ↓
Ticket #45 (new defect)
Let modules reuse to Kauri's version of a dependency.
| Reported by: | bruno | Owned by: | bruno |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.5 |
| Component: | core/kauri-runtime | Version: | trunk |
| Keywords: | Cc: |
Description
To make it easier to upgrade towards newer Kauri versions, or to run on multiple Kauri versions, it would be helpful if own modules would not list explicit version numbers for dependencies which are also Kauri dependencies.
Common examples of such dependencies include Spring, JAX-RS api, Restlet api, ...
This should both be the case at build-time and run-time.
Solution: still to be researched. Probably some properties file listing these versions, which can be passed to Maven and is build into the Kauri Runtime.
Attachments
Change History
comment:2 Changed 4 years ago by bruno
From offline comments I received:
- there appears to be some ability to refer to depenencies listend in other poms
- might approach it by creating a dummy dependency listing pom (though would then force user to use all these dependencies)
Note: See
TracTickets for help on using
tickets.
Some first research and thoughts:
Will not work further on this for the moment.