Return-Path: X-Original-To: apmail-clerezza-commits-archive@www.apache.org Delivered-To: apmail-clerezza-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B0B9D10320 for ; Tue, 15 Oct 2013 09:06:17 +0000 (UTC) Received: (qmail 9696 invoked by uid 500); 15 Oct 2013 09:06:17 -0000 Delivered-To: apmail-clerezza-commits-archive@clerezza.apache.org Received: (qmail 9673 invoked by uid 500); 15 Oct 2013 09:06:17 -0000 Mailing-List: contact commits-help@clerezza.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@clerezza.apache.org Delivered-To: mailing list commits@clerezza.apache.org Received: (qmail 9664 invoked by uid 99); 15 Oct 2013 09:06:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Oct 2013 09:06:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Oct 2013 09:06:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 63497238899C; Tue, 15 Oct 2013 09:05:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1532254 - /clerezza/trunk/provisioning/typehandlerspace/pom.xml Date: Tue, 15 Oct 2013 09:05:55 -0000 To: commits@clerezza.apache.org From: reto@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131015090555.63497238899C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: reto Date: Tue Oct 15 09:05:54 2013 New Revision: 1532254 URL: http://svn.apache.org/r1532254 Log: CLEREZZA-816: added patch for ignored dependencies (KARAF-2470) Modified: clerezza/trunk/provisioning/typehandlerspace/pom.xml Modified: clerezza/trunk/provisioning/typehandlerspace/pom.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/typehandlerspace/pom.xml?rev=1532254&r1=1532253&r2=1532254&view=diff ============================================================================== --- clerezza/trunk/provisioning/typehandlerspace/pom.xml (original) +++ clerezza/trunk/provisioning/typehandlerspace/pom.xml Tue Oct 15 09:05:54 2013 @@ -24,16 +24,57 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + clerezza + org.apache.clerezza + 0.5-SNAPSHOT + ../../parent + + org.apache.clerezza.provisioning typehandlerspace 0.1-SNAPSHOT feature Typehandlerspace feature - What's needed to get typehandlerspace working on top of - JAX-RS 2.0. + Clerezza - Provisioning: What's needed to get typehandlerspace working on top of + JAX-RS 2.0. It depends on the Clerezza rdf libraries as provided by the RDF feature. + + + + javax.ws.rs + javax.ws.rs-api + 2.0 + + + commons-lang + commons-lang + + + org.apache.stanbol + org.apache.stanbol.commons.jsonld + 1.0.0-SNAPSHOT + + + org.apache.stanbol + org.apache.stanbol.commons.web.base + 1.0.0-SNAPSHOT + + + org.apache.stanbol + org.apache.stanbol.commons.web.base.jersey + 1.0.0-SNAPSHOT + + + + + + org.scala-lang + scala-library + provided + org.apache.clerezza.ext @@ -43,11 +84,11 @@ - org.scala-lang - scala-library - 2.10.0 + org.apache.clerezza + permissiondescriptions + 0.2-SNAPSHOT provided - + org.apache.clerezza @@ -58,10 +99,30 @@ org.apache.clerezza + platform + 0.2-SNAPSHOT + provided + + + + org.apache.clerezza + platform.graphprovider.content + 0.7-SNAPSHOT + provided + + + + org.apache.clerezza + platform.config + 0.4-SNAPSHOT + provided + + + + org.apache.clerezza platform.users.core 0.2-SNAPSHOT provided -