Moearly / protostuff

Automatically exported from code.google.com/p/protostuff
Apache License 2.0
0 stars 0 forks source link

protostuff-parser and protostuff-compiler disagree on required version of antlr #160

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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