mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 00:45:50 +00:00
nohttp disabled no plugin
This commit is contained in:
parent
b493da7bbe
commit
e7bf0244f4
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -184,7 +184,7 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<!-- <plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||||
<version>3.1.1</version>
|
<version>3.1.1</version>
|
||||||
|
@ -193,7 +193,7 @@
|
||||||
<groupId>com.puppycrawl.tools</groupId>
|
<groupId>com.puppycrawl.tools</groupId>
|
||||||
<artifactId>checkstyle</artifactId>
|
<artifactId>checkstyle</artifactId>
|
||||||
<version>8.32</version>
|
<version>8.32</version>
|
||||||
</dependency>
|
</dependency> -->
|
||||||
<!-- <dependency>
|
<!-- <dependency>
|
||||||
<groupId>io.spring.nohttp</groupId>
|
<groupId>io.spring.nohttp</groupId>
|
||||||
<artifactId>nohttp-checkstyle</artifactId>
|
<artifactId>nohttp-checkstyle</artifactId>
|
||||||
|
|
Loading…
Reference in a new issue