|
|
@ -305,11 +305,6 @@
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
<version>3.4</version>
|
|
|
|
<version>3.4</version>
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
|
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>1.15</version>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.cargo</groupId>
|
|
|
|
<groupId>org.codehaus.cargo</groupId>
|
|
|
|
<artifactId>cargo-maven2-plugin</artifactId>
|
|
|
|
<artifactId>cargo-maven2-plugin</artifactId>
|
|
|
@ -588,33 +583,6 @@
|
|
|
|
</execution>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
|
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId>
|
|
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
|
|
<skip>${disable.checks}</skip>
|
|
|
|
|
|
|
|
<signature>
|
|
|
|
|
|
|
|
<groupId>org.codehaus.mojo.signature</groupId>
|
|
|
|
|
|
|
|
<artifactId>java18</artifactId>
|
|
|
|
|
|
|
|
<version>1.0</version>
|
|
|
|
|
|
|
|
</signature>
|
|
|
|
|
|
|
|
<annotations>
|
|
|
|
|
|
|
|
<annotation>org.springframework.boot.lang.UsesUnsafeJava</annotation>
|
|
|
|
|
|
|
|
</annotations>
|
|
|
|
|
|
|
|
<excludeDependencies>
|
|
|
|
|
|
|
|
<excludeDependency>org.glassfish.hk2.external:asm-all-repackaged</excludeDependency>
|
|
|
|
|
|
|
|
</excludeDependencies>
|
|
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
|
|
<executions>
|
|
|
|
|
|
|
|
<execution>
|
|
|
|
|
|
|
|
<id>enforce-java-8</id>
|
|
|
|
|
|
|
|
<phase>test</phase>
|
|
|
|
|
|
|
|
<goals>
|
|
|
|
|
|
|
|
<goal>check</goal>
|
|
|
|
|
|
|
|
</goals>
|
|
|
|
|
|
|
|
</execution>
|
|
|
|
|
|
|
|
</executions>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</build>
|
|
|
|
<profiles>
|
|
|
|
<profiles>
|
|
|
|