looking at maven dependencies:
+-com.dyuproject.protostuff:protostuff-compiler:1.0.8
+-com.dyuproject.protostuff:protostuff-parser:1.0.8
+-org.antlr:antlr-runtime:3.2
+-org.antlr:stringtemplate:3.2
+-com.dyuproject.protostuff:protostuff-compiler:1.0.8
+-org.antlr:stringtemplate:3.2.1
compiler and parser bring in (slightly) different versions of antlr.
although maven will automatically resolve this, it forces stricter builds
(using a dependency convergence check in maven-enforcer-plugin, for example) to
add excludes.
Original issue reported on code.google.com by radai.ro...@gmail.com on 25 May 2014 at 7:08
Original issue reported on code.google.com by
radai.ro...@gmail.com
on 25 May 2014 at 7:08