You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2017/04/28 13:49:22 UTC

svn commit: r1793093 - /ctakes/trunk/ctakes-clinical-pipeline/pom.xml

Author: seanfinan
Date: Fri Apr 28 13:49:21 2017
New Revision: 1793093

URL: http://svn.apache.org/viewvc?rev=1793093&view=rev
Log:
ctakes-437 : remove lvgdist dependency from cpe and cvd 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=1793093&r1=1793092&r2=1793093&view=diff
==============================================================================
--- ctakes/trunk/ctakes-clinical-pipeline/pom.xml (original)
+++ ctakes/trunk/ctakes-clinical-pipeline/pom.xml Fri Apr 28 13:49:21 2017
@@ -125,12 +125,7 @@
 								<argument />
 							</arguments>
 						</configuration>
-						<dependencies>
-							<dependency>
-								<groupId>gov.nih.nlm.nls.lvg</groupId>
-								<artifactId>lvgdist</artifactId>
-							</dependency>
-						</dependencies>						
+						<dependencies/>
 					</plugin>
 				</plugins>
 			</build>
@@ -170,12 +165,7 @@
 								<argument>javax.swing.plaf.metal.MetalLookAndFeel</argument>
 							</arguments>
 						</configuration>
-						<dependencies>
-							<dependency>
-								<groupId>gov.nih.nlm.nls.lvg</groupId>
-								<artifactId>lvgdist</artifactId>
-							</dependency>
-						</dependencies>
+						<dependencies/>
 					</plugin>
 				</plugins>
 			</build>