# HG changeset patch # User Tom Gottfried # Date 1591167288 -7200 # Node ID e5d1a10d54aedc16985b43ef6bffd6cbdc1953bd # Parent bfc047db6ed7605ba352f4ec4097ef0ca7f2faed Fixup */pom-oracle.xml Reduces differences to respective pom.xml files to the necessary. diff -r bfc047db6ed7 -r e5d1a10d54ae artifacts/pom-oracle.xml --- a/artifacts/pom-oracle.xml Tue Jun 02 18:30:02 2020 +0200 +++ b/artifacts/pom-oracle.xml Wed Jun 03 08:54:48 2020 +0200 @@ -43,6 +43,28 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.0.0 + + ../checkstyle.xml + UTF-8 + + + + validate + validate + + true + true + + + check + + + + @@ -55,7 +77,7 @@ junit junit - 3.8.1 + 4.13 test diff -r bfc047db6ed7 -r e5d1a10d54ae backend/pom-oracle.xml --- a/backend/pom-oracle.xml Tue Jun 02 18:30:02 2020 +0200 +++ b/backend/pom-oracle.xml Wed Jun 03 08:54:48 2020 +0200 @@ -84,6 +84,28 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.0.0 + + ../checkstyle.xml + UTF-8 + + + + validate + validate + + true + true + + + check + + + +