Skip to content

Commit

Permalink
[#7734] Make the JAXB implementation dependency optional with a custo…
Browse files Browse the repository at this point in the history
…m fallback implementation
  • Loading branch information
lukaseder committed Aug 8, 2018
1 parent 04252a5 commit 071dd9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
7 changes: 0 additions & 7 deletions jOOQ/pom.xml
Expand Up @@ -92,13 +92,6 @@
<artifactId>jaxb-api</artifactId>
</dependency>

<!-- From JDK 11 onwards, the transitive activation dependency needs to be made explicit -->
<!-- This is probably due to a bug in JAXB: https://github.com/javaee/jaxb-v2/issues/1207 -->
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>javax.activation</artifactId>
</dependency>




Expand Down
9 changes: 1 addition & 8 deletions pom.xml
Expand Up @@ -105,14 +105,6 @@
<version>2.3.0</version>
</dependency>

<!-- From JDK 11 onwards, the transitive activation dependency needs to be made explicit -->
<!-- This is probably due to a bug in JAXB: https://github.com/javaee/jaxb-v2/issues/1207 -->
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>javax.activation</artifactId>
<version>1.2.0</version>
</dependency>

<!-- Optional logging dependency -->
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -343,6 +335,7 @@






</modules>
Expand Down

0 comments on commit 071dd9b

Please sign in to comment.