Removed the com.vladsch.flexmark dependency from the hapi-fhir-jpaserver-cql project. (#2375)

This commit is contained in:
Kevin Dougan SmileCDR 2021-02-10 10:37:16 -05:00 committed by GitHub
parent 2759db2a31
commit 772bc9c0ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -130,11 +130,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-all</artifactId>
<version>0.50.26</version>
</dependency>
<!-- test -->
<dependency>
<groupId>org.mockito</groupId>