Skip to content

Commit

Permalink
Remove dataexchange
Browse files Browse the repository at this point in the history
  • Loading branch information
Amos Laboso committed Feb 12, 2024
1 parent bb59c85 commit 17fde7e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions distro/distro.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ omod.owa=${owa.version}

omod.attachments=${attachments.version}
omod.queue=${queue.version}
#omod.appointments=${appointments.version}
#omod.appointments.groupId=org.bahmni.module
#omod.teleconsultation=${teleconsultation.version}
#omod.teleconsultation.groupId=org.bahmni.module
omod.appointments=${appointments.version}
omod.appointments.groupId=org.bahmni.module
omod.teleconsultation=${teleconsultation.version}
omod.teleconsultation.groupId=org.bahmni.module
omod.cohort=${cohort.version}
omod.reporting=${reporting.version}
omod.reportingrest=${reportingrest.version}
Expand All @@ -28,15 +28,15 @@ omod.htmlwidgets=${htmlwidgets.version}
omod.serialization.xstream=${serialization-xstream.version}
omod.serialization.xstream.type=omod
omod.ordertemplates=${ordertemplates.version}
#omod.patientflags=${patientflags.version}
omod.patientflags=${patientflags.version}
omod.o3forms=${o3forms.version}

omod.dataexchange=${dataexchange.version}
#omod.dataexchange=${dataexchange.version}
omod.appframework=${appframework.version}
omod.appui=${appui.version}
omod.uicommons=${uicommons.version}
omod.uiframework=${uiframework.version}
#omod.coreapps=${coreapps.version}
omod.coreapps=${coreapps.version}
omod.emrapi=${emrapi.version}
omod.event=${event.version}
omod.event.groupId=org.openmrs
Expand Down
22 changes: 11 additions & 11 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<attachments.version>3.1.0</attachments.version>

<queue.version>2.2.1</queue.version>
<!--<appointments.version>2.0.0-20231101.130425-7</appointments.version>
<teleconsultation.version>2.0.0-20230831.113926-1</teleconsultation.version>-->
<appointments.version>2.0.0-20231101.130425-7</appointments.version>
<teleconsultation.version>2.0.0-20230831.113926-1</teleconsultation.version>
<cohort.version>3.6.0</cohort.version>
<reporting.version>1.25.0</reporting.version>
<reportingrest.version>1.14.0</reportingrest.version>
Expand All @@ -48,15 +48,15 @@
<htmlwidgets.version>1.11.0</htmlwidgets.version>
<serialization-xstream.version>0.2.16</serialization-xstream.version>
<ordertemplates.version>1.0.2</ordertemplates.version>
<!--<patientflags.version>3.0.5</patientflags.version>-->
<patientflags.version>3.0.5</patientflags.version>
<o3forms.version>2.2.0</o3forms.version>

<dataexchange.version>1.3.8</dataexchange.version>
<!--<dataexchange.version>1.3.8</dataexchange.version>-->
<appframework.version>2.17.0</appframework.version>
<appui.version>1.15.0</appui.version>
<uicommons.version>2.23.0</uicommons.version>
<uiframework.version>3.23.0</uiframework.version>
<!--<coreapps.version>1.28.0</coreapps.version>-->
<coreapps.version>1.28.0</coreapps.version>
<emrapi.version>1.32.0</emrapi.version>
<event.version>2.10.0</event.version>
<providermanagement.version>2.13.0</providermanagement.version>
Expand Down Expand Up @@ -145,7 +145,7 @@
<version>${queue.version}</version>
<scope>provided</scope>
</dependency>
<!--<dependency>
<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>appointments-omod</artifactId>
<version>${appointments.version}</version>
Expand All @@ -156,7 +156,7 @@
<artifactId>teleconsultation-omod</artifactId>
<version>${teleconsultation.version}</version>
<scope>provided</scope>
</dependency>-->
</dependency>
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>cohort-omod</artifactId>
Expand Down Expand Up @@ -193,25 +193,25 @@
<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>

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

<build>
Expand Down

0 comments on commit 17fde7e

Please sign in to comment.