David Hoffer wrote: > I have a similar use case. In a multi-module build all but two of the > modules have the same base dependency so they are specified in the parent > pom. However I really don't want those dependencies in the two modules, > so how can I exclude them?
I'd go another way: Create some kind of <project>-commons artifact and depend on it. If many artifacts share the same dependency, there is often more redundant code that can be refactored this way and makes the whole code cleaner. Cheers, Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
