diff --git a/annotation/pom.xml b/annotation/pom.xml index b39b6881..d863506c 100644 --- a/annotation/pom.xml +++ b/annotation/pom.xml @@ -1,5 +1,7 @@ - + auto-matter-parent io.norberg diff --git a/bom/pom.xml b/bom/pom.xml index 3a737156..b0239a77 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 7e6e367f..9bd84623 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 diff --git a/example/pom.xml b/example/pom.xml index da3aedc8..3e6694a0 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 diff --git a/example/spotbugsexclude.xml b/example/spotbugsexclude.xml index 5c8701cf..870afabb 100644 --- a/example/spotbugsexclude.xml +++ b/example/spotbugsexclude.xml @@ -1,8 +1,8 @@ + xmlns="https://github.com/spotbugs/filter/3.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd"> diff --git a/gson/pom.xml b/gson/pom.xml index 758b1f72..f9b3e494 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -1,5 +1,7 @@ - + auto-matter-parent io.norberg diff --git a/jackson/pom.xml b/jackson/pom.xml index 10eac76a..7c97c12c 100644 --- a/jackson/pom.xml +++ b/jackson/pom.xml @@ -1,5 +1,7 @@ - + auto-matter-parent io.norberg diff --git a/pom.xml b/pom.xml index 4ed69a3f..7ad7a06e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 io.norberg @@ -131,7 +133,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.1.2 + 3.3.0 org.apache.maven.plugins @@ -224,7 +226,7 @@ enforce - + @@ -309,6 +311,12 @@ true true true + + + + com.fasterxml.jackson.core:jackson-core + com.fasterxml.jackson.core:jackson-annotations + diff --git a/processor/pom.xml b/processor/pom.xml index a9010185..3d340ddf 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 diff --git a/record-test/pom.xml b/record-test/pom.xml index 048e467d..1a4db447 100644 --- a/record-test/pom.xml +++ b/record-test/pom.xml @@ -1,5 +1,7 @@ - + auto-matter-parent io.norberg @@ -57,6 +59,12 @@ ${project.version} provided + + io.norberg + auto-matter-annotation + ${project.version} + provided + junit @@ -73,6 +81,11 @@ hamcrest-library test + + org.hamcrest + hamcrest + test + io.norberg auto-matter-jackson @@ -90,6 +103,11 @@ jackson-databind test + + com.fasterxml.jackson.core + jackson-core + test + com.google.code.gson gson @@ -100,5 +118,10 @@ compile-testing test + + com.google.truth + truth + test + diff --git a/test/pom.xml b/test/pom.xml index 9de22062..38469df3 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -1,5 +1,7 @@ - + auto-matter-parent io.norberg