Skip to content

Commit

Permalink
Added Billing and stockmanagement and updated '@ohri/esm-patient-char…
Browse files Browse the repository at this point in the history
…t-app': 'next',
  • Loading branch information
Amos Laboso committed Apr 8, 2024
1 parent 1a8973c commit b6bbe27
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distro/distro.properties
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ omod.event.groupId=org.openmrs
omod.providermanagement=${providermanagement.version}
omod.uilibrary=${uilibrary.version}

omod.stockmanagement=${stockmanagement.version}
omod.billing=${billing.version}
16 changes: 16 additions & 0 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
<!-- Commenting due toArtifactDescriptorException: -->
<!-- <casereport.version>2.0-SNAPSHOT</casereport.version> -->

<!-- Stock Management and Billing -->
<stockmanagement.version>2.0.0-SNAPSHOT</stockmanagement.version>
<billing.version>1.0.0-SNAPSHOT</billing.version>

</properties>

<dependencies>
Expand Down Expand Up @@ -288,6 +292,18 @@
<scope>provided</scope>
</dependency> -->

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

<build>
Expand Down

0 comments on commit b6bbe27

Please sign in to comment.