https is back

This commit is contained in:
VSAzima 2021-04-27 18:31:56 +04:00
parent e7bf0244f4
commit b464cd2858

10
pom.xml
View file

@ -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>