Skip to content

Commit

Permalink
Removed unwanted dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
kalai-tw committed May 21, 2024
1 parent b2de408 commit 5402995
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.bahmni.module</groupId>
<artifactId>fhir2Extension</artifactId>
<version>1.3.0.ipd-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>FHIR2 module extensions</name>
<description>FHIR2 module extensions</description>
Expand Down Expand Up @@ -111,25 +111,12 @@
<version>${openmrsPlatformVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openmrs.web</groupId>
<artifactId>openmrs-web</artifactId>
<version>${openmrsPlatformVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>webservices.rest-omod-common</artifactId>
<version>${web.services.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openmrs.web</groupId>
<artifactId>openmrs-web</artifactId>
<version>${openmrsPlatformVersion}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 5402995

Please sign in to comment.