Remove invalid checksum policy setting
This might be a copy/paste error as the checksum policy is used for deploying and our integration tests do not do that. Closes gh-41651
This commit is contained in:
parent
05468def54
commit
59b47e336b
|
|
@ -17,7 +17,6 @@
|
|||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<checksumPolicy>ignore</checksumPolicy>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>spring-milestones</id>
|
||||
|
|
@ -43,7 +42,6 @@
|
|||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<checksumPolicy>ignore</checksumPolicy>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>spring-milestones</id>
|
||||
|
|
|
|||
Loading…
Reference in New Issue