Skip to content

Commit

Permalink
remove unused library
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Ohr committed Dec 18, 2024
1 parent 1de35a1 commit 3f4ee27
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions commons/ihe/fhir/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,6 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-server</artifactId>
<exclusions>
<exclusion>
<groupId>com.github.bbottema</groupId>
<artifactId>emailaddress-rfc2822</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.bbottema</groupId>
<artifactId>emailaddress-rfc2822</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
Expand Down Expand Up @@ -102,11 +91,6 @@
<groupId>net.java.quickcheck</groupId>
<artifactId>quickcheck</artifactId>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-dstu3</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-r4</artifactId>
Expand Down

0 comments on commit 3f4ee27

Please sign in to comment.