Skip to content

Commit

Permalink
Merge pull request #98 from UCSF-IGHS/dev
Browse files Browse the repository at this point in the history
Dev -> working
  • Loading branch information
alaboso authored Sep 26, 2023
2 parents b570f27 + 9812b1b commit 26ecedb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@
},
{
"label": "Previous ARV/HAART Drugs",
"isExpanded": "false",
"isExpanded": "true",
"questions": [
{
"label": "Nucleoside Reverse Transcriptase Inhibitors (NRTIS)",
Expand Down
1 change: 1 addition & 0 deletions distro/distro.properties
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ omod.event=${event.version}
omod.event.groupId=org.openmrs
omod.providermanagement=${providermanagement.version}
omod.uilibrary=${uilibrary.version}
omod.o3forms=${o3forms.version}
9 changes: 9 additions & 0 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
<!-- Commenting due toArtifactDescriptorException: -->
<!-- <casereport.version>2.0-SNAPSHOT</casereport.version> -->

<o3forms.version>2.1.0</o3forms.version>

</properties>

<dependencies>
Expand Down Expand Up @@ -275,6 +277,13 @@
<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 26ecedb

Please sign in to comment.