mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
https is back
This commit is contained in:
parent
e7bf0244f4
commit
b464cd2858
1 changed files with 5 additions and 5 deletions
10
pom.xml
10
pom.xml
|
@ -28,7 +28,7 @@
|
|||
<wro4j.version>1.8.0</wro4j.version>
|
||||
|
||||
<jacoco.version>0.8.5</jacoco.version>
|
||||
<!-- <nohttp-checkstyle.version>0.0.4.RELEASE</nohttp-checkstyle.version> -->
|
||||
<nohttp-checkstyle.version>0.0.4.RELEASE</nohttp-checkstyle.version>
|
||||
<spring-format.version>0.0.25</spring-format.version>
|
||||
</properties>
|
||||
|
||||
|
@ -184,7 +184,7 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<!-- <plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>3.1.1</version>
|
||||
|
@ -194,7 +194,7 @@
|
|||
<artifactId>checkstyle</artifactId>
|
||||
<version>8.32</version>
|
||||
</dependency> -->
|
||||
<!-- <dependency>
|
||||
<dependency>
|
||||
<groupId>io.spring.nohttp</groupId>
|
||||
<artifactId>nohttp-checkstyle</artifactId>
|
||||
<version>${nohttp-checkstyle.version}</version>
|
||||
|
@ -217,7 +217,7 @@
|
|||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin> -->
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
|
@ -353,7 +353,7 @@
|
|||
<repository>
|
||||
<id>maven-central</id>
|
||||
<name>maven-central</name>
|
||||
<url>http://172.19.0.3:8081/repository/maven-central/</url>
|
||||
<url>https://172.19.0.3:8081/repository/maven-central/</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
|
|
Loading…
Reference in a new issue