Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove support for legacy XML model #359

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
chore(deps): remove activation of XML features from Java 8 required b…
…y JAXB (refs #351)
  • Loading branch information
mborne committed Aug 8, 2024
commit 339b46bd0bcd1bd4e23777833fab48e6d2ca97db
19 changes: 0 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -49,9 +49,6 @@
<maven-surefire-plugin.version>3.3.1</maven-surefire-plugin.version>
<maven-release-plugin.version>3.1.1</maven-release-plugin.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<!-- JDK 8 features -->
<javax.annotation.version>1.3.2</javax.annotation.version>
<javax.activation.version>1.1.1</javax.activation.version>

<!-- sonarqube -->
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
@@ -241,22 +238,6 @@
<version>${postgresql.version}</version>
</dependency>

<!--
################################################################
JDK 8 libraries
################################################################
-->
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>${javax.annotation.version}</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>${javax.activation.version}</version>
</dependency>

<!--
################################################################
Test dependencies