diff --git a/Jenkinsfile b/Jenkinsfile index cfdba671..ffad3ed7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -86,8 +86,8 @@ pipeline { label "${OS_VERSION}" } environment { - JABBA_VERSION = 'openjdk@1.11' - GRAALVM_VERSION = '11.0.18-graalvm-ce-22.3.1' + JABBA_VERSION = 'openjdk@1.17' + GRAALVM_VERSION = 'graalvm@21.0.7' } stages { diff --git a/pom.xml b/pom.xml index 574e111d..3e876f19 100644 --- a/pom.xml +++ b/pom.xml @@ -354,11 +354,6 @@ limitations under the License.]]> com.datastax.oss.quarkus.*.internal,com.datastax.oss.quarkus.*.internal.* - - https://javadoc.io/doc/com.datastax.oss/java-driver-core/${datastax-java-driver.version}/ - http://smallrye.io/smallrye-reactive-utils/apidocs/ - https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/ - **/*$$accessor.java **/*__MapperGenerated.java diff --git a/quickstart/pom.xml b/quickstart/pom.xml index d131f12f..c5251649 100644 --- a/quickstart/pom.xml +++ b/quickstart/pom.xml @@ -267,11 +267,6 @@ jar - - https://docs.datastax.com/en/drivers/java/latest/ - http://smallrye.io/smallrye-reactive-utils/apidocs/ - https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/ - **/*$$accessor.java **/*__MapperGenerated.java