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 2020/05/06 14:24:29 UTC

svn commit: r1877438 - /ctakes/trunk/ctakes-tiny-rest/pom.xml

Author: seanfinan
Date: Wed May  6 14:24:29 2020
New Revision: 1877438

URL: http://svn.apache.org/viewvc?rev=1877438&view=rev
Log:
Added spring web mvc

Modified:
    ctakes/trunk/ctakes-tiny-rest/pom.xml

Modified: ctakes/trunk/ctakes-tiny-rest/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-tiny-rest/pom.xml?rev=1877438&r1=1877437&r2=1877438&view=diff
==============================================================================
--- ctakes/trunk/ctakes-tiny-rest/pom.xml (original)
+++ ctakes/trunk/ctakes-tiny-rest/pom.xml Wed May  6 14:24:29 2020
@@ -48,6 +48,11 @@
          <artifactId>spring-web</artifactId>
          <version>${springframework.version}</version>
       </dependency>
+      <dependency>
+         <groupId>org.springframework</groupId>
+         <artifactId>spring-webmvc</artifactId>
+         <version>${springframework.version}</version>
+      </dependency>
 
       <dependency>
          <groupId>org.apache.ctakes</groupId>