kshchepanovskyi / protostuff-googlecode-exported

Automatically exported from code.google.com/p/protostuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

GoogleCodeExporter opened this issue · comments

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