Skip to content

Commit 8eaea59

Browse files
remove ca.uhn.hapi.fhir:org.hl7.fhir.utilities (#33)
## Summary - Routine Change ### Details - remove ca.uhn.hapi.fhir:org.hl7.fhir.utilities - remove ca.uhn.hapi.fhir:org.hl7.fhir.r4 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: anthony-nhs <121869075+anthony-nhs@users.noreply.github.com>
1 parent b27c188 commit 8eaea59

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

pom.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<packaging>jar</packaging>
99
<version>dev</version>
1010
<name>FHIRValidator</name>
11-
1211
<properties>
1312
<maven.compiler.source>1.8</maven.compiler.source>
1413
<maven.compiler.target>1.8</maven.compiler.target>
@@ -67,16 +66,8 @@
6766
<artifactId>hapi-fhir-base</artifactId>
6867
<version>${fhir.version}</version>
6968
</dependency>
70-
<dependency>
71-
<groupId>ca.uhn.hapi.fhir</groupId>
72-
<artifactId>org.hl7.fhir.utilities</artifactId>
73-
<version>6.1.2.2</version>
74-
</dependency>
75-
<dependency>
76-
<groupId>ca.uhn.hapi.fhir</groupId>
77-
<artifactId>org.hl7.fhir.r4</artifactId>
78-
<version>6.3.0</version>
79-
</dependency>
69+
70+
8071
<dependency>
8172
<groupId>com.amazonaws</groupId>
8273
<artifactId>aws-lambda-java-core</artifactId>

0 commit comments

Comments
 (0)