Skip to content

Commit

Permalink
feat: Cleanup Dependencies to rely on Spring Dependencies Tree - Meed…
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenali committed Jan 22, 2024
1 parent efe3ab3 commit c37e953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion caldav-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<artifactId>swagger-annotations-jakarta</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>addons-exo-parent-pom</artifactId>
<groupId>org.exoplatform.addons</groupId>
<version>18-M01</version>
<version>18-M02</version>
</parent>
<groupId>org.exoplatform.addons.caldav</groupId>
<artifactId>caldav-parent</artifactId>
Expand Down

0 comments on commit c37e953

Please sign in to comment.