Browse Source

Ignore duplicate "about.html" in Jetty HTTP client

Closes gh-16272
pull/16279/head
Stephane Nicoll 7 years ago
parent
commit
6e9e5e5a8b
  1. 1
      spring-boot-project/spring-boot-starters/pom.xml

1
spring-boot-project/spring-boot-starters/pom.xml

@ -150,6 +150,7 @@ @@ -150,6 +150,7 @@
</ignoredClassPatterns>
<ignoredResourcePatterns>
<ignoredResourcePattern>changelog.txt</ignoredResourcePattern>
<ignoredResourcePattern>about.html</ignoredResourcePattern>
</ignoredResourcePatterns>
</configuration>
</execution>

Loading…
Cancel
Save