From 7e1513b06b9a6f6d8cf8c89940398f7eacea253b Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Mon, 7 Jun 2021 09:53:20 +0300 Subject: [PATCH] project building compatibility with jdk 11 --- pom.xml | 116 ++++++++++++++++++++----------------------- redisson-all/pom.xml | 5 -- redisson/pom.xml | 6 --- 3 files changed, 53 insertions(+), 74 deletions(-) diff --git a/pom.xml b/pom.xml index 4f1e03bec..a27a50dca 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ true 1.8 - 1.8 + 8 8 UTF-8 @@ -149,7 +149,56 @@ ${basedir}/target/test-classes ${basedir}/src/main/java ${basedir}/src/test/java + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrepo + https://oss.sonatype.org/ + true + 15 + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + true + release + deploy + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + + + enforce-maven + + enforce + + + + + 3.0.5 + + + + + + + + org.apache.maven.plugins @@ -168,19 +217,6 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - true - - ossrepo - https://oss.sonatype.org/ - true - 15 - - - - - org.apache.maven.plugins - maven-release-plugin - 2.5.3 - - true - true - release - deploy - - - maven-compiler-plugin 3.8.1 ${source.version} ${source.version} - true true - - - default-testCompile - process-test-sources - - testCompile - - - true - ${test.source.version} - ${test.source.version} - - - org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.3.0 attach-javadocs @@ -279,33 +287,15 @@ + ${javadoc.version} public none true - - org.apache.maven.plugins - maven-enforcer-plugin - 3.0.0-M3 - - - enforce-maven - - enforce - - - - - 3.0.5 - - - - - - + diff --git a/redisson-all/pom.xml b/redisson-all/pom.xml index 173894360..a9a9bd72b 100644 --- a/redisson-all/pom.xml +++ b/redisson-all/pom.xml @@ -88,11 +88,6 @@ io.netty netty-transport-native-kqueue - - org.jboss.marshalling - jboss-marshalling-river - 2.0.9.Final - org.xerial.snappy snappy-java diff --git a/redisson/pom.xml b/redisson/pom.xml index f8643bccc..5a34f9e1f 100644 --- a/redisson/pom.xml +++ b/redisson/pom.xml @@ -371,12 +371,6 @@ maven-javadoc-plugin - - org.codehaus.mojo - versions-maven-plugin - 2.7 - - org.apache.maven.plugins maven-pmd-plugin