Actually went and updated custom_pom to do this as this shouuld be done anyway.
On Sun, May 22, 2016 at 8:02 PM, Peter Donald <pe...@realityforge.org> wrote: > We may also need to change the way we output dependencies from > > <dependency> > <groupId>com.biz</groupId> > <artifactId>app</artifactId> > <version>1.0</version> > </dependency> > > to > > <dependency> > <groupId>com.biz</groupId> > <artifactId>app</artifactId> > <version>1.0</version> > <exclusions> > <exclusion> > <groupId>*</groupId> > <artifactId>*</artifactId> > </exclusion> > </exclusions> > </dependency> > > As Maven assumes transitive dependencies and buildr assumes no > transitive dependencies. -- Cheers, Peter Donald