Arand, Thomas (NSN - DE/Muenich) wrote: > Is that really the only way to deal with that? > 1. has the disadvantage that some other project indeed may need the > server dependencies (e.g. the artifact to package an ear). With this > solution one would have to repeat the dependency in that > other project, > what is definitely not wanted. > 2. would require exclude statements in all other projects using the > client part. This is also definitely not wanted.
Not necessarily. Use a common parent POM where the ejb-client is declared with all exclusions inthe dependencyManagement. With this declaration all projects depending on the ejb-client will only inherit anything that is not excluded. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
