Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for gaps in the ELM visitor #1308

Merged
merged 12 commits into from
Dec 22, 2023
3 changes: 3 additions & 0 deletions Src/java/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"fhirpath",
"hamcrest",
"Inferencing",
"Instancio",
"Objenesis",
"qicore",
"Randomizer",
"testng",
"tngtech",
"trackback"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
testImplementation 'org.testng:testng:7.4.0'
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation 'uk.co.datumedge:hamcrest-json:0.2'
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.slf4j:slf4j-simple:1.7.36'

// These are JAXB dependencies excluded because the libraries need to work
Expand Down

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Src/java/elm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ plugins {

dependencies {
api project(':model')
testImplementation 'org.jeasy:easy-random-core:5.0.0'
testImplementation 'com.tngtech.archunit:archunit:1.2.1'
}

generateSources {
Expand Down
Loading