Merge pull request #115 from hapifhir/testcope_pom_fix

fixed pom
This commit is contained in:
Patrick Werner 2019-12-12 23:59:22 +01:00 committed by GitHub
commit 5f1b2b00dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -107,16 +107,15 @@
<version>${validator_test_case_version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark</artifactId>
<optional>test</optional>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-gfm-tables</artifactId>
<optional>test</optional>
<scope>test</scope>
</dependency>
</dependencies>