Skip to content

Commit

Permalink
[bugfix] add missing dependencies not imported from TEI Completer
Browse files Browse the repository at this point in the history
  • Loading branch information
marmoure committed Jul 11, 2023
1 parent a61fdc4 commit e961fbc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,16 @@
<version>1.2</version>
<scope>test</scope>
</dependency -->
<dependency>
<groupId>com.evolvedbinary.xpath</groupId>
<artifactId>xpath2-parser</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
Expand Down

0 comments on commit e961fbc

Please sign in to comment.