Cool, thanks!

Further updates on development.

We have 6 major issues remaining on the 1.5 roadmap.
Still no progress on the Scala 2.11 upgrade, because I’m lazy.

Cheers,

Antoine

> On May 22, 2016, at 3:47 AM, Peter Donald <pe...@realityforge.org> wrote:
> 
> 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

Reply via email to