diff options
| author | lifengchao <[email protected]> | 2024-01-09 18:34:44 +0800 |
|---|---|---|
| committer | lifengchao <[email protected]> | 2024-01-09 18:34:44 +0800 |
| commit | 0e99d334172f001efb9633a024007b00dbcc0af0 (patch) | |
| tree | 3b64bc525d7a55ec6b3019a2d7f2a46ca316e092 /pom.xml | |
| parent | 79c961f6e358f479ae5295a16f5e95b29ea7d7c0 (diff) | |
| parent | 801d2beff259c485c32b7b6db62579a6403c878f (diff) | |
Merge branch 'develop' of https://git.mesalab.cn/galaxy/platform/groot-stream into develop
# Conflicts:
# pom.xml
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -24,7 +24,6 @@ <properties>
<revision>1.0</revision>
- <java.version>8</java.version>
<flink.scope>provided</flink.scope>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>${java.version}</maven.compiler.source>
@@ -383,12 +382,8 @@ <version>${quartz.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>${httpclient.version}</version>
- </dependency>
+ </dependencies>
</dependencyManagement>
@@ -756,7 +751,7 @@ <artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.2</version>
<configuration>
- <!--<skip>true</skip>-->
+ <skip>true</skip> <configLocation>${rootDir}/develop/checkstyle.xml</configLocation>
<suppressionsLocation>${rootDir}/develop/suppressions.xml</suppressionsLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
@@ -776,7 +771,7 @@ <artifactId>spotbugs-maven-plugin</artifactId>
<version>4.4.2.2</version>
<configuration>
- <!--<skip>true</skip>-->
+ <skip>true</skip> <threshold>Low</threshold>
<effort>default</effort>
<failOnError>true</failOnError>
|
