Skip to content
Snippets Groups Projects
Commit 95c8505f authored by Jueun Park's avatar Jueun Park
Browse files

found infinite recursion while implementing test

parent 6f9cf2d4
Branches
Tags
1 merge request!1Tests/openapi generator
......@@ -25,7 +25,6 @@ dependencies {
implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
implementation group: 'com.flipkart.zjsonpatch', name: 'zjsonpatch', version: '0.4.11'
implementation group: 'io.swagger.parser.v3', name: 'swagger-parser', version: '2.0.30'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.7.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment