Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
3295: Removed swagger documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
druchniewicz committed May 21, 2024
1 parent 60bad03 commit 26aaee7
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 861 deletions.
28 changes: 0 additions & 28 deletions omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,34 +158,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.kongchen</groupId>
<artifactId>swagger-maven-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<apiSources>
<apiSource>
<springmvc>true</springmvc>
<locations>org.openmrs.module.sms.web</locations>
<basePath>/openmrs/ws</basePath>
<info>
<title>SMS Module REST API</title>
<version>v1</version>
<description>REST API for SMS Module.</description>
</info>
<swaggerDirectory>${basedir}/src/main/resources/</swaggerDirectory>
</apiSource>
</apiSources>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
<require_module version="${reportingVersion}">org.openmrs.module.reporting</require_module>
</require_modules>

<extension>
<point>org.openmrs.admin.list</point>
<class>org.openmrs.module.sms.extension.html.AdminList</class>
</extension>

<aware_of_modules>
<aware_of_module version="${legacyVersion}">org.openmrs.module.legacyui</aware_of_module>
<aware_of_module version="${metadatasharingVersion}">org.openmrs.module.metadatasharing</aware_of_module>
Expand Down
Loading

0 comments on commit 26aaee7

Please sign in to comment.