[EMAIL PROTECTED] wrote:
Here's my dependency tree:

--------------------------------------------
[INFO] +- org.openlaszlo:openlaszlo:pom:3.2:compile
[INFO] |  +- axis:axis:jar:1.4:runtime (version managed from 1.2.1; scope 
managed from compile)
[INFO] |  |  \- axis:axis-jaxrpc:jar:1.4:runtime
[INFO] |  +- xmlrpc:xmlrpc:jar:1.2-b1:runtime
[INFO] |  +- xpp3:xpp3:jar:1.1.3.3:runtime (version managed from 1.1.3.4d_b4)
[INFO] |  +- commons-beanutils:commons-beanutils:jar:1.6.1:compile
[INFO] |  +- commons-httpclient:commons-httpclient:jar:3.0:runtime> (version 
managed from 2.0-rc1; scope managed from runtime)
--------------------------------------------

Well, the easiest solution for now is to exclude tose dependencies from openlaszlo:
    <dependency>
      <groupId>org.openlazslo</groupId>
      <artifactId>openlaszo</artifactId>
      <version>3.2</version>
      <exclusions>
        <exclusion>
          <groupId>axis</groupId>
          <artifactId>axis</artifactId>
        </exclusion>

 ...

Stefan
--
best regards,

Stefan Seidel
software developer
________________________
VUB Printmedia GmbH
Chopinstraße 4
D-04103 Leipzig
Germany
tel.    +49 (341) 9 60 50 07
fax.    +49 (341) 9 60 50 92
mail.   [EMAIL PROTECTED]
web.    www.vub.de

HRB Köln 24015
UStID DE 122 649 251
GF Dr. Achim Preuss Neudorf,
Dr. Christian Preuss Neudorf

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to