Skip to content

Commit

Permalink
remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mherman22 committed Oct 8, 2024
1 parent 18c1fee commit 609dafc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@
<groupId>org.openmrs.module</groupId>
<artifactId>webservices.rest-omod</artifactId>
</dependency>
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>webservices.rest-omod-1.8</artifactId>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>webservices.rest-omod-common</artifactId>
Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,6 @@
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>webservices.rest-omod-1.8</artifactId>
<version>${webservicesRestVersion}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<!-- End OpenMRS core -->

<!-- Test dependencies -->
Expand Down

0 comments on commit 609dafc

Please sign in to comment.