Skip to content

Commit

Permalink
OZ-68: Removed unused openmrs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wluyima committed May 14, 2024
1 parent 9b9a1e1 commit fac3140
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<palantirJavaFormat.version>1.1.0</palantirJavaFormat.version>
<mysql.connector.version>8.2.0</mysql.connector.version>
<testcontainers.version>1.19.7</testcontainers.version>
<openmrs.version>2.6.4</openmrs.version>
<analytics.queries.version>1.0.0-SNAPSHOT</analytics.queries.version>
<ozone.version>1.0.0-SNAPSHOT</ozone.version>

Expand Down Expand Up @@ -216,12 +215,6 @@
<version>${testcontainers.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openmrs.api</groupId>
<artifactId>openmrs-api</artifactId>
<version>${openmrs.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.ozonehis</groupId>
<artifactId>ozone</artifactId>
Expand All @@ -239,11 +232,6 @@
</dependencies>

<repositories>
<repository>
<id>openmrs-repo</id>
<name>OpenMRS Nexus Repository</name>
<url>https://openmrs.jfrog.io/artifactory/public/</url>
</repository>
<repository>
<id>mks-nexus-public-releases</id>
<name>Mekom Solutions Nexus repo for releases</name>
Expand Down

0 comments on commit fac3140

Please sign in to comment.