Skip to content

Commit

Permalink
mekomsolutions#277 - CSV parser should save cached objects once file …
Browse files Browse the repository at this point in the history
…has been loaded., - Updating pom xml to include dependency exti18n required by addresshierarchy and stockmanagement required by billing
  • Loading branch information
Amos Laboso committed Sep 13, 2024
1 parent ece3869 commit 59d1bb2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<openconceptlabVersion>1.2.9</openconceptlabVersion>
<fhir2Version>1.6.0</fhir2Version>
<billingVersion>1.1.0</billingVersion>
<stockmanagementVersion>2.0.2-SNAPSHOT</stockmanagementVersion>

<!-- Modules compatibility > Core 2.3.0 -->
<datafilterVersion>1.0.0</datafilterVersion>
Expand Down
16 changes: 16 additions & 0 deletions validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,22 @@
<version>${mysqlTestContainerVersion}</version>
</dependency>

<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>exti18n-api</artifactId>
<version>${exti18nVersion}</version>
<scope>runtime</scope>
<type>jar</type>
</dependency>

<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>stockmanagement-api</artifactId>
<version>${stockmanagementVersion}</version>
<scope>runtime</scope>
<type>jar</type>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 59d1bb2

Please sign in to comment.