Remove the unused dependency on net.sf.saxon:Saxon-HE (#3043)

* Remove the unused dependency on net.sf.saxon:Saxon-HE

* Remove Saxon-HE dependency in hapi-fhir-jpaserver-base

* Remove unused comment in hapi-fhir-structures-dstu2.1/pom.xml
This commit is contained in:
Jing Tang 2021-10-14 21:34:48 +01:00 committed by GitHub
parent 05aa4447f8
commit b25b186044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 36 deletions

View File

@ -1,6 +1,5 @@
package ca.uhn.fhir.validation;
import net.sf.saxon.lib.Validation;
import org.hl7.fhir.instance.model.api.IBaseResource;

View File

@ -86,11 +86,6 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</dependency>
<!--
Gson is needed for some utility classes in org.hl7.fhir.convertors, so
this is necessary for the JavaDocs to build

View File

@ -39,11 +39,6 @@
<artifactId>woodstox-core</artifactId>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
@ -196,12 +191,6 @@
<groupId>com.helger</groupId>
<artifactId>ph-schematron</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>Saxon-HE</artifactId>
<groupId>net.sf.saxon</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.helger</groupId>

View File

@ -90,14 +90,6 @@
<optional>true</optional>
</dependency>
<!--
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>9.6.0-4</version>
</dependency>
-->
<!-- Testing -->
<dependency>
<groupId>org.xmlunit</groupId>

View File

@ -69,11 +69,6 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>

View File

@ -1200,12 +1200,6 @@
<version>2.4</version>
<classifier>jdk15-sources</classifier>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<!-- <version>9.8.0-3</version> -->
<version>${servicemix_saxon_version}</version>
</dependency>
<dependency>
<groupId>net.ttddyy</groupId>
<artifactId>datasource-proxy</artifactId>