Skip to content

Commit

Permalink
new changes from QDR
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Apr 23, 2024
1 parent 0c2f2f4 commit cb4c586
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@
<groupId>io.gdcc</groupId>
<artifactId>sword2-server</artifactId>
<version>2.0.0</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Dependency to use sword2-server in our codebase -->
<dependency>
Expand Down Expand Up @@ -235,7 +241,7 @@
<dependency>
<groupId>org.eclipse.parsson</groupId>
<artifactId>jakarta.json</artifactId>
<scope>provided</scope>
<scope>test</scope>
</dependency>

<!-- JSON-B -->
Expand Down Expand Up @@ -557,6 +563,12 @@
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers-standard-package</artifactId>
<version>${tika.version}</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Named Entity Recognition -->
<dependency>
Expand Down

0 comments on commit cb4c586

Please sign in to comment.