test cases dependency
This commit is contained in:
parent
ee3b6cd1cc
commit
b5634f8b83
2
pom.xml
2
pom.xml
|
@ -23,7 +23,7 @@
|
|||
<commons_io_version>2.17.0</commons_io_version>
|
||||
<guava_version>32.0.1-jre</guava_version>
|
||||
<hapi_fhir_version>6.4.1</hapi_fhir_version>
|
||||
<validator_test_case_version>1.7.0-SNAPSHOT</validator_test_case_version>
|
||||
<validator_test_case_version>1.7.0</validator_test_case_version>
|
||||
<jackson_version>2.17.0</jackson_version>
|
||||
<junit_jupiter_version>5.9.2</junit_jupiter_version>
|
||||
<junit_platform_launcher_version>1.8.2</junit_platform_launcher_version>
|
||||
|
|
|
@ -20,6 +20,11 @@ to particular sub-directories. See ManagedFileAccess for details.
|
|||
Note that libraries that this library depends on still access the filesystem directly. Review
|
||||
of the use of these libraries is ongoing.
|
||||
|
||||
Dependency Notes:
|
||||
SQLite: This library uses the SQLite library for database access. SQLite accesses the files directly,
|
||||
but the file is always touched using ManagedFileAccess to ensure that access is not denied before
|
||||
being used
|
||||
|
||||
Validator: The validator CLI also accesses local files as specified in the command line parameters,
|
||||
and runs in the user context. TODO: we are considering whether to support a command line parameter
|
||||
restricting path access to particular directories.
|
||||
|
|
Loading…
Reference in New Issue