Swap out xpp3 dependency

This commit is contained in:
dotasek 2023-08-23 12:05:58 -04:00
parent d468a61664
commit 490e57fa7c
11 changed files with 19 additions and 59 deletions

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>