DATAREST-1538 - Adapt to Nohttp 0.0.5.
Nohttp changed their property name to allowlist.
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -101,7 +101,7 @@
|
||||
|
||||
<module name="io.spring.nohttp.checkstyle.check.NoHttpCheck">
|
||||
<!-- XML requires double escaping, config gets XML-processed twice -->
|
||||
<property name="whitelist" value="http://www\.querydsl\.com.*&#10;http://stateless\.co.*&#10;http://json-schema\.org.*&#10;http://alps\.io.*"/>
|
||||
<property name="allowlist" value="http://www\.querydsl\.com.*&#10;http://stateless\.co.*&#10;http://json-schema\.org.*&#10;http://alps\.io.*"/>
|
||||
</module>
|
||||
</module>
|
||||
</checkstyleRules>
|
||||
|
||||
Reference in New Issue
Block a user