Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.2.0
-
platform independent
Description
UIMAFIT has as a transitive dependency org.springframework:spring-context:3.1.0
However, the ctakes/pom.xml includes org.springframework:spring-bean:3.1.2
This will lead to conflicting minor versions of spring, which appears not to have harmed anything yet. The attached patch modifies the ctakes/pom.xml to exclude the spring-context uimafit dependency, and add the spring-context:3.1.2 version declaration. all poms that included uimafit have been modified to explicitly include spring-context.