Skip to content

Commit

Permalink
#427 Dependency update
Browse files Browse the repository at this point in the history
* exclude some unused dependencies
  • Loading branch information
Thopap committed Dec 18, 2023
1 parent 00ad09b commit 2e99e10
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,18 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-server</artifactId>
<version>${hapi-fhir-version}</version>
<exclusions>
<exclusion>
<!-- Not needed for our purpose -->
<groupId>org.simplejavamail</groupId>
<artifactId>simple-java-mail</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-validation</artifactId>
Expand All @@ -93,6 +105,16 @@
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
<exclusion>
<!-- Not needed for our purpose -->
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
</exclusion>
<exclusion>
<!-- Not needed for our purpose -->
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml-mit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 2e99e10

Please sign in to comment.