Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzo-ingenito committed Nov 18, 2024
1 parent b1ac2a5 commit e2cd2c4
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@
</exclusions>
</dependency>



<!-- JSOUP -->
<dependency>
<groupId>org.jsoup</groupId>
Expand All @@ -149,26 +147,20 @@
</dependency>

<!-- MATCHBOX -->
<!-- https://mvnrepository.com/artifact/health.matchbox/matchbox-engine -->
<dependency>
<groupId>com.matchbox</groupId>
<artifactId>matchbox</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/matchbox-engine.jar</systemPath>
<groupId>health.matchbox</groupId>
<artifactId>matchbox-engine</artifactId>
<version>3.2.2</version>
</dependency>

<!-- FHIR -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.validation</artifactId>
<version>6.3.23</version>
<exclusions>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
<version>5.6.971</version>
</dependency>


<!-- SHEDLOCK -->
<dependency>
Expand Down

0 comments on commit e2cd2c4

Please sign in to comment.