Merge pull request #1405 from hapifhir/do-20230823-swap-out-xpp3

Swap out xpp3 dependency
This commit is contained in:
Grahame Grieve 2023-08-24 09:18:56 +02:00 committed by GitHub
commit 63e090a2d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 22 additions and 60 deletions

View File

@ -16,4 +16,6 @@
# Actually a BSD license https://mvnrepository.com/artifact/org.antlr/ST4/4.1
(Unknown license) StringTemplate 4 (org.antlr:ST4:4.1 - http://nexus.sonatype.org/oss-repository-hosting.html/ST4)
# without dependencies is incorrectly intepreted as a license name
(Apache License, Version 2.0) Byte Buddy (without dependencies) (net.bytebuddy:byte-buddy:1.12.14 - https://bytebuddy.net/byte-buddy)
(Apache License, Version 2.0) Byte Buddy (without dependencies) (net.bytebuddy:byte-buddy:1.12.14 - https://bytebuddy.net/byte-buddy)
# Appears to be Apache 2.0: https://github.com/NCIP/lexevs/blob/master/lgSharedLibraries/apache/commons/jakarta-regexp-1.4.license.txt
(Unknown license) jakarta-regexp (jakarta-regexp:jakarta-regexp:1.4 - no url defined)

View File

@ -82,15 +82,10 @@
</dependency>
<dependency>
<groupId>xpp3</groupId>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3_xpath</artifactId>
<optional>true</optional>
</dependency>
<!-- HTTP Client -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>

View File

@ -37,15 +37,10 @@
<!-- XML Parsers -->
<dependency>
<groupId>xpp3</groupId>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3_xpath</artifactId>
<optional>true</optional>
</dependency>
<!-- JSON Parsers -->
<dependency>

View File

@ -37,14 +37,8 @@
<!-- XML Parsers -->
<dependency>
<groupId>xpp3</groupId>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3_xpath</artifactId>
<optional>true</optional>
</dependency>
<!-- JSON Parsers -->

View File

@ -37,15 +37,11 @@
<!-- XML Parsers -->
<dependency>
<groupId>xpp3</groupId>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3_xpath</artifactId>
<optional>true</optional>
</dependency>
<!-- JSON Parsers -->
<dependency>

View File

@ -44,15 +44,10 @@
<!-- XML Parsers -->
<dependency>
<groupId>xpp3</groupId>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3_xpath</artifactId>
<optional>true</optional>
</dependency>
<!-- JSON Parsers -->
<dependency>

View File

@ -43,15 +43,10 @@
<!-- XML Parsers -->
<dependency>
<groupId>xpp3</groupId>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3_xpath</artifactId>
<optional>true</optional>
</dependency>
<!-- JSON Parsers -->
<dependency>

View File

@ -44,15 +44,11 @@
<!-- XML Parsers -->
<dependency>
<groupId>xpp3</groupId>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3_xpath</artifactId>
<optional>true</optional>
</dependency>
<!-- JSON Parsers -->
<dependency>

View File

@ -84,15 +84,11 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3_xpath</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>

View File

@ -288,13 +288,10 @@
<artifactId>ucum</artifactId>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3_xpath</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>

View File

@ -82,13 +82,9 @@
<artifactId>Saxon-HE</artifactId>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3_xpath</artifactId>
</dependency>
<!-- JSON Utilities -->
<dependency>

View File

@ -278,6 +278,11 @@
<artifactId>thymeleaf</artifactId>
<version>3.1.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
<version>1.1.6</version>
</dependency>
</dependencies>
</dependencyManagement>