Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
cabe59d6
Commit
cabe59d6
authored
Jun 21, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove animal sniffer
See gh-9564
parent
75274d30
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
50 deletions
+0
-50
pom.xml
spring-boot-parent/pom.xml
+0
-32
pom.xml
spring-boot-starters/pom.xml
+0
-7
pom.xml
spring-boot-tools/spring-boot-loader-tools/pom.xml
+0
-11
No files found.
spring-boot-parent/pom.xml
View file @
cabe59d6
...
@@ -305,11 +305,6 @@
...
@@ -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 @@
...
@@ -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>
...
...
spring-boot-starters/pom.xml
View file @
cabe59d6
...
@@ -137,13 +137,6 @@
...
@@ -137,13 +137,6 @@
</execution>
</execution>
</executions>
</executions>
</plugin>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
animal-sniffer-maven-plugin
</artifactId>
<configuration>
<skip>
true
</skip>
</configuration>
</plugin>
<plugin>
<plugin>
<groupId>
org.basepom.maven
</groupId>
<groupId>
org.basepom.maven
</groupId>
<artifactId>
duplicate-finder-maven-plugin
</artifactId>
<artifactId>
duplicate-finder-maven-plugin
</artifactId>
...
...
spring-boot-tools/spring-boot-loader-tools/pom.xml
View file @
cabe59d6
...
@@ -100,17 +100,6 @@
...
@@ -100,17 +100,6 @@
</archive>
</archive>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
animal-sniffer-maven-plugin
</artifactId>
<configuration>
<annotations>
<annotation>
org.springframework.boot.loader.tools.UsesUnsafeJava
</annotation>
<annotation>
org.springframework.lang.UsesJava7
</annotation>
<annotation>
org.springframework.lang.UsesJava8
</annotation>
</annotations>
</configuration>
</plugin>
</plugins>
</plugins>
</build>
</build>
</project>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment