Cleanup of parsing files.
This commit is contained in:
parent
8fd62a3614
commit
b10aa49f16
|
@ -59,13 +59,6 @@
|
|||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<!-- JAVA PARSER -->
|
||||
<dependency>
|
||||
<groupId>com.github.javaparser</groupId>
|
||||
<artifactId>javaparser-symbol-solver-core</artifactId>
|
||||
<version>3.15.9</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,12 +0,0 @@
|
|||
package org.hl7.fhir.convertors.parser;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
public class ParserTest {
|
||||
|
||||
@Test
|
||||
public void parseAllTheCodes() {
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue