Skip to content

Commit

Permalink
Merge pull request #110 from NASA-PDS/xalan-upgrade
Browse files Browse the repository at this point in the history
Update xalan dependency
  • Loading branch information
jordanpadams committed Dec 29, 2023
2 parents 92194ce + 0915102 commit 5d6e788
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ POSSIBILITY OF SUCH DAMAGE.
<parent>
<groupId>gov.nasa</groupId>
<artifactId>pds</artifactId>
<version>1.13.0</version>
<version>1.15.0</version>
</parent>

<groupId>gov.nasa.pds</groupId>
Expand Down Expand Up @@ -303,14 +303,19 @@ POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>serializer</artifactId>
<version>2.7.3</version>
</dependency>

<dependency>
<groupId>oro</groupId>
Expand Down

0 comments on commit 5d6e788

Please sign in to comment.