You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2012/11/07 23:13:29 UTC

svn commit: r1406844 - /incubator/ctakes/trunk/ctakes-assertion/pom.xml

Author: chenpei
Date: Wed Nov  7 22:13:28 2012
New Revision: 1406844

URL: http://svn.apache.org/viewvc?rev=1406844&view=rev
Log:
CTAKES-73  - Preparing a 3.0 release.  Excluding mallet/trove4j dependencies due to license incompatibilities.  Current assertion is dependent on cleartk-examples- could remove this once we remove the cleartk-examples dependency.

Modified:
    incubator/ctakes/trunk/ctakes-assertion/pom.xml

Modified: incubator/ctakes/trunk/ctakes-assertion/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-assertion/pom.xml?rev=1406844&r1=1406843&r2=1406844&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-assertion/pom.xml (original)
+++ incubator/ctakes/trunk/ctakes-assertion/pom.xml Wed Nov  7 22:13:28 2012
@@ -76,8 +76,17 @@
 		<dependency>
 			<groupId>org.cleartk</groupId>
 			<artifactId>cleartk-examples</artifactId>
-		</dependency>
-				<dependency>
+			<exclusions>
+				<exclusion>
+				<!-- Excluding mallet/trove4j dependencies due to 
+				licence in compatible until we could remove the
+				cleartk-examples dependency. -->
+					<groupId>org.cleartk</groupId>
+	          		<artifactId>cleartk-ml-mallet</artifactId>
+	          	</exclusion>
+			</exclusions>
+		</dependency>			
+		<dependency>
 			<groupId>args4j</groupId>
 			<artifactId>args4j</artifactId>
 		</dependency>