ctakes-server icon indicating copy to clipboard operation
ctakes-server copied to clipboard

pom.xml needs to be updated for cTakes 4.0

Open brucenelson6655 opened this issue 6 years ago • 2 comments

for the ctakes server to work for cTakes 4.0 - pom.xml need to be edited with the properties ctakes.version set to 4.0.0 as opposed to 3.2.2.


<properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <scala.majorVersion>2.11</scala.majorVersion>
        <scala.minorVersion>.7</scala.minorVersion>
        <scalatest.version>2.2.2</scalatest.version>
        <junit.version>4.10</junit.version>
        <ctakes.version>4.0.0</ctakes.version>
 </properties>

brucenelson6655 avatar May 18 '18 18:05 brucenelson6655

where can we find the pom.xml file?

humehta avatar Jun 19 '18 17:06 humehta

yes, only if the cTakes version is updated in pom.xml, you will get proper JSON reponse. pom.xml is available in the root directory of your ctakes server.

Lokesh824 avatar Apr 28 '20 09:04 Lokesh824