add commons-lang dep to hapi-fhir-validation pom

This commit is contained in:
Daron McIntosh 2021-09-16 18:26:53 +00:00
parent 756af63993
commit 528690fe6c
1 changed files with 7 additions and 0 deletions

View File

@ -261,6 +261,13 @@
<scope>test</scope>
</dependency>
<dependency>
<artifactId>commons-lang</artifactId>
<groupId>commons-lang</groupId>
<version>2.5</version>
<scope>test</scope>
</dependency>
<!-- Dependencies for Schematron -->
<dependency>
<groupId>com.helger</groupId>