diff --git a/.gitignore b/.gitignore index 43d8faaf..7c0b5d06 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,6 @@ cedar-java-hello-world/.gradle/* cedar-java-hello-world/build/* cedar-java-hello-world/bin/* -cedar-java-hello-world/.jqwik-database cedar-java-partial-evaluation/.gradle/* cedar-java-partial-evaluation/build/* cedar-java-partial-evaluation/app/build/* diff --git a/cedar-java-hello-world/build.gradle b/cedar-java-hello-world/build.gradle index c4e47428..8b07f03e 100644 --- a/cedar-java-hello-world/build.gradle +++ b/cedar-java-hello-world/build.gradle @@ -81,7 +81,6 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.3' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.9.3' testImplementation 'org.mockito:mockito-inline:5.2.0' - testImplementation 'net.jqwik:jqwik:1.7.3' testImplementation 'org.slf4j:slf4j-reload4j:2.0.7' }