Skip to content

Commit

Permalink
chore(deps): remove activation of XML features from Java 8 required b…
Browse files Browse the repository at this point in the history
…y JAXB (refs #351)
  • Loading branch information
mborne committed Aug 8, 2024
1 parent c82cb61 commit 339b46b
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 339b46b

Please sign in to comment.