I need some maven black magic support, running mvn dependency:tree,
from apps/blank outputs:

[INFO] org.apache.struts:struts2-blank:war:2.1.8-SNAPSHOT
[INFO] +- javax.servlet:servlet-api:jar:2.4:provided
[INFO] +- javax.servlet:jsp-api:jar:2.0:provided
[INFO] +- org.apache.struts:struts2-junit-plugin:jar:2.1.8-SNAPSHOT:test
[INFO] |  \- org.springframework:spring-core:jar:2.5.6:test
[INFO] +- org.apache.struts:struts2-core:jar:2.1.8-SNAPSHOT:compile
[INFO] |  +- com.opensymphony:xwork-core:jar:2.1.5-SNAPSHOT:compile
[INFO] |  |  +- commons-lang:commons-lang:jar:2.4:compile
[INFO] |  |  +- opensymphony:ognl:jar:2.6.11:compile
[INFO] |  |  +- asm:asm:jar:3.1:compile
[INFO] |  |  \- asm:asm-commons:jar:3.1:compile
[INFO] |  |     \- asm:asm-tree:jar:3.1:compile
[INFO] |  +- org.freemarker:freemarker:jar:2.3.15:compile
[INFO] |  +- ognl:ognl:jar:2.7.3:compile
[INFO] |  +- commons-fileupload:commons-fileupload:jar:1.2.1:compile
[INFO] |  +- commons-io:commons-io:jar:1.3.2:compile
[INFO] |  \- com.sun:tools:jar:1.5.0:system
[INFO] \- org.springframework:spring-test:jar:2.5.6:test (scope not
updated to compile)
[INFO]    +- commons-logging:commons-logging:jar:1.1.1:test
[INFO]    \- junit:junit:jar:3.8.1:test

but the asm dependency is marked as "optional" in xwork, so it
shouldn't be resolved as a transitive dependency, anyone knows what's
up here?

musachy

On Mon, Jul 20, 2009 at 9:50 AM, Musachy Barroso<musa...@gmail.com> wrote:
> that's good to hear, I haven't tried it yet without that dep.
>
> musachy
>
> On Mon, Jul 20, 2009 at 9:46 AM, Chris Pratt<thechrispr...@gmail.com> wrote:
>> That may be only for the compilation.  I'm using it without those libraries
>> and haven't had any problems.
>>  (*Chris*)
>>
>> On Mon, Jul 20, 2009 at 9:30 AM, Musachy Barroso <musa...@gmail.com> wrote:
>>
>>> hum..there is one minor problem, ognl 2.7.3 depends on jboss:javassist.
>>>
>>> musachy
>>>
>>> On Sun, Jul 19, 2009 at 11:32 PM, Rainer Hermanns<herma...@aixcept.de>
>>> wrote:
>>> > +1, both make sense to wait for, cause the performance improvement
>>> > will satisfy lots of our users...
>>> > That's the reason, why xwork is not yet released :)
>>> >
>>> > cheers,
>>> > Rainer
>>> >
>>> >> Sounds good. It gives rainer some more time to get xwork released.
>>> >>
>>> >> On 7/18/09, Dale Newfield <d...@newfield.org> wrote:
>>> >>> Musachy Barroso <musa...@gmail.com> wrote:
>>> >>>> With the bytecode stuff out the way I am inclined to just
>>> >>>> upgrade to 2.7.3 at once, and upgrade freemarker also.
>>> >>>
>>> >>> +1
>>> >>>
>>> >>> -Dale
>>> >>>
>>> >>> ---------------------------------------------------------------------
>>> >>> To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
>>> >>> For additional commands, e-mail: dev-h...@struts.apache.org
>>> >>>
>>> >>>
>>> >>
>>> >>
>>> >> --
>>> >> Wes Wannemacher
>>> >> Author - Struts 2 In Practice
>>> >> Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more
>>> >> http://www.manning.com/wannemacher
>>> >>
>>> >> ---------------------------------------------------------------------
>>> >> To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
>>> >> For additional commands, e-mail: dev-h...@struts.apache.org
>>> >>
>>> >>
>>> >
>>> >
>>> > --
>>> > Rainer Hermanns
>>> > aixcept
>>> > Willibrordstraße 82
>>> > 52134 Herzogenrath - Germany
>>> > w: http://aixcept.de/
>>> > t: +49 - 2406 - 979 22 11
>>> > f: +49 - 2406 - 979 22 13
>>> > m: +49 - 170 - 343 29 12
>>> >
>>> > ---------------------------------------------------------------------
>>> > To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
>>> > For additional commands, e-mail: dev-h...@struts.apache.org
>>> >
>>> >
>>>
>>>
>>>
>>> --
>>> "Hey you! Would you help me to carry the stone?" Pink Floyd
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
>>> For additional commands, e-mail: dev-h...@struts.apache.org
>>>
>>>
>>
>
>
>
> --
> "Hey you! Would you help me to carry the stone?" Pink Floyd
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to