antlr-3.1.3 depends on antlr-2.7.7.

2011-01-13 Thread Hayarobi Park
The antlr-3.1.3 depends on antlr-runtime-3.1.3, which depends on stringtemplate-3.2, and stringtemplate depends on antlr-2.7.7; the dependency scope is all compile. I got two versions of antlr, when I using 'mvn dependency:copy-dependencies'. I'm looking for a way to use only one antlr by

Re: Indirect dependency of sub modules problem.

2011-01-05 Thread Hayarobi Park
Thank you Anders and Zac. The project was originally managed by Ant (by other man), and I'm porting that project to maven now. I don't change module structure yet, but probably the time to change will come soon. The manager is standalone data server that manage whole configurations of the

Indirect dependency of sub modules problem.

2011-01-03 Thread Hayarobi Park
Hello, I'm managing maven project of my team, and having truble in module dependencies.. The root project has some sub modules. A submodule named utils has a few submodule; config, logger, json and etc. Another submodule mid has manager submodule, which are pom project and has core,