Skip to content

Commit

Permalink
Added dependencies for patientflags and appointments
Browse files Browse the repository at this point in the history
  • Loading branch information
Amos Laboso committed Nov 14, 2023
1 parent e9dafe5 commit 076d2b0
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,18 @@
<version>${queue.version}</version>
<scope>provided</scope>
</dependency>
<!--<dependency>
<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>appointments-omod</artifactId>
<version>${appointments.version}</version>
<scope>provided</scope>
</dependency>-->
</dependency>
<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>teleconsultation-omod</artifactId>
<version>${teleconsultation.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>cohort-omod</artifactId>
Expand Down Expand Up @@ -217,12 +223,18 @@
<version>${serialization-xstream.version}</version>
<scope>provided</scope>
</dependency>
<!--<dependency>
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>patientflags-omod</artifactId>
<version>${patientflags.version}</version>
<scope>provided</scope>
</dependency>-->
</dependency>
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>o3forms-omod</artifactId>
<version>${o3forms.version}</version>
<scope>provided</scope>
</dependency>

<!-- Versions required for OHRI -->
<dependency>
Expand Down Expand Up @@ -276,13 +288,6 @@
<scope>provided</scope>
</dependency> -->

<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>o3forms-omod</artifactId>
<version>${o3forms.version}</version>
<scope>provided</scope>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 076d2b0

Please sign in to comment.