Skip to content

Commit

Permalink
Remove the metadatasharing module
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa authored Dec 20, 2024
1 parent ce0a504 commit b4c1027
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion distro/distro.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ omod.idgen=${idgen.version}
omod.legacyui=${legacyui.version}
omod.addresshierarchy=${addresshierarchy.version}
omod.metadatamapping=${metadatamapping.version}
omod.metadatasharing=${metadatasharing.version}
omod.openconceptlab=${openconceptlab.version}
omod.referencedemodata=${referencedemodata.version}
omod.attachments=${attachments.version}
Expand Down
7 changes: 0 additions & 7 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<idgen.version>4.14.0</idgen.version>
<legacyui.version>1.22.0-SNAPSHOT</legacyui.version>
<metadatamapping.version>1.6.0</metadatamapping.version>
<metadatasharing.version>1.9.0</metadatasharing.version>
<openconceptlab.version>2.4.0</openconceptlab.version>
<attachments.version>3.6.0</attachments.version>
<referencedemodata.version>2.5.0-SNAPSHOT</referencedemodata.version>
Expand Down Expand Up @@ -115,12 +114,6 @@
<version>${metadatamapping.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>metadatasharing-omod</artifactId>
<version>${metadatasharing.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>openconceptlab-omod</artifactId>
Expand Down

0 comments on commit b4c1027

Please sign in to comment.