[jOOQ/jOOQ#9401] Java 8 distribution references JAXB 2.3.0, which doesn't work pre JDK 9

This commit is contained in:
Lukas Eder 2019-10-17 15:32:31 +02:00
parent ee8735b6b1
commit c441feb897
3 changed files with 6 additions and 6 deletions

View File

@ -109,7 +109,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.3.3</version>
<version>2.2.12</version>
</dependency>
<dependency>
<groupId>org.jooq</groupId>

View File

@ -62,7 +62,7 @@
<annotationProcessorPath>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
<version>2.2.12</version>
</annotationProcessorPath>
</annotationProcessorPaths>
</configuration>
@ -71,7 +71,7 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
<version>2.2.12</version>
</dependency>
</dependencies>
</plugin>

View File

@ -30,7 +30,7 @@
<h2.version>1.4.200</h2.version>
<!-- From JDK 11 onwards, we need to depend on the JAXB API explicitly -->
<jaxb.version>2.3.1</jaxb.version>
<jaxb.version>2.2.12</jaxb.version>
<javax.activation.version>1.2.0</javax.activation.version>
<!-- DefaultRecordMapper and jOOQ-meta-extensions can read JPA annotations -->
@ -247,13 +247,13 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.3.3</version>
<version>2.2.12</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotation</artifactId>
<version>2.3.3</version>
<version>2.2.12</version>
<scope>provided</scope>
</dependency>
<dependency>