Skip to content

Commit

Permalink
feat: Delete usage of Jcabi to use AspectJ Maven Plugin - MEED-7544 - M…
Browse files Browse the repository at this point in the history
…eeds-io/meeds#2417

This change will delete the usage of Jcabi Maven plugin which is incompatible with newer AspectJ versions and use AspectJ Maven plugin instead
  • Loading branch information
boubaker committed Sep 27, 2024
1 parent 3ced9d3 commit e5d496e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,5 @@
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

0 comments on commit e5d496e

Please sign in to comment.