diff --git a/checkstyle.xml b/checkstyle.xml
deleted file mode 100644
index d923c7f0..00000000
--- a/checkstyle.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/core/pom.xml b/core/pom.xml
index 6a5782d1..60bd3be5 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -158,7 +158,7 @@
- **/JsonTestSuiteIT.java
+ **/JsonTestSuite.java
diff --git a/core/src/test/java/io/github/sebastiantoepfer/jsonschema/core/testsuite/JsonTestSuiteIT.java b/core/src/test/java/io/github/sebastiantoepfer/jsonschema/core/testsuite/JsonTestSuite.java
similarity index 98%
rename from core/src/test/java/io/github/sebastiantoepfer/jsonschema/core/testsuite/JsonTestSuiteIT.java
rename to core/src/test/java/io/github/sebastiantoepfer/jsonschema/core/testsuite/JsonTestSuite.java
index 723d5827..7c48334b 100644
--- a/core/src/test/java/io/github/sebastiantoepfer/jsonschema/core/testsuite/JsonTestSuiteIT.java
+++ b/core/src/test/java/io/github/sebastiantoepfer/jsonschema/core/testsuite/JsonTestSuite.java
@@ -28,7 +28,7 @@
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ArgumentsSource;
-class JsonTestSuiteIT {
+class JsonTestSuite {
@ParameterizedTest(name = "{0}")
@ArgumentsSource(JsonTestSuiteTestCaseProvider.class)
diff --git a/pom.xml b/pom.xml
index 48bbe8fb..d9e34745 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,6 +5,12 @@
4.0.0
+
+ io.github.sebastian-toepfer.oss
+ oss-parent
+ 0.2.0
+
+
io.github.sebastian-toepfer.json-schema
json-schema
0.1.0-SNAPSHOT
@@ -38,17 +44,8 @@
2024-01-01T00:00:00Z
- sebastian-toepfer
- https://sonarcloud.io
-
- write
- UTF-8
17
- ${maven.compiler.source}
- ${maven.compiler.target}
-
- 2.4.0
@@ -60,48 +57,6 @@
-
- com.github.spotbugs
- spotbugs-annotations
- 4.8.3
-
-
- com.google.errorprone
- error_prone_annotations
- 2.24.1
-
-
-
- org.junit
- junit-bom
- 5.10.1
- pom
- import
-
-
-
- org.hamcrest
- hamcrest
- 2.2
-
-
- com.github.npathai
- hamcrest-optional
- 2.0.0
-
-
- org.hamcrest
- hamcrest-core
-
-
-
-
-
- nl.jqno.equalsverifier
- equalsverifier
- 3.15.6
-
-
org.eclipse.parsson
parsson
@@ -120,326 +75,15 @@
install
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.12.1
-
-
- -XDcompilePolicy=simple
-
- -Xplugin:ErrorProne \
- -XepExcludedPaths:.*/target/generated-sources/.* \
- -Xep:EqualsGetClass:OFF \
- -Xep:MissingOverride:ERROR \
- -Xep:DefaultCharset:ERROR \
- -Xep:BadImport:ERROR \
- -Xep:TypeParameterShadowing:ERROR \
- -Xep:NonCanonicalType:ERROR \
- -Xep:EqualsIncompatibleType:ERROR \
- -Xep:BigDecimalEquals:ERROR \
- -Xep:UndefinedEquals:ERROR \
- -Xep:StreamResourceLeak:ERROR \
- -Xep:NonOverridingEquals:ERROR
-
-
-
-
- com.google.errorprone
- error_prone_core
- 2.24.1
-
-
-
-
org.apache.maven.plugins
maven-surefire-plugin
- 3.2.5
false
-
- org.apache.maven.plugins
- maven-jar-plugin
- 3.3.0
-
-
-
- com.hubspot.maven.plugins
- prettier-maven-plugin
- 0.21
-
-
-
- ${prettier.goal}
-
- validate
-
-
-
- ${prettierJavaVersion}
- false
- false
- 120
- 4
- false
-
-
-
-
- org.commonjava.maven.plugins
- directory-maven-plugin
- 1.0
-
-
-
- highest-basedir
-
- initialize
-
- rootDir
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 3.3.1
-
-
- com.puppycrawl.tools
- checkstyle
- 10.12.7
-
-
-
-
- checkstyle
-
- check
-
- initialize
-
-
-
- false
- true
- ${rootDir}/checkstyle.xml
-
-
-
-
- com.github.spotbugs
- spotbugs-maven-plugin
- 4.8.2.0
-
-
-
- check
-
- test-compile
-
-
-
-
-
- org.pitest
- pitest-maven
- 1.15.3
-
-
-
- mutationCoverage
-
- prepare-package
-
- false
- 70
- 100
- 100
-
-
- toString
- hashCode
-
-
- **IT
-
-
-
-
-
-
- org.pitest
- pitest-junit5-plugin
- 1.2.1
-
-
-
-
-
- org.jacoco
- jacoco-maven-plugin
- 0.8.11
-
-
- prepare-agent
-
- prepare-agent
- prepare-agent-integration
-
-
-
- write-report
-
- report
-
- verify
-
-
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
- 3.3.0
-
-
- attach-sources
-
- jar-no-fork
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 3.6.3
-
-
- attach-javadocs
-
- jar
-
-
-
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 3.1.0
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-enforcer-plugin
- 3.4.1
-
-
- enforce-maven
-
- enforce
-
-
-
-
- 3.8.0
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-deploy-plugin
- 3.1.1
-
- true
-
-
-
-
- org.codehaus.mojo
- versions-maven-plugin
- 2.16.2
-
- false
-
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
- 3.5.0
-
-
- parse-version
-
- parse-version
-
-
-
-
-
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.13
- true
-
- ossrh
- true
-
-
-
-
-
- org.apache.maven.plugins
- maven-enforcer-plugin
-
-
- com.hubspot.maven.plugins
- prettier-maven-plugin
-
-
- org.commonjava.maven.plugins
- directory-maven-plugin
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
-
-
- com.github.spotbugs
- spotbugs-maven-plugin
-
-
- org.pitest
- pitest-maven
-
-
- org.jacoco
- jacoco-maven-plugin
-
-
@@ -450,100 +94,6 @@
env.CI
-
-
- check
-
-
-
-
- bump-patch
-
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
-
-
-
- org.codehaus.mojo
- versions-maven-plugin
-
-
-
-
- set
-
- validate
-
- ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.nextIncrementalVersion}-SNAPSHOT
-
-
-
-
-
-
-
-
-
- bump-minor
-
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
-
-
-
- org.codehaus.mojo
- versions-maven-plugin
-
-
-
-
- set
-
- validate
-
- ${parsedVersion.majorVersion}.${parsedVersion.nextMinorVersion}.0-SNAPSHOT
-
-
-
-
-
-
-
-
-
- bump-major
-
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
-
-
-
- org.codehaus.mojo
- versions-maven-plugin
-
-
-
-
- set
-
- validate
-
- ${parsedVersion.nextMajorVersion}.0.0-SNAPSHOT
-
-
-
-
-
-