Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A012DB2A for ; Fri, 30 Nov 2012 02:03:16 +0000 (UTC) Received: (qmail 26786 invoked by uid 500); 30 Nov 2012 02:03:14 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 26719 invoked by uid 500); 30 Nov 2012 02:03:13 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 26710 invoked by uid 99); 30 Nov 2012 02:03:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2012 02:03:13 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bimargulies@gmail.com designates 209.85.223.171 as permitted sender) Received: from [209.85.223.171] (HELO mail-ie0-f171.google.com) (209.85.223.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2012 02:03:07 +0000 Received: by mail-ie0-f171.google.com with SMTP id 17so22019931iea.30 for ; Thu, 29 Nov 2012 18:02:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=H1wHhxUZp/qYqwhfM+HZZhmVBeeX0kaRuJG4xljEuSU=; b=zItEIAWSGMhjIpqz4DsxfFKcMSnNdEQCGfXY95JJ5C4SuwBvct1wi6MVM3YliH/KLS 6orKPCTyxEFl2GdYs3YyU3xT4Vm+8JqdSH6JUAy8Wh4Oqv2iHZU8U/NQORZnCpSrLRMA QXpjb9WsOY6lrJU9O3LXL3bREM7sUILb2lUtL4bLu3UYIjRrKBn5HJNMGDkXfQqbO7H/ IOYNTxVquZ2VMBLepKVbQ1dUn6N8yaSAg1hKAuyR4V3SsJVX7WEHGA6HrviPNKeeG0rA MD8p8fiC9QtCUKq3pOnJRzLPCdIr/xvKKdB3btNUVbd5XI7dqBNgfvm4OuS1ulVDPQCC xRaA== MIME-Version: 1.0 Received: by 10.50.106.227 with SMTP id gx3mr27697763igb.10.1354240966695; Thu, 29 Nov 2012 18:02:46 -0800 (PST) Received: by 10.42.156.10 with HTTP; Thu, 29 Nov 2012 18:02:46 -0800 (PST) In-Reply-To: <1354191979253-5734255.post@n5.nabble.com> References: <1354190528732-5734252.post@n5.nabble.com> <1354191979253-5734255.post@n5.nabble.com> Date: Thu, 29 Nov 2012 21:02:46 -0500 Message-ID: Subject: Re: why axis-1.4.jar is dependent upon wsdl4j-1.5.1 jar file in maven From: Benson Margulies To: Maven Users List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org You will have to consult the Axis project. This is because their POM declares this dependency. On Thu, Nov 29, 2012 at 7:26 AM, koti wrote: > HI all, My application is already using wsdl4j-1.6.2.jar and will not support > with wsdl4j-1.5.1.jar file. I have observed that when I have written only > axis1.4 dependency code in my pom.xml like below > / axis axis 1.4 jar compile > / > (nabble_embed tag is added to display code.. it is not having in my actual > code... )it downloading wsdl4j-1.5.1.jar file (not sure how it is > downloading) due to that my existing application is not working. So, I have > modified code like > / wsdl4j wsdl4j 1.6.2 jar > compile axis axis 1.4 jar > compile / > now it automatically downloading axis-wsdl4j-1.5.1.jar file which is also > creating problem to my existing application. could you please let me know, > why axis jar is internally downloading wsdl file and how to remove this > internal dependency.Please let me if another version of axis jar will > download wsdl4j-1.6.2.jar file.Thanks in advance. > > > > -- > View this message in context: http://maven.40175.n5.nabble.com/why-axis-1-4-jar-is-dependent-upon-wsdl4j-1-5-1-jar-file-in-maven-tp5734252p5734255.html > Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org