Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Optimeze][pom] maven package Model optimeze #1205

Merged
merged 9 commits into from
Nov 4, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
添加jdk11自适应
  • Loading branch information
zackyoungh committed Nov 4, 2022
commit 6a0e48d1bcc7825e7e7a2e137b8d7192b2b8f3bb
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<scala.binary.version>2.12</scala.binary.version>
<scala.version>2.12.10</scala.version>
<!-- `provided` for product environment ,`compile` for dev environment -->
<scope.runtime>compile</scope.runtime>
<scope.runtime>provided</scope.runtime>
<dlink.flink.version>1.14</dlink.flink.version>
<spring-boot-dependencies.version>2.6.12</spring-boot-dependencies.version>
<hutool.version>5.8.4</hutool.version>
Expand Down Expand Up @@ -545,7 +545,7 @@
<eclipse>
<file>style/spotless_dlink_formatter.xml</file>
</eclipse>
<removeUnusedImports/>
<removeUnusedImports />
<importOrder>
<order>\#,com.dlink,org.apache,java,javax,org,com</order>
</importOrder>
Expand Down Expand Up @@ -582,7 +582,7 @@
<includes>
<include>**/*.md</include>
</includes>
<flexmark/>
<flexmark />
</markdown>
</configuration>
<executions>
Expand Down Expand Up @@ -626,10 +626,10 @@
<profile>
<id>prod</id>
<activation>
<activeByDefault>true</activeByDefault>
<property>
<name>prod</name>
</property>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<!-- `provided` for product environment ,`compile` for dev environment -->
Expand Down