Skip to content

Commit

Permalink
Add the missing api module dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
anjula-sack committed Jul 18, 2022
1 parent e2a3513 commit f2c82ac
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
10 changes: 8 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
<version>${reportingCompatibilityVersion}</version>
<scope>provided</scope>
</dependency>
</dependencies>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>javax.activation-api</artifactId>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>

</project>
</project>
5 changes: 5 additions & 0 deletions omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
<artifactId>${project.parent.artifactId}-api</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>${project.parent.artifactId}-api-1.10</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>${project.parent.artifactId}-api-1.9</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
</conditionalResource>
<conditionalResource>
<path>/lib/reporting-api-1.10.*</path>
<openmrsVersion>1.10.6 - 2.2.*</openmrsVersion>
<openmrsVersion>1.10.6 - 2.4.*</openmrsVersion>
</conditionalResource>
<conditionalResource>
<path>/lib/reporting-api-2.0.*</path>
Expand Down

0 comments on commit f2c82ac

Please sign in to comment.