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 350C99B17 for ; Mon, 7 May 2012 06:13:56 +0000 (UTC) Received: (qmail 47728 invoked by uid 500); 7 May 2012 06:13:54 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 47438 invoked by uid 500); 7 May 2012 06:13:51 -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 47426 invoked by uid 99); 7 May 2012 06:13:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2012 06:13:50 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcjtmu-turbine-maven-user-846@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2012 06:13:44 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SRHCC-0000Ln-6T for users@maven.apache.org; Mon, 07 May 2012 08:13:20 +0200 Received: from mail.scalaris.com ([62.154.225.82]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 May 2012 08:13:20 +0200 Received: from Joerg.Schaible by mail.scalaris.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 May 2012 08:13:20 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@maven.apache.org From: =?UTF-8?B?SsO2cmc=?= Schaible Subject: Re: jsr311-api doesn't include. Date: Mon, 07 May 2012 08:13:07 +0200 Organization: Scalaris AG Lines: 23 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: mail.scalaris.com User-Agent: KNode/4.8.0 X-Virus-Checked: Checked by ClamAV on apache.org Mauricio Ferreyra wrote: > Hi all, > I am trying to create a restful application to deploy on a websphere. The > version of was that I'm using doesn't support the specification jsr311. > > So, I want to add the jars on the /lib of the project, but when I do a mvn > package maven leave out the jar in the war. > > Do you know that maven doesn't include the jar? > > The dependency: > * javax.ws.rs > jsr311-api > 1.0* > > Thanks in advance! When you expect that the container delivers the code, you set the dependency to "provided". - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org