You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by dl...@apache.org on 2012/11/27 16:51:32 UTC

svn commit: r1414232 - /incubator/ctakes/trunk/pom.xml

Author: dligach
Date: Tue Nov 27 15:51:31 2012
New Revision: 1414232

URL: http://svn.apache.org/viewvc?rev=1414232&view=rev
Log:
added temporal project

Modified:
    incubator/ctakes/trunk/pom.xml

Modified: incubator/ctakes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/pom.xml?rev=1414232&r1=1414231&r2=1414232&view=diff
==============================================================================
--- incubator/ctakes/trunk/pom.xml (original)
+++ incubator/ctakes/trunk/pom.xml Tue Nov 27 15:51:31 2012
@@ -111,7 +111,7 @@
 		
 		<!-- Temporarily commenting out temporal module
 		Since it will not be part of the 3.0 release -->
-		<!-- <module>ctakes-temporal</module> -->
+		<module>ctakes-temporal</module>
 
 		<!-- pipeline and distribution should always be last -->
 		<module>ctakes-clinical-pipeline</module>
@@ -247,6 +247,13 @@
 			<dependency>
 				<groupId>org.apache.ctakes</groupId>
 				<artifactId>
+					ctakes-temporal
+				</artifactId>
+				<version>${ctakes.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>
 					ctakes-distribution
 				</artifactId>
 				<version>${ctakes.version}</version>