Skip to content

Commit

Permalink
Need to add xalan/serializer to the pom files as well
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Sep 18, 2023
1 parent 082e444 commit f8838d2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/corenlp/pom-full.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
<artifactId>xalan</artifactId>
<version>2.7.3</version>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>serializer</artifactId>
<version>2.7.3</version>
</dependency>

<dependency>
<groupId>joda-time</groupId>
Expand Down
5 changes: 5 additions & 0 deletions pom-java-11.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@
<artifactId>xalan</artifactId>
<version>2.7.3</version>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>serializer</artifactId>
<version>2.7.3</version>
</dependency>

<dependency>
<groupId>joda-time</groupId>
Expand Down
5 changes: 5 additions & 0 deletions pom-java-17.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@
<artifactId>xalan</artifactId>
<version>2.7.3</version>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>serializer</artifactId>
<version>2.7.3</version>
</dependency>

<dependency>
<groupId>joda-time</groupId>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
<artifactId>xalan</artifactId>
<version>2.7.3</version>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>serializer</artifactId>
<version>2.7.3</version>
</dependency>

<dependency>
<groupId>joda-time</groupId>
Expand Down

0 comments on commit f8838d2

Please sign in to comment.