Skip to content

Commit

Permalink
#1338 - Factor CAS <-> brat conversion code into Pojos
Browse files Browse the repository at this point in the history
- Adjusted dependencies
  • Loading branch information
reckart committed Mar 19, 2019
1 parent 8bdecb1 commit 6672b6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dkpro-core-io-brat-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
<artifactId>de.tudarmstadt.ukp.dkpro.core.api.segmentation-asl</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
Expand Down

0 comments on commit 6672b6c

Please sign in to comment.