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 5ABF7107BC for ; Wed, 14 Aug 2013 16:29:26 +0000 (UTC) Received: (qmail 88306 invoked by uid 500); 14 Aug 2013 16:29:26 -0000 Delivered-To: apmail-ctakes-commits-archive@ctakes.apache.org Received: (qmail 87887 invoked by uid 500); 14 Aug 2013 16:29:23 -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 87857 invoked by uid 99); 14 Aug 2013 16:29:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Aug 2013 16:29:22 +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, 14 Aug 2013 16:29:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E317F23888E2; Wed, 14 Aug 2013 16:28:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1513950 - /ctakes/trunk/ctakes-clinical-pipeline/pom.xml Date: Wed, 14 Aug 2013 16:28:56 -0000 To: commits@ctakes.apache.org From: chenpei@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130814162856.E317F23888E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chenpei Date: Wed Aug 14 16:28:56 2013 New Revision: 1513950 URL: http://svn.apache.org/r1513950 Log: CTAKES-76 - reverting r1504671. The assertion jars have not been moved to Maven Central yet! Therefore, we still need it in the runCVD,runCPE profiles. Modified: ctakes/trunk/ctakes-clinical-pipeline/pom.xml Modified: ctakes/trunk/ctakes-clinical-pipeline/pom.xml URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-clinical-pipeline/pom.xml?rev=1513950&r1=1513949&r2=1513950&view=diff ============================================================================== --- ctakes/trunk/ctakes-clinical-pipeline/pom.xml (original) +++ ctakes/trunk/ctakes-clinical-pipeline/pom.xml Wed Aug 14 16:28:56 2013 @@ -1,170 +1,230 @@ - - - - 4.0.0 - ctakes-clinical-pipeline - Apache cTAKES ctakes-clinical-pipeline - - org.apache.ctakes - ctakes - 3.1.0-SNAPSHOT - - - - - - org.apache.ctakes - ctakes-type-system - - - org.apache.ctakes - ctakes-core - - - org.apache.ctakes - ctakes-utils - - - jdom - jdom - - - junit - junit - - - org.apache.ctakes - ctakes-context-tokenizer - - - org.apache.ctakes - ctakes-dictionary-lookup - - - org.apache.ctakes - ctakes-preprocessor - - - org.apache.ctakes - ctakes-lvg - - - org.apache.ctakes - ctakes-chunker - - - org.apache.ctakes - ctakes-ne-contexts - - - org.apache.ctakes - ctakes-pos-tagger - - - org.apache.ctakes - ctakes-assertion - - - org.apache.ctakes - ctakes-dependency-parser - - - - - runCPE - - - runCPE - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - - - compile - - java - - - - - true - true - org.apache.uima.tools.cpm.CpmFrame - - - - - - - gov.nih.nlm.nls.lvg - lvg2010dist - 0.0.1 - - - - - - - - - runCVD - - - runCVD - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - - - compile - - java - - - - - true - true - - org.apache.uima.tools.cvd.CVD - - - -lookandfeel - javax.swing.plaf.metal.MetalLookAndFeel - - - - - gov.nih.nlm.nls.lvg - lvg2010dist - 0.0.1 - - - - - - - - + + + + 4.0.0 + ctakes-clinical-pipeline + Apache cTAKES ctakes-clinical-pipeline + + org.apache.ctakes + ctakes + 3.1.0-SNAPSHOT + + + + + + org.apache.ctakes + ctakes-type-system + + + org.apache.ctakes + ctakes-core + + + org.apache.ctakes + ctakes-utils + + + jdom + jdom + + + junit + junit + + + org.apache.ctakes + ctakes-context-tokenizer + + + org.apache.ctakes + ctakes-dictionary-lookup + + + org.apache.ctakes + ctakes-preprocessor + + + org.apache.ctakes + ctakes-lvg + + + org.apache.ctakes + ctakes-chunker + + + org.apache.ctakes + ctakes-ne-contexts + + + org.apache.ctakes + ctakes-pos-tagger + + + org.apache.ctakes + ctakes-assertion + + + org.apache.ctakes + ctakes-dependency-parser + + + + + runCPE + + + runCPE + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + + compile + + java + + + + + true + true + org.apache.uima.tools.cpm.CpmFrame + + + + + + + + org.mitre.medfacts + medfacts-i2b2 + 1.2 + system + ${project.basedir}/../ctakes-assertion/lib/med-facts-i2b2-1.2-SNAPSHOT.jar + + + org.mitre.medfacts + medfacts-zoner + 1.1 + system + ${project.basedir}/../ctakes-assertion/lib/med-facts-zoner-1.1.jar + + + org.mitre.jcarafe.core + jcarafe.core + 2.9.1 + system + ${project.basedir}/../ctakes-assertion/lib/jcarafe-core_2.9.1-0.9.8.3.RC4.jar + + + org.mitre.jcarafe.ext + jcarafe.ext + 2.9.1 + system + ${project.basedir}/../ctakes-assertion/lib/jcarafe-ext_2.9.1-0.9.8.3.RC4.jar + + + gov.nih.nlm.nls.lvg + lvg2010dist + 0.0.1 + + + + + + + + + runCVD + + + runCVD + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + + compile + + java + + + + + true + true + + org.apache.uima.tools.cvd.CVD + + + -lookandfeel + javax.swing.plaf.metal.MetalLookAndFeel + + + + + + org.mitre.medfacts + medfacts-i2b2 + 1.2 + system + ${project.basedir}/../ctakes-assertion/lib/med-facts-i2b2-1.2-SNAPSHOT.jar + + + org.mitre.medfacts + medfacts-zoner + 1.1 + system + ${project.basedir}/../ctakes-assertion/lib/med-facts-zoner-1.1.jar + + + org.mitre.jcarafe.core + jcarafe.core + 2.9.1 + system + ${project.basedir}/../ctakes-assertion/lib/jcarafe-core_2.9.1-0.9.8.3.RC4.jar + + + org.mitre.jcarafe.ext + jcarafe.ext + 2.9.1 + system + ${project.basedir}/../ctakes-assertion/lib/jcarafe-ext_2.9.1-0.9.8.3.RC4.jar + + + gov.nih.nlm.nls.lvg + lvg2010dist + 0.0.1 + + + + + + + +