dkpro / dkpro-similarity

Word and text similarity measures
https://dkpro.github.io/dkpro-similarity
Other
53 stars 22 forks source link

Clean dependencies in dkpro-similarity-uima-io-asl #54

Closed nicolaierbs closed 7 years ago

nicolaierbs commented 8 years ago

The RTECorpusReader in dkpro-similarity-uima-io-asl is based on old dependencies and should be updated.

<dependency>
  <groupId>dom4j</groupId>
  <artifactId>dom4j</artifactId>
</dependency>
<dependency>
  <groupId>jaxen</groupId>
  <artifactId>jaxen</artifactId>
</dependency>
<dependency>
    <groupId>xerces</groupId>
    <artifactId>xmlParserAPIs</artifactId>
    <version>2.6.2</version>
</dependency>
<dependency>
    <groupId>xml-apis</groupId>
    <artifactId>xml-apis</artifactId>
    <version>1.0.b2</version>
</dependency>