parent-pom
org.apache.uima
UIMA (Unstructured Information Management Architecture). UIMA promotes community development and reuse of annotators that extract metadata from unstructured information (text, audio, video, etc.); it provides for externalized declaration of type systems, component configuration, aggregation, and more, supports scalablity, and provides tooling. This is the common UIMA parent pom. It contains the project-wide defaults.
Add to your project10
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>parent-pom</artifactId>
<version>10</version>
</dependency>Version Details — 10
UIMA (Unstructured Information Management Architecture). UIMA promotes community development and reuse of annotators that extract metadata from unstructured information (text, audio, video, etc.); it provides for externalized declaration of type systems, component configuration, aggregation, and more, supports scalablity, and provides tooling.