DATAES-583 - Polishing.

This commit is contained in:
Greg Turnquist 2019-07-03 12:47:19 -05:00
parent 3f3fb5e975
commit 38f5a89c8a
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413
2 changed files with 347 additions and 344 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
@ -249,11 +250,13 @@
<!-- Configure checker to use UTF-8 encoding --> <!-- Configure checker to use UTF-8 encoding -->
<property name="charset" value="UTF-8"/> <property name="charset" value="UTF-8"/>
<module name="io.spring.nohttp.checkstyle.check.NoHttpCheck" /> <module name="io.spring.nohttp.checkstyle.check.NoHttpCheck"/>
</module> </module>
</checkstyleRules> </checkstyleRules>
<includes>**/*</includes> <includes>**/*</includes>
<excludes>.git/**/*,target/**/*,**/target/**/*,.idea/**/*,**/spring.schemas,**/*.svg,mvnw,mvnw.cmd,**/*.policy</excludes> <excludes>
.git/**/*,target/**/*,**/target/**/*,.idea/**/*,**/spring.schemas,**/*.svg,mvnw,mvnw.cmd,**/*.policy
</excludes>
<sourceDirectories>./</sourceDirectories> <sourceDirectories>./</sourceDirectories>
</configuration> </configuration>
</plugin> </plugin>