Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenHollmann committed Feb 17, 2022
1 parent b27c837 commit 8fa5008
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ This project includes:
Xerces2-j under The Apache Software License, Version 2.0
XML Commons External Components XML APIs under The Apache Software License, Version 2.0 or The SAX License or The W3C License
XML Pull Parsing API under Public Domain
XML Resolver under Apache License version 2.0
XmlBeans under The Apache Software License, Version 2.0
XmlBeansXPath under The Apache Software License, Version 2.0
XMLUnit for Java under BSD License
Expand Down
7 changes: 6 additions & 1 deletion svalbard/xmlbeans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,14 @@
<artifactId>xmlbeans-xpath</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
Expand Down
5 changes: 5 additions & 0 deletions svalbard/xmlstream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
Expand Down

0 comments on commit 8fa5008

Please sign in to comment.