mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 00:45: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>
|
<wro4j.version>1.8.0</wro4j.version>
|
||||||
|
|
||||||
<jacoco.version>0.8.5</jacoco.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>
|
<spring-format.version>0.0.25</spring-format.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
@ -194,7 +194,7 @@
|
||||||
<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>
|
||||||
<version>${nohttp-checkstyle.version}</version>
|
<version>${nohttp-checkstyle.version}</version>
|
||||||
|
@ -217,7 +217,7 @@
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin> -->
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
|
@ -353,7 +353,7 @@
|
||||||
<repository>
|
<repository>
|
||||||
<id>maven-central</id>
|
<id>maven-central</id>
|
||||||
<name>maven-central</name>
|
<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>
|
<snapshots>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
|
|
Loading…
Reference in a new issue