From 47266f712aace5d442a7dde59b6f60c453fa275a Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期四, 17 六月 2021 10:33:48 +0800 Subject: [PATCH] update 更新 JDK logo --- pom.xml | 30 +++++++++++++++++++++++++++++- 1 files changed, 29 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 2a7b3f5..28a6d8e 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,7 @@ <version>${redisson.version}</version> </dependency> - <!--jaxb--> + <!-- jdk11 缂哄け渚濊禆 jaxb--> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> @@ -271,6 +271,34 @@ <logging.level>warn</logging.level> </properties> </profile> + + <!-- jdk澶氱増鏈厤缃� --> + <profile> + <id>jdk8</id> + <activation> + <activeByDefault>true</activeByDefault> + <jdk>1.8</jdk> + </activation> + <properties> + <java.version>1.8</java.version> + </properties> + </profile> + <profile> + <id>jdk11</id> + <activation> + <jdk>11</jdk> + </activation> + <properties> + <java.version>11</java.version> + </properties> + <dependencies> + <!--jaxb--> + <dependency> + <groupId>com.sun.xml.bind</groupId> + <artifactId>jaxb-impl</artifactId> + </dependency> + </dependencies> + </profile> </profiles> </project> -- Gitblit v1.9.3