Return-Path: X-Original-To: apmail-ctakes-commits-archive@www.apache.org Delivered-To: apmail-ctakes-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 4AB4FDCBF for ; Wed, 22 May 2013 14:51:27 +0000 (UTC) Received: (qmail 56964 invoked by uid 500); 22 May 2013 14:51:27 -0000 Delivered-To: apmail-ctakes-commits-archive@ctakes.apache.org Received: (qmail 56921 invoked by uid 500); 22 May 2013 14:51:27 -0000 Mailing-List: contact commits-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ctakes.apache.org Delivered-To: mailing list commits@ctakes.apache.org Received: (qmail 56892 invoked by uid 99); 22 May 2013 14:51:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 May 2013 14:51:25 +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; Wed, 22 May 2013 14:51:23 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2498123888E7; Wed, 22 May 2013 14:51:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1485235 - /ctakes/trunk/ctakes-assertion/pom.xml Date: Wed, 22 May 2013 14:51:03 -0000 To: commits@ctakes.apache.org From: tmill@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130522145103.2498123888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tmill Date: Wed May 22 14:51:02 2013 New Revision: 1485235 URL: http://svn.apache.org/r1485235 Log: Added dependencies on constituency parser and relation extractor. Modified: ctakes/trunk/ctakes-assertion/pom.xml Modified: ctakes/trunk/ctakes-assertion/pom.xml URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion/pom.xml?rev=1485235&r1=1485234&r2=1485235&view=diff ============================================================================== --- ctakes/trunk/ctakes-assertion/pom.xml (original) +++ ctakes/trunk/ctakes-assertion/pom.xml Wed May 22 14:51:02 2013 @@ -49,10 +49,18 @@ org.apache.ctakes ctakes-core + + org.apache.ctakes + ctakes-constituency-parser + org.apache.ctakes ctakes-utils + + org.apache.ctakes + ctakes-relation-extractor + org.apache.ctakes ctakes-pos-tagger