Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jul 6, 2023
1 parent c07737d commit b25b3b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model/report-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@
<artifactId>model-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit b25b3b2

Please sign in to comment.